WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@titusfortner
Copy link
Member

🔗 Related Issues

Java portion of #16741

💥 What does this PR do?

  • CI-Java workflow:
    • Runs on all 3 platforms
    • Uses Selenium Manager
    • Default local & grid runs of each applicable browser test
    • Selenium Manager specific test
    • All tests that are currently in .skipfile
  • Added Selenium Manager test (needed to make some methods public/package protected)
  • fixed a couple tests and some bazel references while I was at it

🔧 Implementation Notes

  • We could move the Selenium Manager test into its own job and use pinned browsers for everything else - this was easier
  • We could have 4 separate browser-specific Selenium Manager test tiles - I got to use a package private method when it was in one file, but the downside is the ugly conditionals

💡 Additional Considerations

I'd like to better understand why things are in the skipfile

@titusfortner titusfortner requested a review from diemol December 19, 2025 18:08
@selenium-ci selenium-ci added C-java Java Bindings B-build Includes scripting, bazel and CI integrations labels Dec 19, 2025
@qodo-code-review
Copy link
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Java / Browser Tests (ubuntu) / Browser Tests (ubuntu)

Failed stage: Run Bazel [❌]

Failed test name: ""

Failure summary:

The action failed because multiple Bazel Java Selenium functional tests could not create browser
sessions:
- Chrome sessions failed with org.openqa.selenium.SessionNotCreatedException (HTTP 500)
with the underlying error session not created: Chrome instance exited, causing failures in tests
such as //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote,
//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest /
NetworkInterceptorRestTest-remote, and Grid download-related tests.
- Firefox sessions failed with
Process unexpectedly closed with status 1, causing failures such as
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest and
//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-remote.
These repeated session
creation failures led to many downstream test failures (e.g., Edge tests also failed while
attempting to create Chromium-based sessions) and the overall Bazel test run to fail.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

933:  Package 'php-sql-formatter' is not installed, so not removed
934:  Package 'php8.3-ssh2' is not installed, so not removed
935:  Package 'php-ssh2-all-dev' is not installed, so not removed
936:  Package 'php8.3-stomp' is not installed, so not removed
937:  Package 'php-stomp-all-dev' is not installed, so not removed
938:  Package 'php-swiftmailer' is not installed, so not removed
939:  Package 'php-symfony' is not installed, so not removed
940:  Package 'php-symfony-asset' is not installed, so not removed
941:  Package 'php-symfony-asset-mapper' is not installed, so not removed
942:  Package 'php-symfony-browser-kit' is not installed, so not removed
943:  Package 'php-symfony-clock' is not installed, so not removed
944:  Package 'php-symfony-debug-bundle' is not installed, so not removed
945:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
946:  Package 'php-symfony-dom-crawler' is not installed, so not removed
947:  Package 'php-symfony-dotenv' is not installed, so not removed
948:  Package 'php-symfony-error-handler' is not installed, so not removed
949:  Package 'php-symfony-event-dispatcher' is not installed, so not removed
...

1127:  Package 'php-twig-html-extra' is not installed, so not removed
1128:  Package 'php-twig-i18n-extension' is not installed, so not removed
1129:  Package 'php-twig-inky-extra' is not installed, so not removed
1130:  Package 'php-twig-intl-extra' is not installed, so not removed
1131:  Package 'php-twig-markdown-extra' is not installed, so not removed
1132:  Package 'php-twig-string-extra' is not installed, so not removed
1133:  Package 'php8.3-uopz' is not installed, so not removed
1134:  Package 'php-uopz-all-dev' is not installed, so not removed
1135:  Package 'php8.3-uploadprogress' is not installed, so not removed
1136:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
1137:  Package 'php8.3-uuid' is not installed, so not removed
1138:  Package 'php-uuid-all-dev' is not installed, so not removed
1139:  Package 'php-validate' is not installed, so not removed
1140:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
1141:  Package 'php-voku-portable-ascii' is not installed, so not removed
1142:  Package 'php-wmerrors' is not installed, so not removed
1143:  Package 'php-xdebug-all-dev' is not installed, so not removed
...

