Skip to content

Instantly share code, notes, and snippets.

@vmassol
Created May 17, 2019 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmassol/69936c625d8f2ba9dd5d0ef19054008a to your computer and use it in GitHub Desktop.
Save vmassol/69936c625d8f2ba9dd5d0ef19054008a to your computer and use it in GitHub Desktop.
00:17:49.539 [main] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - (*) Starting browser [CHROME]...
00:17:49.549 [main] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - Test resource path mapped: On Host [target/mysql-5.7-5.1.45-tomcat-8.5-chrome/test-classes], in Docker: [/tmp/test-resources]
00:17:49.759 [main] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - Docker image used: [selenium/standalone-chrome-debug:3.141.59]
00:17:49.856 [main] WARN o.t.utility.RegistryAuthLocator - Failure when attempting to lookup auth config (dockerImageName: selenium/standalone-chrome-debug:3.141.59, configFile: /root/.docker/config.json. Falling back to docker-java default behaviour. Exception message: /root/.docker/config.json (No such file or directory)
00:18:00.930 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:00,929 INFO Included extra file "/etc/supervisor/conf.d/selenium-debug.conf" during parsing
00:18:00.930 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:00,929 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
00:18:00.944 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:00,935 INFO supervisord started with pid 11
00:18:01.951 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:01,937 INFO spawned: 'xvfb' with pid 14
00:18:01.951 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:01,940 INFO spawned: 'fluxbox' with pid 15
00:18:01.951 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:01,942 INFO spawned: 'vnc' with pid 16
00:18:01.952 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:01,944 INFO spawned: 'selenium-standalone' with pid 17
00:18:02.946 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:02,945 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
00:18:02.949 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:02,945 INFO success: fluxbox entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
00:18:02.949 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:02,946 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
00:18:02.949 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 2019-05-17 00:18:02,946 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
00:18:24.181 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 00:18:24.162 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
00:18:25.594 [tc-okhttp-stream-1764184489] INFO o.x.t.d.i.j.b.BrowserContainerExecutor - STDOUT: 00:18:25.593 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
00:18:26.009 [main] ERROR ?.141.59] - Could not start container
org.rnorth.ducttape.TimeoutException: Timeout waiting for result with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:51)
at org.testcontainers.containers.BrowserWebDriverContainer.containerIsStarted(BrowserWebDriverContainer.java:213)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:262)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:212)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:76)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:210)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:199)
at org.xwiki.test.docker.internal.junit5.DockerTestUtils.startContainer(DockerTestUtils.java:171)
at org.xwiki.test.docker.internal.junit5.browser.BrowserContainerExecutor.start(BrowserContainerExecutor.java:100)
at org.xwiki.test.docker.internal.junit5.XWikiDockerExtension.startBrowser(XWikiDockerExtension.java:312)
at org.xwiki.test.docker.internal.junit5.XWikiDockerExtension.beforeAll(XWikiDockerExtension.java:168)
at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$invokeBeforeAllCallbacks$8(ClassTestDescriptor.java:361)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.invokeBeforeAllCallbacks(ClassTestDescriptor.java:361)
at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.before(ClassTestDescriptor.java:197)
at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.before(ClassTestDescriptor.java:77)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:229)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:197)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:191)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: '7ed2e7e9d498', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '4.9.130-xxxx-std-ipv6-64', java.version: '1.8.0_202'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:573)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:131)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:144)
at org.testcontainers.containers.BrowserWebDriverContainer.lambda$null$0(BrowserWebDriverContainer.java:216)
at org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:41)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: unexpected end of stream on Connection{172.17.0.1:36236, proxy=DIRECT hostAddress=/172.17.0.1:36236 cipherSuite=none protocol=http/1.1}
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:208)
at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:88)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at org.openqa.selenium.remote.internal.OkHttpClient$Factory$1.lambda$createClient$1(OkHttpClient.java:152)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
at okhttp3.RealCall.execute(RealCall.java:77)
at org.openqa.selenium.remote.internal.OkHttpClient.execute(OkHttpClient.java:103)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:105)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:74)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
... 9 common frames omitted
Caused by: java.io.EOFException: \n not found: limit=0 content=…
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:237)
at okhttp3.internal.http1.Http1Codec.readHeaderLine(Http1Codec.java:215)
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:189)
... 32 common frames omitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment