Created
March 20, 2020 22:08
-
-
Save barancev/ebfa9f0d4ab49afb1faf8a7f4ad4372b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\devel\selenium>bazel test java/client/test/org/openqa/selenium/mobile:all | |
| INFO: Invocation ID: 58be859f-d887-483b-b346-b6063b274ddc | |
| INFO: Analyzed 6 targets (0 packages loaded, 0 targets configured). | |
| INFO: Found 1 target and 5 test targets... | |
| FAIL: //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest (see C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest/test.log) | |
| INFO: From Testing //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest: | |
| ==================== Test output for //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest: | |
| JUnit4 Test Runner | |
| .ьрЁ. 21, 2020 1:06:37 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule starting | |
| INFO: >>> Starting testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| CREATING DRIVER | |
| SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
| SLF4J: Defaulting to no-operation (NOP) logger implementation | |
| SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
| 1584741999188 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\alexei\\AppData\\Local\\Temp\\rust_mozprofileKZd24r" | |
| 1584741999575 addons.webextension.doh-rollout@mozilla.org WARN Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus | |
| 1584741999866 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons | |
| 1584741999866 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry | |
| 1584741999866 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ | |
| 1584741999866 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* | |
| JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. | |
| 1584742001525 Marionette INFO Listening on port 61483 | |
| 1584742001807 Marionette WARN TLS certificate errors will be ignored for this session | |
| ьрЁ. 21, 2020 1:06:41 AM org.openqa.selenium.remote.ProtocolHandshake createSession | |
| INFO: Detected dialect: W3C | |
| CREATED FirefoxDriver: firefox on WINDOWS (cb7576d0-a3aa-4cd1-9721-a6d90dc9369a) | |
| ьрЁ. 21, 2020 1:06:42 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule finished | |
| INFO: <<< Finished testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| E | |
| Time: 5,973 | |
| There was 1 failure: | |
| 1) testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:46) | |
| at org.openqa.selenium.testing.JUnit4TestBase.prepareEnvironment(JUnit4TestBase.java:70) | |
| ... 33 trimmed | |
| Caused by: java.lang.reflect.InvocationTargetException | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:44) | |
| ... 35 more | |
| Caused by: org.openqa.selenium.WebDriverException: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: unknown | |
| at org.openqa.selenium.build.InProject.lambda$locate$3(InProject.java:56) | |
| at java.base/java.util.Optional.orElseThrow(Optional.java:408) | |
| at org.openqa.selenium.build.InProject.lambda$locate$4(InProject.java:55) | |
| at java.base/java.util.Optional.orElseGet(Optional.java:369) | |
| at org.openqa.selenium.build.InProject.locate(InProject.java:47) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:117) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:95) | |
| at org.openqa.selenium.environment.InProcessTestEnvironment.<init>(InProcessTestEnvironment.java:28) | |
| ... 40 more | |
| Caused by: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| ... 48 more | |
| FAILURES!!! | |
| Tests run: 1, Failures: 1 | |
| BazelTestRunner exiting with a return value of 1 | |
| JVM shutdown hooks (if any) will run now. | |
| The JVM will exit once they complete. | |
| -- JVM shutdown starting at 2020-03-21 01:06:42 -- | |
| 1584742002257 Marionette INFO Stopped listening on port 61483 | |
| ###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost | |
| ###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv | |
| ================================================================================ | |
| FAIL: //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-edge (see C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-edge/test.log) | |
| INFO: From Testing //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-edge: | |
| ==================== Test output for //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-edge: | |
| JUnit4 Test Runner | |
| .ьрЁ. 21, 2020 1:06:37 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule starting | |
| INFO: >>> Starting testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| CREATING DRIVER | |
| ьрЁ. 21, 2020 1:06:37 AM org.openqa.selenium.testing.drivers.TestEdgeDriver getServiceUrl | |
| INFO: edgedriver will log to C:\users\alexei\_bazel_alexei\kgg5xw4a\execroot\selenium\_tmp\d70a915ef9fab2592018aa07fc0e62a3\edgedriver17315981852236430087.log | |
| SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
| SLF4J: Defaulting to no-operation (NOP) logger implementation | |
| SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
| ьрЁ. 21, 2020 1:06:39 AM org.openqa.selenium.remote.ProtocolHandshake createSession | |
| INFO: Detected dialect: W3C | |
| CREATED TestEdgeDriver: MicrosoftEdge on WINDOWS (58579A4E-CE5C-4A37-8BA2-C0CBDC8B699B) | |
| ьрЁ. 21, 2020 1:06:40 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule finished | |
| INFO: <<< Finished testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| E | |
| Time: 4,054 | |
| There was 1 failure: | |
| 1) testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:46) | |
| at org.openqa.selenium.testing.JUnit4TestBase.prepareEnvironment(JUnit4TestBase.java:70) | |
| ... 33 trimmed | |
| Caused by: java.lang.reflect.InvocationTargetException | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:44) | |
| ... 35 more | |
| Caused by: org.openqa.selenium.WebDriverException: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: unknown | |
| at org.openqa.selenium.build.InProject.lambda$locate$3(InProject.java:56) | |
| at java.base/java.util.Optional.orElseThrow(Optional.java:408) | |
| at org.openqa.selenium.build.InProject.lambda$locate$4(InProject.java:55) | |
| at java.base/java.util.Optional.orElseGet(Optional.java:369) | |
| at org.openqa.selenium.build.InProject.locate(InProject.java:47) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:117) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:95) | |
| at org.openqa.selenium.environment.InProcessTestEnvironment.<init>(InProcessTestEnvironment.java:28) | |
| ... 40 more | |
| Caused by: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| ... 48 more | |
| FAILURES!!! | |
| Tests run: 1, Failures: 1 | |
| BazelTestRunner exiting with a return value of 1 | |
| JVM shutdown hooks (if any) will run now. | |
| The JVM will exit once they complete. | |
| -- JVM shutdown starting at 2020-03-21 01:06:40 -- | |
| JVM still up after five seconds. Dumping stack traces for all threads. | |
| Starting full thread dump ... | |
| "main" Id=1 WAITING on java.lang.Thread@361c294e | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.Thread@361c294e | |
| at java.base@11.0.6/java.lang.Thread.join(Thread.java:1305) | |
| at java.base@11.0.6/java.lang.Thread.join(Thread.java:1379) | |
| at java.base@11.0.6/java.lang.ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:107) | |
| at java.base@11.0.6/java.lang.ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:46) | |
| at java.base@11.0.6/java.lang.Shutdown.runHooks(Shutdown.java:130) | |
| at java.base@11.0.6/java.lang.Shutdown.exit(Shutdown.java:174) | |
| - locked java.lang.Class@6ea12c19 | |
| at java.base@11.0.6/java.lang.Runtime.exit(Runtime.java:115) | |
| at java.base@11.0.6/java.lang.System.exit(System.java:1749) | |
| at app//com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:104) | |
| "AsyncHttpClient-timer-1-1" Id=29 TIMED_WAITING | |
| at java.base@11.0.6/java.lang.Thread.sleep(Native Method) | |
| at app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:569) | |
| at app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:465) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-1" Id=31 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@5252b178 | |
| - locked sun.nio.ch.WindowsSelectorImpl@3403c8e | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "Forwarding quit on session 58579A4E-CE5C-4A37-8BA2-C0CBDC8B699B to remote" Id=22 WAITING on java.util.concurrent.CompletableFuture$Signaller@330c77ac | |
| at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.CompletableFuture$Signaller@330c77ac | |
| at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) | |
| at java.base@11.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1998) | |
| at app//org.asynchttpclient.netty.NettyResponseFuture.get(NettyResponseFuture.java:201) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:57) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler$$Lambda$157/0x0000000800338440.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent$$Lambda$321/0x00000008003af040.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at app//org.openqa.selenium.remote.http.Filter$$Lambda$158/0x000000080033fc40.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:47) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent$$Lambda$321/0x00000008003af040.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at app//org.openqa.selenium.remote.http.Filter$$Lambda$158/0x000000080033fc40.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:47) | |
| at app//org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:582) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:639) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:643) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:479) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$367/0x000000080041a840.accept(Unknown Source) | |
| at java.base@11.0.6/java.lang.Iterable.forEach(Iterable.java:75) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$0(WebDriverBuilder.java:52) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$72/0x0000000800269840.run(Unknown Source) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$366/0x000000080041b440.accept(Unknown Source) | |
| at java.base@11.0.6/java.lang.Iterable.forEach(Iterable.java:75) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$1(WebDriverBuilder.java:53) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$73/0x0000000800269c40.run(Unknown Source) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-2" Id=33 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@5f7fde82 | |
| - locked sun.nio.ch.WindowsSelectorImpl@18e16d64 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-3" Id=34 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@1ac796ba | |
| - locked sun.nio.ch.WindowsSelectorImpl@4a263359 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-4" Id=35 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@6b8c7f51 | |
| - locked sun.nio.ch.WindowsSelectorImpl@7895b509 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "Reference Handler" Id=2 RUNNABLE (daemon) | |
| at java.base@11.0.6/java.lang.ref.Reference.waitForReferencePendingList(Native Method) | |
| at java.base@11.0.6/java.lang.ref.Reference.processPendingReferences(Reference.java:241) | |
| at java.base@11.0.6/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) | |
| "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@75a5be72 (daemon) | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@75a5be72 | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) | |
| at java.base@11.0.6/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) | |
| "Signal Dispatcher" Id=4 RUNNABLE (daemon) | |
| "Attach Listener" Id=5 RUNNABLE (daemon) | |
| "Common-Cleaner" Id=20 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@55e09468 (daemon) | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@55e09468 | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) | |
| at java.base@11.0.6/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| at java.base@11.0.6/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) | |
| "UrlChecker-2" Id=24 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2e83cfed (daemon) | |
| at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2e83cfed | |
| at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "ForkJoinPool.commonPool-worker-19" Id=30 WAITING on java.util.concurrent.ForkJoinPool@adcc87f (daemon) | |
| at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.ForkJoinPool@adcc87f | |
| at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) | |
| at java.base@11.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628) | |
| at java.base@11.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) | |
| "BazelTestRunner: Print stack traces if JVM exit hangs" Id=32 RUNNABLE (daemon) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490) | |
| at app//com.google.testing.junit.runner.internal.StackTraces.printAll(StackTraces.java:43) | |
| at app//com.google.testing.junit.runner.BazelTestRunner$1.run(BazelTestRunner.java:180) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| Done full thread dump. | |
| Exception in thread "Thread-0" org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: RemoteWebDriver | |
| Capabilities {acceptInsecureCerts: false, browserName: MicrosoftEdge, browserVersion: 44.18362.449.0, javascriptEnabled: true, ms:edgeChromium: false, ms:edgeOptions: {args: [], extensions: []}, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}} | |
| Session ID: 58579A4E-CE5C-4A37-8BA2-C0CBDC8B699B | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:603) | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:639) | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:643) | |
| at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:479) | |
| at java.base/java.lang.Iterable.forEach(Iterable.java:75) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$0(WebDriverBuilder.java:52) | |
| at java.base/java.lang.Iterable.forEach(Iterable.java:75) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$1(WebDriverBuilder.java:53) | |
| at java.base/java.lang.Thread.run(Thread.java:834) | |
| Caused by: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:14379 | |
| at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:69) | |
| at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:47) | |
| at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:47) | |
| at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:582) | |
| ... 8 more | |
| Caused by: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:14379 | |
| at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179) | |
| at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108) | |
| at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28) | |
| at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:577) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:570) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:549) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:490) | |
| at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:615) | |
| at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:608) | |
| at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| ... 1 more | |
| Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:14379 | |
| Caused by: java.net.ConnectException: Connection refused: no further information | |
| at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) | |
| at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) | |
| at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base/java.lang.Thread.run(Thread.java:834) | |
| ================================================================================ | |
| FAIL: //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-chrome (see C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-chrome/test.log) | |
| INFO: From Testing //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-chrome: | |
| ==================== Test output for //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-chrome: | |
| JUnit4 Test Runner | |
| .ьрЁ. 21, 2020 1:06:37 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule starting | |
| INFO: >>> Starting testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| CREATING DRIVER | |
| ьрЁ. 21, 2020 1:06:37 AM org.openqa.selenium.testing.drivers.TestChromeDriver getService | |
| INFO: chromedriver will log to C:\users\alexei\_bazel_alexei\kgg5xw4a\execroot\selenium\_tmp\cd4ad25190d59a94ad72c6f32d99d6e0\chromedriver17542674063605065370.log | |
| Starting ChromeDriver 80.0.3987.106 (f68069574609230cf9b635cd784cfb1bf81bb53a-refs/branch-heads/3987@{#882}) on port 42636 | |
| Only local connections are allowed. | |
| Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code. | |
| SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
| SLF4J: Defaulting to no-operation (NOP) logger implementation | |
| SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
| ьрЁ. 21, 2020 1:06:43 AM org.openqa.selenium.remote.ProtocolHandshake createSession | |
| INFO: Detected dialect: W3C | |
| CREATED TestChromeDriver: chrome on WINDOWS (02d1c3b52fe71caaaaa32f8e3a1c954f) | |
| ьрЁ. 21, 2020 1:06:44 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule finished | |
| INFO: <<< Finished testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| E | |
| Time: 7,934 | |
| There was 1 failure: | |
| 1) testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:46) | |
| at org.openqa.selenium.testing.JUnit4TestBase.prepareEnvironment(JUnit4TestBase.java:70) | |
| ... 33 trimmed | |
| Caused by: java.lang.reflect.InvocationTargetException | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:44) | |
| ... 35 more | |
| Caused by: org.openqa.selenium.WebDriverException: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: unknown | |
| at org.openqa.selenium.build.InProject.lambda$locate$3(InProject.java:56) | |
| at java.base/java.util.Optional.orElseThrow(Optional.java:408) | |
| at org.openqa.selenium.build.InProject.lambda$locate$4(InProject.java:55) | |
| at java.base/java.util.Optional.orElseGet(Optional.java:369) | |
| at org.openqa.selenium.build.InProject.locate(InProject.java:47) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:117) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:95) | |
| at org.openqa.selenium.environment.InProcessTestEnvironment.<init>(InProcessTestEnvironment.java:28) | |
| ... 40 more | |
| Caused by: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| ... 48 more | |
| FAILURES!!! | |
| Tests run: 1, Failures: 1 | |
| BazelTestRunner exiting with a return value of 1 | |
| JVM shutdown hooks (if any) will run now. | |
| The JVM will exit once they complete. | |
| -- JVM shutdown starting at 2020-03-21 01:06:44 -- | |
| JVM still up after five seconds. Dumping stack traces for all threads. | |
| Starting full thread dump ... | |
| "main" Id=1 WAITING on java.lang.Thread@361c294e | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.Thread@361c294e | |
| at java.base@11.0.6/java.lang.Thread.join(Thread.java:1305) | |
| at java.base@11.0.6/java.lang.Thread.join(Thread.java:1379) | |
| at java.base@11.0.6/java.lang.ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:107) | |
| at java.base@11.0.6/java.lang.ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:46) | |
| at java.base@11.0.6/java.lang.Shutdown.runHooks(Shutdown.java:130) | |
| at java.base@11.0.6/java.lang.Shutdown.exit(Shutdown.java:174) | |
| - locked java.lang.Class@6ea12c19 | |
| at java.base@11.0.6/java.lang.Runtime.exit(Runtime.java:115) | |
| at java.base@11.0.6/java.lang.System.exit(System.java:1749) | |
| at app//com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:104) | |
| "AsyncHttpClient-timer-1-1" Id=29 TIMED_WAITING | |
| at java.base@11.0.6/java.lang.Thread.sleep(Native Method) | |
| at app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:569) | |
| at app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:465) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-1" Id=30 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@7d5b999b | |
| - locked sun.nio.ch.WindowsSelectorImpl@323d9829 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-2" Id=31 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@1b17df3b | |
| - locked sun.nio.ch.WindowsSelectorImpl@4848f31c | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-3" Id=32 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@697e2ccf | |
| - locked sun.nio.ch.WindowsSelectorImpl@37dc1d19 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "Forwarding quit on session 02d1c3b52fe71caaaaa32f8e3a1c954f to remote" Id=22 WAITING on java.util.concurrent.CompletableFuture$Signaller@1217e2de | |
| at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.CompletableFuture$Signaller@1217e2de | |
| at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) | |
| at java.base@11.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) | |
| at java.base@11.0.6/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1998) | |
| at app//org.asynchttpclient.netty.NettyResponseFuture.get(NettyResponseFuture.java:201) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:57) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler$$Lambda$153/0x00000008002f6840.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent$$Lambda$325/0x00000008003a7c40.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at app//org.openqa.selenium.remote.http.Filter$$Lambda$154/0x0000000800358040.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:47) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at app//org.openqa.selenium.remote.http.AddSeleniumUserAgent$$Lambda$325/0x00000008003a7c40.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at app//org.openqa.selenium.remote.http.Filter$$Lambda$154/0x0000000800358040.execute(Unknown Source) | |
| at app//org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:47) | |
| at app//org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) | |
| at app//org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:582) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:639) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:643) | |
| at app//org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:479) | |
| at app//org.openqa.selenium.chromium.ChromiumDriver.quit(ChromiumDriver.java:193) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$376/0x0000000800450440.accept(Unknown Source) | |
| at java.base@11.0.6/java.lang.Iterable.forEach(Iterable.java:75) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$0(WebDriverBuilder.java:52) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$72/0x0000000800271840.run(Unknown Source) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$375/0x0000000800450040.accept(Unknown Source) | |
| at java.base@11.0.6/java.lang.Iterable.forEach(Iterable.java:75) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$1(WebDriverBuilder.java:53) | |
| at app//org.openqa.selenium.testing.drivers.WebDriverBuilder$$Lambda$73/0x0000000800271c40.run(Unknown Source) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-4" Id=35 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@1dc83393 | |
| - locked sun.nio.ch.WindowsSelectorImpl@5c86cb1 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-5" Id=36 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@52ab9dc4 | |
| - locked sun.nio.ch.WindowsSelectorImpl@7f87945d | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:803) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "AsyncHttpClient-3-6" Id=37 RUNNABLE (in native) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:339) | |
| at java.base@11.0.6/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:167) | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124) | |
| - locked io.netty.channel.nio.SelectedSelectionKeySet@230f7495 | |
| - locked sun.nio.ch.WindowsSelectorImpl@656439a1 | |
| at java.base@11.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136) | |
| at app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
| at app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:807) | |
| at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457) | |
| at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "Reference Handler" Id=2 RUNNABLE (daemon) | |
| at java.base@11.0.6/java.lang.ref.Reference.waitForReferencePendingList(Native Method) | |
| at java.base@11.0.6/java.lang.ref.Reference.processPendingReferences(Reference.java:241) | |
| at java.base@11.0.6/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) | |
| "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6d1457be (daemon) | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@6d1457be | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) | |
| at java.base@11.0.6/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) | |
| "Signal Dispatcher" Id=4 RUNNABLE (daemon) | |
| "Attach Listener" Id=5 RUNNABLE (daemon) | |
| "Common-Cleaner" Id=20 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@32536a07 (daemon) | |
| at java.base@11.0.6/java.lang.Object.wait(Native Method) | |
| - waiting on java.lang.ref.ReferenceQueue$Lock@32536a07 | |
| at java.base@11.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) | |
| at java.base@11.0.6/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| at java.base@11.0.6/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) | |
| "UrlChecker-2" Id=24 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4b9303f6 (daemon) | |
| at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method) | |
| - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4b9303f6 | |
| at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) | |
| at java.base@11.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) | |
| at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "BazelTestRunner: Print stack traces if JVM exit hangs" Id=33 RUNNABLE (daemon) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502) | |
| at java.management@11.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490) | |
| at app//com.google.testing.junit.runner.internal.StackTraces.printAll(StackTraces.java:43) | |
| at app//com.google.testing.junit.runner.BazelTestRunner$1.run(BazelTestRunner.java:180) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| "Keep-Alive-Timer" Id=34 TIMED_WAITING (daemon) | |
| at java.base@11.0.6/java.lang.Thread.sleep(Native Method) | |
| at java.base@11.0.6/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:168) | |
| at java.base@11.0.6/java.lang.Thread.run(Thread.java:834) | |
| at java.base@11.0.6/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) | |
| Done full thread dump. | |
| Exception in thread "Thread-0" org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: ChromiumDriver | |
| Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 80.0.3987.149, chrome: {chromedriverVersion: 80.0.3987.106 (f68069574609..., userDataDir: C:\Users\alexei\AppData\Loc...}, goog:chromeOptions: {debuggerAddress: localhost:61488}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} | |
| Session ID: 02d1c3b52fe71caaaaa32f8e3a1c954f | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:603) | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:639) | |
| at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:643) | |
| at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:479) | |
| at org.openqa.selenium.chromium.ChromiumDriver.quit(ChromiumDriver.java:193) | |
| at java.base/java.lang.Iterable.forEach(Iterable.java:75) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$0(WebDriverBuilder.java:52) | |
| at java.base/java.lang.Iterable.forEach(Iterable.java:75) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.lambda$static$1(WebDriverBuilder.java:53) | |
| at java.base/java.lang.Thread.run(Thread.java:834) | |
| Caused by: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:42636 | |
| at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:69) | |
| at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:47) | |
| at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) | |
| at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) | |
| at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:47) | |
| 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:582) | |
| ... 9 more | |
| Caused by: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:42636 | |
| at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179) | |
| at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108) | |
| at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28) | |
| at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:577) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:570) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:549) | |
| at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:490) | |
| at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:615) | |
| at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:608) | |
| at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| ... 1 more | |
| Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:42636 | |
| Caused by: java.net.ConnectException: Connection refused: no further information | |
| at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) | |
| at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) | |
| at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330) | |
| at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) | |
| at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) | |
| at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
| at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
| at java.base/java.lang.Thread.run(Thread.java:834) | |
| ================================================================================ | |
| FAIL: //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-ie (see C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-ie/test.log) | |
| INFO: From Testing //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-ie: | |
| ==================== Test output for //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-ie: | |
| JUnit4 Test Runner | |
| .ьрЁ. 21, 2020 1:07:06 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule starting | |
| INFO: >>> Starting testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| CREATING DRIVER | |
| ьрЁ. 21, 2020 1:07:06 AM org.openqa.selenium.build.Build go | |
| INFO: Not in dev mode. Ignoring attempt to build: [//cpp/iedriverserver:win32] | |
| ьрЁ. 21, 2020 1:07:06 AM org.openqa.selenium.testing.JUnit4TestBase$TraceMethodNameRule finished | |
| INFO: <<< Finished testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| EE | |
| Time: 1,257 | |
| There were 2 failures: | |
| 1) testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| java.lang.RuntimeException: Exception creating driver | |
| at org.openqa.selenium.testing.JUnit4TestBase$ManageDriverRule.starting(JUnit4TestBase.java:124) | |
| at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113) | |
| at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52) | |
| at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59) | |
| at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) | |
| at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) | |
| at org.junit.rules.RunRules.evaluate(RunRules.java:20) | |
| 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 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) | |
| at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) | |
| at org.junit.runners.ParentRunner.run(ParentRunner.java:413) | |
| at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89) | |
| at org.junit.runner.JUnitCore.run(JUnitCore.java:137) | |
| at org.junit.runner.JUnitCore.run(JUnitCore.java:115) | |
| at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112) | |
| at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:153) | |
| at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:84) | |
| Caused by: org.openqa.selenium.WebDriverException: java.io.FileNotFoundException: Could not find any of build/cpp/Win32/Release/IEDriverServer.exe,cpp/prebuilt/Win32/Release/IEDriverServer.exe in the project | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: LocallyBuiltInternetExplorerDriver | |
| at org.openqa.selenium.build.InProject.lambda$locate$3(InProject.java:56) | |
| at java.base/java.util.Optional.orElseThrow(Optional.java:408) | |
| at org.openqa.selenium.build.InProject.lambda$locate$4(InProject.java:55) | |
| at java.base/java.util.Optional.orElseGet(Optional.java:369) | |
| at org.openqa.selenium.build.InProject.locate(InProject.java:47) | |
| at org.openqa.selenium.testing.drivers.LocallyBuiltInternetExplorerDriver.getService(LocallyBuiltInternetExplorerDriver.java:41) | |
| at org.openqa.selenium.testing.drivers.LocallyBuiltInternetExplorerDriver.<init>(LocallyBuiltInternetExplorerDriver.java:32) | |
| at org.openqa.selenium.testing.drivers.TestInternetExplorerSupplier.get(TestInternetExplorerSupplier.java:43) | |
| at org.openqa.selenium.testing.drivers.TestInternetExplorerSupplier.get(TestInternetExplorerSupplier.java:26) | |
| at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) | |
| at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958) | |
| at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127) | |
| at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502) | |
| at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488) | |
| at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) | |
| at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) | |
| at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) | |
| at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:123) | |
| at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:108) | |
| at org.openqa.selenium.testing.JUnit4TestBase.actuallyCreateDriver(JUnit4TestBase.java:224) | |
| at org.openqa.selenium.testing.JUnit4TestBase.createDriver(JUnit4TestBase.java:205) | |
| at org.openqa.selenium.testing.JUnit4TestBase.access$700(JUnit4TestBase.java:50) | |
| at org.openqa.selenium.testing.JUnit4TestBase$ManageDriverRule.starting(JUnit4TestBase.java:122) | |
| ... 26 more | |
| Caused by: java.io.FileNotFoundException: Could not find any of build/cpp/Win32/Release/IEDriverServer.exe,cpp/prebuilt/Win32/Release/IEDriverServer.exe in the project | |
| ... 50 more | |
| 2) testToggleAirplaneMode(org.openqa.selenium.mobile.NetworkConnectionTest) | |
| java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:46) | |
| at org.openqa.selenium.testing.JUnit4TestBase.prepareEnvironment(JUnit4TestBase.java:70) | |
| ... 33 trimmed | |
| Caused by: java.lang.reflect.InvocationTargetException | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) | |
| at org.openqa.selenium.environment.GlobalTestEnvironment.get(GlobalTestEnvironment.java:44) | |
| ... 35 more | |
| Caused by: org.openqa.selenium.WebDriverException: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| Build info: version: '4.0.0-alpha-5', revision: '04325f49c4' | |
| System info: host: 'alexei-pc-9', ip: '169.254.51.218', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.6' | |
| Driver info: driver.version: unknown | |
| at org.openqa.selenium.build.InProject.lambda$locate$3(InProject.java:56) | |
| at java.base/java.util.Optional.orElseThrow(Optional.java:408) | |
| at org.openqa.selenium.build.InProject.lambda$locate$4(InProject.java:55) | |
| at java.base/java.util.Optional.orElseGet(Optional.java:369) | |
| at org.openqa.selenium.build.InProject.locate(InProject.java:47) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:117) | |
| at org.openqa.selenium.environment.webserver.JettyAppServer.<init>(JettyAppServer.java:95) | |
| at org.openqa.selenium.environment.InProcessTestEnvironment.<init>(InProcessTestEnvironment.java:28) | |
| ... 40 more | |
| Caused by: java.io.FileNotFoundException: Could not find any of common/src/web in the project | |
| ... 48 more | |
| FAILURES!!! | |
| Tests run: 1, Failures: 2 | |
| BazelTestRunner exiting with a return value of 1 | |
| JVM shutdown hooks (if any) will run now. | |
| The JVM will exit once they complete. | |
| -- JVM shutdown starting at 2020-03-21 01:07:06 -- | |
| ================================================================================ | |
| INFO: Elapsed time: 35.451s, Critical Path: 29.52s | |
| INFO: 4 processes: 4 local. | |
| INFO: Build completed, 4 tests FAILED, 5 total actions | |
| //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-safari (cached) PASSED in 1.2s | |
| //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest FAILED in 8.2s | |
| C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest/test.log | |
| //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-chrome FAILED in 29.5s | |
| C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-chrome/test.log | |
| //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-edge FAILED in 25.6s | |
| C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-edge/test.log | |
| //java/client/test/org/openqa/selenium/mobile:NetworkConnectionTest-ie FAILED in 2.2s | |
| C:/users/alexei/_bazel_alexei/kgg5xw4a/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/java/client/test/org/openqa/selenium/mobile/NetworkConnectionTest-ie/test.log | |
| Executed 4 out of 5 tests: 1 test passes and 4 fail locally. | |
| There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line oINFO: Build completed, 4 tests FAILED, 5 total actions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment