Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-67086

random test failures caused by failure to bind.

XMLWordPrintable

    • jenkins-test-harness 1654.vf6c5861eae0a

      When using RealJenkinsRule tests will randomly fail as Jenkins can not start up as the port is already in use.

      The ATH has a similar issue where it decides on a free port, but then by the time it is used it is no longer free.

      It would be better if we could re-work this to get Jetty to auto assigning a port to use (that was then re-used throughout the test should Jenkins need to be restarted.).

      test failures are of the standard

      Picked up JAVA_TOOL_OPTIONS: -Xmx1g
      2021-11-08 13:41:31.417+0000 [id=1]	INFO	org.eclipse.jetty.util.log.Log#initialized: Logging initialized @141ms to org.eclipse.jetty.util.log.JavaUtilLog
      2021-11-08 13:41:31.528+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
      2021-11-08 13:41:32.134+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
      2021-11-08 13:41:32.340+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /jenkins, did not find org.eclipse.jetty.jsp.JettyJspServlet
      2021-11-08 13:41:32.392+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: DefaultSessionIdManager workerName=node0
      2021-11-08 13:41:32.392+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: No SessionScavenger set, using defaults
      2021-11-08 13:41:32.393+0000 [id=1]	INFO	o.e.j.server.session.HouseKeeper#startScavenging: node0 Scavenging every 600000ms
      2021-11-08 13:41:32.755+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /jenkins/workspace/builders_URR-pr-builder_PR-5140/output-operations-center-context/work/operations-center-context/target/tmp/j h1106943078300465474 found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
      2021-11-08 13:41:32.823+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@35038141{Jenkins v2.303.3-cb-6,/jenkins,file:///jenkins/workspace/builders_URR-pr-builder_PR-5140/output-operations-center-context/work/operations-center-context/target/tmp/j%20h1106943078300465474/war/,AVAILABLE}{/jenkins/workspace/builders_URR-pr-builder_PR-5140/output-operations-center-context/work/operations-center-context/target/tmp/j h1106943078300465474/war}
      2021-11-08 13:41:32.830+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStop: Stopped ServerConnector@34bde49d{HTTP/1.1, (http/1.1)}{127.0.0.1:50338}
      2021-11-08 13:41:32.830+0000 [id=1]	INFO	o.e.j.server.session.HouseKeeper#stopScavenging: node0 Stopped scavenging
      2021-11-08 13:41:32.833+0000 [id=1]	INFO	hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up
      java.lang.Throwable: reason
      	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:453)
      	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1074)
      	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:584)
      	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1037)
      	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:319)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:94)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
      	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
      	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:437)
      	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:423)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:94)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
      	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
      	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:520)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:94)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
      	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
      	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1060)
      	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:386)
      	at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1454)
      	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1420)
      	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1114)
      	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:297)
      	at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:547)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:94)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
      	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
      	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
      	at org.eclipse.jetty.server.Server.doStop(Server.java:470)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:94)
      	at winstone.Launcher.shutdown(Launcher.java:318)
      	at winstone.Launcher.<init>(Launcher.java:205)
      	at winstone.Launcher.main(Launcher.java:369)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at Main._main(Main.java:375)
      	at Main.main(Main.java:151)
      Exception in thread "Jenkins initialization thread" 2021-11-08 13:41:32.835+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStop: Stopped w.@35038141{Jenkins v2.303.3-cb-6,/jenkins,null,STOPPED}{/jenkins/workspace/builders_URR-pr-builder_PR-5140/output-operations-center-context/work/operations-center-context/target/tmp/j h1106943078300465474/war}
      java.lang.NoClassDefFoundError: hudson/util/HudsonFailedToLoad
      	at hudson.WebAppMain$3.run(WebAppMain.java:311)
      Caused by: java.lang.ClassNotFoundException: hudson.util.HudsonFailedToLoad
      	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
      	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:538)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
      	... 1 more
      2021-11-08 13:41:32.836+0000 [id=1]	INFO	winstone.Logger#logInternal: Jetty shutdown successfully
      java.io.IOException: Failed to start Jetty
      	at winstone.Launcher.<init>(Launcher.java:194)
      	at winstone.Launcher.main(Launcher.java:369)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at Main._main(Main.java:375)
      	at Main.main(Main.java:151)
      Caused by: java.io.IOException: Failed to bind to /127.0.0.1:50338
      	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:349)
      	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:310)
      	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
      	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
      	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
      	at winstone.Launcher.<init>(Launcher.java:192)
      	... 7 more
      Caused by: java.net.BindException: Address already in use
      	at sun.nio.ch.Net.bind0(Native Method)
      	at sun.nio.ch.Net.bind(Net.java:461)
      	at sun.nio.ch.Net.bind(Net.java:453)
      	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
      	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
      	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:344)
      	... 14 more
      2021-11-08 13:41:32.836+0000 [id=1]	SEVERE	winstone.Logger#logInternal: Container startup failed
      java.net.BindException: Address already in use
      	at sun.nio.ch.Net.bind0(Native Method)
      	at sun.nio.ch.Net.bind(Net.java:461)
      	at sun.nio.ch.Net.bind(Net.java:453)
      	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
      	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
      	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:344)
      Caused: java.io.IOException: Failed to bind to /127.0.0.1:50338
      	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:349)
      	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:310)
      	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
      	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
      	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
      	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
      	at winstone.Launcher.<init>(Launcher.java:192)
      Caused: java.io.IOException: Failed to start Jetty
      	at winstone.Launcher.<init>(Launcher.java:194)
      	at winstone.Launcher.main(Launcher.java:369)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at Main._main(Main.java:375)
      	at Main.main(Main.java:151)
      java.net.ConnectException: Connection refused (Connection refused)
      	at java.net.PlainSocketImpl.socketConnect(Native Method)
      	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
      	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
      	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
      	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      	at java.net.Socket.connect(Socket.java:607)
      	at java.net.Socket.connect(Socket.java:556)
      	at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
      	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
      	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
      	at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
      	at sun.net.www.http.HttpClient.New(HttpClient.java:339)
      	at sun.net.www.http.HttpClient.New(HttpClient.java:357)
      	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
      	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
      	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
      	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
      	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
      	at org.jvnet.hudson.test.RealJenkinsRule.startJenkins(RealJenkinsRule.java:395)
      	at org.jvnet.hudson.test.RealJenkinsRule.then(RealJenkinsRule.java:321)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest.mavenJobWithArchivePostBuildStep(RemoteArtifactCopyBuilderTest.java:599)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
      	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      	at org.jvnet.hudson.test.RealJenkinsRule$1.evaluate(RealJenkinsRule.java:283)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest$1.lambda$evaluate$0(RemoteArtifactCopyBuilderTest.java:119)
      	at org.jenkinsci.plugins.workflow.DirectArtifactManagerFactory.whileBlockingOpen(DirectArtifactManagerFactory.java:121)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest$1.evaluate(RemoteArtifactCopyBuilderTest.java:117)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      	at org.junit.runners.Suite.runChild(Suite.java:128)
      	at org.junit.runners.Suite.runChild(Suite.java:27)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
      	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
      	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
      java.net.ConnectException: Connection refused (Connection refused)
      	at java.net.PlainSocketImpl.socketConnect(Native Method)
      	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
      	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
      	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
      	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      	at java.net.Socket.connect(Socket.java:607)
      	at java.net.Socket.connect(Socket.java:556)
      	at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
      	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
      	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
      	at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
      	at sun.net.www.http.HttpClient.New(HttpClient.java:339)
      	at sun.net.www.http.HttpClient.New(HttpClient.java:357)
      	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
      	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
      	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
      	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
      	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
      	at org.jvnet.hudson.test.RealJenkinsRule.startJenkins(RealJenkinsRule.java:395)
      	at org.jvnet.hudson.test.RealJenkinsRule.then(RealJenkinsRule.java:321)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest.mavenJobWithArchivePostBuildStep(RemoteArtifactCopyBuilderTest.java:599)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
      	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      	at org.jvnet.hudson.test.RealJenkinsRule$1.evaluate(RealJenkinsRule.java:283)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest$1.lambda$evaluate$0(RemoteArtifactCopyBuilderTest.java:119)
      	at org.jenkinsci.plugins.workflow.DirectArtifactManagerFactory.whileBlockingOpen(DirectArtifactManagerFactory.java:121)
      	at com.cloudbees.opscenter.artifacts.RemoteArtifactCopyBuilderTest$1.evaluate(RemoteArtifactCopyBuilderTest.java:117)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      	at org.junit.runners.Suite.runChild(Suite.java:128)
      	at org.junit.runners.Suite.runChild(Suite.java:27)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
      	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
      	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
      

            vlatombe Vincent Latombe
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: