Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Dec 5, 2025

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Dec 5, 2025
@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented Dec 5, 2025

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
Not Applicable: The PR adds/updates static repository URLs and checksums without introducing runtime
actions; audit trail requirements are not applicable to these changes alone.

Referred Code
    pkg_archive(
        name = "mac_edge",
        url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d45a1a8b-e452-454b-8e78-5f6103c85ea4/MicrosoftEdge-143.0.3650.66.pkg",
        sha256 = "a1e692f86eb5da20fe3ccad50b98755b203684fb36f9c804c30d5843ffac9677",
        move = {
            "MicrosoftEdge-143.0.3650.66.pkg/Payload/Microsoft Edge.app": "Edge.app",
        },
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Edge.app"])

js_library(
    name = "edge-js",
    data = glob(["Edge.app/**/*"]),
)
""",
    )

    deb_archive(


 ... (clipped 198 lines)

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No Error Handling: The new code updates URLs and SHA256 values for external archives without adding
validation or fallback handling in these snippets, and it is unclear if higher-level rules
handle download/verification failures.

Referred Code
    pkg_archive(
        name = "mac_edge",
        url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d45a1a8b-e452-454b-8e78-5f6103c85ea4/MicrosoftEdge-143.0.3650.66.pkg",
        sha256 = "a1e692f86eb5da20fe3ccad50b98755b203684fb36f9c804c30d5843ffac9677",
        move = {
            "MicrosoftEdge-143.0.3650.66.pkg/Payload/Microsoft Edge.app": "Edge.app",
        },
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Edge.app"])

js_library(
    name = "edge-js",
    data = glob(["Edge.app/**/*"]),
)
""",
    )

    deb_archive(


 ... (clipped 198 lines)

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
Not Applicable: These changes only adjust archive sources and checksums; no user-facing error messages are
introduced, so secure error handling cannot be evaluated from this diff.

Referred Code
    pkg_archive(
        name = "mac_edge",
        url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d45a1a8b-e452-454b-8e78-5f6103c85ea4/MicrosoftEdge-143.0.3650.66.pkg",
        sha256 = "a1e692f86eb5da20fe3ccad50b98755b203684fb36f9c804c30d5843ffac9677",
        move = {
            "MicrosoftEdge-143.0.3650.66.pkg/Payload/Microsoft Edge.app": "Edge.app",
        },
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Edge.app"])

js_library(
    name = "edge-js",
    data = glob(["Edge.app/**/*"]),
)
""",
    )

    deb_archive(


 ... (clipped 198 lines)

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
External Sources: The code pins new external download URLs and checksums; while checksums mitigate integrity
risks, the diff does not show additional validation or trust checks beyond sha256, which
may rely on external tooling not visible here.

Referred Code
    pkg_archive(
        name = "mac_edge",
        url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d45a1a8b-e452-454b-8e78-5f6103c85ea4/MicrosoftEdge-143.0.3650.66.pkg",
        sha256 = "a1e692f86eb5da20fe3ccad50b98755b203684fb36f9c804c30d5843ffac9677",
        move = {
            "MicrosoftEdge-143.0.3650.66.pkg/Payload/Microsoft Edge.app": "Edge.app",
        },
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Edge.app"])

js_library(
    name = "edge-js",
    data = glob(["Edge.app/**/*"]),
)
""",
    )

    deb_archive(


 ... (clipped 198 lines)

Learn more about managing compliance generic rules or creating your own custom rules

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented Dec 5, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@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 (windows) / Browser Tests (chrome, windows)

Failed stage: Run Bazel [❌]

Failed test name: //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest

Failure summary:

The action failed because 2 Java test targets failed during Bazel test execution:
-
//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest failed (5 test failures). Each
failure shows org.openqa.selenium.SessionNotCreatedException: Could not start a new session.
Response code 500. Message: session not created: Failed to create Chrome process. indicating Chrome
could not be launched on the Windows runner. See:
-
D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log

- Stack traces reference RemoteWebDriverBuilder.build and ChromeDriver. lines around where
sessions are created.
- //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest failed
(5 test failures) with the same root cause: Chrome sessions could not be created (Failed to create
Chrome process). See:
-
D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test.log

Additional context:
- Other tests (including Firefox-based ones) passed, confirming the environment
issue is specific to launching Chrome on the Windows runner.
- Final summary shows: “Build
completed, 2 tests FAILED”, causing the job to exit with code 1.

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

360:  "enabled": true,
361:  "files": [
362:  "./MODULE.bazel",
363:  "./WORKSPACE.bazel",
364:  "./WORKSPACE.bzlmod",
365:  "./WORKSPACE"
366:  ],
367:  "name": "repository",
368:  "paths": [
369:  "D://b-repo"
370:  ]
371:  }
372:  }
373:  ##[endgroup]
374:  ##[group]Restore cache for bazelisk
375:  Failed to restore bazelisk cache
376:  ##[endgroup]
377:  ##[group]Restore cache for disk-java-windows-tests
378:  Failed to restore disk-java-windows-tests cache
379:  ##[endgroup]
380:  ##[group]Restore cache for repository
381:  Failed to restore repository cache
382:  ##[endgroup]
383:  ##[group]Restore cache for external-java-windows-tests-manifest
384:  Failed to restore external-java-windows-tests-manifest cache
385:  ##[endgroup]
...

455:  �[32mAnalyzing:�[0m 6 targets (8 packages loaded, 0 targets configured)
456:  �[32mAnalyzing:�[0m 6 targets (38 packages loaded, 19 targets configured)
457:  �[32mAnalyzing:�[0m 6 targets (47 packages loaded, 19 targets configured)
458:  �[32mAnalyzing:�[0m 6 targets (61 packages loaded, 23 targets configured)
459:  �[32mAnalyzing:�[0m 6 targets (98 packages loaded, 25 targets configured)
460:  �[32mAnalyzing:�[0m 6 targets (105 packages loaded, 25 targets configured)
461:  �[32mAnalyzing:�[0m 6 targets (106 packages loaded, 25 targets configured)
462:  �[32mAnalyzing:�[0m 6 targets (106 packages loaded, 25 targets configured)
463:  �[32mAnalyzing:�[0m 6 targets (117 packages loaded, 25 targets configured)
464:  �[32mAnalyzing:�[0m 6 targets (118 packages loaded, 25 targets configured)
465:  �[32mAnalyzing:�[0m 6 targets (132 packages loaded, 108 targets configured)
466:  �[32mAnalyzing:�[0m 6 targets (151 packages loaded, 1496 targets configured)
467:  �[32mAnalyzing:�[0m 6 targets (152 packages loaded, 1990 targets configured)
468:  �[33mDEBUG: �[0mD:/b/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:
469:  com.google.code.findbugs:jsr305
470:  com.google.errorprone:error_prone_annotations
471:  com.google.guava:guava (versions: 30.1.1-jre, 31.0.1-android)
...

819:  �[32m[1,531 / 2,348]�[0m Action java/src/org/openqa/selenium/manager/libmanager-module.jar; 6s local, disk-cache ... (4 actions running)
820:  �[32mINFO: �[0mFrom Compiling absl/time/internal/cctz/src/time_zone_fixed.cc [for tool]:
821:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
822:  �[32m[1,539 / 2,348]�[0m Compiling absl/synchronization/internal/win32_waiter.cc [for tool]; 2s local, disk-cache ... (3 actions running)
823:  �[32mINFO: �[0mFrom Compiling absl/synchronization/internal/win32_waiter.cc [for tool]:
824:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
825:  �[32m[1,548 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_format.cc [for tool]; 1s local, disk-cache ... (4 actions running)
826:  �[32m[1,550 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_format.cc [for tool]; 2s local, disk-cache ... (4 actions running)
827:  �[32mINFO: �[0mFrom Compiling absl/time/internal/cctz/src/time_zone_format.cc [for tool]:
828:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
829:  �[32m[1,554 / 2,348]�[0m Compiling absl/synchronization/mutex.cc [for tool]; 2s local, disk-cache ... (4 actions running)
830:  �[32mINFO: �[0mFrom Compiling absl/synchronization/mutex.cc [for tool]:
831:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
832:  �[32m[1,558 / 2,348]�[0m Building java/src/org/openqa/selenium/remote/libapi-class.jar (63 source files); 3s disk-cache, multiplex-worker ... (4 actions running)
833:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (63 source files):
834:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
835:  private final ErrorCodes errorCodes;
836:  ^
837:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
838:  this.errorCodes = new ErrorCodes();
839:  ^
840:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
841:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
842:  ^
843:  java\src\org\openqa\selenium\remote\Response.java:100: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
844:  ErrorCodes errorCodes = new ErrorCodes();
845:  ^
846:  java\src\org\openqa\selenium\remote\Response.java:100: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
847:  ErrorCodes errorCodes = new ErrorCodes();
848:  ^
849:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
850:  response.setStatus(ErrorCodes.SUCCESS);
851:  ^
852:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
853:  response.setState(ErrorCodes.SUCCESS_STRING);
854:  ^
855:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
856:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
857:  ^
858:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
859:  new ErrorCodes().getExceptionType((String) rawError);
860:  ^
861:  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
862:  private final ErrorCodes errorCodes = new ErrorCodes();
863:  ^
864:  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
865:  private final ErrorCodes errorCodes = new ErrorCodes();
866:  ^
867:  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
868:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
869:  ^
870:  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
871:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
872:  ^
873:  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
874:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
875:  ^
876:  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
877:  response.setStatus(ErrorCodes.SUCCESS);
878:  ^
879:  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
880:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
881:  ^
882:  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
883:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
884:  ^
885:  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
886:  private final ErrorCodes errorCodes = new ErrorCodes();
887:  ^
888:  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
889:  private final ErrorCodes errorCodes = new ErrorCodes();
890:  ^
891:  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
892:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
893:  ^
894:  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
895:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
896:  ^
897:  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
898:  response.setStatus(ErrorCodes.SUCCESS);
899:  ^
...

935:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
936:  �[32m[1,603 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_lookup.cc [for tool]; 1s local, disk-cache ... (4 actions running)
937:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/port.cc [for tool]:
938:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
939:  �[32m[1,606 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_lookup.cc [for tool]; 2s local, disk-cache ... (4 actions running)
940:  �[32mINFO: �[0mFrom Compiling absl/crc/internal/crc_non_temporal_memcpy.cc [for tool]:
941:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
942:  �[32m[1,607 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_lookup.cc [for tool]; 3s local, disk-cache ... (4 actions running)
943:  �[32mINFO: �[0mFrom Compiling absl/log/internal/log_format.cc [for tool]:
944:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
945:  �[32mINFO: �[0mFrom Compiling absl/strings/cord.cc [for tool]:
946:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
947:  �[32mINFO: �[0mFrom Compiling absl/crc/crc32c.cc [for tool]:
948:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
949:  �[32m[1,611 / 2,348]�[0m Compiling absl/time/internal/cctz/src/time_zone_lookup.cc [for tool]; 4s local, disk-cache ... (4 actions running)
950:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
951:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
...

2030:  �[32m[2,253 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v142/v142-module-module-info.jar; 3s local, disk-cache ... (4 actions running)
2031:  �[32m[2,254 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v142/v142-module-module-info.jar; 4s local, disk-cache ... (4 actions running)
2032:  �[32m[2,258 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v141/v141-module-module-info.jar; 3s local, disk-cache ... (4 actions running)
2033:  �[32m[2,263 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v141/v141-module-module-info.jar; 4s local, disk-cache ... (4 actions running)
2034:  �[32m[2,268 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v141/v141-module-module-info.jar; 5s local, disk-cache ... (4 actions running)
2035:  �[32m[2,278 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v141/libv141-module.jar; 0s local, disk-cache ... (4 actions running)
2036:  �[32m[2,287 / 2,348]�[0m Action java/src/org/openqa/selenium/devtools/v141/libv141-module.jar; 1s local, disk-cache ... (4 actions, 3 running)
2037:  �[32m[2,296 / 2,348]�[0m Building java/src/org/openqa/selenium/grid/node/libnode.jar (20 source files); 0s disk-cache, multiplex-worker ... (4 actions running)
2038:  �[32m[2,299 / 2,348]�[0m Action java/src/org/openqa/selenium/firefox/firefox-module-module-info.jar; 1s local, disk-cache ... (4 actions running)
2039:  �[32m[2,304 / 2,348]�[0m Action java/src/org/openqa/selenium/firefox/firefox-module-module-info.jar; 2s local, disk-cache ... (4 actions running)
2040:  �[32m[2,308 / 2,348]�[0m Action java/src/org/openqa/selenium/firefox/firefox-module-module-info.jar; 3s local, disk-cache ... (4 actions running)
2041:  �[32m[2,316 / 2,348]�[0m Building java/src/org/openqa/selenium/grid/sessionqueue/local/liblocal.jar (1 source file); 0s disk-cache, multiplex-worker ... (4 actions running)
2042:  �[32m[2,319 / 2,348]�[0m Building java/src/org/openqa/selenium/grid/distributor/local/liblocal.jar (3 source files); 1s disk-cache, multiplex-worker ... (4 actions running)
2043:  �[32m[2,333 / 2,348]�[0m MergeJars java/src/org/openqa/selenium/grid/grid-project.jar; 0s local, disk-cache ... (4 actions running)
2044:  �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2045:  java\test\org\openqa\selenium\remote\WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2046:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2047:  ^
...

2063:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_1.log)
2064:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 14s local, disk-cache ... (4 actions running)
2065:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 17s local, disk-cache ... (4 actions running)
2066:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test_attempts/attempt_1.log)
2067:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 19s local, disk-cache ... (4 actions running)
2068:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 20s local, disk-cache ... (4 actions running)
2069:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_2.log)
2070:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 23s local, disk-cache ... (4 actions running)
2071:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 25s local, disk-cache ... (4 actions running)
2072:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test_attempts/attempt_2.log)
2073:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 28s local, disk-cache ... (4 actions running)
2074:  �[32m[2,350 / 2,354]�[0m 2 / 6 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 29s local, disk-cache ... (4 actions running)
2075:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log)
2076:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
2077:  Failures: 5
2078:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (Summary)
2079:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log
2080:  1) builderGeneratesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2081:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_1.log
2082:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2083:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_2.log
...

2094:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2095:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2096:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2097:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2098:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2099:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2100:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2101:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2102:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2103:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2104:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2105:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2106:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2107:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderGeneratesDefaultChromeOptions(ChromeDriverFunctionalTest.java:59)
2108:  2) canExecuteCdpCommands() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2109:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2110:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2134:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2135:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2136:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2137:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2138:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2139:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2140:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2141:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2142:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2143:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2144:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2145:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2146:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2147:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2148:  3) builderOverridesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2149:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2150:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2159:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2160:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2161:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2162:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2163:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2164:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2165:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2166:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2167:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2168:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2169:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2170:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2171:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2172:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
2173:  4) canManageNetworkConditions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2174:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2175:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2199:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2200:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2201:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2202:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2203:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2204:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2205:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2206:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2207:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2208:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2209:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2210:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2211:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2212:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2213:  5) builderWithClientConfigThrowsException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2214:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2215:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2242:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2243:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2244:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2245:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2246:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2247:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2248:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2249:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2250:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2251:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2252:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2253:  ================================================================================
2254:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
2255:  Failures: 5
2256:  1) builderGeneratesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2257:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2258:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2267:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2268:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2269:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2270:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2271:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2272:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2273:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2274:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2275:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2276:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2277:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2278:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2279:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2280:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderGeneratesDefaultChromeOptions(ChromeDriverFunctionalTest.java:59)
2281:  2) canExecuteCdpCommands() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2282:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2283:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2307:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2308:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2309:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2310:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2311:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2312:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2313:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2314:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2315:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2316:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2317:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2318:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2319:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2320:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2321:  3) builderOverridesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2322:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2323:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2332:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2333:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2334:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2335:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2336:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2337:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2338:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2339:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2340:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2341:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2342:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2343:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2344:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2345:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
2346:  4) canManageNetworkConditions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2347:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2348:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2372:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2373:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2374:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2375:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2376:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2377:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2378:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2379:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2380:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2381:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2382:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2383:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2384:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2385:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2386:  5) builderWithClientConfigThrowsException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2387:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2388:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2415:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2416:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2417:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2418:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2419:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2420:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2421:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2422:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2423:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2424:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2425:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2426:  ================================================================================
2427:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
2428:  Failures: 5
2429:  1) builderGeneratesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2430:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2431:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2440:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2441:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2442:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2443:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2444:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2445:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2446:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2447:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2448:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2449:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2450:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2451:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2452:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2453:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderGeneratesDefaultChromeOptions(ChromeDriverFunctionalTest.java:59)
2454:  2) canExecuteCdpCommands() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2455:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2456:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2480:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2481:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2482:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2483:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2484:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2485:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2486:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2487:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2488:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2489:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2490:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2491:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2492:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2493:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2494:  3) builderOverridesDefaultChromeOptions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2495:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2496:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2505:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2506:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2507:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2508:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2509:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2510:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2511:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2512:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2513:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2514:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2515:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.lambda$getLocalDriver$4(RemoteWebDriverBuilder.java:355)
2516:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:366)
2517:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:394)
2518:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
2519:  4) canManageNetworkConditions() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2520:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2521:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2530:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
2531:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
2532:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561)
2533:  at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
2534:  at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:178)
2535:  at org.openqa.selenium.chromium.ChromiumDriver.<init>(ChromiumDriver.java:99)
2536:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:88)
2537:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:83)
2538:  at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:72)
2539:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2540:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2541:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2542:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2543:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2544:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2545:  �[32m[2,351 / 2,354]�[0m 3 / 6 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest; 28s local, disk-cache ... (3 actions running)
2546:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2547:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2548:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2549:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2550:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2551:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2552:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2553:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2554:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2555:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2556:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2557:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2558:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2559:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2560:  5) builderWithClientConfigThrowsException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2561:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2562:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2587:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2588:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2589:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2590:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2591:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2592:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2593:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
2594:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
2595:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2596:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2597:  at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2598:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2599:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2600:  ================================================================================
2601:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest (see D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test.log)
2602:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest (Summary)
2603:  ==================== Test output for //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest:
2604:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test.log
2605:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test_attempts/attempt_1.log
2606:  Failures: 5
2607:  D:/b/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest/test_attempts/attempt_2.log
2608:  1) shouldInterceptPostRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2609:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2610:  �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest:
...

2629:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2630:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2631:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2632:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2633:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2634:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2635:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2636:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2637:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2638:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2639:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2640:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2641:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2642:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2643:  2) shouldInterceptDeleteRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2644:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2645:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2663:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2664:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2665:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2666:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2667:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2668:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2669:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2670:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2671:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2672:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2673:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2674:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2675:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2676:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2677:  3) shouldInterceptPatchRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2678:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2679:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2697:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2698:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2699:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2700:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2701:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2702:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2703:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2704:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2705:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2706:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2707:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2708:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2709:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2710:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2711:  4) shouldInterceptPutRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2712:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2713:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2731:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2732:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2733:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2734:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2735:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2736:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2737:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2738:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2739:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2740:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2741:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2742:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2743:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2744:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2745:  5) shouldInterceptGetRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2746:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2747:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2768:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2769:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2770:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2771:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2772:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2773:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2774:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2775:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2776:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2777:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2778:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2779:  ================================================================================
2780:  ==================== Test output for //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest:
2781:  Failures: 5
2782:  1) shouldInterceptPostRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2783:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2784:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2802:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2803:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2804:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2805:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2806:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2807:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2808:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2809:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2810:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2811:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2812:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2813:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2814:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2815:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2816:  2) shouldInterceptDeleteRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2817:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2818:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2836:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2837:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2838:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2839:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2840:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2841:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2842:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2843:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2844:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2845:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2846:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2847:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2848:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2849:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2850:  3) shouldInterceptPatchRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2851:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2852:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2870:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2871:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2872:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2873:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2874:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2875:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2876:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2877:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2878:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2879:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2880:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2881:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2882:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2883:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2884:  4) shouldInterceptPutRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2885:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2886:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2904:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2905:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2906:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2907:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2908:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2909:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2910:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2911:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2912:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2913:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2914:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2915:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2916:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2917:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2918:  5) shouldInterceptGetRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2919:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2920:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2941:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2942:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2943:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2944:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2945:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2946:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2947:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2948:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2949:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2950:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2951:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2952:  ================================================================================
2953:  ==================== Test output for //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest:
2954:  Failures: 5
2955:  1) shouldInterceptPostRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2956:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome process. 
2957:  Host info: host: 'runnervmue16e', ip: '10.1.0.71'
...

2975:  at org.openqa.selenium.chrome.ChromeDriverInfo.createDriver(ChromeDriverInfo.java:82)
2976:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:51)
2977:  at org.openqa.selenium.testing.drivers.DefaultDriverSupplier.get(DefaultDriverSupplier.java:29)
2978:  at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
2979:  at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
2980:  at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
2981:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
2982:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
2983:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2984:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
2985:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2986:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
2987:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
2988:  at org.openqa.selenium.devtools.NetworkInterceptorRestTest.setup(NetworkInterceptorRestTest.java:60)
2989:  2) shouldInterceptDeleteRequest() (org.openqa.selenium.devtools.NetworkInterceptorRestTest)
2990:  org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Failed to create Chrome proc...

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from 99b3080 to ad241a4 Compare December 6, 2025 00:39
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 Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants