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 2018/12/14 23:03:39 UTC

Build failed in Jenkins: brooklyn-master-build-docker #1151

See <https://builds.apache.org/job/brooklyn-master-build-docker/1151/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H39 (ubuntu xenial) in workspace <https://builds.apache.org/job/brooklyn-master-build-docker/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git init <https://builds.apache.org/job/brooklyn-master-build-docker/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/brooklyn.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H39
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy118.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
 > 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 fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/brooklyn.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/brooklyn.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H39
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > 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 fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/brooklyn.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/brooklyn.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H39
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Did not find any matching files.

Jenkins build is back to normal : brooklyn-master-build-docker #1153

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-master-build-docker/1153/display/redirect>


Build failed in Jenkins: brooklyn-master-build-docker #1152

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-master-build-docker/1152/display/redirect>

------------------------------------------
[...truncated 47.59 MB...]
line2
line3
, [{containsMatch=lin.1
lin.2}])
2018-12-15 10:56:24,293 INFO  - Supplier invoked for data [line1
line2
line3
]
2018-12-15 10:56:24,293 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): line1
line2
line3
, [{containsMatch=lin.1
lin.2}]) finished in 0 ms
2018-12-15 10:56:24,294 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,294 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,294 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): "", [{isEmpty=true}])
2018-12-15 10:56:24,294 INFO  - Supplier invoked for data []
2018-12-15 10:56:24,294 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): "", [{isEmpty=true}]) finished in 0 ms
2018-12-15 10:56:24,294 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,294 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,294 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{isEmpty=false}])
2018-12-15 10:56:24,294 INFO  - Supplier invoked for data [some-non-null-value]
2018-12-15 10:56:24,295 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{isEmpty=false}]) finished in 0 ms
2018-12-15 10:56:24,295 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,295 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,295 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): null, [{notEmpty=false}])
2018-12-15 10:56:24,295 INFO  - Supplier invoked for data [null]
2018-12-15 10:56:24,295 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): null, [{notEmpty=false}]) finished in 0 ms
2018-12-15 10:56:24,295 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,295 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,295 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{notEmpty=true}])
2018-12-15 10:56:24,295 INFO  - Supplier invoked for data [some-non-null-value]
2018-12-15 10:56:24,296 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{notEmpty=true}]) finished in 1 ms
2018-12-15 10:56:24,296 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,296 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,296 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): true, [{hasTruthValue=true}])
2018-12-15 10:56:24,296 INFO  - Supplier invoked for data [true]
2018-12-15 10:56:24,296 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): true, [{hasTruthValue=true}]) finished in 0 ms
2018-12-15 10:56:24,296 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,296 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,296 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): false, [{hasTruthValue=false}])
2018-12-15 10:56:24,297 INFO  - Supplier invoked for data [false]
2018-12-15 10:56:24,297 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): false, [{hasTruthValue=false}]) finished in 1 ms
2018-12-15 10:56:24,297 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,297 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,297 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): 25, [{greaterThan=24}])
2018-12-15 10:56:24,297 INFO  - Supplier invoked for data [25]
2018-12-15 10:56:24,297 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): 25, [{greaterThan=24}]) finished in 0 ms
2018-12-15 10:56:24,297 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,297 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,297 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): b, [{greaterThan=a}])
2018-12-15 10:56:24,298 INFO  - Supplier invoked for data [b]
2018-12-15 10:56:24,298 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): b, [{greaterThan=a}]) finished in 1 ms
2018-12-15 10:56:24,298 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,298 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,298 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): 24, [{lessThan=25}])
2018-12-15 10:56:24,298 INFO  - Supplier invoked for data [24]
2018-12-15 10:56:24,298 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): 24, [{lessThan=25}]) finished in 0 ms
2018-12-15 10:56:24,298 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,298 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,299 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): a, [{lessThan=b}])
2018-12-15 10:56:24,299 INFO  - Supplier invoked for data [a]
2018-12-15 10:56:24,299 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): a, [{lessThan=b}]) finished in 1 ms
2018-12-15 10:56:24,299 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,299 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,299 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{hasTruthValue=false}])
2018-12-15 10:56:24,299 INFO  - Supplier invoked for data [some-non-null-value]
2018-12-15 10:56:24,299 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.positiveTest(java.lang.Object, java.util.List)(value(s): some-non-null-value, [{hasTruthValue=false}]) finished in 0 ms
2018-12-15 10:56:24,299 INFO  - TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup()
2018-12-15 10:56:24,299 INFO  - TESTNG PASSED CONFIGURATION: "Surefire test" - @BeforeMethod org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.setup() finished in 0 ms
2018-12-15 10:56:24,300 INFO  - TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.testUnknownAssertion()
2018-12-15 10:56:24,300 INFO  - Supplier invoked for data [QpKiq2Mp]
2018-12-15 10:56:24,302 INFO  - Supplier invoked for data [QpKiq2Mp]
2018-12-15 10:56:24,302 INFO  - Supplier invoked for data [QpKiq2Mp]
2018-12-15 10:56:24,303 INFO  - TESTNG PASSED: "Surefire test" - org.apache.brooklyn.test.framework.TestFrameworkAssertionsTest.testUnknownAssertion() finished in 2 ms
2018-12-15 10:56:24,357 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 235, Failures: 1, Skips: 0
===============================================
Tests run: 235, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.513 sec <<< FAILURE! - in TestSuite
testCombinationWithLoopOverGroupMembersTest(org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest)  Time elapsed: 0.686 sec  <<< FAILURE!
org.apache.brooklyn.core.mgmt.internal.EffectorUtils$EffectorCallPropagatedRuntimeException: Error invoking start at LoopOverGroupMembersTestCaseImpl{id=vqyy21y9zh}
	at org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest(RelativeEntityTestCaseTest.java:112)