1688:  "paths": [
1689:  "/home/runner/.cache/bazel-repo"
1690:  ]
1691:  }
1692:  }
1693:  ##[endgroup]
1694:  ##[group]Restore cache for bazelisk
1695:  Cache hit for: setup-bazel-2-linux-bazelisk-f5f884b6af011b7b5194329ff462343da417842d8de319f232cfbf477f444994
1696:  Received 55566706 of 55566706 (100.0%), 95.0 MBs/sec
1697:  Cache Size: ~53 MB (55566706 B)
1698:  [command]/usr/bin/tar -xf /home/runner/work/_temp/92dd8cde-d256-495c-a619-f7708153720a/cache.tzst -P -C /home/runner/work/selenium/selenium --use-compress-program unzstd
1699:  Cache restored successfully
1700:  Successfully restored cache from setup-bazel-2-linux-bazelisk-f5f884b6af011b7b5194329ff462343da417842d8de319f232cfbf477f444994
1701:  ##[endgroup]
1702:  ##[group]Restore cache for disk-java-ubuntu-tests
1703:  Failed to restore disk-java-ubuntu-tests cache
1704:  ##[endgroup]
...

1734:  Received 3028287488 of 3772325151 (80.3%), 103.0 MBs/sec
1735:  Received 3087007744 of 3772325151 (81.8%), 101.4 MBs/sec
1736:  Received 3221225472 of 3772325151 (85.4%), 102.0 MBs/sec
1737:  Received 3342860288 of 3772325151 (88.6%), 102.4 MBs/sec
1738:  Received 3401580544 of 3772325151 (90.2%), 101.0 MBs/sec
1739:  Received 3539992576 of 3772325151 (93.8%), 101.9 MBs/sec
1740:  Received 3640655872 of 3772325151 (96.5%), 101.7 MBs/sec
1741:  Received 3758096384 of 3772325151 (99.6%), 101.8 MBs/sec
1742:  Received 3772325151 of 3772325151 (100.0%), 101.2 MBs/sec
1743:  Cache Size: ~3598 MB (3772325151 B)
1744:  [command]/usr/bin/tar -xf /home/runner/work/_temp/34d98cc8-0727-43b5-b266-1fe269951e03/cache.tzst -P -C /home/runner/work/selenium/selenium --use-compress-program unzstd
1745:  Cache restored successfully
1746:  Successfully restored cache from setup-bazel-2-linux-repository-8a444bed24370c9a79dd2f58c1a44c7b11050dbb8df6842acab6cc8cea3fc2de
1747:  ##[endgroup]
1748:  ##[group]Restore cache for external-java-ubuntu-tests-manifest
1749:  Failed to restore external-java-ubuntu-tests-manifest cache
1750:  ##[endgroup]
...

