Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[java] remove guava from client bindings #12737 #13739

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

joerg1985
Copy link
Member

@joerg1985 joerg1985 commented Mar 26, 2024

User description

This PR is the final part of #12737 but will break the compatibility of the org.openqa.selenium.support.ui.ExpectedCondition interface.

A blog post must warn the users to ensure there are no tickets raised for this, see #12737 for details.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Type

enhancement, breaking change


Description

  • Removed Guava dependency from ExpectedCondition interface, now using java.util.function.Function instead.
  • Updated BUILD.bazel file to remove Guava from dependencies.
  • This change introduces a breaking change in the ExpectedCondition interface which may affect existing implementations.

Changes walkthrough

Relevant files
Enhancement
ExpectedCondition.java
Removal of Guava Dependency in ExpectedCondition                 

java/src/org/openqa/selenium/support/ui/ExpectedCondition.java

  • Removed dependency on com.google.common.base.Function.
  • Now only extends java.util.function.Function.
  • +2/-5     
    Configuration changes
    BUILD.bazel
    Update BUILD.bazel to Remove Guava Dependency                       

    java/src/org/openqa/selenium/support/ui/BUILD.bazel

    • Removed com.google.guava:guava from dependencies.
    +0/-2     

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Copy link

    PR Description updated to latest commit (e358e2c)

    Copy link

    PR Review

    ⏱️ Estimated effort to review [1-5]

    2, because the changes are straightforward and localized to specific files, but understanding the impact of removing Guava and ensuring no side effects requires a good understanding of the existing codebase and its dependencies.

    🧪 Relevant tests

    No

    🔍 Possible issues

    Breaking Change: The removal of Guava's Function in favor of java.util.function.Function in ExpectedCondition.java is a breaking change that could affect any existing implementations that rely on Guava's Function.

    Compatibility Issues: There might be compatibility issues for projects that have not yet migrated to Java 8 or newer, as java.util.function.Function is a part of Java 8.

    🔒 Security concerns

    No


    ✨ Review tool usage guide:

    Overview:
    The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.

    The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.

    • When commenting, to edit configurations related to the review tool (pr_reviewer section), use the following template:
    /review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
    
    [pr_reviewer]
    some_config1=...
    some_config2=...
    

    See the review usage page for a comprehensive guide on using this tool.

    Copy link

    codiumai-pr-agent-pro bot commented Mar 26, 2024

    PR Code Suggestions

    CategorySuggestions                                                                                                                                                       
    Enhancement
    Ensure compatibility with Java's Function interface and provide migration guidance.

    Since you've replaced Guava's Function with Java's Function, ensure that all method
    signatures and usages of ExpectedCondition are compatible with the
    java.util.function.Function interface. This change might impact existing consumers of
    ExpectedCondition who expect Guava's Function interface. Consider adding a migration guide
    or additional documentation to help users transition.

    java/src/org/openqa/selenium/support/ui/ExpectedCondition.java [20-35]

    +// Ensure compatibility and provide migration guide if necessary
     import java.util.function.Function;
     public interface ExpectedCondition<T>
         extends Function<WebDriver, T> {}
     
    Maintainability
    Verify and handle any remaining Guava dependencies throughout the project.

    After removing the Guava dependency, ensure that there are no other parts of your project
    that still require Guava. If Guava is used elsewhere, you might need to include it
    explicitly in those parts or refactor them to remove the dependency. Additionally, review
    your project's documentation to update any references to Guava.

    java/src/org/openqa/selenium/support/ui/BUILD.bazel [1-60]

    +// Ensure no other parts of the project require Guava or update documentation accordingly
     load("//java:defs.bzl", "java_library")
     java_library(
         ...
         "//java/src/org/openqa/selenium/remote",
     ],
     

    ✨ Improve tool usage guide:

    Overview:
    The improve tool scans the PR code changes, and automatically generates suggestions for improving the PR code. The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on a PR.

    • When commenting, to edit configurations related to the improve tool (pr_code_suggestions section), use the following template:
    /improve --pr_code_suggestions.some_config1=... --pr_code_suggestions.some_config2=...
    
    [pr_code_suggestions]
    some_config1=...
    some_config2=...
    

    See the improve usage page for a comprehensive guide on using this tool.

    Copy link

    codiumai-pr-agent-pro bot commented Mar 26, 2024

    CI Failure Feedback

    (Checks updated until commit b2f4ae5)

    Action: Ruby / Remote Tests (edge, windows) / Remote Tests (edge, windows)

    Failed stage: Run Bazel [❌]

    Failure summary:

    The action failed due to permission denied errors when attempting to spawn processes for the test
    suite. This occurred in a before(:suite) hook across multiple test cases, indicating an issue with
    the environment's permissions or configuration that prevented the execution of the necessary
    commands.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    738:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-type@4.0.0/pkg is a directory; dependency checking of directories is unsound
    739:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-parse@1.0.7/pkg is a directory; dependency checking of directories is unsound
    740:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parse-json@5.2.0/pkg is a directory; dependency checking of directories is unsound
    741:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parent-module@1.0.1/pkg is a directory; dependency checking of directories is unsound
    742:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/node-releases@2.0.6/pkg is a directory; dependency checking of directories is unsound
    743:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/ms@2.1.2/pkg is a directory; dependency checking of directories is unsound
    744:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/lines-and-columns@1.2.4/pkg is a directory; dependency checking of directories is unsound
    745:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json5@2.2.3/pkg is a directory; dependency checking of directories is unsound
    746:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json-parse-even-better-errors@2.3.1/pkg is a directory; dependency checking of directories is unsound
    ...
    
    754:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/has@1.0.3/pkg is a directory; dependency checking of directories is unsound
    755:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql-tag@2.12.6_graphql_16.8.1/pkg is a directory; dependency checking of directories is unsound
    756:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql@16.8.1/pkg is a directory; dependency checking of directories is unsound
    757:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/globals@11.12.0/pkg is a directory; dependency checking of directories is unsound
    758:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/gensync@1.0.0-beta.2/pkg is a directory; dependency checking of directories is unsound
    759:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/function-bind@1.1.1/pkg is a directory; dependency checking of directories is unsound
    760:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escape-string-regexp@1.0.5/pkg is a directory; dependency checking of directories is unsound
    761:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escalade@3.1.1/pkg is a directory; dependency checking of directories is unsound
    762:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/error-ex@1.3.2/pkg is a directory; dependency checking of directories is unsound
    ...
    
    805:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@ampproject+remapping@2.2.0/pkg is a directory; dependency checking of directories is unsound
    806:  �[32m[1,760 / 2,872]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package ... (2 actions, 0 running)
    807:  �[32m[1,868 / 2,872]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package ... (2 actions, 0 running)
    808:  �[32m[2,117 / 2,872]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 4s ... (4 actions, 0 running)
    809:  �[32m[2,513 / 2,872]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 5s ... (3 actions, 0 running)
    810:  �[32m[2,635 / 2,875]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 6s ... (3 actions, 0 running)
    811:  �[32m[2,674 / 2,875]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 8s ... (2 actions, 0 running)
    812:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
    813:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    814:  private final ErrorCodes errorCodes;
    815:  ^
    816:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    817:  this.errorCodes = new ErrorCodes();
    818:  ^
    819:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    820:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    821:  ^
    822:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    823:  ErrorCodes errorCodes = new ErrorCodes();
    824:  ^
    825:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    826:  ErrorCodes errorCodes = new ErrorCodes();
    827:  ^
    828:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    829:  response.setStatus(ErrorCodes.SUCCESS);
    830:  ^
    831:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    832:  response.setState(ErrorCodes.SUCCESS_STRING);
    833:  ^
    834:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    835:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    836:  ^
    837:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    838:  new ErrorCodes().getExceptionType((String) rawError);
    839:  ^
    840:  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
    841:  private final ErrorCodes errorCodes = new ErrorCodes();
    842:  ^
    843:  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
    844:  private final ErrorCodes errorCodes = new ErrorCodes();
    845:  ^
    846:  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
    847:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    848:  ^
    849:  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
    850:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    851:  ^
    852:  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
    853:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    854:  ^
    855:  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
    856:  response.setStatus(ErrorCodes.SUCCESS);
    857:  ^
    858:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:125: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    859:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    860:  ^
    861:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:131: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    862:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    863:  ^
    864:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:70: 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\w3c\W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    868:  private final ErrorCodes errorCodes = new ErrorCodes();
    869:  ^
    870:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:93: 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\w3c\W3CHttpResponseCodec.java:98: 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\w3c\W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    877:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    1042:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 47s local, disk-cache ... (4 actions running)
    1043:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log)
    1044:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 49s local, disk-cache ... (4 actions running)
    1045:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 54s local, disk-cache ... (4 actions running)
    1046:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log)
    1047:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 55s local, disk-cache ... (4 actions running)
    1048:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 61s local, disk-cache ... (4 actions running)
    1049:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log)
    1050:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
    1051:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
    1052:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
    1053:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
    1054:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
    1055:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
    1056:  2024-03-26 19:53:16 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1057:  An error occurred in a `before(:suite)` hook.
    1058:  Failure/Error: @pid = Process.spawn(*@command, options)
    1059:  Errno::EACCES:
    1060:  Permission denied - java
    1061:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1062:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1063:  # ./rb/lib/selenium/server.rb:204:in `start'
    1064:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1065:  Finished in 0.0448 seconds (files took 0.5931 seconds to load)
    1066:  0 examples, 0 failures, 1 error occurred outside of examples
    1067:  ================================================================================
    1068:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
    1069:  2024-03-26 19:53:44 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1070:  An error occurred in a `before(:suite)` hook.
    1071:  Failure/Error: @pid = Process.spawn(*@command, options)
    1072:  Errno::EACCES:
    1073:  Permission denied - java
    1074:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1075:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1076:  # ./rb/lib/selenium/server.rb:204:in `start'
    1077:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1078:  Finished in 0.04466 seconds (files took 0.59374 seconds to load)
    1079:  0 examples, 0 failures, 1 error occurred outside of examples
    1080:  ================================================================================
    1081:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
    1082:  2024-03-26 19:54:11 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1083:  An error occurred in a `before(:suite)` hook.
    1084:  Failure/Error: @pid = Process.spawn(*@command, options)
    1085:  Errno::EACCES:
    1086:  Permission denied - java
    1087:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1088:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1089:  # ./rb/lib/selenium/server.rb:204:in `start'
    1090:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1091:  Finished in 0.04629 seconds (files took 0.60047 seconds to load)
    1092:  0 examples, 0 failures, 1 error occurred outside of examples
    1093:  ================================================================================
    1094:  �[32m[2,876 / 2,898]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
    1095:  �[32m[2,876 / 2,898]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
    1096:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log)
    1097:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
    1098:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
    1099:  2024-03-26 19:53:23 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1100:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
    1101:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
    1102:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
    1103:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
    1104:  An error occurred in a `before(:suite)` hook.
    1105:  Failure/Error: @pid = Process.spawn(*@command, options)
    1106:  Errno::EACCES:
    1107:  Permission denied - java
    1108:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1109:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1110:  # ./rb/lib/selenium/server.rb:204:in `start'
    1111:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1112:  Finished in 0.04312 seconds (files took 0.59561 seconds to load)
    1113:  0 examples, 0 failures, 1 error occurred outside of examples
    1114:  ================================================================================
    1115:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
    1116:  2024-03-26 19:53:50 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1117:  An error occurred in a `before(:suite)` hook.
    1118:  Failure/Error: @pid = Process.spawn(*@command, options)
    1119:  Errno::EACCES:
    1120:  Permission denied - java
    1121:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1122:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1123:  # ./rb/lib/selenium/server.rb:204:in `start'
    1124:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1125:  Finished in 0.04532 seconds (files took 0.59646 seconds to load)
    1126:  0 examples, 0 failures, 1 error occurred outside of examples
    1127:  ================================================================================
    1128:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
    1129:  2024-03-26 19:54:18 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1130:  An error occurred in a `before(:suite)` hook.
    1131:  Failure/Error: @pid = Process.spawn(*@command, options)
    1132:  Errno::EACCES:
    1133:  Permission denied - java
    1134:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1135:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1136:  # ./rb/lib/selenium/server.rb:204:in `start'
    1137:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1138:  Finished in 0.05252 seconds (files took 0.70991 seconds to load)
    1139:  0 examples, 0 failures, 1 error occurred outside of examples
    1140:  ================================================================================
    1141:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
    1142:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
    1143:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
    1144:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log)
    1145:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
    1146:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
    1147:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
    1148:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
    1149:  2024-03-26 19:53:30 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1150:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
    1151:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
    1152:  An error occurred in a `before(:suite)` hook.
    1153:  Failure/Error: @pid = Process.spawn(*@command, options)
    1154:  Errno::EACCES:
    1155:  Permission denied - java
    1156:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1157:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1158:  # ./rb/lib/selenium/server.rb:204:in `start'
    1159:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1160:  Finished in 0.04645 seconds (files took 0.61917 seconds to load)
    1161:  0 examples, 0 failures, 1 error occurred outside of examples
    1162:  ================================================================================
    1163:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
    1164:  2024-03-26 19:53:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1165:  An error occurred in a `before(:suite)` hook.
    1166:  Failure/Error: @pid = Process.spawn(*@command, options)
    1167:  Errno::EACCES:
    1168:  Permission denied - java
    1169:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1170:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1171:  # ./rb/lib/selenium/server.rb:204:in `start'
    1172:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1173:  Finished in 0.05441 seconds (files took 0.75634 seconds to load)
    1174:  0 examples, 0 failures, 1 error occurred outside of examples
    1175:  ================================================================================
    1176:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
    1177:  2024-03-26 19:54:26 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1178:  An error occurred in a `before(:suite)` hook.
    1179:  Failure/Error: @pid = Process.spawn(*@command, options)
    1180:  Errno::EACCES:
    1181:  Permission denied - java
    1182:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1183:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1184:  # ./rb/lib/selenium/server.rb:204:in `start'
    1185:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1186:  Finished in 0.05557 seconds (files took 0.81716 seconds to load)
    1187:  0 examples, 0 failures, 1 error occurred outside of examples
    1188:  ================================================================================
    1189:  �[32m[2,878 / 2,898]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 57s local, disk-cache ... (4 actions, 1 running)
    1190:  �[32m[2,878 / 2,898]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
    1191:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log)
    1192:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
    1193:  2024-03-26 19:53:37 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1194:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
    1195:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
    1196:  An error occurred in a `before(:suite)` hook.
    1197:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
    1198:  Failure/Error: @pid = Process.spawn(*@command, options)
    ...
    
    1200:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
    1201:  Errno::EACCES:
    1202:  Permission denied - java
    1203:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1204:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1205:  # ./rb/lib/selenium/server.rb:204:in `start'
    1206:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1207:  Finished in 0.04841 seconds (files took 0.65013 seconds to load)
    1208:  0 examples, 0 failures, 1 error occurred outside of examples
    1209:  ================================================================================
    1210:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
    1211:  2024-03-26 19:54:04 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1212:  An error occurred in a `before(:suite)` hook.
    1213:  Failure/Error: @pid = Process.spawn(*@command, options)
    1214:  Errno::EACCES:
    1215:  Permission denied - java
    1216:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1217:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1218:  # ./rb/lib/selenium/server.rb:204:in `start'
    1219:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1220:  Finished in 0.04373 seconds (files took 0.62261 seconds to load)
    1221:  0 examples, 0 failures, 1 error occurred outside of examples
    1222:  ================================================================================
    1223:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
    1224:  2024-03-26 19:54:33 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1225:  An error occurred in a `before(:suite)` hook.
    1226:  Failure/Error: @pid = Process.spawn(*@command, options)
    1227:  Errno::EACCES:
    1228:  Permission denied - java
    1229:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1230:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1231:  # ./rb/lib/selenium/server.rb:204:in `start'
    1232:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1233:  Finished in 0.04901 seconds (files took 0.82172 seconds to load)
    1234:  0 examples, 0 failures, 1 error occurred outside of examples
    1235:  ================================================================================
    1236:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 8s disk-cache ... (4 actions, 1 running)
    1237:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 14s disk-cache ... (4 actions, 2 running)
    1238:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log)
    1239:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 8s local, disk-cache ... (4 actions, 2 running)
    1240:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
    1241:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 14s local, disk-cache ... (4 actions, 2 running)
    1242:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 15s local, disk-cache ... (4 actions, 3 running)
    1243:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log)
    1244:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
    1245:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 22s local, disk-cache ... (4 actions, 3 running)
    1246:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log)
    1247:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
    1248:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 28s local, disk-cache ... (4 actions running)
    1249:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log)
    1250:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 30s local, disk-cache ... (4 actions running)
    1251:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 35s local, disk-cache ... (4 actions running)
    1252:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log)
    1253:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 36s local, disk-cache ... (4 actions running)
    1254:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 41s local, disk-cache ... (4 actions running)
    1255:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log)
    1256:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 42s local, disk-cache ... (4 actions running)
    1257:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 43s local, disk-cache ... (4 actions running)
    1258:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 49s local, disk-cache ... (4 actions running)
    1259:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log)
    1260:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 50s local, disk-cache ... (4 actions running)
    1261:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 56s local, disk-cache ... (4 actions running)
    1262:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log)
    1263:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
    1264:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
    1265:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
    1266:  2024-03-26 19:54:40 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1267:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
    1268:  An error occurred in a `before(:suite)` hook.
    1269:  Failure/Error: @pid = Process.spawn(*@command, options)
    1270:  Errno::EACCES:
    1271:  Permission denied - java
    1272:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1273:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1274:  # ./rb/lib/selenium/server.rb:204:in `start'
    1275:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1276:  Finished in 0.07398 seconds (files took 0.94125 seconds to load)
    1277:  0 examples, 0 failures, 1 error occurred outside of examples
    1278:  ================================================================================
    1279:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
    1280:  2024-03-26 19:55:02 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1281:  An error occurred in a `before(:suite)` hook.
    1282:  Failure/Error: @pid = Process.spawn(*@command, options)
    1283:  Errno::EACCES:
    1284:  Permission denied - java
    1285:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1286:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1287:  # ./rb/lib/selenium/server.rb:204:in `start'
    1288:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1289:  Finished in 0.04646 seconds (files took 0.62229 seconds to load)
    1290:  0 examples, 0 failures, 1 error occurred outside of examples
    1291:  ================================================================================
    1292:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
    1293:  2024-03-26 19:55:29 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1294:  An error occurred in a `before(:suite)` hook.
    1295:  Failure/Error: @pid = Process.spawn(*@command, options)
    1296:  Errno::EACCES:
    1297:  Permission denied - java
    1298:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1299:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1300:  # ./rb/lib/selenium/server.rb:204:in `start'
    1301:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1302:  Finished in 0.04489 seconds (files took 0.60096 seconds to load)
    1303:  0 examples, 0 failures, 1 error occurred outside of examples
    1304:  ================================================================================
    1305:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
    1306:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
    1307:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
    1308:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
    1309:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log)
    1310:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
    1311:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
    1312:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
    1313:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
    1314:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log)
    1315:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
    1316:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
    1317:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
    1318:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
    1319:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
    1320:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
    1321:  2024-03-26 19:54:48 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1322:  An error occurred in a `before(:suite)` hook.
    1323:  Failure/Error: @pid = Process.spawn(*@command, options)
    1324:  Errno::EACCES:
    1325:  Permission denied - java
    1326:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1327:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1328:  # ./rb/lib/selenium/server.rb:204:in `start'
    1329:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1330:  Finished in 0.05267 seconds (files took 0.64412 seconds to load)
    1331:  0 examples, 0 failures, 1 error occurred outside of examples
    1332:  ================================================================================
    1333:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
    1334:  2024-03-26 19:55:15 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1335:  An error occurred in a `before(:suite)` hook.
    1336:  Failure/Error: @pid = Process.spawn(*@command, options)
    1337:  Errno::EACCES:
    1338:  Permission denied - java
    1339:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1340:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1341:  # ./rb/lib/selenium/server.rb:204:in `start'
    1342:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1343:  Finished in 0.04613 seconds (files took 0.6227 seconds to load)
    1344:  0 examples, 0 failures, 1 error occurred outside of examples
    1345:  ================================================================================
    1346:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
    1347:  2024-03-26 19:55:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1348:  An error occurred in a `before(:suite)` hook.
    1349:  Failure/Error: @pid = Process.spawn(*@command, options)
    1350:  Errno::EACCES:
    1351:  Permission denied - java
    1352:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1353:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1354:  # ./rb/lib/selenium/server.rb:204:in `start'
    1355:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1356:  Finished in 0.04769 seconds (files took 0.64835 seconds to load)
    1357:  0 examples, 0 failures, 1 error occurred outside of examples
    1358:  ================================================================================
    1359:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
    1360:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
    1361:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log)
    1362:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
    1363:  2024-03-26 19:54:55 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1364:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
    1365:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
    1366:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
    1367:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
    1368:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
    1369:  An error occurred in a `before(:suite)` hook.
    1370:  Failure/Error: @pid = Process.spawn(*@command, options)
    1371:  Errno::EACCES:
    1372:  Permission denied - java
    1373:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1374:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1375:  # ./rb/lib/selenium/server.rb:204:in `start'
    1376:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1377:  Finished in 0.04646 seconds (files took 0.62465 seconds to load)
    1378:  0 examples, 0 failures, 1 error occurred outside of examples
    1379:  ================================================================================
    1380:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
    1381:  2024-03-26 19:55:22 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1382:  An error occurred in a `before(:suite)` hook.
    1383:  Failure/Error: @pid = Process.spawn(*@command, options)
    1384:  Errno::EACCES:
    1385:  Permission denied - java
    1386:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1387:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1388:  # ./rb/lib/selenium/server.rb:204:in `start'
    1389:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1390:  Finished in 0.04526 seconds (files took 0.67768 seconds to load)
    1391:  0 examples, 0 failures, 1 error occurred outside of examples
    1392:  ================================================================================
    1393:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
    1394:  2024-03-26 19:55:50 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1395:  An error occurred in a `before(:suite)` hook.
    1396:  Failure/Error: @pid = Process.spawn(*@command, options)
    1397:  Errno::EACCES:
    1398:  Permission denied - java
    1399:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1400:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1401:  # ./rb/lib/selenium/server.rb:204:in `start'
    1402:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1403:  Finished in 0.05808 seconds (files took 0.67473 seconds to load)
    1404:  0 examples, 0 failures, 1 error occurred outside of examples
    1405:  ================================================================================
    1406:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
    1407:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 53s local, disk-cache ... (4 actions, 1 running)
    1408:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
    1409:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log)
    1410:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
    1411:  2024-03-26 19:55:08 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1412:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
    1413:  An error occurred in a `before(:suite)` hook.
    1414:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
    1415:  Failure/Error: @pid = Process.spawn(*@command, options)
    ...
    
    1418:  Errno::EACCES:
    1419:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
    1420:  Permission denied - java
    1421:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1422:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1423:  # ./rb/lib/selenium/server.rb:204:in `start'
    1424:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1425:  Finished in 0.04469 seconds (files took 0.63281 seconds to load)
    1426:  0 examples, 0 failures, 1 error occurred outside of examples
    1427:  ================================================================================
    1428:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
    1429:  2024-03-26 19:55:36 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1430:  An error occurred in a `before(:suite)` hook.
    1431:  Failure/Error: @pid = Process.spawn(*@command, options)
    1432:  Errno::EACCES:
    1433:  Permission denied - java
    1434:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1435:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1436:  # ./rb/lib/selenium/server.rb:204:in `start'
    1437:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1438:  Finished in 0.04883 seconds (files took 0.67196 seconds to load)
    1439:  0 examples, 0 failures, 1 error occurred outside of examples
    1440:  ================================================================================
    1441:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
    1442:  2024-03-26 19:55:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1443:  An error occurred in a `before(:suite)` hook.
    1444:  Failure/Error: @pid = Process.spawn(*@command, options)
    1445:  Errno::EACCES:
    1446:  Permission denied - java
    1447:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1448:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1449:  # ./rb/lib/selenium/server.rb:204:in `start'
    1450:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1451:  Finished in 0.06221 seconds (files took 0.8502 seconds to load)
    1452:  0 examples, 0 failures, 1 error occurred outside of examples
    1453:  ================================================================================
    1454:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 7s disk-cache ... (4 actions, 1 running)
    1455:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 9s ... (4 actions, 1 running)
    1456:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log)
    1457:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 8s local, disk-cache ... (4 actions, 2 running)
    1458:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
    1459:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
    1460:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
    1461:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 15s local, disk-cache ... (4 actions, 3 running)
    1462:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log)
    1463:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
    1464:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
    1465:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log)
    1466:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
    1467:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 28s local, disk-cache ... (4 actions running)
    1468:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log)
    1469:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 30s local, disk-cache ... (4 actions running)
    1470:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 35s local, disk-cache ... (4 actions running)
    1471:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log)
    1472:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 36s local, disk-cache ... (4 actions running)
    1473:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 41s local, disk-cache ... (4 actions running)
    1474:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log)
    1475:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 42s local, disk-cache ... (4 actions running)
    1476:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 44s local, disk-cache ... (4 actions running)
    1477:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 49s local, disk-cache ... (4 actions running)
    1478:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log)
    1479:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 50s local, disk-cache ... (4 actions running)
    1480:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 55s local, disk-cache ... (4 actions running)
    1481:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log)
    1482:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
    1483:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
    1484:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
    1485:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
    1486:  2024-03-26 19:56:05 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1487:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
    1488:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
    1489:  An error occurred in a `before(:suite)` hook.
    1490:  Failure/Error: @pid = Process.spawn(*@command, options)
    1491:  Errno::EACCES:
    1492:  Permission denied - java
    1493:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1494:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1495:  # ./rb/lib/selenium/server.rb:204:in `start'
    1496:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1497:  Finished in 0.05919 seconds (files took 1.17 seconds to load)
    1498:  0 examples, 0 failures, 1 error occurred outside of examples
    1499:  ================================================================================
    1500:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
    1501:  2024-03-26 19:56:26 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1502:  An error occurred in a `before(:suite)` hook.
    1503:  Failure/Error: @pid = Process.spawn(*@command, options)
    1504:  Errno::EACCES:
    1505:  Permission denied - java
    1506:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1507:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1508:  # ./rb/lib/selenium/server.rb:204:in `start'
    1509:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1510:  Finished in 0.0443 seconds (files took 0.59498 seconds to load)
    1511:  0 examples, 0 failures, 1 error occurred outside of examples
    1512:  ================================================================================
    1513:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
    1514:  2024-03-26 19:56:53 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1515:  An error occurred in a `before(:suite)` hook.
    1516:  Failure/Error: @pid = Process.spawn(*@command, options)
    1517:  Errno::EACCES:
    1518:  Permission denied - java
    1519:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1520:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1521:  # ./rb/lib/selenium/server.rb:204:in `start'
    1522:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1523:  Finished in 0.04274 seconds (files took 0.58509 seconds to load)
    1524:  0 examples, 0 failures, 1 error occurred outside of examples
    1525:  ================================================================================
    1526:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
    1527:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
    1528:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log)
    1529:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
    1530:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
    1531:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
    1532:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
    1533:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log)
    1534:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
    1535:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
    1536:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
    1537:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
    1538:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
    1539:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
    1540:  2024-03-26 19:56:12 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1541:  An error occurred in a `before(:suite)` hook.
    1542:  Failure/Error: @pid = Process.spawn(*@command, options)
    1543:  Errno::EACCES:
    1544:  Permission denied - java
    1545:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1546:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1547:  # ./rb/lib/selenium/server.rb:204:in `start'
    1548:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1549:  Finished in 0.04825 seconds (files took 0.90527 seconds to load)
    1550:  0 examples, 0 failures, 1 error occurred outside of examples
    1551:  ================================================================================
    1552:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
    1553:  2024-03-26 19:56:39 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1554:  An error occurred in a `before(:suite)` hook.
    1555:  Failure/Error: @pid = Process.spawn(*@command, options)
    1556:  Errno::EACCES:
    1557:  Permission denied - java
    1558:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1559:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1560:  # ./rb/lib/selenium/server.rb:204:in `start'
    1561:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1562:  Finished in 0.04458 seconds (files took 0.61064 seconds to load)
    1563:  0 examples, 0 failures, 1 error occurred outside of examples
    1564:  ================================================================================
    1565:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
    1566:  2024-03-26 19:57:07 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1567:  An error occurred in a `before(:suite)` hook.
    1568:  Failure/Error: @pid = Process.spawn(*@command, options)
    1569:  Errno::EACCES:
    1570:  Permission denied - java
    1571:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1572:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1573:  # ./rb/lib/selenium/server.rb:204:in `start'
    1574:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1575:  Finished in 0.04681 seconds (files took 0.67126 seconds to load)
    1576:  0 examples, 0 failures, 1 error occurred outside of examples
    1577:  ================================================================================
    1578:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
    1579:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
    1580:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log)
    1581:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
    1582:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
    1583:  2024-03-26 19:56:19 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1584:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
    1585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
    1586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
    1587:  An error occurred in a `before(:suite)` hook.
    1588:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
    1589:  Failure/Error: @pid = Process.spawn(*@command, options)
    1590:  Errno::EACCES:
    1591:  Permission denied - java
    1592:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1593:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1594:  # ./rb/lib/selenium/server.rb:204:in `start'
    1595:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1596:  Finished in 0.04449 seconds (files took 0.60128 seconds to load)
    1597:  0 examples, 0 failures, 1 error occurred outside of examples
    1598:  ================================================================================
    1599:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
    1600:  2024-03-26 19:56:46 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1601:  An error occurred in a `before(:suite)` hook.
    1602:  Failure/Error: @pid = Process.spawn(*@command, options)
    1603:  Errno::EACCES:
    1604:  Permission denied - java
    1605:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1606:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1607:  # ./rb/lib/selenium/server.rb:204:in `start'
    1608:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1609:  Finished in 0.04581 seconds (files took 0.64243 seconds to load)
    1610:  0 examples, 0 failures, 1 error occurred outside of examples
    1611:  ================================================================================
    1612:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
    1613:  2024-03-26 19:57:14 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1614:  An error occurred in a `before(:suite)` hook.
    1615:  Failure/Error: @pid = Process.spawn(*@command, options)
    1616:  Errno::EACCES:
    1617:  Permission denied - java
    1618:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1619:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1620:  # ./rb/lib/selenium/server.rb:204:in `start'
    1621:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1622:  Finished in 0.0487 seconds (files took 0.63767 seconds to load)
    1623:  0 examples, 0 failures, 1 error occurred outside of examples
    1624:  ================================================================================
    1625:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
    1626:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 52s local, disk-cache ... (4 actions, 1 running)
    1627:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
    1628:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log)
    1629:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
    1630:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
    1631:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
    1632:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
    1633:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
    1634:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
    1635:  2024-03-26 19:56:33 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1636:  An error occurred in a `before(:suite)` hook.
    1637:  Failure/Error: @pid = Process.spawn(*@command, options)
    1638:  Errno::EACCES:
    1639:  Permission denied - java
    1640:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1641:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1642:  # ./rb/lib/selenium/server.rb:204:in `start'
    1643:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1644:  Finished in 0.04329 seconds (files took 0.5946 seconds to load)
    1645:  0 examples, 0 failures, 1 error occurred outside of examples
    1646:  ================================================================================
    1647:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
    1648:  2024-03-26 19:57:00 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1649:  An error occurred in a `before(:suite)` hook.
    1650:  Failure/Error: @pid = Process.spawn(*@command, options)
    1651:  Errno::EACCES:
    1652:  Permission denied - java
    1653:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1654:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1655:  # ./rb/lib/selenium/server.rb:204:in `start'
    1656:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1657:  Finished in 0.05527 seconds (files took 0.71648 seconds to load)
    1658:  0 examples, 0 failures, 1 error occurred outside of examples
    1659:  ================================================================================
    1660:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
    1661:  2024-03-26 19:57:22 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1662:  An error occurred in a `before(:suite)` hook.
    1663:  Failure/Error: @pid = Process.spawn(*@command, options)
    1664:  Errno::EACCES:
    1665:  Permission denied - java
    1666:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1667:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1668:  # ./rb/lib/selenium/server.rb:204:in `start'
    1669:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1670:  Finished in 0.05015 seconds (files took 0.8684 seconds to load)
    1671:  0 examples, 0 failures, 1 error occurred outside of examples
    1672:  ================================================================================
    1673:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 7s disk-cache ... (4 actions, 1 running)
    1674:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 9s ... (4 actions, 1 running)
    1675:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 7s local, disk-cache ... (4 actions, 2 running)
    1676:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log)
    1677:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
    1678:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
    1679:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
    1680:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
    1681:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log)
    1682:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
    1683:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
    1684:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log)
    1685:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
    1686:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 28s local, disk-cache ... (4 actions running)
    1687:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log)
    1688:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 30s local, disk-cache ... (4 actions running)
    1689:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 35s local, disk-cache ... (4 actions running)
    1690:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log)
    1691:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 36s local, disk-cache ... (4 actions running)
    1692:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 41s local, disk-cache ... (4 actions running)
    1693:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log)
    1694:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 42s local, disk-cache ... (4 actions running)
    1695:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 43s local, disk-cache ... (4 actions running)
    1696:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 48s local, disk-cache ... (4 actions running)
    1697:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log)
    1698:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 50s local, disk-cache ... (4 actions running)
    1699:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 55s local, disk-cache ... (4 actions running)
    1700:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log)
    1701:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
    1702:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
    1703:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
    1704:  2024-03-26 19:57:29 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1705:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
    1706:  An error occurred in a `before(:suite)` hook.
    1707:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
    1708:  Failure/Error: @pid = Process.spawn(*@command, options)
    1709:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
    1710:  Errno::EACCES:
    1711:  Permission denied - java
    1712:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1713:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1714:  # ./rb/lib/selenium/server.rb:204:in `start'
    1715:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1716:  Finished in 0.07194 seconds (files took 0.92984 seconds to load)
    1717:  0 examples, 0 failures, 1 error occurred outside of examples
    1718:  ================================================================================
    1719:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
    1720:  2024-03-26 19:57:50 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1721:  An error occurred in a `before(:suite)` hook.
    1722:  Failure/Error: @pid = Process.spawn(*@command, options)
    1723:  Errno::EACCES:
    1724:  Permission denied - java
    1725:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1726:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1727:  # ./rb/lib/selenium/server.rb:204:in `start'
    1728:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1729:  Finished in 0.04387 seconds (files took 0.60758 seconds to load)
    1730:  0 examples, 0 failures, 1 error occurred outside of examples
    1731:  ================================================================================
    1732:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
    1733:  2024-03-26 19:58:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1734:  An error occurred in a `before(:suite)` hook.
    1735:  Failure/Error: @pid = Process.spawn(*@command, options)
    1736:  Errno::EACCES:
    1737:  Permission denied - java
    1738:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1739:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1740:  # ./rb/lib/selenium/server.rb:204:in `start'
    1741:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1742:  Finished in 0.0432 seconds (files took 0.59301 seconds to load)
    1743:  0 examples, 0 failures, 1 error occurred outside of examples
    1744:  ================================================================================
    1745:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
    1746:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
    1747:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log)
    1748:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
    1749:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
    1750:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
    1751:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
    1752:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log)
    1753:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
    1754:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
    1755:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
    1756:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
    1757:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
    1758:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
    1759:  2024-03-26 19:57:36 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1760:  An error occurred in a `before(:suite)` hook.
    1761:  Failure/Error: @pid = Process.spawn(*@command, options)
    1762:  Errno::EACCES:
    1763:  Permission denied - java
    1764:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1765:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1766:  # ./rb/lib/selenium/server.rb:204:in `start'
    1767:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1768:  Finished in 0.047 seconds (files took 0.66011 seconds to load)
    1769:  0 examples, 0 failures, 1 error occurred outside of examples
    1770:  ================================================================================
    1771:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
    1772:  2024-03-26 19:58:04 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1773:  An error occurred in a `before(:suite)` hook.
    1774:  Failure/Error: @pid = Process.spawn(*@command, options)
    1775:  Errno::EACCES:
    1776:  Permission denied - java
    1777:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1778:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1779:  # ./rb/lib/selenium/server.rb:204:in `start'
    1780:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1781:  Finished in 0.04749 seconds (files took 0.63486 seconds to load)
    1782:  0 examples, 0 failures, 1 error occurred outside of examples
    1783:  ================================================================================
    1784:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
    1785:  2024-03-26 19:58:31 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1786:  An error occurred in a `before(:suite)` hook.
    1787:  Failure/Error: @pid = Process.spawn(*@command, options)
    1788:  Errno::EACCES:
    1789:  Permission denied - java
    1790:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1791:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1792:  # ./rb/lib/selenium/server.rb:204:in `start'
    1793:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1794:  Finished in 0.04869 seconds (files took 0.65841 seconds to load)
    1795:  0 examples, 0 failures, 1 error occurred outside of examples
    1796:  ================================================================================
    1797:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
    1798:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
    1799:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log)
    1800:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
    1801:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
    1802:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
    1803:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
    1804:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
    1805:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
    1806:  2024-03-26 19:57:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1807:  An error occurred in a `before(:suite)` hook.
    1808:  Failure/Error: @pid = Process.spawn(*@command, options)
    1809:  Errno::EACCES:
    1810:  Permission denied - java
    1811:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1812:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1813:  # ./rb/lib/selenium/server.rb:204:in `start'
    1814:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1815:  Finished in 0.04537 seconds (files took 0.60794 seconds to load)
    1816:  0 examples, 0 failures, 1 error occurred outside of examples
    1817:  ================================================================================
    1818:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
    1819:  2024-03-26 19:58:11 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1820:  An error occurred in a `before(:suite)` hook.
    1821:  Failure/Error: @pid = Process.spawn(*@command, options)
    1822:  Errno::EACCES:
    1823:  Permission denied - java
    1824:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1825:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1826:  # ./rb/lib/selenium/server.rb:204:in `start'
    1827:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1828:  Finished in 0.05185 seconds (files took 0.63451 seconds to load)
    1829:  0 examples, 0 failures, 1 error occurred outside of examples
    1830:  ================================================================================
    1831:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
    1832:  2024-03-26 19:58:38 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1833:  An error occurred in a `before(:suite)` hook.
    1834:  Failure/Error: @pid = Process.spawn(*@command, options)
    1835:  Errno::EACCES:
    1836:  Permission denied - java
    1837:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1838:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1839:  # ./rb/lib/selenium/server.rb:204:in `start'
    1840:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1841:  Finished in 0.04695 seconds (files took 0.65818 seconds to load)
    1842:  0 examples, 0 failures, 1 error occurred outside of examples
    1843:  ================================================================================
    1844:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
    1845:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 53s local, disk-cache ... (4 actions, 1 running)
    1846:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
    1847:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log)
    1848:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
    1849:  2024-03-26 19:57:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1850:  An error occurred in a `before(:suite)` hook.
    1851:  Failure/Error: @pid = Process.spawn(*@command, options)
    1852:  Errno::EACCES:
    1853:  Permission denied - java
    1854:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1855:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1856:  # ./rb/lib/selenium/server.rb:204:in `start'
    1857:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1858:  Finished in 0.04645 seconds (files took 0.61792 seconds to load)
    1859:  0 examples, 0 failures, 1 error occurred outside of examples
    1860:  ================================================================================
    1861:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
    1862:  2024-03-26 19:58:24 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1863:  An error occurred in a `before(:suite)` hook.
    1864:  Failure/Error: @pid = Process.spawn(*@command, options)
    1865:  Errno::EACCES:
    1866:  Permission denied - java
    1867:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1868:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1869:  # ./rb/lib/selenium/server.rb:204:in `start'
    1870:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1871:  Finished in 0.06032 seconds (files took 0.69255 seconds to load)
    1872:  0 examples, 0 failures, 1 error occurred outside of examples
    1873:  ================================================================================
    1874:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
    1875:  2024-03-26 19:58:46 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1876:  An error occurred in a `before(:suite)` hook.
    1877:  Failure/Error: @pid = Process.spawn(*@command, options)
    1878:  Errno::EACCES:
    1879:  Permission denied - java
    1880:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1881:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1882:  # ./rb/lib/selenium/server.rb:204:in `start'
    1883:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1884:  Finished in 0.06206 seconds (files took 0.90828 seconds to load)
    1885:  0 examples, 0 failures, 1 error occurred outside of examples
    1886:  ================================================================================
    1887:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
    1888:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
    1889:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
    1890:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
    1891:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
    1892:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 7s disk-cache ... (4 actions, 1 running)
    1893:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 8s ... (4 actions, 1 running)
    1894:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 7s local, disk-cache ... (4 actions, 2 running)
    1895:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log)
    1896:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 8s local, disk-cache ... (4 actions, 2 running)
    1897:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
    1898:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
    1899:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 12s local, disk-cache ... (4 actions, 2 running)
    1900:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
    1901:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log)
    1902:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
    1903:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
    1904:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log)
    1905:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
    1906:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 28s local, disk-cache ... (4 actions running)
    1907:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log)
    1908:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 30s local, disk-cache ... (4 actions running)
    1909:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 35s local, disk-cache ... (4 actions running)
    1910:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log)
    1911:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 36s local, disk-cache ... (4 actions running)
    1912:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 41s local, disk-cache ... (4 actions running)
    1913:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log)
    1914:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 42s local, disk-cache ... (4 actions running)
    1915:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 43s local, disk-cache ... (4 actions running)
    1916:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 48s local, disk-cache ... (4 actions running)
    1917:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log)
    1918:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 50s local, disk-cache ... (4 actions running)
    1919:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 55s local, disk-cache ... (4 actions running)
    1920:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log)
    1921:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
    1922:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
    1923:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
    1924:  2024-03-26 19:58:53 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1925:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
    1926:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
    1927:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
    1928:  An error occurred in a `before(:suite)` hook.
    1929:  Failure/Error: @pid = Process.spawn(*@command, options)
    1930:  Errno::EACCES:
    1931:  Permission denied - java
    1932:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1933:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1934:  # ./rb/lib/selenium/server.rb:204:in `start'
    1935:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1936:  Finished in 0.06321 seconds (files took 0.9333 seconds to load)
    1937:  0 examples, 0 failures, 1 error occurred outside of examples
    1938:  ================================================================================
    1939:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
    1940:  2024-03-26 19:59:14 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1941:  An error occurred in a `before(:suite)` hook.
    1942:  Failure/Error: @pid = Process.spawn(*@command, options)
    1943:  Errno::EACCES:
    1944:  Permission denied - java
    1945:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1946:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1947:  # ./rb/lib/selenium/server.rb:204:in `start'
    1948:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1949:  Finished in 0.04616 seconds (files took 0.59761 seconds to load)
    1950:  0 examples, 0 failures, 1 error occurred outside of examples
    1951:  ================================================================================
    1952:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
    1953:  2024-03-26 19:59:41 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1954:  An error occurred in a `before(:suite)` hook.
    1955:  Failure/Error: @pid = Process.spawn(*@command, options)
    1956:  Errno::EACCES:
    1957:  Permission denied - java
    1958:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1959:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1960:  # ./rb/lib/selenium/server.rb:204:in `start'
    1961:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1962:  Finished in 0.04598 seconds (files took 0.64981 seconds to load)
    1963:  0 examples, 0 failures, 1 error occurred outside of examples
    1964:  ================================================================================
    1965:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 50s local, disk-cache ... (4 actions, 3 running)
    1966:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
    1967:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log)
    1968:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 57s local, disk-cache ... (4 actions, 3 running)
    1969:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
    1970:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
    1971:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
    1972:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log)
    1973:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
    1974:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
    1975:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
    1976:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
    1977:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
    1978:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
    1979:  2024-03-26 19:59:00 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1980:  An error occurred in a `before(:suite)` hook.
    1981:  Failure/Error: @pid = Process.spawn(*@command, options)
    1982:  Errno::EACCES:
    1983:  Permission denied - java
    1984:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1985:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1986:  # ./rb/lib/selenium/server.rb:204:in `start'
    1987:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    1988:  Finished in 0.05091 seconds (files took 1.02 seconds to load)
    1989:  0 examples, 0 failures, 1 error occurred outside of examples
    1990:  ================================================================================
    1991:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
    1992:  2024-03-26 19:59:28 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1993:  An error occurred in a `before(:suite)` hook.
    1994:  Failure/Error: @pid = Process.spawn(*@command, options)
    1995:  Errno::EACCES:
    1996:  Permission denied - java
    1997:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    1998:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    1999:  # ./rb/lib/selenium/server.rb:204:in `start'
    2000:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2001:  Finished in 0.04512 seconds (files took 0.64046 seconds to load)
    2002:  0 examples, 0 failures, 1 error occurred outside of examples
    2003:  ================================================================================
    2004:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
    2005:  2024-03-26 19:59:55 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2006:  An error occurred in a `before(:suite)` hook.
    2007:  Failure/Error: @pid = Process.spawn(*@command, options)
    2008:  Errno::EACCES:
    2009:  Permission denied - java
    2010:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2011:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2012:  # ./rb/lib/selenium/server.rb:204:in `start'
    2013:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2014:  Finished in 0.04852 seconds (files took 0.67464 seconds to load)
    2015:  0 examples, 0 failures, 1 error occurred outside of examples
    2016:  ================================================================================
    2017:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
    2018:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
    2019:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log)
    2020:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
    2021:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
    2022:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
    2023:  2024-03-26 19:59:07 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2024:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
    2025:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
    2026:  An error occurred in a `before(:suite)` hook.
    2027:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
    2028:  Failure/Error: @pid = Process.spawn(*@command, options)
    2029:  Errno::EACCES:
    2030:  Permission denied - java
    2031:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2032:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2033:  # ./rb/lib/selenium/server.rb:204:in `start'
    2034:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2035:  Finished in 0.04838 seconds (files took 0.63349 seconds to load)
    2036:  0 examples, 0 failures, 1 error occurred outside of examples
    2037:  ================================================================================
    2038:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
    2039:  2024-03-26 19:59:35 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2040:  An error occurred in a `before(:suite)` hook.
    2041:  Failure/Error: @pid = Process.spawn(*@command, options)
    2042:  Errno::EACCES:
    2043:  Permission denied - java
    2044:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2045:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2046:  # ./rb/lib/selenium/server.rb:204:in `start'
    2047:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2048:  Finished in 0.04388 seconds (files took 0.60962 seconds to load)
    2049:  0 examples, 0 failures, 1 error occurred outside of examples
    2050:  ================================================================================
    2051:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
    2052:  2024-03-26 20:00:02 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2053:  An error occurred in a `before(:suite)` hook.
    2054:  Failure/Error: @pid = Process.spawn(*@command, options)
    2055:  Errno::EACCES:
    2056:  Permission denied - java
    2057:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2058:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2059:  # ./rb/lib/selenium/server.rb:204:in `start'
    2060:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2061:  Finished in 0.04504 seconds (files took 0.66378 seconds to load)
    2062:  0 examples, 0 failures, 1 error occurred outside of examples
    2063:  ================================================================================
    2064:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 50s local, disk-cache ... (4 actions, 1 running)
    2065:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 53s local, disk-cache ... (4 actions, 1 running)
    2066:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
    2067:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log)
    2068:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
    2069:  2024-03-26 19:59:21 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2070:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
    2071:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
    2072:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
    2073:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
    2074:  An error occurred in a `before(:suite)` hook.
    2075:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
    2076:  Failure/Error: @pid = Process.spawn(*@command, options)
    2077:  Errno::EACCES:
    2078:  Permission denied - java
    2079:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2080:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2081:  # ./rb/lib/selenium/server.rb:204:in `start'
    2082:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2083:  Finished in 0.0463 seconds (files took 0.64215 seconds to load)
    2084:  0 examples, 0 failures, 1 error occurred outside of examples
    2085:  ================================================================================
    2086:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
    2087:  2024-03-26 19:59:48 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2088:  An error occurred in a `before(:suite)` hook.
    2089:  Failure/Error: @pid = Process.spawn(*@command, options)
    2090:  Errno::EACCES:
    2091:  Permission denied - java
    2092:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2093:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2094:  # ./rb/lib/selenium/server.rb:204:in `start'
    2095:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2096:  Finished in 0.05061 seconds (files took 0.71254 seconds to load)
    2097:  0 examples, 0 failures, 1 error occurred outside of examples
    2098:  ================================================================================
    2099:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
    2100:  2024-03-26 20:00:10 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2101:  An error occurred in a `before(:suite)` hook.
    2102:  Failure/Error: @pid = Process.spawn(*@command, options)
    2103:  Errno::EACCES:
    2104:  Permission denied - java
    2105:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2106:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2107:  # ./rb/lib/selenium/server.rb:204:in `start'
    2108:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2109:  Finished in 0.04929 seconds (files took 0.80469 seconds to load)
    2110:  0 examples, 0 failures, 1 error occurred outside of examples
    2111:  ================================================================================
    2112:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 7s disk-cache ... (3 actions, 1 running)
    2113:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 7s ... (3 actions, 1 running)
    2114:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 6s local, disk-cache ... (3 actions, 2 running)
    2115:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log)
    2116:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 8s local, disk-cache ... (3 actions, 2 running)
    2117:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 11s local, disk-cache ... (3 actions, 2 running)
    2118:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 13s local, disk-cache ... (3 actions running)
    2119:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log)
    2120:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 15s local, disk-cache ... (3 actions running)
    2121:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 20s local, disk-cache ... (3 actions running)
    2122:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log)
    2123:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 22s local, disk-cache ... (3 actions running)
    2124:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 27s local, disk-cache ... (3 actions running)
    2125:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log)
    2126:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 28s local, disk-cache ... (3 actions running)
    2127:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 34s local, disk-cache ... (3 actions running)
    2128:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log)
    2129:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 35s local, disk-cache ... (3 actions running)
    2130:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 41s local, disk-cache ... (3 actions running)
    2131:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log)
    2132:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 42s local, disk-cache ... (3 actions running)
    2133:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 47s local, disk-cache ... (3 actions running)
    2134:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log)
    2135:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
    2136:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
    2137:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
    2138:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
    2139:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
    2140:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
    2141:  2024-03-26 20:00:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2142:  An error occurred in a `before(:suite)` hook.
    2143:  Failure/Error: @pid = Process.spawn(*@command, options)
    2144:  Errno::EACCES:
    2145:  Permission denied - java
    2146:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2147:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2148:  # ./rb/lib/selenium/server.rb:204:in `start'
    2149:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2150:  Finished in 0.04614 seconds (files took 0.62523 seconds to load)
    2151:  0 examples, 0 failures, 1 error occurred outside of examples
    2152:  ================================================================================
    2153:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
    2154:  2024-03-26 20:00:37 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2155:  An error occurred in a `before(:suite)` hook.
    2156:  Failure/Error: @pid = Process.spawn(*@command, options)
    2157:  Errno::EACCES:
    2158:  Permission denied - java
    2159:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2160:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2161:  # ./rb/lib/selenium/server.rb:204:in `start'
    2162:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2163:  Finished in 0.04737 seconds (files took 0.61876 seconds to load)
    2164:  0 examples, 0 failures, 1 error occurred outside of examples
    2165:  ================================================================================
    2166:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
    2167:  2024-03-26 20:00:58 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2168:  An error occurred in a `before(:suite)` hook.
    2169:  Failure/Error: @pid = Process.spawn(*@command, options)
    2170:  Errno::EACCES:
    2171:  Permission denied - java
    2172:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2173:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2174:  # ./rb/lib/selenium/server.rb:204:in `start'
    2175:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2176:  Finished in 0.04671 seconds (files took 0.62736 seconds to load)
    2177:  0 examples, 0 failures, 1 error occurred outside of examples
    2178:  ================================================================================
    2179:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 42s local, disk-cache ... (2 actions running)
    2180:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 47s local, disk-cache ... (2 actions running)
    2181:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log)
    2182:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
    2183:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
    2184:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
    2185:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
    2186:  2024-03-26 20:00:23 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2187:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
    2188:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
    2189:  An error occurred in a `before(:suite)` hook.
    2190:  Failure/Error: @pid = Process.spawn(*@command, options)
    2191:  Errno::EACCES:
    2192:  Permission denied - java
    2193:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2194:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2195:  # ./rb/lib/selenium/server.rb:204:in `start'
    2196:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2197:  Finished in 0.04627 seconds (files took 0.60309 seconds to load)
    2198:  0 examples, 0 failures, 1 error occurred outside of examples
    2199:  ================================================================================
    2200:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
    2201:  2024-03-26 20:00:44 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2202:  An error occurred in a `before(:suite)` hook.
    2203:  Failure/Error: @pid = Process.spawn(*@command, options)
    2204:  Errno::EACCES:
    2205:  Permission denied - java
    2206:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2207:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2208:  # ./rb/lib/selenium/server.rb:204:in `start'
    2209:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2210:  Finished in 0.04548 seconds (files took 0.59451 seconds to load)
    2211:  0 examples, 0 failures, 1 error occurred outside of examples
    2212:  ================================================================================
    2213:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
    2214:  2024-03-26 20:01:04 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2215:  An error occurred in a `before(:suite)` hook.
    2216:  Failure/Error: @pid = Process.spawn(*@command, options)
    2217:  Errno::EACCES:
    2218:  Permission denied - java
    2219:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2220:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2221:  # ./rb/lib/selenium/server.rb:204:in `start'
    2222:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2223:  Finished in 0.04396 seconds (files took 0.61364 seconds to load)
    2224:  0 examples, 0 failures, 1 error occurred outside of examples
    2225:  ================================================================================
    2226:  �[32m[2,897 / 2,898]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 42s local, disk-cache
    2227:  �[32m[2,897 / 2,898]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 47s local, disk-cache
    2228:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log)
    2229:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
    2230:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
    2231:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
    2232:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
    2233:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
    2234:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
    2235:  2024-03-26 20:00:30 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2236:  An error occurred in a `before(:suite)` hook.
    2237:  Failure/Error: @pid = Process.spawn(*@command, options)
    2238:  Errno::EACCES:
    2239:  Permission denied - java
    2240:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2241:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2242:  # ./rb/lib/selenium/server.rb:204:in `start'
    2243:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2244:  Finished in 0.04834 seconds (files took 0.66499 seconds to load)
    2245:  0 examples, 0 failures, 1 error occurred outside of examples
    2246:  ================================================================================
    2247:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
    2248:  2024-03-26 20:00:51 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2249:  An error occurred in a `before(:suite)` hook.
    2250:  Failure/Error: @pid = Process.spawn(*@command, options)
    2251:  Errno::EACCES:
    2252:  Permission denied - java
    2253:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2254:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2255:  # ./rb/lib/selenium/server.rb:204:in `start'
    2256:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2257:  Finished in 0.04709 seconds (files took 0.60043 seconds to load)
    2258:  0 examples, 0 failures, 1 error occurred outside of examples
    2259:  ================================================================================
    2260:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
    2261:  2024-03-26 20:01:11 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2262:  An error occurred in a `before(:suite)` hook.
    2263:  Failure/Error: @pid = Process.spawn(*@command, options)
    2264:  Errno::EACCES:
    2265:  Permission denied - java
    2266:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2267:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2268:  # ./rb/lib/selenium/server.rb:204:in `start'
    2269:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2270:  Finished in 0.0427 seconds (files took 0.58632 seconds to load)
    2271:  0 examples, 0 failures, 1 error occurred outside of examples
    2272:  ================================================================================
    2273:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 0s disk-cache
    2274:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
    2275:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
    2276:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 6s local, disk-cache
    2277:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log)
    2278:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 7s local, disk-cache
    2279:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 13s local, disk-cache
    2280:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log)
    2281:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 15s local, disk-cache
    2282:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 21s local, disk-cache
    2283:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log)
    2284:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
    2285:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
    2286:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
    2287:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
    2288:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
    2289:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
    2290:  2024-03-26 20:01:28 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2291:  An error occurred in a `before(:suite)` hook.
    2292:  Failure/Error: @pid = Process.spawn(*@command, options)
    2293:  Errno::EACCES:
    2294:  Permission denied - java
    2295:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2296:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2297:  # ./rb/lib/selenium/server.rb:204:in `start'
    2298:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2299:  Finished in 0.04584 seconds (files took 0.59527 seconds to load)
    2300:  0 examples, 0 failures, 1 error occurred outside of examples
    2301:  ================================================================================
    2302:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
    2303:  2024-03-26 20:01:35 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2304:  An error occurred in a `before(:suite)` hook.
    2305:  Failure/Error: @pid = Process.spawn(*@command, options)
    2306:  Errno::EACCES:
    2307:  Permission denied - java
    2308:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2309:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2310:  # ./rb/lib/selenium/server.rb:204:in `start'
    2311:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2312:  Finished in 0.04196 seconds (files took 0.57892 seconds to load)
    2313:  0 examples, 0 failures, 1 error occurred outside of examples
    2314:  ================================================================================
    2315:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
    2316:  2024-03-26 20:01:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2317:  An error occurred in a `before(:suite)` hook.
    2318:  Failure/Error: @pid = Process.spawn(*@command, options)
    2319:  Errno::EACCES:
    2320:  Permission denied - java
    2321:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2322:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2323:  # ./rb/lib/selenium/server.rb:204:in `start'
    2324:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2325:  Finished in 0.04652 seconds (files took 0.64366 seconds to load)
    2326:  0 examples, 0 failures, 1 error occurred outside of examples
    2327:  ================================================================================
    2328:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 0s disk-cache
    2329:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
    2330:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
    2331:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 6s local, disk-cache
    2332:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log)
    2333:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 8s local, disk-cache
    2334:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 13s local, disk-cache
    2335:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log)
    2336:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 15s local, disk-cache
    2337:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 21s local, disk-cache
    2338:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log)
    2339:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
    2340:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
    2341:  2024-03-26 20:02:00 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2342:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
    2343:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
    2344:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
    2345:  An error occurred in a `before(:suite)` hook.
    2346:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
    2347:  Failure/Error: @pid = Process.spawn(*@command, options)
    2348:  Errno::EACCES:
    2349:  Permission denied - java
    2350:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2351:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2352:  # ./rb/lib/selenium/server.rb:204:in `start'
    2353:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2354:  Finished in 0.04268 seconds (files took 0.60848 seconds to load)
    2355:  0 examples, 0 failures, 1 error occurred outside of examples
    2356:  ================================================================================
    2357:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
    2358:  2024-03-26 20:02:07 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2359:  An error occurred in a `before(:suite)` hook.
    2360:  Failure/Error: @pid = Process.spawn(*@command, options)
    2361:  Errno::EACCES:
    2362:  Permission denied - java
    2363:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2364:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2365:  # ./rb/lib/selenium/server.rb:204:in `start'
    2366:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2367:  Finished in 0.04567 seconds (files took 0.61158 seconds to load)
    2368:  0 examples, 0 failures, 1 error occurred outside of examples
    2369:  ================================================================================
    2370:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
    2371:  2024-03-26 20:02:14 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2372:  An error occurred in a `before(:suite)` hook.
    2373:  Failure/Error: @pid = Process.spawn(*@command, options)
    2374:  Errno::EACCES:
    2375:  Permission denied - java
    2376:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2377:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2378:  # ./rb/lib/selenium/server.rb:204:in `start'
    2379:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2380:  Finished in 0.04314 seconds (files took 0.5882 seconds to load)
    2381:  0 examples, 0 failures, 1 error occurred outside of examples
    2382:  ================================================================================
    2383:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 0s disk-cache
    2384:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
    2385:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
    2386:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 6s local, disk-cache
    2387:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log)
    2388:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 8s local, disk-cache
    2389:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 13s local, disk-cache
    2390:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log)
    2391:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 15s local, disk-cache
    2392:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 21s local, disk-cache
    2393:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log)
    2394:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
    2395:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
    2396:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
    2397:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
    2398:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
    2399:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
    2400:  2024-03-26 20:02:32 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2401:  An error occurred in a `before(:suite)` hook.
    2402:  Failure/Error: @pid = Process.spawn(*@command, options)
    2403:  Errno::EACCES:
    2404:  Permission denied - java
    2405:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2406:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2407:  # ./rb/lib/selenium/server.rb:204:in `start'
    2408:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2409:  Finished in 0.04352 seconds (files took 0.60629 seconds to load)
    2410:  0 examples, 0 failures, 1 error occurred outside of examples
    2411:  ================================================================================
    2412:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
    2413:  2024-03-26 20:02:39 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2414:  An error occurred in a `before(:suite)` hook.
    2415:  Failure/Error: @pid = Process.spawn(*@command, options)
    2416:  Errno::EACCES:
    2417:  Permission denied - java
    2418:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2419:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2420:  # ./rb/lib/selenium/server.rb:204:in `start'
    2421:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2422:  Finished in 0.04297 seconds (files took 0.58665 seconds to load)
    2423:  0 examples, 0 failures, 1 error occurred outside of examples
    2424:  ================================================================================
    2425:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
    2426:  2024-03-26 20:02:46 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2427:  An error occurred in a `before(:suite)` hook.
    2428:  Failure/Error: @pid = Process.spawn(*@command, options)
    2429:  Errno::EACCES:
    2430:  Permission denied - java
    2431:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2432:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2433:  # ./rb/lib/selenium/server.rb:204:in `start'
    2434:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2435:  Finished in 0.04457 seconds (files took 0.62257 seconds to load)
    2436:  0 examples, 0 failures, 1 error occurred outside of examples
    2437:  ================================================================================
    2438:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 0s disk-cache
    2439:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
    2440:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
    2441:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 6s local, disk-cache
    2442:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log)
    2443:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 8s local, disk-cache
    2444:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 13s local, disk-cache
    2445:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log)
    2446:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 15s local, disk-cache
    2447:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 21s local, disk-cache
    2448:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log)
    2449:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
    2450:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
    2451:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
    2452:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
    2453:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
    2454:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
    2455:  2024-03-26 20:03:03 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2456:  An error occurred in a `before(:suite)` hook.
    2457:  Failure/Error: @pid = Process.spawn(*@command, options)
    2458:  Errno::EACCES:
    2459:  Permission denied - java
    2460:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2461:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2462:  # ./rb/lib/selenium/server.rb:204:in `start'
    2463:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2464:  Finished in 0.04366 seconds (files took 0.59157 seconds to load)
    2465:  0 examples, 0 failures, 1 error occurred outside of examples
    2466:  ================================================================================
    2467:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
    2468:  2024-03-26 20:03:10 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2469:  An error occurred in a `before(:suite)` hook.
    2470:  Failure/Error: @pid = Process.spawn(*@command, options)
    2471:  Errno::EACCES:
    2472:  Permission denied - java
    2473:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2474:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2475:  # ./rb/lib/selenium/server.rb:204:in `start'
    2476:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2477:  Finished in 0.04369 seconds (files took 0.62403 seconds to load)
    2478:  0 examples, 0 failures, 1 error occurred outside of examples
    2479:  ================================================================================
    2480:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
    2481:  2024-03-26 20:03:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2482:  An error occurred in a `before(:suite)` hook.
    2483:  Failure/Error: @pid = Process.spawn(*@command, options)
    2484:  Errno::EACCES:
    2485:  Permission denied - java
    2486:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
    2487:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
    2488:  # ./rb/lib/selenium/server.rb:204:in `start'
    2489:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
    2490:  Finished in 0.04233 seconds (files took 0.58361 seconds to load)
    2491:  0 examples, 0 failures, 1 error occurred outside of examples
    2492:  ================================================================================
    2493:  �[32mINFO: �[0mFound 27 test targets...
    2494:  �[32mINFO: �[0mElapsed time: 864.411s, Critical Path: 202.52s
    2495:  �[32mINFO: �[0m2672 processes: 1422 disk cache hit, 1059 internal, 184 local, 7 worker.
    2496:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2672 total actions
    2497:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.8s
    2498:  Stats over 3 runs: max = 7.8s, min = 6.7s, avg = 7.1s, dev = 0.5s
    2499:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
    2500:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
    2501:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
    2502:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
    2503:  Stats over 3 runs: max = 6.7s, min = 6.7s, avg = 6.7s, dev = 0.0s
    2504:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
    2505:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
    2506:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
    2507:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
    2508:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
    2509:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
    2510:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
    2511:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
    2512:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
    2513:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.1s, dev = 0.3s
    2514:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
    2515:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
    2516:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
    2517:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
    2518:  Stats over 3 runs: max = 7.1s, min = 6.8s, avg = 7.0s, dev = 0.1s
    2519:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
    2520:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
    2521:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
    2522:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
    2523:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.9s, dev = 0.0s
    2524:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
    2525:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
    2526:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
    2527:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
    2528:  Stats over 3 runs: max = 6.9s, min = 6.6s, avg = 6.8s, dev = 0.1s
    2529:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
    2530:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
    2531:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
    2532:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
    2533:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.2s, dev = 0.3s
    2534:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
    2535:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
    2536:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
    2537:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
    2538:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.1s, dev = 0.2s
    2539:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
    2540:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
    2541:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
    2542:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
    2543:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
    2544:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
    2545:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
    2546:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
    2547:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
    2548:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 7.0s, dev = 0.2s
    2549:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
    2550:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
    2551:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
    2552:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
    2553:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
    2554:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
    2555:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
    2556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
    2557:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
    2558:  Stats over 3 runs: max = 7.5s, min = 6.9s, avg = 7.2s, dev = 0.3s
    2559:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
    2560:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
    2561:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
    2562:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
    2563:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.9s, dev = 0.1s
    2564:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
    2565:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
    2566:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
    2567:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
    2568:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
    2569:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
    2570:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
    2571:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
    2572:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
    2573:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.8s, dev = 0.0s
    2574:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
    2575:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
    2576:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
    2577:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
    2578:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
    2579:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
    2580:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
    2581:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
    2582:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
    2583:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
    2584:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
    2585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
    2586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
    2587:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
    2588:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.2s
    2589:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
    2590:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
    2591:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
    2592:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
    2593:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
    2594:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
    2595:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
    2596:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
    2597:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.6s
    2598:  Stats over 3 runs: max = 6.6s, min = 6.6s, avg = 6.6s, dev = 0.0s
    2599:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
    2600:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
    2601:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
    2602:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
    2603:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
    2604:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
    2605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
    2606:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
    2607:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
    2608:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
    2609:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
    2610:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
    2611:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
    2612:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
    2613:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
    2614:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
    2615:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
    2616:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
    2617:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
    2618:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 6.9s, dev = 0.2s
    2619:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
    2620:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
    2621:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
    2622:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.7s
    2623:  Stats over 3 runs: max = 7.7s, min = 6.7s, avg = 7.1s, dev = 0.5s
    2624:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
    2625:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
    2626:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
    2627:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 8.0s
    2628:  Stats over 3 runs: max = 8.0s, min = 6.8s, avg = 7.2s, dev = 0.5s
    2629:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
    2630:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
    2631:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
    2632:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
    2633:  �[0m
    2634:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @joerg1985 joerg1985 force-pushed the removed-guava-from-the-client branch 3 times, most recently from bdaa13e to d541c23 Compare March 26, 2024 16:47
    @codecov-commenter
    Copy link

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 58.57%. Comparing base (907b219) to head (3d9eca3).

    ❗ Current head 3d9eca3 differs from pull request most recent head d541c23. Consider uploading reports for the commit d541c23 to get more accurate results

    ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

    Additional details and impacted files
    @@           Coverage Diff           @@
    ##            trunk   #13739   +/-   ##
    =======================================
      Coverage   58.57%   58.57%           
    =======================================
      Files          86       86           
      Lines        5272     5272           
      Branches      220      220           
    =======================================
      Hits         3088     3088           
      Misses       1964     1964           
      Partials      220      220           

    ☔ View full report in Codecov by Sentry.
    📢 Have feedback on the report? Share it here.

    @joerg1985 joerg1985 force-pushed the removed-guava-from-the-client branch 2 times, most recently from d7ed3cc to 55f528b Compare March 26, 2024 19:27
    @joerg1985 joerg1985 force-pushed the removed-guava-from-the-client branch from 55f528b to b2f4ae5 Compare March 26, 2024 19:30
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    2 participants