Caused by: java.util.concurrent.ExecutionException: org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: Test failed on group member(s)
	at org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest(RelativeEntityTestCaseTest.java:112)
Caused by: org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: 
	at org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest(RelativeEntityTestCaseTest.java:112)
Caused by: java.lang.reflect.InvocationTargetException
	at org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest(RelativeEntityTestCaseTest.java:112)
Caused by: org.apache.brooklyn.util.exceptions.CompoundRuntimeException: Test failed on group member(s)
	at org.apache.brooklyn.test.framework.RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest(RelativeEntityTestCaseTest.java:112)


Results :

Failed tests: 
  RelativeEntityTestCaseTest.testCombinationWithLoopOverGroupMembersTest:112 » EffectorCallPropagatedRuntime

Tests run: 235, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Server Root ............................... SUCCESS [  4.390 s]
[INFO] Brooklyn Parent Project ............................ SUCCESS [  5.151 s]
[INFO] Brooklyn Test Support Utilities .................... SUCCESS [  8.382 s]
[INFO] Brooklyn Logback Includable Configuration .......... SUCCESS [  0.444 s]
[INFO] Brooklyn Common Utilities .......................... SUCCESS [ 29.223 s]
[INFO] Brooklyn API ....................................... SUCCESS [  3.612 s]
[INFO] CAMP Server Parent Project ......................... SUCCESS [  0.130 s]
[INFO] CAMP Base .......................................... SUCCESS [  3.699 s]
[INFO] Brooklyn Test Support .............................. SUCCESS [  2.296 s]
[INFO] Brooklyn REST Swagger Apidoc Utilities ............. SUCCESS [ 14.193 s]
[INFO] Brooklyn Logback Configuration ..................... SUCCESS [  0.185 s]
[INFO] CAMP Server ........................................ SUCCESS [ 13.840 s]
[INFO] Brooklyn Felix Runtime ............................. SUCCESS [  3.422 s]
[INFO] Brooklyn Groovy Utilities .......................... SUCCESS [  2.117 s]
[INFO] Brooklyn Core ...................................... SUCCESS [04:18 min]
[INFO] Brooklyn Policies .................................. SUCCESS [ 36.348 s]
[INFO] Brooklyn WinRM Software Entities ................... SUCCESS [ 21.092 s]
[INFO] Brooklyn Secure JMXMP Agent ........................ SUCCESS [  8.052 s]
[INFO] Brooklyn JMX RMI Agent ............................. SUCCESS [  0.425 s]
[INFO] Brooklyn Jclouds Location Targets .................. SUCCESS [01:07 min]
[INFO] Brooklyn Software Base ............................. SUCCESS [01:34 min]
[INFO] Brooklyn CAMP ...................................... SUCCESS [02:57 min]
[INFO] Brooklyn Launcher Common ........................... SUCCESS [  4.412 s]
[INFO] Brooklyn REST API .................................. SUCCESS [  8.660 s]
[INFO] Brooklyn REST Resources ............................ SUCCESS [ 54.720 s]
[INFO] Brooklyn REST Server ............................... SUCCESS [ 26.715 s]
[INFO] Brooklyn Launcher .................................. SUCCESS [03:46 min]
[INFO] Brooklyn Container Location Targets ................ SUCCESS [ 11.953 s]
[INFO] Brooklyn Command Line Interface .................... SUCCESS [ 10.839 s]
[INFO] Brooklyn Test Framework ............................ FAILURE [ 21.449 s]
[INFO] Brooklyn OSGi init ................................. SKIPPED
[INFO] Brooklyn OSGi start ................................ SKIPPED
[INFO] Brooklyn Karaf ..................................... SKIPPED
[INFO] Jetty config fragment .............................. SKIPPED
[INFO] Apache Http Component extension .................... SKIPPED
[INFO] Brooklyn Karaf Features ............................ SKIPPED
[INFO] Brooklyn Karaf Shell Commands ...................... SKIPPED
[INFO] Brooklyn UI :: Parent .............................. SKIPPED
[INFO] Brooklyn UI :: Modularity Server (parent) .......... SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: UI Module API .. SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: UI Module Registry SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: UI Proxy ....... SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: UI Metadata Registry SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: External UI Modules Registration Hooks SKIPPED
[INFO] Brooklyn UI :: Modularity Server :: Features ....... SKIPPED
[INFO] Brooklyn UI :: Modules (parent) .................... SKIPPED
[INFO] Brooklyn UI :: Modules - UI Utils .................. SKIPPED
[INFO] Brooklyn UI :: Modules - Home ...................... SKIPPED
[INFO] Brooklyn UI :: Modules - App inspector ............. SKIPPED
[INFO] Brooklyn UI :: Modules - Blueprint composer ........ SKIPPED
[INFO] Brooklyn UI :: Modules - Blueprint importer ........ SKIPPED
[INFO] Brooklyn UI :: Modules - Catalog ................... SKIPPED
[INFO] Brooklyn UI :: Modules - Location manager .......... SKIPPED
[INFO] Brooklyn UI :: Modules - REST API Docs ............. SKIPPED
[INFO] Brooklyn UI :: Modules - Groovy console ............ SKIPPED
[INFO] Brooklyn UI :: Modules - Logout .................... SKIPPED
[INFO] Brooklyn UI :: Modules - Features .................. SKIPPED
[INFO] Brooklyn UI :: Features ............................ SKIPPED
[INFO] Brooklyn Library Root .............................. SKIPPED
[INFO] Brooklyn CM Chef ................................... SKIPPED
[INFO] Brooklyn CM SaltStack .............................. SKIPPED
[INFO] Brooklyn CM Ansible ................................ SKIPPED
[INFO] Brooklyn CM Integration Root ....................... SKIPPED
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features .................... SKIPPED
[INFO] Brooklyn Client .................................... SKIPPED
[INFO] Brooklyn Client Command Line Interface ............. SKIPPED
[INFO] Brooklyn REST java Client .......................... SKIPPED
[INFO] Brooklyn Downstream Project Parent ................. SKIPPED
[INFO] Brooklyn Dist Root ................................. SKIPPED
[INFO] Brooklyn All Things ................................ SKIPPED
[INFO] Brooklyn Distribution .............................. SKIPPED
[INFO] Brooklyn Karaf Distribution Parent ................. SKIPPED
[INFO] Brooklyn Karaf Server Configuration ................ SKIPPED
[INFO] Brooklyn Dist Karaf Features ....................... SKIPPED
[INFO] Brooklyn Karaf Distribution ........................ SKIPPED
[INFO] Brooklyn Karaf pax-exam itest ...................... SKIPPED
[INFO] Brooklyn Vagrant Getting Started Environment ....... SKIPPED
[INFO] Brooklyn Quick-Start Project Archetype ............. SKIPPED
[INFO] Brooklyn Shared Package Files ...................... SKIPPED
[INFO] Brooklyn RPM Package ............................... SKIPPED
[INFO] Brooklyn DEB Package ............................... SKIPPED
[INFO] Brooklyn Root 1.0.0-SNAPSHOT ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:03 min
[INFO] Finished at: 2018-12-15T10:56:25Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project brooklyn-test-framework: There are test failures.
[ERROR] 
[ERROR] Please refer to /usr/build/brooklyn-server/test-framework/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-test-framework
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-11.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-12.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-13.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-14.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-15.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-16.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-17.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-18.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-19.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-20.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-master-build-docker/builds/1152/testng/testng-results.xml'
0.019782% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH