Error Message Unable to locate element: ./ul[@id='fields']/li[last()] For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: '82a2da5b0ad0', ip: '172.17.0.3', os.name: 'Linux', os.arch: 'amd64', os.version: '4.9.165-xxxx-std-ipv6-64', java.version: '1.8.0_242' Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 69.0.3, javascriptEnabled: true, moz:accessibilityChecks: false, moz:buildID: 20191009172106, moz:geckodriverVersion: 0.26.0, moz:headless: false, moz:processID: 821, moz:profile: /tmp/rust_mozprofileY4ZjJx, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, platformVersion: 4.9.165-xxxx-std-ipv6-64, rotatable: false, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} Session ID: cddf0bec-ef5e-4ec6-8efd-a8063fe7bef8 *** Element info: {Using=xpath, value=./ul[@id='fields']/li[last()]} Stacktrace org.openqa.selenium.NoSuchElementException: Unable to locate element: ./ul[@id='fields']/li[last()] For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: '82a2da5b0ad0', ip: '172.17.0.3', os.name: 'Linux', os.arch: 'amd64', os.version: '4.9.165-xxxx-std-ipv6-64', java.version: '1.8.0_242' Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 69.0.3, javascriptEnabled: true, moz:accessibilityChecks: false, moz:buildID: 20191009172106, moz:geckodriverVersion: 0.26.0, moz:headless: false, moz:processID: 821, moz:profile: /tmp/rust_mozprofileY4ZjJx, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, platformVersion: 4.9.165-xxxx-std-ipv6-64, rotatable: false, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} Session ID: cddf0bec-ef5e-4ec6-8efd-a8063fe7bef8 *** Element info: {Using=xpath, value=./ul[@id='fields']/li[last()]} at sun.reflect.GeneratedConstructorAccessor39.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285) at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:185) at org.openqa.selenium.remote.RemoteWebElement.findElementByXPath(RemoteWebElement.java:261) at org.openqa.selenium.By$ByXPath.findElement(By.java:353) at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:181) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51) at com.sun.proxy.$Proxy42.findElement(Unknown Source) at org.xwiki.appwithinminutes.test.po.ApplicationClassEditPage.addField(ApplicationClassEditPage.java:96) at org.xwiki.test.ui.appwithinminutes.AbstractListClassFieldTest.testMultipleSelect(AbstractListClassFieldTest.java:52) 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.xwiki.test.ui.AuthenticationRule$1.evaluate(AuthenticationRule.java:73) at org.xwiki.test.ui.browser.BrowserTestRule$1.evaluate(BrowserTestRule.java:104) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 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 com.google.code.tempusfugit.concurrency.IntermittentTestRunner.runChild(IntermittentTestRunner.java:36) at com.google.code.tempusfugit.concurrency.IntermittentTestRunner.runChild(IntermittentTestRunner.java:25) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.xwiki.test.integration.junit4.ValidateConsoleRule$ValidateConsoleStatement.evaluate(ValidateConsoleRule.java:73) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 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.junit.extensions.cpsuite.ClasspathSuite.run(ClasspathSuite.java:194) at org.xwiki.test.integration.XWikiExecutorSuite.run(XWikiExecutorSuite.java:195) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) 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) Standard Error 12:30:53.153 [main] INFO org.xwiki.test.ui.TestDebugger - StaticListClassFieldTest-testMultipleSelect started JavaScript error: http://localhost:8080/xwiki/webjars/wiki%3Axwiki/requirejs/2.3.6/require.min.js?r=1, line 5: Error: Script error for "xwiki-events-bridge" https://requirejs.org/docs/errors.html#scripterror JavaScript error: http://localhost:8080/xwiki/webjars/wiki%3Axwiki/requirejs/2.3.6/require.min.js?r=1, line 5: Error: Script error for "/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/12.3-SNAPSHOT/require-config.min.js?evaluate=true&minify=true" https://requirejs.org/docs/errors.html#scripterror JavaScript error: http://localhost:8080/xwiki/webjars/wiki%3Axwiki/requirejs/2.3.6/require.min.js?r=1, line 5: Error: Script error for "/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/12.3-SNAPSHOT/require-config.min.js?evaluate=true&minify=true" https://requirejs.org/docs/errors.html#scripterror 12:31:06.059 [main] INFO org.xwiki.test.ui.TestDebugger - StaticListClassFieldTest-testMultipleSelect failed 12:31:06.249 [main] INFO org.xwiki.test.ui.TestDebugger - Screenshot for failing test [StaticListClassFieldTest-testMultipleSelect] saved at [/root/workspace/XWiki_xwiki-platform_master/xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-ui/target/screenshots/StaticListClassFieldTest-testMultipleSelect.png]. 12:31:06.252 [main] INFO org.xwiki.test.ui.TestDebugger - Current page URL is [http://localhost:8080/xwiki/bin/edit/StaticListClassFieldTest/testMultipleSelect?form_token=qo1UjFX4awG4lFHdoClcxA&editor=inline&template=AppWithinMinutes.ClassTemplate&title=testMultipleSelect%20Class] 12:31:06.309 [main] INFO org.xwiki.test.ui.TestDebugger - Current page source is [ testMultipleSelect - XWiki

Home

Field Palette

Drag & drop fields from the palette to create the form that will be used to input your data.

  • Standard
    • Short Text Short Text
    • Long Text Long Text
    • Number Number
    • Boolean Boolean
    • Static List Static List
  • Pickers
    • Page
    • Date
    • User
    • Group
  • Page
    • Content
    • Title
  • Advanced
    • Database List Database List

Drag fields from the palette and drop them in this area.

Tips

Press the x+x+x+a key combo to toggle the Advanced mode and x+x+x+h to toggle the display of hidden pages.

Need help?

If you need help with XWiki you can contact:

] 12:31:06.314 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - ---- Start of environment debugging information 12:31:06.503 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - Execution of 'top -b -n 1': top - 12:31:06 up 366 days, 21:23, 0 users, load average: 3.48, 3.92, 3.62 Tasks: 37 total, 1 running, 36 sleeping, 0 stopped, 0 zombie %Cpu(s): 13.6 us, 2.0 sy, 2.4 ni, 75.2 id, 6.7 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem : 16321056 total, 8419768 free, 4643456 used, 3257832 buff/cache KiB Swap: 1046520 total, 549800 free, 496720 used. 11299960 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 303 root 20 0 5388080 897348 22828 S 80.0 5.5 0:53.68 java 912 root 20 0 3407784 604044 113016 S 6.7 3.7 8:41.88 Web Content 1 root 20 0 19632 3352 3060 S 0.0 0.0 0:00.01 setup-xwik+ 12 root 20 0 4276 768 704 S 0.0 0.0 0:00.00 sh 13 root 20 0 7784760 212184 18916 S 0.0 1.3 0:35.32 java 204 root 20 0 107828 30748 17364 S 0.0 0.2 0:04.98 Xtightvnc 208 root 20 0 4276 716 648 S 0.0 0.0 0:00.00 xstartup 209 root 20 0 4276 748 680 S 0.0 0.0 0:00.00 sh 220 root 20 0 47992 392 0 S 0.0 0.0 0:00.00 dbus-launch 221 root 20 0 44988 2512 2144 S 0.0 0.0 0:00.00 dbus-daemon 231 root 20 0 47992 392 0 S 0.0 0.0 0:00.00 dbus-launch 232 root 20 0 45120 2600 2236 S 0.0 0.0 0:00.03 dbus-daemon 239 root 20 0 11092 328 0 S 0.0 0.0 0:00.00 ssh-agent 245 root 20 0 250812 12344 10916 S 0.0 0.1 0:00.02 xfce4-sess+ 247 root 20 0 56656 4836 4308 S 0.0 0.0 0:00.03 xfconfd 251 root 20 0 17864 272 0 S 0.0 0.0 0:00.00 gpg-agent 253 root 20 0 168264 18208 15324 S 0.0 0.1 0:01.00 xfwm4 257 root 20 0 166648 10776 9576 S 0.0 0.1 0:00.01 xfce4-panel 259 root 20 0 169364 12680 11304 S 0.0 0.1 0:00.02 Thunar 262 root 20 0 539508 40552 24348 S 0.0 0.2 0:00.86 xfdesktop 265 root 20 0 178340 19740 16900 S 0.0 0.1 0:00.04 migrate 297 root 20 0 4276 88 0 S 0.0 0.0 0:00.00 sh 298 root 20 0 4276 876 784 S 0.0 0.0 0:00.11 sh 300 root 20 0 4276 756 688 S 0.0 0.0 0:00.00 sh 302 root 20 0 4276 716 648 S 0.0 0.0 0:00.00 mvn 444 root 20 0 4280 744 676 S 0.0 0.0 0:00.00 sh 445 root 20 0 7694364 210868 20512 S 0.0 1.3 0:49.37 java 510 root 20 0 4983108 1.443g 37896 S 0.0 9.3 11:34.45 java 546 root 20 0 19700 2320 1960 S 0.0 0.0 0:00.40 bash 808 root 20 0 493060 6012 2932 S 0.0 0.0 0:12.88 geckodriver 821 root 20 0 3055644 441724 123540 S 0.0 2.7 3:24.63 firefox-bin 887 root 20 0 2546312 86068 63400 S 0.0 0.5 0:01.39 WebExtensi+ 969 root 20 0 2525520 62380 46944 S 0.0 0.4 0:00.88 Web Content 6328 root 20 0 5832 712 644 S 0.0 0.0 0:00.00 sleep 6330 root 20 0 5828 668 604 S 0.0 0.0 0:00.00 sleep 6333 root 20 0 4280 740 668 S 0.0 0.0 0:00.00 sh 6334 root 20 0 42680 3520 3124 R 0.0 0.0 0:00.00 top 12:31:06.860 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - Execution of 'lsof -i -P -n': COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Xtightvnc 204 root 1u IPv4 453615769 0t0 TCP 127.0.0.1:5927 (LISTEN) java 303 root 78u IPv4 453617376 0t0 TCP 172.17.0.3:41704->92.222.135.198:80 (CLOSE_WAIT) java 303 root 94u IPv4 453617546 0t0 TCP 172.17.0.3:41708->92.222.135.198:80 (CLOSE_WAIT) java 303 root 119u IPv4 453617742 0t0 TCP 172.17.0.3:41710->92.222.135.198:80 (CLOSE_WAIT) java 303 root 120u IPv4 453620399 0t0 TCP 172.17.0.3:41712->92.222.135.198:80 (CLOSE_WAIT) java 303 root 122u IPv4 453617745 0t0 TCP 172.17.0.3:41714->92.222.135.198:80 (CLOSE_WAIT) java 303 root 176u IPv4 453630960 0t0 TCP 172.17.0.3:41756->92.222.135.198:80 (CLOSE_WAIT) java 303 root 245u IPv4 453623132 0t0 TCP 172.17.0.3:41760->92.222.135.198:80 (CLOSE_WAIT) java 303 root 282u IPv4 453623135 0t0 TCP 172.17.0.3:41762->92.222.135.198:80 (CLOSE_WAIT) java 303 root 284u IPv4 453628916 0t0 TCP 172.17.0.3:41764->92.222.135.198:80 (CLOSE_WAIT) java 303 root 286u IPv4 453623138 0t0 TCP 172.17.0.3:41766->92.222.135.198:80 (CLOSE_WAIT) java 445 root 221u IPv4 453640566 0t0 TCP 172.17.0.3:55994->151.101.120.133:443 (CLOSE_WAIT) java 445 root 222u IPv4 453640579 0t0 TCP 172.17.0.3:44594->140.82.118.6:443 (CLOSE_WAIT) java 445 root 223u IPv4 453640152 0t0 TCP 172.17.0.3:34450->140.82.118.3:443 (CLOSE_WAIT) java 445 root 225u IPv4 453642826 0t0 TCP 172.17.0.3:41794->52.216.248.60:443 (CLOSE_WAIT) java 445 root 226u IPv4 453640867 0t0 TCP 127.0.0.1:52130->127.0.0.1:23231 (ESTABLISHED) java 445 root 228u IPv4 454005275 0t0 TCP 127.0.0.1:48275->127.0.0.1:8080 (CLOSE_WAIT) java 510 root 44u IPv4 453623204 0t0 TCP 127.0.0.1:8079 (LISTEN) java 510 root 757u IPv4 453635644 0t0 TCP *:8080 (LISTEN) java 510 root 782u IPv4 454075500 0t0 TCP 127.0.0.1:8080->127.0.0.1:56794 (ESTABLISHED) java 510 root 783u IPv4 453633650 0t0 TCP 172.17.0.3:59678->104.26.8.174:80 (CLOSE_WAIT) java 510 root 786u IPv4 454076498 0t0 TCP 127.0.0.1:8080->127.0.0.1:56796 (ESTABLISHED) java 510 root 788u IPv4 454076500 0t0 TCP 127.0.0.1:8080->127.0.0.1:56800 (ESTABLISHED) java 510 root 790u IPv4 454067627 0t0 TCP 127.0.0.1:8080->127.0.0.1:56792 (ESTABLISHED) geckodriv 808 root 3u IPv4 453640161 0t0 TCP 127.0.0.1:23231 (LISTEN) geckodriv 808 root 7u IPv4 453646304 0t0 TCP 127.0.0.1:23231->127.0.0.1:52130 (ESTABLISHED) geckodriv 808 root 8u IPv4 453648024 0t0 TCP 127.0.0.1:35912->127.0.0.1:44527 (ESTABLISHED) firefox-b 821 root 124u IPv4 453647279 0t0 TCP 127.0.0.1:44527->127.0.0.1:35912 (ESTABLISHED) firefox-b 821 root 127u IPv4 453649790 0t0 TCP 127.0.0.1:44527 (LISTEN) firefox-b 821 root 132u IPv4 454073173 0t0 TCP 127.0.0.1:56792->127.0.0.1:8080 (ESTABLISHED) firefox-b 821 root 152u IPv4 454076497 0t0 TCP 127.0.0.1:56794->127.0.0.1:8080 (ESTABLISHED) firefox-b 821 root 153u IPv4 454076499 0t0 TCP 127.0.0.1:56796->127.0.0.1:8080 (ESTABLISHED) firefox-b 821 root 155u IPv4 454078567 0t0 TCP 127.0.0.1:56800->127.0.0.1:8080 (ESTABLISHED) 12:31:08.886 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - Execution of 'docker ps -a': CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 82a2da5b0ad0 xwiki/build "setup-xwiki-ssh /bi…" 25 minutes ago Up 25 minutes 22/tcp heuristic_goldwasser e31f927f3866 d3ac3cda7c10 "/bin/sh -c 'apt-get…" 4 weeks ago Exited (127) 4 weeks ago stoic_boyd d549127061ca alpine:3.5 "sh -c 'ip route|awk…" 7 weeks ago Exited (0) 7 weeks ago compassionate_noyce adaeb7d41723 3566a6f75336 "/bin/sh -c 'apt-get…" 2 months ago Exited (127) 2 months ago gallant_kalam a4de54dfc6e4 3566a6f75336 "/bin/sh -c 'apt-get…" 2 months ago Exited (127) 2 months ago eloquent_ritchie f2c941c28a23 3566a6f75336 "/bin/sh -c 'apt-get…" 3 months ago Exited (127) 3 months ago jovial_bhabha 710033c86c51 3566a6f75336 "/bin/sh -c 'apt-get…" 3 months ago Exited (127) 3 months ago youthful_lumiere 9cec33f7d4d3 b689a7148614 "bash -l" 3 months ago Exited (0) 3 months ago naughty_northcutt 0a68210a7307 9d213d11c1e9 "/docker-entrypoint.…" 3 months ago Exited (0) 3 months ago focused_bartik 12:31:09.035 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - Execution of 'docker events --since '15m' --until '0m'': 12:31:09.035 [main] INFO o.x.t.j.FailingTestDebuggingTestExecutionListener - ---- End of environment debugging information