1873:  �[32mComputing main repo mapping:�[0m 
1874:  �[32mComputing main repo mapping:�[0m 
1875:  �[32mComputing main repo mapping:�[0m 
1876:  �[32mLoading:�[0m 
1877:  �[32mLoading:�[0m 2 packages loaded
1878:  �[32mLoading:�[0m 2 packages loaded
1879:  currently loading: java/test/org/openqa/selenium/safari ... (10 packages)
1880:  �[32mAnalyzing:�[0m 24 targets (12 packages loaded, 0 targets configured)
1881:  �[32mAnalyzing:�[0m 24 targets (12 packages loaded, 0 targets configured)
1882:  �[32mAnalyzing:�[0m 24 targets (58 packages loaded, 27 targets configured)
1883:  �[32mAnalyzing:�[0m 24 targets (120 packages loaded, 29 targets configured)
1884:  �[32mAnalyzing:�[0m 24 targets (128 packages loaded, 40 targets configured)
1885:  �[32mAnalyzing:�[0m 24 targets (155 packages loaded, 1984 targets configured)
1886:  �[33mDEBUG: �[0m/home/runner/.bazel/external/rules_jvm_external+/private/extensions/maven.bzl:295:14: WARNING: The following maven modules appear in multiple sub-modules with potentially different versions. Consider adding one of these to your root module to ensure consistent versions:
1887:  com.google.code.findbugs:jsr305
1888:  com.google.errorprone:error_prone_annotations
1889:  com.google.guava:guava (versions: 30.1.1-jre, 31.0.1-android)
...

2052:  �[32m[649 / 1,122]�[0m Compiling src/google/protobuf/compiler/python/generator.cc [for tool]; 9s disk-cache, processwrapper-sandbox ... (4 actions running)
2053:  �[32m[654 / 1,122]�[0m Compiling src/google/protobuf/compiler/php/php_generator.cc [for tool]; 5s disk-cache, processwrapper-sandbox ... (4 actions running)
2054:  �[32m[658 / 1,122]�[0m Compiling src/google/protobuf/compiler/php/php_generator.cc [for tool]; 6s disk-cache, processwrapper-sandbox ... (4 actions running)
2055:  �[32m[659 / 1,122]�[0m Compiling src/google/protobuf/compiler/php/php_generator.cc [for tool]; 8s disk-cache, processwrapper-sandbox ... (4 actions, 3 running)
2056:  �[32m[670 / 1,122]�[0m Compiling src/google/protobuf/compiler/php/php_generator.cc [for tool]; 9s disk-cache, processwrapper-sandbox ... (4 actions, 3 running)
2057:  �[32m[700 / 1,122]�[0m Compiling src/google/protobuf/compiler/objectivec/names.cc [for tool]; 5s disk-cache, processwrapper-sandbox ... (4 actions, 3 running)
2058:  �[32m[703 / 1,122]�[0m Compiling src/google/protobuf/compiler/objectivec/names.cc [for tool]; 6s disk-cache, processwrapper-sandbox ... (4 actions running)
2059:  �[32m[749 / 1,122]�[0m Compiling src/google/protobuf/compiler/java/java_features.pb.cc [for tool]; 3s disk-cache, processwrapper-sandbox ... (4 actions running)
2060:  �[32m[763 / 1,122]�[0m Compiling src/google/protobuf/compiler/rust/accessors/singular_scalar.cc [for tool]; 4s disk-cache, processwrapper-sandbox ... (4 actions running)
2061:  �[32m[765 / 1,122]�[0m Compiling src/google/protobuf/compiler/rust/accessors/singular_scalar.cc [for tool]; 5s disk-cache, processwrapper-sandbox ... (5 actions, 4 running)
2062:  �[32m[767 / 1,122]�[0m Compiling src/google/protobuf/compiler/rust/accessors/singular_scalar.cc [for tool]; 6s disk-cache, processwrapper-sandbox ... (5 actions, 4 running)
2063:  �[32m[774 / 1,122]�[0m Compiling src/google/protobuf/compiler/csharp/csharp_doc_comment.cc [for tool]; 3s disk-cache, processwrapper-sandbox ... (4 actions running)
2064:  �[32m[782 / 1,122]�[0m Compiling src/google/protobuf/compiler/csharp/csharp_enum_field.cc [for tool]; 1s disk-cache, processwrapper-sandbox ... (4 actions running)
2065:  �[32m[790 / 1,122]�[0m Compiling src/google/protobuf/compiler/csharp/csharp_enum_field.cc [for tool]; 2s disk-cache, processwrapper-sandbox ... (4 actions running)
2066:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (63 source files):
2067:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2068:  private final ErrorCodes errorCodes;
2069:  ^
2070:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2071:  this.errorCodes = new ErrorCodes();
2072:  ^
2073:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2074:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
2075:  ^
2076:  java/src/org/openqa/selenium/remote/Response.java:100: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2077:  ErrorCodes errorCodes = new ErrorCodes();
2078:  ^
2079:  java/src/org/openqa/selenium/remote/Response.java:100: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2080:  ErrorCodes errorCodes = new ErrorCodes();
2081:  ^
2082:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2083:  response.setStatus(ErrorCodes.SUCCESS);
2084:  ^
2085:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2086:  response.setState(ErrorCodes.SUCCESS_STRING);
2087:  ^
2088:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2089:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
2090:  ^
2091:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2092:  new ErrorCodes().getExceptionType((String) rawError);
2093:  ^
2094:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2095:  private final ErrorCodes errorCodes = new ErrorCodes();
2096:  ^
2097:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2098:  private final ErrorCodes errorCodes = new ErrorCodes();
2099:  ^
2100:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2101:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
2102:  ^
2103:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2104:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2105:  ^
2106:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2107:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2108:  ^
2109:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2110:  response.setStatus(ErrorCodes.SUCCESS);
2111:  ^
2112:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2113:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2114:  ^
2115:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2116:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2117:  ^
2118:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:69: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2119:  private final ErrorCodes errorCodes = new ErrorCodes();
2120:  ^
2121:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:69: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2122:  private final ErrorCodes errorCodes = new ErrorCodes();
2123:  ^
2124:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2125:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2126:  ^
2127:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:102: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2128:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2129:  ^
2130:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:149: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2131:  response.setStatus(ErrorCodes.SUCCESS);
2132:  ^
...

2325:  �[32m[1,957 / 2,225]�[0m Compiling Java headers external/protobuf+/java/core/libcore-hjar.jar (43 source files, 1 source jar) [for tool]; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
2326:  �[32m[1,961 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 1s disk-cache, multiplex-worker ... (4 actions running)
2327:  �[32m[1,962 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 2s disk-cache, multiplex-worker ... (4 actions running)
2328:  �[32m[1,965 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 3s disk-cache, multiplex-worker ... (4 actions, 3 running)
2329:  �[32m[1,967 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 5s disk-cache, multiplex-worker ... (2 actions running)
2330:  �[32m[1,968 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 6s disk-cache, multiplex-worker ... (4 actions running)
2331:  �[32m[1,969 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 7s disk-cache, multiplex-worker ... (4 actions running)
2332:  �[32m[1,971 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 8s disk-cache, multiplex-worker ... (3 actions running)
2333:  �[32m[1,973 / 2,225]�[0m Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]; 10s disk-cache, multiplex-worker
2334:  �[32mINFO: �[0mFrom Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
2335:  external/protobuf+/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
2336:  public class RepeatedFieldBuilderV3<
2337:  ^
2338:  �[32m[1,974 / 2,225]�[0m [Prepa] Checking 1 JS files in @@io_bazel_rules_closure//closure/private:base_lib
2339:  �[32m[1,975 / 2,225]�[0m [Prepa] Checking 1 JS files in @@//third_party/closure/goog/string:internal ... (4 actions, 0 running)
2340:  �[32m[1,986 / 2,225]�[0m Checking 1 JS files in @@//third_party/closure/goog/debug:error; 1s disk-cache, worker ... (4 actions, 3 running)
2341:  �[32m[1,999 / 2,225]�[0m Checking 1 JS files in @@//third_party/closure/goog/html:trustedresourceurl; 0s disk-cache, worker ... (3 actions, 2 running)
...

2368:  �[32m[2,133 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v142/libcdp.jar (1 source jar); 10s disk-cache, multiplex-worker ... (4 actions, 3 running)
2369:  �[32m[2,137 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v142/libcdp.jar (1 source jar); 11s disk-cache, multiplex-worker ... (4 actions, 3 running)
2370:  �[32m[2,144 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v142/libcdp.jar (1 source jar); 13s disk-cache, multiplex-worker ... (4 actions, 3 running)
2371:  �[32m[2,147 / 2,225]�[0m Action java/src/org/openqa/selenium/devtools/v143/v143-module-module-info.jar; 4s disk-cache, processwrapper-sandbox ... (4 actions, 3 running)
2372:  �[32m[2,148 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 2s disk-cache, multiplex-worker ... (4 actions running)
2373:  �[32m[2,151 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 3s disk-cache, multiplex-worker ... (4 actions, 3 running)
2374:  �[32m[2,158 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 4s disk-cache, multiplex-worker ... (4 actions, 3 running)
2375:  �[32m[2,164 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 6s disk-cache, multiplex-worker ... (4 actions, 3 running)
2376:  �[32m[2,167 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 7s disk-cache, multiplex-worker ... (4 actions, 3 running)
2377:  �[32m[2,173 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 8s disk-cache, multiplex-worker ... (4 actions, 3 running)
2378:  �[32m[2,180 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 9s disk-cache, multiplex-worker ... (4 actions running)
2379:  �[32m[2,188 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 10s disk-cache, multiplex-worker ... (4 actions running)
2380:  �[32m[2,193 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 11s disk-cache, multiplex-worker ... (4 actions, 3 running)
2381:  �[32m[2,201 / 2,225]�[0m Building java/src/org/openqa/selenium/devtools/v141/libcdp.jar (1 source jar); 12s disk-cache, multiplex-worker ... (4 actions running)
2382:  �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2383:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2384:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2385:  ^
...

2428:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
2429:  at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:187)
2430:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2431:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2432:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2433:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2434:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2435:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:109)
2436:  at org.openqa.selenium.edge.EdgeDriver.<init>(EdgeDriver.java:60)
2437:  at org.openqa.selenium.edge.EdgeDriver.<init>(EdgeDriver.java:56)
2438:  at org.openqa.selenium.edge.EdgeDriver.<init>(EdgeDriver.java:48)
2439:  at org.openqa.selenium.edge.EdgeDriverInfo.createDriver(EdgeDriverInfo.java:85)
2440:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2441:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2442:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2443:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest (Summary)
2444:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/edge/EdgeDriverFunctionalTest/test.log
...

3046:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
3047:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
3048:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
3049:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
3050:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
3051:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
3052:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
3053:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
3054:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
3055:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
3056:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
3057:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
3058:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
3059:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
3060:  ================================================================================
3061:  �[32m[2,224 / 2,242]�[0m 3 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 95s local, disk-cache ... (4 actions, 3 running)
3062:  �[32m[2,224 / 2,242]�[0m 3 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 97s local, disk-cache ... (4 actions running)
3063:  �[32m[2,224 / 2,242]�[0m 4 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 102s local, disk-cache ... (4 actions running)
3064:  �[32m[2,226 / 2,243]�[0m 4 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 103s local, disk-cache ... (4 actions, 3 running)
3065:  �[32m[2,226 / 2,243]�[0m 4 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 105s local, disk-cache ... (4 actions running)
3066:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test_attempts/attempt_1.log)
3067:  �[32m[2,226 / 2,243]�[0m 4 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote; 113s local, disk-cache ... (4 actions running)
3068:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest-remote/test.log)
3069:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote (Summary)
3070:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest-remote/test.log
...

3088:  18:52:38.808 INFO [LocalNodeRegistry.add] - Added node 4f031b8d-f2d6-45f5-b6d6-012640bf2f3e at http://127.0.0.1:21942. Health check every 120s
3089:  18:52:39.283 INFO [Standalone.execute] - Started Selenium Standalone 4.40.0-SNAPSHOT (revision Unknown): http://127.0.0.1:21942
3090:  Location found is: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest-remote.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server
3091:  18:52:41.476 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
3092:  18:52:41.491 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
3093:  18:52:43.425 INFO [NodeOptions.getSessionFactories] - Detected 4 available processors
3094:  18:52:43.773 INFO [NodeOptions.report] - Adding Chrome for {"browserName": "chrome","platformName": "linux"} 4 times
3095:  18:52:43.775 INFO [NodeOptions.report] - Adding Edge for {"browserName": "MicrosoftEdge","platformName": "linux"} 4 times
3096:  18:52:43.780 INFO [NodeOptions.report] - Adding Firefox for {"browserName": "firefox","platformName": "linux"} 4 times
3097:  18:52:43.919 INFO [Node.<init>] - Binding additional locator mechanisms: relative
3098:  18:52:43.990 INFO [LocalGridModel.setAvailability] - Switching Node f1ad4b30-127d-4499-be5c-05407a340ce9 (uri: http://127.0.0.1:5291) from DOWN to UP
3099:  18:52:43.995 INFO [LocalNodeRegistry.add] - Added node f1ad4b30-127d-4499-be5c-05407a340ce9 at http://127.0.0.1:5291. Health check every 120s
3100:  18:52:44.343 INFO [Standalone.execute] - Started Selenium Standalone 4.40.0-SNAPSHOT (revision Unknown): http://127.0.0.1:5291
3101:  18:52:45.280 INFO [LocalDistributor.newSession] - Session request received by the Distributor: 
3102:  [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]
3103:  18:52:46.439 WARN [DriverServiceSessionFactory.apply] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3104:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3112:  Driver info: driver.version: unknown
3113:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)
3114:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)
3115:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
3116:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)
3117:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3118:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3119:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3120:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3121:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3122:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3123:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3124:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3125:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3126:  at java.base/java.lang.Thread.run(Thread.java:1583)
3127:  18:52:46.471 WARN [SeleniumSpanExporter$1.lambda$export$1] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3128:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3132:  18:52:46.471 WARN [SeleniumSpanExporter$1.lambda$export$1] - org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3133:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
3134:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3135:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3136:  Driver info: driver.version: unknown
3137:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)
3138:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)
3139:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
3140:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)
3141:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3142:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3143:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3144:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3145:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3146:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3147:  �[32m[2,227 / 2,243]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-remote; 114s local, disk-cache ... (4 actions, 3 running)
3148:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3149:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3150:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3151:  at java.base/java.lang.Thread.run(Thread.java:1583)
3152:  18:52:46.482 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "8d9ed4ef0c29b539e72924ecac0cc776","eventTime": 1766170366441831868,"eventName": "exception","attributes": {"driver.url": "http:\u002f\u002flocalhost:8885","exception.message": "Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown","exception.stacktrace": "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)\n\tat org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)\n\tat org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base\u002fjava.lang.Thread.run(Thread.java:1583)\n","exception.type": "org.openqa.selenium.SessionNotCreatedException","logger": "org.openqa.selenium.grid.node.config.DriverServiceSessionFactory","session.capabilities": "{\"acceptInsecureCerts\": true,\"browserName\": \"chrome\",\"goog:chromeOptions\": {\"args\": [\"disable-infobars\",\"disable-breakpad\",\"disable-dev-shm-usage\",\"no-sandbox\",\"disable-search-engine-choice-screen\"],\"extensions\": [],\"prefs\": {\"exit_type\": \"None\",\"exited_cleanly\": true}},\"platformName\": \"linux\",\"unhandledPromptBehavior\": \"ignore\",\"webSocketUrl\": true}\n"}}
3153:  18:52:46.487 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "8d9ed4ef0c29b539e72924ecac0cc776","eventTime": 1766170366486874124,"eventName": "Unable to create session with the driver","attributes": {"current.session.count": 0,"logger": "org.openqa.selenium.grid.node.local.LocalNode","session.request.capabilities": "Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}","session.request.downstreamdialect": "[W3C]"}}
3154:  18:52:46.491 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "8d9ed4ef0c29b539e72924ecac0cc776","eventTime": 1766170365280379923,"eventName": "Session request received by the Distributor","attributes": {"logger": "org.openqa.selenium.grid.distributor.local.LocalDistributor","request.payload": "[Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]"}}
3155:  18:52:46.494 WARN [SeleniumSpanExporter$1.lambda$export$1] - Unable to create session: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3156:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
3157:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3158:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3159:  Driver info: driver.version: unknown
3160:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3161:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3162:  Driver info: driver.version: unknown
3163:  18:52:46.494 WARN [SeleniumSpanExporter$1.lambda$export$1] - org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3164:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3167:  Driver info: driver.version: unknown
3168:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3169:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3170:  Driver info: driver.version: unknown
3171:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:225)
3172:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3173:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3174:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3175:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3176:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3177:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3178:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3179:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3180:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3181:  at java.base/java.lang.Thread.run(Thread.java:1583)
3182:  18:52:46.495 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "8d9ed4ef0c29b539e72924ecac0cc776","eventTime": 1766170366491012588,"eventName": "exception","attributes": {"exception.message": "Unable to create session: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown","exception.stacktrace": "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:225)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)\n\tat org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)\n\tat org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base\u002fjava.lang.Thread.run(Thread.java:1583)\n","exception.type": "org.openqa.selenium.SessionNotCreatedException","logger": "org.openqa.selenium.grid.distributor.local.LocalDistributor","request.payload": "[Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]"}}
3183:  18:52:46.515 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "8d9ed4ef0c29b539e72924ecac0cc776","eventTime": 1766170366514525194,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.grid.sessionqueue.local.LocalNewSessionQueue","http.host": "127.0.0.1:5291","http.method": "POST","http.request_content_length": "606","http.scheme": "HTTP","http.status_code": 500,"http.target": "\u002fsession","http.user_agent": "selenium\u002f4.40.0-SNAPSHOT (java unix)"}}
...

3362:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
3363:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
3364:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
3365:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
3366:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
3367:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
3368:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
3369:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
3370:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
3371:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
3372:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
3373:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
3374:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
3375:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
3376:  5) builderWithClientConfigThrowsException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
3377:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3378:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3418:  ================================================================================
3419:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote:
3420:  Location found is: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest-remote.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server
3421:  18:53:01.568 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
3422:  18:53:01.582 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
3423:  18:53:03.523 INFO [NodeOptions.getSessionFactories] - Detected 4 available processors
3424:  18:53:03.802 INFO [NodeOptions.report] - Adding Chrome for {"browserName": "chrome","platformName": "linux"} 4 times
3425:  18:53:03.812 INFO [NodeOptions.report] - Adding Firefox for {"browserName": "firefox","platformName": "linux"} 4 times
3426:  18:53:03.821 INFO [NodeOptions.report] - Adding Edge for {"browserName": "MicrosoftEdge","platformName": "linux"} 4 times
3427:  18:53:04.053 INFO [Node.<init>] - Binding additional locator mechanisms: relative
3428:  18:53:04.139 INFO [LocalGridModel.setAvailability] - Switching Node e9f0805f-d1ae-4ee0-8a32-17f06eec117f (uri: http://127.0.0.1:28592) from DOWN to UP
3429:  18:53:04.140 INFO [LocalNodeRegistry.add] - Added node e9f0805f-d1ae-4ee0-8a32-17f06eec117f at http://127.0.0.1:28592. Health check every 120s
3430:  18:53:04.369 INFO [Standalone.execute] - Started Selenium Standalone 4.40.0-SNAPSHOT (revision Unknown): http://127.0.0.1:28592
3431:  18:53:06.016 INFO [LocalDistributor.newSession] - Session request received by the Distributor: 
3432:  [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]
3433:  18:53:07.038 WARN [DriverServiceSessionFactory.apply] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3434:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3461:  Driver info: driver.version: unknown
3462:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)
3463:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)
3464:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
3465:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)
3466:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3467:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3468:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3469:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3470:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3471:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3472:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3473:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3474:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3475:  at java.base/java.lang.Thread.run(Thread.java:1583)
3476:  18:53:07.096 WARN [SeleniumSpanExporter$1.lambda$export$1] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3477:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
3478:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3479:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3480:  Driver info: driver.version: unknown
3481:  18:53:07.105 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "f7a64036721aca28ebaaf28911b5205a","eventTime": 1766170387039244998,"eventName": "exception","attributes": {"driver.url": "http:\u002f\u002flocalhost:15730","exception.message": "Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown","exception.stacktrace": "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)\n\tat org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)\n\tat org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)\n\tat org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base\u002fjava.lang.Thread.run(Thread.java:1583)\n","exception.type": "org.openqa.selenium.SessionNotCreatedException","logger": "org.openqa.selenium.grid.node.config.DriverServiceSessionFactory","session.capabilities": "{\"acceptInsecureCerts\": true,\"browserName\": \"chrome\",\"goog:chromeOptions\": {\"args\": [\"disable-infobars\",\"disable-breakpad\",\"disable-dev-shm-usage\",\"no-sandbox\",\"disable-search-engine-choice-screen\"],\"extensions\": [],\"prefs\": {\"exit_type\": \"None\",\"exited_cleanly\": true}},\"platformName\": \"linux\",\"unhandledPromptBehavior\": \"ignore\",\"webSocketUrl\": true}\n"}}
3482:  18:53:07.108 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "f7a64036721aca28ebaaf28911b5205a","eventTime": 1766170387107856155,"eventName": "Unable to create session with the driver","attributes": {"current.session.count": 0,"logger": "org.openqa.selenium.grid.node.local.LocalNode","session.request.capabilities": "Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}","session.request.downstreamdialect": "[W3C]"}}
3483:  18:53:07.118 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "f7a64036721aca28ebaaf28911b5205a","eventTime": 1766170386016190677,"eventName": "Session request received by the Distributor","attributes": {"logger": "org.openqa.selenium.grid.distributor.local.LocalDistributor","request.payload": "[Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]"}}
3484:  18:53:07.119 WARN [SeleniumSpanExporter$1.lambda$export$1] - org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3485:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3488:  Driver info: driver.version: unknown
3489:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3490:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3491:  Driver info: driver.version: unknown
3492:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:225)
3493:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3494:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3495:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3496:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3497:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3498:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3499:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3500:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3501:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3502:  at java.base/java.lang.Thread.run(Thread.java:1583)
3503:  18:53:07.119 WARN [SeleniumSpanExporter$1.lambda$export$1] - Unable to create session: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3504:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
3505:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3506:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3507:  Driver info: driver.version: unknown
3508:  Build info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'
3509:  System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'
3510:  Driver info: driver.version: unknown
3511:  18:53:07.131 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "f7a64036721aca28ebaaf28911b5205a","eventTime": 1766170387118237774,"eventName": "exception","attributes": {"exception.message": "Unable to create session: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown","exception.stacktrace": "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. \nHost info: host: 'runnervmh13bl', ip: '10.1.0.130'\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\nBuild info: version: '4.40.0-SNAPSHOT', revision: 'Unknown'\nSystem info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.11.0-1018-azure', java.version: '21.0.4'\nDriver info: driver.version: unknown\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:225)\n\tat org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)\n\tat org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)\n\tat org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)\n\tat org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base\u002fjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base\u002fjava.lang.Thread.run(Thread.java:1583)\n","exception.type": "org.openqa.selenium.SessionNotCreatedException","logger": "org.openqa.selenium.grid.distributor.local.LocalDistributor","request.payload": "[Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]"}}
3512:  18:53:07.179 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "f7a64036721aca28ebaaf28911b5205a","eventTime": 1766170387178430646,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.grid.sessionqueue.local.LocalNewSessionQueue","http.host": "127.0.0.1:28592","http.method": "POST","http.request_content_length": "606","http.scheme": "HTTP","http.status_code": 500,"http.target": "\u002fsession","http.user_agent": "selenium\u002f4.40.0-SNAPSHOT (java unix)"}}
3513:  Location found is: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest-remote.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server
3514:  18:53:09.159 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
3515:  18:53:09.170 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
3516:  18:53:10.985 INFO [NodeOptions.getSessionFactories] - Detected 4 available processors
3517:  18:53:11.436 INFO [NodeOptions.report] - Adding Chrome for {"browserName": "chrome","platformName": "linux"} 4 times
3518:  18:53:11.441 INFO [NodeOptions.report] - Adding Firefox for {"browserName": "firefox","platformName": "linux"} 4 times
3519:  18:53:11.442 INFO [NodeOptions.report] - Adding Edge for {"browserName": "MicrosoftEdge","platformName": "linux"} 4 times
3520:  18:53:11.612 INFO [Node.<init>] - Binding additional locator mechanisms: relative
3521:  18:53:11.697 INFO [LocalGridModel.setAvailability] - Switching Node a1b9c763-1b17-4733-b102-f2493d81e256 (uri: http://127.0.0.1:29802) from DOWN to UP
3522:  18:53:11.701 INFO [LocalNodeRegistry.add] - Added node a1b9c763-1b17-4733-b102-f2493d81e256 at http://127.0.0.1:29802. Health check every 120s
3523:  18:53:12.053 INFO [Standalone.execute] - Started Selenium Standalone 4.40.0-SNAPSHOT (revision Unknown): http://127.0.0.1:29802
3524:  18:53:13.375 INFO [LocalDistributor.newSession] - Session request received by the Distributor: 
3525:  [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [disable-infobars, disable-breakpad, disable-dev-shm-usage, no-sandbox, disable-search-engine-choic...], extensions: [], prefs: {exit_type: None, exited_cleanly: true}}, unhandledPromptBehavior: ignore, webSocketUrl: true}]
3526:  18:53:14.708 WARN [DriverServiceSessionFactory.apply] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. 
3527:  Host info: host: 'runnervmh13bl', ip: '10.1.0.130'
...

3554:  Driver info: driver.version: unknown
3555:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:114)
3556:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:75)
3557:  at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:61)
3558:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:162)
3559:  at org.openqa.selenium.grid.node.config.DriverServiceSessionFactory.apply(DriverServiceSessionFactory.java:71)
3560:  at org.openqa.selenium.grid.node.local.SessionSlot.apply(SessionSlot.java:156)
3561:  at org.openqa.selenium.grid.node.local.LocalNode.newSession(LocalNode.java:536)
3562:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.startSession(LocalDistributor.java:427)
3563:  at org.openqa.selenium.grid.distributor.local.LocalDistributor.newSession(LocalDistributor.java:346)
3564:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.handleNewSessionRequest(LocalDistributor.java:601)
3565:  at org.openqa.selenium.grid.distributor.local.LocalDistributor$NewSessionRunnable.lambda$run$1(LocalDistributor.java:551)
3566:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3567:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3568:  at java.base/java.lang.Thread.run(Thread.java:1583)
3569:  18:53:14.738 WARN [SeleniumSpanExporter$1.lambda$export$1] - Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations C-java Java Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants