You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/16 04:34:54 UTC

Build failed in Jenkins: brooklyn-master-windows #4

See <https://builds.apache.org/job/brooklyn-master-windows/4/>

------------------------------------------
Started by upstream project "brooklyn-master-build" build number 68
originally caused by:
 Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/brooklyn-master-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/brooklyn.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/master^{commit}" # timeout=10
Checking out Revision 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce
 > git rev-list 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive
[brooklyn-master-windows] $ cmd /c call C:\Windows\TEMP\hudson850394793026386100.bat

<https://builds.apache.org/job/brooklyn-master-windows/ws/>git> submodule update --remote --merge --recursive 
Usage: git core\git-submodule [--quiet] add [-b branch] [-f|--force] [--reference <repository>] [--] <repository> [<path>]
   or: git core\git-submodule [--quiet] status [--cached] [--recursive] [--] [<path>...]
   or: git core\git-submodule [--quiet] init [--] [<path>...]
   or: git core\git-submodule [--quiet] update [--init] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
   or: git core\git-submodule [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
   or: git core\git-submodule [--quiet] foreach [--recursive] <command>
   or: git core\git-submodule [--quiet] sync [--] [<path>...]

<https://builds.apache.org/job/brooklyn-master-windows/ws/>exit> 1 
Build step 'Execute Windows batch command' marked build as failure

Build failed in Jenkins: brooklyn-master-windows #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-master-windows/5/>

------------------------------------------
Started by user svet
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/brooklyn-master-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/brooklyn.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/master^{commit}" # timeout=10
Checking out Revision 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce
 > git rev-list 1fa9a8b5ea3baa1f614dfb4f65712f3c4588acce # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive
[brooklyn-master-windows] $ cmd /c call C:\Windows\TEMP\hudson1059004424326172993.bat

<https://builds.apache.org/job/brooklyn-master-windows/ws/>git> pull 
You are not currently on a branch. Please specify which
branch you want to merge with. See git-pull(1) for details.

    git pull <remote> <branch>


<https://builds.apache.org/job/brooklyn-master-windows/ws/>git> submodule foreach "git checkout master & git pull" 
Entering 'brooklyn-client'
Previous HEAD position was e98252e... Initial commit - just a readme for placeholder
Switched to branch 'master'
Already up-to-date.
Entering 'brooklyn-dist'
Previous HEAD position was 26c4604... move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)
Switched to branch 'master'
>From https://github.com/apache/brooklyn-dist
   2eb9409..01ac8ad  master     -> origin/master
Updating 2eb9409..01ac8ad
Fast-forward
 packaging/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
Entering 'brooklyn-docs'
Previous HEAD position was 6e86cb0... move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)
Switched to branch 'master'
Warning: fetch updated the current branch head.
Warning: fast-forwarding your working tree from
Warning: commit 6e86cb02081706c6d098c6f873d388d378e61471.
Already up-to-date.
Entering 'brooklyn-library'
Previous HEAD position was 02abbab... move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)
Switched to branch 'master'
Already up-to-date.
Entering 'brooklyn-server'
Previous HEAD position was d03f254... move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)
Switched to branch 'master'
Warning: fetch updated the current branch head.
Warning: fast-forwarding your working tree from
Warning: commit d03f254ba19472e3fb5e0a7260cb07679991684a.
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream master origin/<branch>

Stopping at 'brooklyn-server'; script returned non-zero status.

<https://builds.apache.org/job/brooklyn-master-windows/ws/>exit> 1 
Build step 'Execute Windows batch command' marked build as failure