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

[dotnet][rb][java][js][py] Automated Browser Version Update #13750

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Mar 28, 2024

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

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

Copy link

PR Description updated to latest commit (0c3a365)

Copy link

PR Review

⏱️ Estimated effort to review [1-5]

2, because the changes are straightforward version updates for browser dependencies, including their SHA256 checksums. The modifications are limited to URLs and checksum values in a single file, making it relatively easy to review for correctness.

🧪 Relevant tests

No

🔍 Possible issues

Dependency Verification: Ensure that the updated versions of Firefox and Microsoft Edge, along with their SHA256 checksums, are correct and have been verified against a trusted source.

Compatibility Testing: While not directly a code issue, it's important to verify that these browser version updates do not introduce compatibility issues with the existing test suite or the application being tested.

🔒 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 28, 2024

PR Code Suggestions

CategorySuggestions                                                                                                                                                       
Possible issue
Verify the accessibility and existence of the updated browser version URLs.

Ensure that the URL provided is accessible and the file exists at the given location. It's
crucial to verify that the updated browser version URLs are correct and lead to the
expected files. This can be done by manually checking the URLs in a browser or using a
script to automate the verification process.

common/repositories.bzl [38]

-url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b5/linux-x86_64/en-US/firefox-125.0b5.tar.bz2",
+url = "<verified_url>",
 
Security
Confirm the correctness of the sha256 hash values for the updated browser versions.

Double-check the sha256 hash for the updated browser versions to ensure they match the
downloaded files. This is crucial for security and integrity verification. You can use
tools like sha256sum on Linux or CertUtil on Windows to compute the hash of the downloaded
file and compare it with the value specified here.

common/repositories.bzl [39]

-sha256 = "a2c0ac43f4e16ae338df1199d806d1e1c0a9cd30c34496c98a94315cdfb225d2",
+sha256 = "<correct_sha256_hash>",
 
Maintainability
Add comments indicating the update date and reason next to the URL and sha256 hash.

Consider adding a comment next to the URL and sha256 hash lines indicating the date of the
update and the reason for the update (e.g., version upgrade). This can help in maintaining
a clear history of changes and the rationale behind them, making future updates and
troubleshooting easier.

common/repositories.bzl [38-39]

+# Updated to version 125.0b5 on YYYY-MM-DD due to security improvements and new features
 url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b5/linux-x86_64/en-US/firefox-125.0b5.tar.bz2",
 sha256 = "a2c0ac43f4e16ae338df1199d806d1e1c0a9cd30c34496c98a94315cdfb225d2",
 
Enhancement
Use a variable for the browser version to simplify future updates.

For future-proofing and easier maintenance, consider creating a variable for the version
number (e.g., FIREFOX_VERSION = "125.0b5") and constructing the URL using this variable.
This approach simplifies the process of updating the version in the future, as you only
need to update the version in one place.

common/repositories.bzl [38]

-url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b5/linux-x86_64/en-US/firefox-125.0b5.tar.bz2",
+FIREFOX_VERSION = "125.0b5"
+url = f"https://ftp.mozilla.org/pub/firefox/releases/{FIREFOX_VERSION}/linux-x86_64/en-US/firefox-{FIREFOX_VERSION}.tar.bz2",
 
Best practice
Ensure consistent URL encoding across all browser archive URLs.

Ensure consistency in the use of URL formats across different browser archives. For
instance, if you're encoding spaces as %20 in URLs for some browsers, make sure to apply
the same encoding uniformly across all URLs to avoid potential issues with URL parsing or
accessibility.

common/repositories.bzl [55]

-url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b5/mac/en-US/Firefox%20125.0b5.dmg",
+url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b5/mac/en-US/Firefox%20125.0b5.dmg", # Ensure consistent URL encoding
 

✨ 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 28, 2024

CI Failure Feedback

(Checks updated until commit 27f8778)

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. Specifically, the error "Errno::EACCES: Permission denied - java" indicates that the test
environment did not have the necessary permissions to execute Java commands, which are essential for
running the Selenium WebDriver tests. This issue occurred across multiple test cases, indicating a
systemic problem with the test environment setup rather than isolated test failures.

Relevant error logs:
1:  ##[group]Operating System
2:  Microsoft Windows Server 2022
...

674:  �[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
675:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escape-string-regexp@4.0.0/pkg is a directory; dependency checking of directories is unsound
676:  �[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
677:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/dom-helpers@5.2.1/pkg is a directory; dependency checking of directories is unsound
678:  �[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
679:  �[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
680:  �[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
681:  �[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
682:  �[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
...

690:  �[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
691:  �[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
692:  �[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
693:  �[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
694:  �[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
695:  �[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
696:  �[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
697:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/csstype@3.1.2/pkg is a directory; dependency checking of directories is unsound
698:  �[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
...

808:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/exenv@1.2.2/pkg is a directory; dependency checking of directories is unsound
809:  �[32m[1,870 / 2,887]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package ... (4 actions, 0 running)
810:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@emotion+utils@1.2.1/pkg is a directory; dependency checking of directories is unsound
811:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@emotion+styled@11.11.0_602490610/pkg is a directory; dependency checking of directories is unsound
812:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@emotion+react@11.11.3_-417419281/pkg is a directory; dependency checking of directories is unsound
813:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@emotion+hash@0.9.1/pkg is a directory; dependency checking of directories is unsound
814:  �[32m[2,003 / 2,887]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package ... (2 actions, 0 running)
815:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
816:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
817:  private final ErrorCodes errorCodes;
818:  ^
819:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
820:  this.errorCodes = new ErrorCodes();
821:  ^
822:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
823:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
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\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
829:  ErrorCodes errorCodes = new ErrorCodes();
830:  ^
831:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
832:  response.setStatus(ErrorCodes.SUCCESS);
833:  ^
834:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
835:  response.setState(ErrorCodes.SUCCESS_STRING);
836:  ^
837:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
838:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
839:  ^
840:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
841:  new ErrorCodes().getExceptionType((String) rawError);
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:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
847:  private final ErrorCodes errorCodes = new ErrorCodes();
848:  ^
849:  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
850:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
851:  ^
852:  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
853:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
854:  ^
855:  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
856:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
857:  ^
858:  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
859:  response.setStatus(ErrorCodes.SUCCESS);
860:  ^
861:  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
862:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
863:  ^
864:  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
865:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
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:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
871:  private final ErrorCodes errorCodes = new ErrorCodes();
872:  ^
873:  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
874:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
875:  ^
876:  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
877:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
878:  ^
879:  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
880:  response.setStatus(ErrorCodes.SUCCESS);
...

1015:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 47s local, disk-cache ... (4 actions running)
1016:  �[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)
1017:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 48s local, disk-cache ... (4 actions running)
1018:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 54s local, disk-cache ... (4 actions running)
1019:  �[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)
1020:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 55s local, disk-cache ... (4 actions running)
1021:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 60s local, disk-cache ... (4 actions running)
1022:  �[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)
1023:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
1024:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
1025:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
1026:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
1027:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
1028:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1029:  2024-04-09 01:00:23 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
1030:  An error occurred in a `before(:suite)` hook.
1031:  Failure/Error: @pid = Process.spawn(*@command, options)
1032:  Errno::EACCES:
1033:  Permission denied - java
1034:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1035:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1036:  # ./rb/lib/selenium/server.rb:204:in `start'
1037:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1038:  Finished in 0.04336 seconds (files took 0.59679 seconds to load)
1039:  0 examples, 0 failures, 1 error occurred outside of examples
1040:  ================================================================================
1041:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1042:  2024-04-09 01:00:50 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
1043:  An error occurred in a `before(:suite)` hook.
1044:  Failure/Error: @pid = Process.spawn(*@command, options)
1045:  Errno::EACCES:
1046:  Permission denied - java
1047:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1048:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1049:  # ./rb/lib/selenium/server.rb:204:in `start'
1050:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1051:  Finished in 0.04241 seconds (files took 0.57786 seconds to load)
1052:  0 examples, 0 failures, 1 error occurred outside of examples
1053:  ================================================================================
1054:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1055:  2024-04-09 01:01:17 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
1056:  An error occurred in a `before(:suite)` hook.
1057:  Failure/Error: @pid = Process.spawn(*@command, options)
1058:  Errno::EACCES:
1059:  Permission denied - java
1060:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1061:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1062:  # ./rb/lib/selenium/server.rb:204:in `start'
1063:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1064:  Finished in 0.04456 seconds (files took 0.5882 seconds to load)
1065:  0 examples, 0 failures, 1 error occurred outside of examples
1066:  ================================================================================
1067:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1068:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1069:  �[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)
1070:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
1071:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1072:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
1073:  2024-04-09 01:00:30 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
1074:  An error occurred in a `before(:suite)` hook.
1075:  Failure/Error: @pid = Process.spawn(*@command, options)
1076:  Errno::EACCES:
1077:  Permission denied - java
1078:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1079:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1080:  # ./rb/lib/selenium/server.rb:204:in `start'
1081:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1082:  Finished in 0.05194 seconds (files took 0.70818 seconds to load)
1083:  0 examples, 0 failures, 1 error occurred outside of examples
1084:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
1085:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
1086:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1087:  ================================================================================
1088:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1089:  2024-04-09 01:00:57 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
1090:  An error occurred in a `before(:suite)` hook.
1091:  Failure/Error: @pid = Process.spawn(*@command, options)
1092:  Errno::EACCES:
1093:  Permission denied - java
1094:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1095:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1096:  # ./rb/lib/selenium/server.rb:204:in `start'
1097:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1098:  Finished in 0.04447 seconds (files took 0.617 seconds to load)
1099:  0 examples, 0 failures, 1 error occurred outside of examples
1100:  ================================================================================
1101:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1102:  2024-04-09 01:01:24 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
1103:  An error occurred in a `before(:suite)` hook.
1104:  Failure/Error: @pid = Process.spawn(*@command, options)
1105:  Errno::EACCES:
1106:  Permission denied - java
1107:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1108:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1109:  # ./rb/lib/selenium/server.rb:204:in `start'
1110:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1111:  Finished in 0.0489 seconds (files took 0.64982 seconds to load)
1112:  0 examples, 0 failures, 1 error occurred outside of examples
1113:  ================================================================================
1114:  �[32m[2,889 / 2,910]�[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)
1115:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 58s local, disk-cache ... (4 actions, 2 running)
1116:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1117:  �[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)
1118:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1119:  2024-04-09 01:00:37 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
1120:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
1121:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
1122:  An error occurred in a `before(:suite)` hook.
1123:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
1124:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1126:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1127:  Errno::EACCES:
1128:  Permission denied - java
1129:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1130:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1131:  # ./rb/lib/selenium/server.rb:204:in `start'
1132:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1133:  Finished in 0.04436 seconds (files took 0.61006 seconds to load)
1134:  0 examples, 0 failures, 1 error occurred outside of examples
1135:  ================================================================================
1136:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1137:  2024-04-09 01:01:04 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
1138:  An error occurred in a `before(:suite)` hook.
1139:  Failure/Error: @pid = Process.spawn(*@command, options)
1140:  Errno::EACCES:
1141:  Permission denied - java
1142:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1143:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1144:  # ./rb/lib/selenium/server.rb:204:in `start'
1145:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1146:  Finished in 0.04312 seconds (files took 0.60787 seconds to load)
1147:  0 examples, 0 failures, 1 error occurred outside of examples
1148:  ================================================================================
1149:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1150:  2024-04-09 01:01:31 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
1151:  An error occurred in a `before(:suite)` hook.
1152:  Failure/Error: @pid = Process.spawn(*@command, options)
1153:  Errno::EACCES:
1154:  Permission denied - java
1155:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1156:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1157:  # ./rb/lib/selenium/server.rb:204:in `start'
1158:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1159:  Finished in 0.06255 seconds (files took 0.84093 seconds to load)
1160:  0 examples, 0 failures, 1 error occurred outside of examples
1161:  ================================================================================
1162:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 56s local, disk-cache ... (4 actions, 1 running)
1163:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 61s local, disk-cache ... (4 actions, 1 running)
1164:  �[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)
1165:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1166:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
1167:  2024-04-09 01:00:43 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
1168:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
1169:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
1170:  An error occurred in a `before(:suite)` hook.
1171:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
1172:  Failure/Error: @pid = Process.spawn(*@command, options)
1173:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1174:  Errno::EACCES:
1175:  Permission denied - java
1176:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1177:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1178:  # ./rb/lib/selenium/server.rb:204:in `start'
1179:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1180:  Finished in 0.04247 seconds (files took 0.58055 seconds to load)
1181:  0 examples, 0 failures, 1 error occurred outside of examples
1182:  ================================================================================
1183:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1184:  2024-04-09 01:01:10 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
1185:  An error occurred in a `before(:suite)` hook.
1186:  Failure/Error: @pid = Process.spawn(*@command, options)
1187:  Errno::EACCES:
1188:  Permission denied - java
1189:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1190:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1191:  # ./rb/lib/selenium/server.rb:204:in `start'
1192:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1193:  Finished in 0.04589 seconds (files took 0.62794 seconds to load)
1194:  0 examples, 0 failures, 1 error occurred outside of examples
1195:  ================================================================================
1196:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1197:  2024-04-09 01:01:39 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
1198:  An error occurred in a `before(:suite)` hook.
1199:  Failure/Error: @pid = Process.spawn(*@command, options)
1200:  Errno::EACCES:
1201:  Permission denied - java
1202:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1203:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1204:  # ./rb/lib/selenium/server.rb:204:in `start'
1205:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1206:  Finished in 0.06794 seconds (files took 0.79288 seconds to load)
1207:  0 examples, 0 failures, 1 error occurred outside of examples
1208:  ================================================================================
1209:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 7s disk-cache ... (4 actions, 1 running)
1210:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 7s ... (4 actions, 1 running)
1211:  �[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)
1212:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 8s local, disk-cache ... (4 actions, 2 running)
1213:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1214:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1215:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
1216:  �[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)
1217:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
1218:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1219:  �[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)
1220:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
1221:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 28s local, disk-cache ... (4 actions running)
1222:  �[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)
1223:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 30s local, disk-cache ... (4 actions running)
1224:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 35s local, disk-cache ... (4 actions running)
1225:  �[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_attempts/attempt_1.log)
1226:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 36s local, disk-cache ... (4 actions running)
1227:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 41s local, disk-cache ... (4 actions running)
1228:  �[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)
1229:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 42s local, disk-cache ... (4 actions running)
1230:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 44s local, disk-cache ... (4 actions running)
1231:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 48s local, disk-cache ... (4 actions running)
1232:  �[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)
1233:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 50s local, disk-cache ... (4 actions running)
1234:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 55s local, disk-cache ... (4 actions running)
1235:  �[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)
1236:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
1237:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
1238:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1239:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
1240:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
1241:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
1242:  2024-04-09 01:01:46 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
1243:  An error occurred in a `before(:suite)` hook.
1244:  Failure/Error: @pid = Process.spawn(*@command, options)
1245:  Errno::EACCES:
1246:  Permission denied - java
1247:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1248:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1249:  # ./rb/lib/selenium/server.rb:204:in `start'
1250:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1251:  Finished in 0.06294 seconds (files took 0.97548 seconds to load)
1252:  0 examples, 0 failures, 1 error occurred outside of examples
1253:  ================================================================================
1254:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1255:  2024-04-09 01:02: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
1256:  An error occurred in a `before(:suite)` hook.
1257:  Failure/Error: @pid = Process.spawn(*@command, options)
1258:  Errno::EACCES:
1259:  Permission denied - java
1260:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1261:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1262:  # ./rb/lib/selenium/server.rb:204:in `start'
1263:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1264:  Finished in 0.04301 seconds (files took 0.60989 seconds to load)
1265:  0 examples, 0 failures, 1 error occurred outside of examples
1266:  ================================================================================
1267:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1268:  2024-04-09 01:02:34 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
1269:  An error occurred in a `before(:suite)` hook.
1270:  Failure/Error: @pid = Process.spawn(*@command, options)
1271:  Errno::EACCES:
1272:  Permission denied - java
1273:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1274:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1275:  # ./rb/lib/selenium/server.rb:204:in `start'
1276:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1277:  Finished in 0.04635 seconds (files took 0.69192 seconds to load)
1278:  0 examples, 0 failures, 1 error occurred outside of examples
1279:  ================================================================================
1280:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 50s local, disk-cache ... (4 actions, 3 running)
1281:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1282:  �[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_attempts/attempt_2.log)
1283:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1284:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
1285:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
1286:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
1287:  �[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)
1288:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
1289:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
1290:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
1291:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
1292:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1293:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1294:  2024-04-09 01:01: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
1295:  An error occurred in a `before(:suite)` hook.
1296:  Failure/Error: @pid = Process.spawn(*@command, options)
1297:  Errno::EACCES:
1298:  Permission denied - java
1299:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1300:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1301:  # ./rb/lib/selenium/server.rb:204:in `start'
1302:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1303:  Finished in 0.09291 seconds (files took 0.75293 seconds to load)
1304:  0 examples, 0 failures, 1 error occurred outside of examples
1305:  ================================================================================
1306:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1307:  2024-04-09 01:02:21 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
1308:  An error occurred in a `before(:suite)` hook.
1309:  Failure/Error: @pid = Process.spawn(*@command, options)
1310:  Errno::EACCES:
1311:  Permission denied - java
1312:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1313:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1314:  # ./rb/lib/selenium/server.rb:204:in `start'
1315:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1316:  Finished in 0.04347 seconds (files took 0.58604 seconds to load)
1317:  0 examples, 0 failures, 1 error occurred outside of examples
1318:  ================================================================================
1319:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1320:  2024-04-09 01:02:48 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
1321:  An error occurred in a `before(:suite)` hook.
1322:  Failure/Error: @pid = Process.spawn(*@command, options)
1323:  Errno::EACCES:
1324:  Permission denied - java
1325:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1326:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1327:  # ./rb/lib/selenium/server.rb:204:in `start'
1328:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1329:  Finished in 0.04992 seconds (files took 0.62992 seconds to load)
1330:  0 examples, 0 failures, 1 error occurred outside of examples
1331:  ================================================================================
1332:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1333:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1334:  �[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)
1335:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
1336:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
1337:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
1338:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
1339:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1340:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1341:  2024-04-09 01:02:00 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
1342:  An error occurred in a `before(:suite)` hook.
1343:  Failure/Error: @pid = Process.spawn(*@command, options)
1344:  Errno::EACCES:
1345:  Permission denied - java
1346:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1347:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1348:  # ./rb/lib/selenium/server.rb:204:in `start'
1349:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1350:  Finished in 0.04545 seconds (files took 0.59396 seconds to load)
1351:  0 examples, 0 failures, 1 error occurred outside of examples
1352:  ================================================================================
1353:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1354:  2024-04-09 01:02:27 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
1355:  An error occurred in a `before(:suite)` hook.
1356:  Failure/Error: @pid = Process.spawn(*@command, options)
1357:  Errno::EACCES:
1358:  Permission denied - java
1359:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1360:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1361:  # ./rb/lib/selenium/server.rb:204:in `start'
1362:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1363:  Finished in 0.04762 seconds (files took 0.63429 seconds to load)
1364:  0 examples, 0 failures, 1 error occurred outside of examples
1365:  ================================================================================
1366:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1367:  2024-04-09 01:02:55 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
1368:  An error occurred in a `before(:suite)` hook.
1369:  Failure/Error: @pid = Process.spawn(*@command, options)
1370:  Errno::EACCES:
1371:  Permission denied - java
1372:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1373:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1374:  # ./rb/lib/selenium/server.rb:204:in `start'
1375:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1376:  Finished in 0.05031 seconds (files took 0.62978 seconds to load)
1377:  0 examples, 0 failures, 1 error occurred outside of examples
1378:  ================================================================================
1379:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 48s local, disk-cache ... (4 actions, 1 running)
1380:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 52s local, disk-cache ... (4 actions, 1 running)
1381:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1382:  �[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)
1383:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1384:  2024-04-09 01:02:14 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
1385:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
1386:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
1387:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
1388:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
1389:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1390:  An error occurred in a `before(:suite)` hook.
1391:  Failure/Error: @pid = Process.spawn(*@command, options)
1392:  Errno::EACCES:
1393:  Permission denied - java
1394:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1395:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1396:  # ./rb/lib/selenium/server.rb:204:in `start'
1397:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1398:  Finished in 0.04211 seconds (files took 0.57981 seconds to load)
1399:  0 examples, 0 failures, 1 error occurred outside of examples
1400:  ================================================================================
1401:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1402:  2024-04-09 01:02:41 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
1403:  An error occurred in a `before(:suite)` hook.
1404:  Failure/Error: @pid = Process.spawn(*@command, options)
1405:  Errno::EACCES:
1406:  Permission denied - java
1407:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1408:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1409:  # ./rb/lib/selenium/server.rb:204:in `start'
1410:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1411:  Finished in 0.04604 seconds (files took 0.60688 seconds to load)
1412:  0 examples, 0 failures, 1 error occurred outside of examples
1413:  ================================================================================
1414:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1415:  2024-04-09 01:03:02 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
1416:  An error occurred in a `before(:suite)` hook.
1417:  Failure/Error: @pid = Process.spawn(*@command, options)
1418:  Errno::EACCES:
1419:  Permission denied - java
1420:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1421:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1422:  # ./rb/lib/selenium/server.rb:204:in `start'
1423:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1424:  Finished in 0.04497 seconds (files took 0.79714 seconds to load)
1425:  0 examples, 0 failures, 1 error occurred outside of examples
1426:  ================================================================================
1427:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1428:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 8s ... (4 actions, 1 running)
1429:  �[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)
1430:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 7s local, disk-cache ... (4 actions, 2 running)
1431:  �[32m[2,895 / 2,910]�[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)
1432:  �[32m[2,895 / 2,910]�[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)
1433:  �[32m[2,895 / 2,910]�[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)
1434:  �[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)
1435:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
1436:  �[32m[2,895 / 2,910]�[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)
1437:  �[32m[2,895 / 2,910]�[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)
1438:  �[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)
1439:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 22s local, disk-cache ... (4 actions, 3 running)
1440:  �[32m[2,895 / 2,910]�[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)
1441:  �[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)
1442:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 29s local, disk-cache ... (4 actions running)
1443:  �[32m[2,895 / 2,910]�[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)
1444:  �[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)
1445:  �[32m[2,895 / 2,910]�[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)
1446:  �[32m[2,895 / 2,910]�[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)
1447:  �[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)
1448:  �[32m[2,895 / 2,910]�[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)
1449:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 48s local, disk-cache ... (4 actions running)
1450:  �[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)
1451:  �[32m[2,895 / 2,910]�[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)
1452:  �[32m[2,895 / 2,910]�[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)
1453:  �[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)
1454:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1455:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
1456:  2024-04-09 01:03:09 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
1457:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
1458:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
1459:  An error occurred in a `before(:suite)` hook.
1460:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
1461:  Failure/Error: @pid = Process.spawn(*@command, options)
1462:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1463:  Errno::EACCES:
1464:  Permission denied - java
1465:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1466:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1467:  # ./rb/lib/selenium/server.rb:204:in `start'
1468:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1469:  Finished in 0.06825 seconds (files took 0.76592 seconds to load)
1470:  0 examples, 0 failures, 1 error occurred outside of examples
1471:  ================================================================================
1472:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1473:  2024-04-09 01:03:30 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
1474:  An error occurred in a `before(:suite)` hook.
1475:  Failure/Error: @pid = Process.spawn(*@command, options)
1476:  Errno::EACCES:
1477:  Permission denied - java
1478:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1479:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1480:  # ./rb/lib/selenium/server.rb:204:in `start'
1481:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1482:  Finished in 0.04693 seconds (files took 0.62625 seconds to load)
1483:  0 examples, 0 failures, 1 error occurred outside of examples
1484:  ================================================================================
1485:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1486:  2024-04-09 01:03:57 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:  An error occurred in a `before(:suite)` hook.
1488:  Failure/Error: @pid = Process.spawn(*@command, options)
1489:  Errno::EACCES:
1490:  Permission denied - java
1491:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1492:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1493:  # ./rb/lib/selenium/server.rb:204:in `start'
1494:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1495:  Finished in 0.04416 seconds (files took 0.60693 seconds to load)
1496:  0 examples, 0 failures, 1 error occurred outside of examples
1497:  ================================================================================
1498:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1499:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1500:  �[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)
1501:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1502:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
1503:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
1504:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1505:  �[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)
1506:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
1507:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1508:  2024-04-09 01:03:17 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
1509:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
1510:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
1511:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
1512:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1513:  An error occurred in a `before(:suite)` hook.
1514:  Failure/Error: @pid = Process.spawn(*@command, options)
1515:  Errno::EACCES:
1516:  Permission denied - java
1517:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1518:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1519:  # ./rb/lib/selenium/server.rb:204:in `start'
1520:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1521:  Finished in 0.0543 seconds (files took 1.1 seconds to load)
1522:  0 examples, 0 failures, 1 error occurred outside of examples
1523:  ================================================================================
1524:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1525:  2024-04-09 01:03:44 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
1526:  An error occurred in a `before(:suite)` hook.
1527:  Failure/Error: @pid = Process.spawn(*@command, options)
1528:  Errno::EACCES:
1529:  Permission denied - java
1530:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1531:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1532:  # ./rb/lib/selenium/server.rb:204:in `start'
1533:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1534:  Finished in 0.04379 seconds (files took 0.57022 seconds to load)
1535:  0 examples, 0 failures, 1 error occurred outside of examples
1536:  ================================================================================
1537:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1538:  2024-04-09 01:04:11 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
1539:  An error occurred in a `before(:suite)` hook.
1540:  Failure/Error: @pid = Process.spawn(*@command, options)
1541:  Errno::EACCES:
1542:  Permission denied - java
1543:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1544:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1545:  # ./rb/lib/selenium/server.rb:204:in `start'
1546:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1547:  Finished in 0.04548 seconds (files took 0.60157 seconds to load)
1548:  0 examples, 0 failures, 1 error occurred outside of examples
1549:  ================================================================================
1550:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1551:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1552:  �[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)
1553:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1554:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
1555:  2024-04-09 01:03:24 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
1556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
1557:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
1558:  An error occurred in a `before(:suite)` hook.
1559:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1561:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1562:  Errno::EACCES:
1563:  Permission denied - java
1564:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1565:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1566:  # ./rb/lib/selenium/server.rb:204:in `start'
1567:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1568:  Finished in 0.04205 seconds (files took 0.58976 seconds to load)
1569:  0 examples, 0 failures, 1 error occurred outside of examples
1570:  ================================================================================
1571:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1572:  2024-04-09 01:03:51 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
1573:  An error occurred in a `before(:suite)` hook.
1574:  Failure/Error: @pid = Process.spawn(*@command, options)
1575:  Errno::EACCES:
1576:  Permission denied - java
1577:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1578:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1579:  # ./rb/lib/selenium/server.rb:204:in `start'
1580:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1581:  Finished in 0.04256 seconds (files took 0.59814 seconds to load)
1582:  0 examples, 0 failures, 1 error occurred outside of examples
1583:  ================================================================================
1584:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1585:  2024-04-09 01:04:18 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
1586:  An error occurred in a `before(:suite)` hook.
1587:  Failure/Error: @pid = Process.spawn(*@command, options)
1588:  Errno::EACCES:
1589:  Permission denied - java
1590:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1591:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1592:  # ./rb/lib/selenium/server.rb:204:in `start'
1593:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1594:  Finished in 0.04677 seconds (files took 0.64497 seconds to load)
1595:  0 examples, 0 failures, 1 error occurred outside of examples
1596:  ================================================================================
1597:  �[32m[2,898 / 2,910]�[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)
1598:  �[32m[2,898 / 2,910]�[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)
1599:  �[32m[2,898 / 2,910]�[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)
1600:  �[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)
1601:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1602:  2024-04-09 01:03:37 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
1603:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
1604:  An error occurred in a `before(:suite)` hook.
1605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
1606:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1609:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1610:  Errno::EACCES:
1611:  Permission denied - java
1612:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1613:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1614:  # ./rb/lib/selenium/server.rb:204:in `start'
1615:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1616:  Finished in 0.04287 seconds (files took 0.59545 seconds to load)
1617:  0 examples, 0 failures, 1 error occurred outside of examples
1618:  ================================================================================
1619:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1620:  2024-04-09 01:04:04 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
1621:  An error occurred in a `before(:suite)` hook.
1622:  Failure/Error: @pid = Process.spawn(*@command, options)
1623:  Errno::EACCES:
1624:  Permission denied - java
1625:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1626:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1627:  # ./rb/lib/selenium/server.rb:204:in `start'
1628:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1629:  Finished in 0.0584 seconds (files took 0.79364 seconds to load)
1630:  0 examples, 0 failures, 1 error occurred outside of examples
1631:  ================================================================================
1632:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1633:  2024-04-09 01:04:25 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
1634:  An error occurred in a `before(:suite)` hook.
1635:  Failure/Error: @pid = Process.spawn(*@command, options)
1636:  Errno::EACCES:
1637:  Permission denied - java
1638:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1639:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1640:  # ./rb/lib/selenium/server.rb:204:in `start'
1641:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1642:  Finished in 0.05808 seconds (files took 0.74905 seconds to load)
1643:  0 examples, 0 failures, 1 error occurred outside of examples
1644:  ================================================================================
1645:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1646:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 8s ... (4 actions, 1 running)
1647:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 7s local, disk-cache ... (4 actions, 2 running)
1648:  �[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)
1649:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 8s local, disk-cache ... (4 actions, 2 running)
1650:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1651:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1652:  �[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)
1653:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
1654:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 15s local, disk-cache ... (4 actions, 3 running)
1655:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1656:  �[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)
1657:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 22s local, disk-cache ... (4 actions, 3 running)
1658:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 27s local, disk-cache ... (4 actions running)
1659:  �[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)
1660:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 29s local, disk-cache ... (4 actions running)
1661:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 34s local, disk-cache ... (4 actions running)
1662:  �[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)
1663:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 36s local, disk-cache ... (4 actions running)
1664:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 41s local, disk-cache ... (4 actions running)
1665:  �[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)
1666:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 42s local, disk-cache ... (4 actions running)
1667:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 48s local, disk-cache ... (4 actions running)
1668:  �[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)
1669:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 49s local, disk-cache ... (4 actions running)
1670:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 54s local, disk-cache ... (4 actions running)
1671:  �[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)
1672:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
1673:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1674:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
1675:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
1676:  2024-04-09 01:04:33 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
1677:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
1678:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1679:  An error occurred in a `before(:suite)` hook.
1680:  Failure/Error: @pid = Process.spawn(*@command, options)
1681:  Errno::EACCES:
1682:  Permission denied - java
1683:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1684:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1685:  # ./rb/lib/selenium/server.rb:204:in `start'
1686:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1687:  Finished in 0.04827 seconds (files took 0.69072 seconds to load)
1688:  0 examples, 0 failures, 1 error occurred outside of examples
1689:  ================================================================================
1690:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1691:  2024-04-09 01:04:53 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
1692:  An error occurred in a `before(:suite)` hook.
1693:  Failure/Error: @pid = Process.spawn(*@command, options)
1694:  Errno::EACCES:
1695:  Permission denied - java
1696:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1697:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1698:  # ./rb/lib/selenium/server.rb:204:in `start'
1699:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1700:  Finished in 0.04418 seconds (files took 0.58282 seconds to load)
1701:  0 examples, 0 failures, 1 error occurred outside of examples
1702:  ================================================================================
1703:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1704:  2024-04-09 01:05:21 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
1705:  An error occurred in a `before(:suite)` hook.
1706:  Failure/Error: @pid = Process.spawn(*@command, options)
1707:  Errno::EACCES:
1708:  Permission denied - java
1709:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1710:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1711:  # ./rb/lib/selenium/server.rb:204:in `start'
1712:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1713:  Finished in 0.04223 seconds (files took 0.57758 seconds to load)
1714:  0 examples, 0 failures, 1 error occurred outside of examples
1715:  ================================================================================
1716:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1717:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1718:  �[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)
1719:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1720:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
1721:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
1722:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1723:  �[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)
1724:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
1725:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
1726:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1727:  2024-04-09 01:04:40 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
1728:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
1729:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
1730:  An error occurred in a `before(:suite)` hook.
1731:  Failure/Error: @pid = Process.spawn(*@command, options)
1732:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1733:  Errno::EACCES:
1734:  Permission denied - java
1735:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1736:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1737:  # ./rb/lib/selenium/server.rb:204:in `start'
1738:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1739:  Finished in 0.04616 seconds (files took 0.85947 seconds to load)
1740:  0 examples, 0 failures, 1 error occurred outside of examples
1741:  ================================================================================
1742:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1743:  2024-04-09 01:05:07 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
1744:  An error occurred in a `before(:suite)` hook.
1745:  Failure/Error: @pid = Process.spawn(*@command, options)
1746:  Errno::EACCES:
1747:  Permission denied - java
1748:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1749:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1750:  # ./rb/lib/selenium/server.rb:204:in `start'
1751:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1752:  Finished in 0.04291 seconds (files took 0.61449 seconds to load)
1753:  0 examples, 0 failures, 1 error occurred outside of examples
1754:  ================================================================================
1755:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1756:  2024-04-09 01:05:35 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
1757:  An error occurred in a `before(:suite)` hook.
1758:  Failure/Error: @pid = Process.spawn(*@command, options)
1759:  Errno::EACCES:
1760:  Permission denied - java
1761:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1762:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1763:  # ./rb/lib/selenium/server.rb:204:in `start'
1764:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1765:  Finished in 0.05012 seconds (files took 0.6516 seconds to load)
1766:  0 examples, 0 failures, 1 error occurred outside of examples
1767:  ================================================================================
1768:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1769:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1770:  �[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)
1771:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1772:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
1773:  2024-04-09 01:04:47 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
1774:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
1775:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
1776:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
1777:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1778:  An error occurred in a `before(:suite)` hook.
1779:  Failure/Error: @pid = Process.spawn(*@command, options)
1780:  Errno::EACCES:
1781:  Permission denied - java
1782:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1783:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1784:  # ./rb/lib/selenium/server.rb:204:in `start'
1785:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1786:  Finished in 0.04499 seconds (files took 0.68323 seconds to load)
1787:  0 examples, 0 failures, 1 error occurred outside of examples
1788:  ================================================================================
1789:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1790:  2024-04-09 01:05:14 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
1791:  An error occurred in a `before(:suite)` hook.
1792:  Failure/Error: @pid = Process.spawn(*@command, options)
1793:  Errno::EACCES:
1794:  Permission denied - java
1795:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1796:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1797:  # ./rb/lib/selenium/server.rb:204:in `start'
1798:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1799:  Finished in 0.04491 seconds (files took 0.58054 seconds to load)
1800:  0 examples, 0 failures, 1 error occurred outside of examples
1801:  ================================================================================
1802:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1803:  2024-04-09 01:05:41 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
1804:  An error occurred in a `before(:suite)` hook.
1805:  Failure/Error: @pid = Process.spawn(*@command, options)
1806:  Errno::EACCES:
1807:  Permission denied - java
1808:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1809:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1810:  # ./rb/lib/selenium/server.rb:204:in `start'
1811:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1812:  Finished in 0.05012 seconds (files took 0.63632 seconds to load)
1813:  0 examples, 0 failures, 1 error occurred outside of examples
1814:  ================================================================================
1815:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
1816:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 52s local, disk-cache ... (4 actions, 1 running)
1817:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1818:  �[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)
1819:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1820:  2024-04-09 01:05:00 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
1821:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
1822:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
1823:  An error occurred in a `before(:suite)` hook.
1824:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
1825:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1827:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1828:  Errno::EACCES:
1829:  Permission denied - java
1830:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1831:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1832:  # ./rb/lib/selenium/server.rb:204:in `start'
1833:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1834:  Finished in 0.04399 seconds (files took 0.63064 seconds to load)
1835:  0 examples, 0 failures, 1 error occurred outside of examples
1836:  ================================================================================
1837:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1838:  2024-04-09 01:05:28 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
1839:  An error occurred in a `before(:suite)` hook.
1840:  Failure/Error: @pid = Process.spawn(*@command, options)
1841:  Errno::EACCES:
1842:  Permission denied - java
1843:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1844:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1845:  # ./rb/lib/selenium/server.rb:204:in `start'
1846:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1847:  Finished in 0.05037 seconds (files took 0.79962 seconds to load)
1848:  0 examples, 0 failures, 1 error occurred outside of examples
1849:  ================================================================================
1850:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1851:  2024-04-09 01:05:49 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
1852:  An error occurred in a `before(:suite)` hook.
1853:  Failure/Error: @pid = Process.spawn(*@command, options)
1854:  Errno::EACCES:
1855:  Permission denied - java
1856:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1857:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1858:  # ./rb/lib/selenium/server.rb:204:in `start'
1859:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1860:  Finished in 0.05426 seconds (files took 0.84655 seconds to load)
1861:  0 examples, 0 failures, 1 error occurred outside of examples
1862:  ================================================================================
1863:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1864:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 8s ... (4 actions, 1 running)
1865:  �[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)
1866:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 7s local, disk-cache ... (4 actions, 2 running)
1867:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
1868:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1869:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1870:  �[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)
1871:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 14s local, disk-cache ... (4 actions, 3 running)
1872:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 15s local, disk-cache ... (4 actions, 3 running)
1873:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 20s local, disk-cache ... (4 actions, 3 running)
1874:  �[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_1.log)
1875:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 22s local, disk-cache ... (4 actions, 3 running)
1876:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 27s local, disk-cache ... (4 actions running)
1877:  �[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)
1878:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 29s local, disk-cache ... (4 actions running)
1879:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 34s local, disk-cache ... (4 actions running)
1880:  �[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)
1881:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 35s local, disk-cache ... (4 actions running)
1882:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 41s local, disk-cache ... (4 actions running)
1883:  �[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)
1884:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 42s local, disk-cache ... (4 actions running)
1885:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 48s local, disk-cache ... (4 actions running)
1886:  �[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)
1887:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 49s local, disk-cache ... (4 actions running)
1888:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 54s local, disk-cache ... (4 actions running)
1889:  �[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)
1890:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
1891:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
1892:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
1893:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
1894:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1895:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1896:  2024-04-09 01:05:56 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
1897:  An error occurred in a `before(:suite)` hook.
1898:  Failure/Error: @pid = Process.spawn(*@command, options)
1899:  Errno::EACCES:
1900:  Permission denied - java
1901:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1902:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1903:  # ./rb/lib/selenium/server.rb:204:in `start'
1904:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1905:  Finished in 0.0592 seconds (files took 0.79622 seconds to load)
1906:  0 examples, 0 failures, 1 error occurred outside of examples
1907:  ================================================================================
1908:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1909:  2024-04-09 01:06:17 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
1910:  An error occurred in a `before(:suite)` hook.
1911:  Failure/Error: @pid = Process.spawn(*@command, options)
1912:  Errno::EACCES:
1913:  Permission denied - java
1914:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1915:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1916:  # ./rb/lib/selenium/server.rb:204:in `start'
1917:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1918:  Finished in 0.04602 seconds (files took 0.70747 seconds to load)
1919:  0 examples, 0 failures, 1 error occurred outside of examples
1920:  ================================================================================
1921:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1922:  2024-04-09 01:06:43 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
1923:  An error occurred in a `before(:suite)` hook.
1924:  Failure/Error: @pid = Process.spawn(*@command, options)
1925:  Errno::EACCES:
1926:  Permission denied - java
1927:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1928:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1929:  # ./rb/lib/selenium/server.rb:204:in `start'
1930:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1931:  Finished in 0.0423 seconds (files took 0.61612 seconds to load)
1932:  0 examples, 0 failures, 1 error occurred outside of examples
1933:  ================================================================================
1934:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1935:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1936:  �[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)
1937:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1938:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
1939:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
1940:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1941:  �[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)
1942:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1943:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
1944:  2024-04-09 01:06:03 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
1945:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
1946:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
1947:  An error occurred in a `before(:suite)` hook.
1948:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
1949:  Failure/Error: @pid = Process.spawn(*@command, options)
1950:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1951:  Errno::EACCES:
1952:  Permission denied - java
1953:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1954:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1955:  # ./rb/lib/selenium/server.rb:204:in `start'
1956:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1957:  Finished in 0.04476 seconds (files took 0.63977 seconds to load)
1958:  0 examples, 0 failures, 1 error occurred outside of examples
1959:  ================================================================================
1960:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1961:  2024-04-09 01:06:30 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
1962:  An error occurred in a `before(:suite)` hook.
1963:  Failure/Error: @pid = Process.spawn(*@command, options)
1964:  Errno::EACCES:
1965:  Permission denied - java
1966:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1967:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1968:  # ./rb/lib/selenium/server.rb:204:in `start'
1969:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1970:  Finished in 0.04296 seconds (files took 0.61968 seconds to load)
1971:  0 examples, 0 failures, 1 error occurred outside of examples
1972:  ================================================================================
1973:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1974:  2024-04-09 01:06:57 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
1975:  An error occurred in a `before(:suite)` hook.
1976:  Failure/Error: @pid = Process.spawn(*@command, options)
1977:  Errno::EACCES:
1978:  Permission denied - java
1979:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1980:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1981:  # ./rb/lib/selenium/server.rb:204:in `start'
1982:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1983:  Finished in 0.04922 seconds (files took 0.65621 seconds to load)
1984:  0 examples, 0 failures, 1 error occurred outside of examples
1985:  ================================================================================
1986:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1987:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1988:  �[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)
1989:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1990:  2024-04-09 01:06:10 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
1991:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
1992:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
1993:  An error occurred in a `before(:suite)` hook.
1994:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
1995:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1997:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1998:  Errno::EACCES:
1999:  Permission denied - java
2000:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2001:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2002:  # ./rb/lib/selenium/server.rb:204:in `start'
2003:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2004:  Finished in 0.04401 seconds (files took 0.60607 seconds to load)
2005:  0 examples, 0 failures, 1 error occurred outside of examples
2006:  ================================================================================
2007:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
2008:  2024-04-09 01:06: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
2009:  An error occurred in a `before(:suite)` hook.
2010:  Failure/Error: @pid = Process.spawn(*@command, options)
2011:  Errno::EACCES:
2012:  Permission denied - java
2013:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2014:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2015:  # ./rb/lib/selenium/server.rb:204:in `start'
2016:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2017:  Finished in 0.04482 seconds (files took 0.60704 seconds to load)
2018:  0 examples, 0 failures, 1 error occurred outside of examples
2019:  ================================================================================
2020:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
2021:  2024-04-09 01:07: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
2022:  An error occurred in a `before(:suite)` hook.
2023:  Failure/Error: @pid = Process.spawn(*@command, options)
2024:  Errno::EACCES:
2025:  Permission denied - java
2026:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2027:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2028:  # ./rb/lib/selenium/server.rb:204:in `start'
2029:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2030:  Finished in 0.06493 seconds (files took 0.7394 seconds to load)
2031:  0 examples, 0 failures, 1 error occurred outside of examples
2032:  ================================================================================
2033:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
2034:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 52s local, disk-cache ... (4 actions, 1 running)
2035:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
2036:  �[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)
2037:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2038:  2024-04-09 01:06: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
2039:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
2040:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2041:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2042:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2043:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
2044:  An error occurred in a `before(:suite)` hook.
2045:  Failure/Error: @pid = Process.spawn(*@command, options)
2046:  Errno::EACCES:
2047:  Permission denied - java
2048:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2049:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2050:  # ./rb/lib/selenium/server.rb:204:in `start'
2051:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2052:  Finished in 0.0416 seconds (files took 0.57675 seconds to load)
2053:  0 examples, 0 failures, 1 error occurred outside of examples
2054:  ================================================================================
2055:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2056:  2024-04-09 01:06:50 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
2057:  An error occurred in a `before(:suite)` hook.
2058:  Failure/Error: @pid = Process.spawn(*@command, options)
2059:  Errno::EACCES:
2060:  Permission denied - java
2061:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2062:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2063:  # ./rb/lib/selenium/server.rb:204:in `start'
2064:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2065:  Finished in 0.04348 seconds (files took 0.61813 seconds to load)
2066:  0 examples, 0 failures, 1 error occurred outside of examples
2067:  ================================================================================
2068:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2069:  2024-04-09 01:07:12 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
2070:  An error occurred in a `before(:suite)` hook.
2071:  Failure/Error: @pid = Process.spawn(*@command, options)
2072:  Errno::EACCES:
2073:  Permission denied - java
2074:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2075:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2076:  # ./rb/lib/selenium/server.rb:204:in `start'
2077:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2078:  Finished in 0.07034 seconds (files took 0.79431 seconds to load)
2079:  0 examples, 0 failures, 1 error occurred outside of examples
2080:  ================================================================================
2081:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 8s disk-cache ... (3 actions, 1 running)
2082:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 6s ... (3 actions, 1 running)
2083:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 6s local, disk-cache ... (3 actions, 2 running)
2084:  �[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)
2085:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 8s local, disk-cache ... (3 actions, 2 running)
2086:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 12s local, disk-cache ... (3 actions, 2 running)
2087:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 13s local, disk-cache ... (3 actions running)
2088:  �[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)
2089:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 14s local, disk-cache ... (3 actions running)
2090:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 20s local, disk-cache ... (3 actions running)
2091:  �[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)
2092:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 21s local, disk-cache ... (3 actions running)
2093:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 27s local, disk-cache ... (3 actions running)
2094:  �[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)
2095:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 28s local, disk-cache ... (3 actions running)
2096:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 33s local, disk-cache ... (3 actions running)
2097:  �[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)
2098:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 34s local, disk-cache ... (3 actions running)
2099:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 40s local, disk-cache ... (3 actions running)
2100:  �[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)
2101:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 41s local, disk-cache ... (3 actions running)
2102:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 42s local, disk-cache ... (3 actions running)
2103:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 47s local, disk-cache ... (3 actions running)
2104:  �[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)
2105:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
2106:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2107:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2108:  2024-04-09 01:07:18 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
2109:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2110:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2111:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
2112:  An error occurred in a `before(:suite)` hook.
2113:  Failure/Error: @pid = Process.spawn(*@command, options)
2114:  Errno::EACCES:
2115:  Permission denied - java
2116:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2117:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2118:  # ./rb/lib/selenium/server.rb:204:in `start'
2119:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2120:  Finished in 0.04629 seconds (files took 0.80076 seconds to load)
2121:  0 examples, 0 failures, 1 error occurred outside of examples
2122:  ================================================================================
2123:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2124:  2024-04-09 01:07:39 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
2125:  An error occurred in a `before(:suite)` hook.
2126:  Failure/Error: @pid = Process.spawn(*@command, options)
2127:  Errno::EACCES:
2128:  Permission denied - java
2129:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2130:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2131:  # ./rb/lib/selenium/server.rb:204:in `start'
2132:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2133:  Finished in 0.0432 seconds (files took 0.57893 seconds to load)
2134:  0 examples, 0 failures, 1 error occurred outside of examples
2135:  ================================================================================
2136:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2137:  2024-04-09 01:07:59 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
2138:  An error occurred in a `before(:suite)` hook.
2139:  Failure/Error: @pid = Process.spawn(*@command, options)
2140:  Errno::EACCES:
2141:  Permission denied - java
2142:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2143:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2144:  # ./rb/lib/selenium/server.rb:204:in `start'
2145:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2146:  Finished in 0.04584 seconds (files took 0.73022 seconds to load)
2147:  0 examples, 0 failures, 1 error occurred outside of examples
2148:  ================================================================================
2149:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 42s local, disk-cache ... (2 actions running)
2150:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 47s local, disk-cache ... (2 actions running)
2151:  �[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)
2152:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
2153:  2024-04-09 01:07:25 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
2154:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
2155:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2156:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2157:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2158:  An error occurred in a `before(:suite)` hook.
2159:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
2160:  Failure/Error: @pid = Process.spawn(*@command, options)
2161:  Errno::EACCES:
2162:  Permission denied - java
2163:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2164:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2165:  # ./rb/lib/selenium/server.rb:204:in `start'
2166:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2167:  Finished in 0.04448 seconds (files took 0.59967 seconds to load)
2168:  0 examples, 0 failures, 1 error occurred outside of examples
2169:  ================================================================================
2170:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
2171:  2024-04-09 01:07:45 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
2172:  An error occurred in a `before(:suite)` hook.
2173:  Failure/Error: @pid = Process.spawn(*@command, options)
2174:  Errno::EACCES:
2175:  Permission denied - java
2176:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2177:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2178:  # ./rb/lib/selenium/server.rb:204:in `start'
2179:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2180:  Finished in 0.04425 seconds (files took 0.62125 seconds to load)
2181:  0 examples, 0 failures, 1 error occurred outside of examples
2182:  ================================================================================
2183:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
2184:  2024-04-09 01:08:06 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
2185:  An error occurred in a `before(:suite)` hook.
2186:  Failure/Error: @pid = Process.spawn(*@command, options)
2187:  Errno::EACCES:
2188:  Permission denied - java
2189:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2190:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2191:  # ./rb/lib/selenium/server.rb:204:in `start'
2192:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2193:  Finished in 0.04309 seconds (files took 0.59191 seconds to load)
2194:  0 examples, 0 failures, 1 error occurred outside of examples
2195:  ================================================================================
2196:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 42s local, disk-cache
2197:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 47s local, disk-cache
2198:  �[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)
2199:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
2200:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2201:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2202:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2203:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2204:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2205:  2024-04-09 01:07:32 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
2206:  An error occurred in a `before(:suite)` hook.
2207:  Failure/Error: @pid = Process.spawn(*@command, options)
2208:  Errno::EACCES:
2209:  Permission denied - java
2210:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2211:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2212:  # ./rb/lib/selenium/server.rb:204:in `start'
2213:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2214:  Finished in 0.04318 seconds (files took 0.59839 seconds to load)
2215:  0 examples, 0 failures, 1 error occurred outside of examples
2216:  ================================================================================
2217:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2218:  2024-04-09 01:07:52 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
2219:  An error occurred in a `before(:suite)` hook.
2220:  Failure/Error: @pid = Process.spawn(*@command, options)
2221:  Errno::EACCES:
2222:  Permission denied - java
2223:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2224:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2225:  # ./rb/lib/selenium/server.rb:204:in `start'
2226:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2227:  Finished in 0.04431 seconds (files took 0.65365 seconds to load)
2228:  0 examples, 0 failures, 1 error occurred outside of examples
2229:  ================================================================================
2230:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2231:  2024-04-09 01:08:13 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
2232:  An error occurred in a `before(:suite)` hook.
2233:  Failure/Error: @pid = Process.spawn(*@command, options)
2234:  Errno::EACCES:
2235:  Permission denied - java
2236:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2237:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2238:  # ./rb/lib/selenium/server.rb:204:in `start'
2239:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2240:  Finished in 0.04422 seconds (files took 0.63766 seconds to load)
2241:  0 examples, 0 failures, 1 error occurred outside of examples
2242:  ================================================================================
2243:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s disk-cache
2244:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
2245:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
2246:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 6s local, disk-cache
2247:  �[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)
2248:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 7s local, disk-cache
2249:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 13s local, disk-cache
2250:  �[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)
2251:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 14s local, disk-cache
2252:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 20s local, disk-cache
2253:  �[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)
2254:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
2255:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2256:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2257:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2258:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2259:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2260:  2024-04-09 01:08:29 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
2261:  An error occurred in a `before(:suite)` hook.
2262:  Failure/Error: @pid = Process.spawn(*@command, options)
2263:  Errno::EACCES:
2264:  Permission denied - java
2265:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2266:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2267:  # ./rb/lib/selenium/server.rb:204:in `start'
2268:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2269:  Finished in 0.04201 seconds (files took 0.58452 seconds to load)
2270:  0 examples, 0 failures, 1 error occurred outside of examples
2271:  ================================================================================
2272:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2273:  2024-04-09 01:08:36 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
2274:  An error occurred in a `before(:suite)` hook.
2275:  Failure/Error: @pid = Process.spawn(*@command, options)
2276:  Errno::EACCES:
2277:  Permission denied - java
2278:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2279:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2280:  # ./rb/lib/selenium/server.rb:204:in `start'
2281:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2282:  Finished in 0.04406 seconds (files took 0.59903 seconds to load)
2283:  0 examples, 0 failures, 1 error occurred outside of examples
2284:  ================================================================================
2285:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2286:  2024-04-09 01:08:44 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
2287:  An error occurred in a `before(:suite)` hook.
2288:  Failure/Error: @pid = Process.spawn(*@command, options)
2289:  Errno::EACCES:
2290:  Permission denied - java
2291:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2292:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2293:  # ./rb/lib/selenium/server.rb:204:in `start'
2294:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2295:  Finished in 0.04243 seconds (files took 0.61699 seconds to load)
2296:  0 examples, 0 failures, 1 error occurred outside of examples
2297:  ================================================================================
2298:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s disk-cache
2299:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
2300:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
2301:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 6s local, disk-cache
2302:  �[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)
2303:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 7s local, disk-cache
2304:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 13s local, disk-cache
2305:  �[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)
2306:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 14s local, disk-cache
2307:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 21s local, disk-cache
2308:  �[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)
2309:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
2310:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2311:  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
2312:  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
2313:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2314:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2315:  2024-04-09 01:09: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
2316:  An error occurred in a `before(:suite)` hook.
2317:  Failure/Error: @pid = Process.spawn(*@command, options)
2318:  Errno::EACCES:
2319:  Permission denied - java
2320:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2321:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2322:  # ./rb/lib/selenium/server.rb:204:in `start'
2323:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2324:  Finished in 0.0425 seconds (files took 0.60054 seconds to load)
2325:  0 examples, 0 failures, 1 error occurred outside of examples
2326:  ================================================================================
2327:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2328:  2024-04-09 01:09: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
2329:  An error occurred in a `before(:suite)` hook.
2330:  Failure/Error: @pid = Process.spawn(*@command, options)
2331:  Errno::EACCES:
2332:  Permission denied - java
2333:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2334:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2335:  # ./rb/lib/selenium/server.rb:204:in `start'
2336:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2337:  Finished in 0.04292 seconds (files took 0.61425 seconds to load)
2338:  0 examples, 0 failures, 1 error occurred outside of examples
2339:  ================================================================================
2340:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2341:  2024-04-09 01:09:15 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:  An error occurred in a `before(:suite)` hook.
2343:  Failure/Error: @pid = Process.spawn(*@command, options)
2344:  Errno::EACCES:
2345:  Permission denied - java
2346:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2347:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2348:  # ./rb/lib/selenium/server.rb:204:in `start'
2349:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2350:  Finished in 0.04247 seconds (files took 0.58897 seconds to load)
2351:  0 examples, 0 failures, 1 error occurred outside of examples
2352:  ================================================================================
2353:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s disk-cache
2354:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
2355:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
2356:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 6s local, disk-cache
2357:  �[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)
2358:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 8s local, disk-cache
2359:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 14s local, disk-cache
2360:  �[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)
2361:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 15s local, disk-cache
2362:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 21s local, disk-cache
2363:  �[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)
2364:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
2365:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2366:  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
2367:  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
2368:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2369:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2370:  2024-04-09 01:09: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
2371:  An error occurred in a `before(:suite)` hook.
2372:  Failure/Error: @pid = Process.spawn(*@command, options)
2373:  Errno::EACCES:
2374:  Permission denied - java
2375:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2376:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2377:  # ./rb/lib/selenium/server.rb:204:in `start'
2378:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2379:  Finished in 0.04245 seconds (files took 0.59651 seconds to load)
2380:  0 examples, 0 failures, 1 error occurred outside of examples
2381:  ================================================================================
2382:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2383:  2024-04-09 01:09: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
2384:  An error occurred in a `before(:suite)` hook.
2385:  Failure/Error: @pid = Process.spawn(*@command, options)
2386:  Errno::EACCES:
2387:  Permission denied - java
2388:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2389:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2390:  # ./rb/lib/selenium/server.rb:204:in `start'
2391:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2392:  Finished in 0.04282 seconds (files took 0.67774 seconds to load)
2393:  0 examples, 0 failures, 1 error occurred outside of examples
2394:  ================================================================================
2395:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2396:  2024-04-09 01:09:47 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
2397:  An error occurred in a `before(:suite)` hook.
2398:  Failure/Error: @pid = Process.spawn(*@command, options)
2399:  Errno::EACCES:
2400:  Permission denied - java
2401:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2402:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2403:  # ./rb/lib/selenium/server.rb:204:in `start'
2404:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2405:  Finished in 0.04551 seconds (files took 0.6549 seconds to load)
2406:  0 examples, 0 failures, 1 error occurred outside of examples
2407:  ================================================================================
2408:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 0s disk-cache
2409:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
2410:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
2411:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 6s local, disk-cache
2412:  �[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)
2413:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 8s local, disk-cache
2414:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 13s local, disk-cache
2415:  �[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)
2416:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 15s local, disk-cache
2417:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 20s local, disk-cache
2418:  �[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)
2419:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
2420:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2421:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2422:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2423:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2424:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2425:  2024-04-09 01:10: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
2426:  An error occurred in a `before(:suite)` hook.
2427:  Failure/Error: @pid = Process.spawn(*@command, options)
2428:  Errno::EACCES:
2429:  Permission denied - java
2430:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2431:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2432:  # ./rb/lib/selenium/server.rb:204:in `start'
2433:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2434:  Finished in 0.04246 seconds (files took 0.59108 seconds to load)
2435:  0 examples, 0 failures, 1 error occurred outside of examples
2436:  ================================================================================
2437:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2438:  2024-04-09 01:10: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
2439:  An error occurred in a `before(:suite)` hook.
2440:  Failure/Error: @pid = Process.spawn(*@command, options)
2441:  Errno::EACCES:
2442:  Permission denied - java
2443:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2444:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2445:  # ./rb/lib/selenium/server.rb:204:in `start'
2446:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2447:  Finished in 0.04572 seconds (files took 0.59998 seconds to load)
2448:  0 examples, 0 failures, 1 error occurred outside of examples
2449:  ================================================================================
2450:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2451:  2024-04-09 01:10:18 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
2452:  An error occurred in a `before(:suite)` hook.
2453:  Failure/Error: @pid = Process.spawn(*@command, options)
2454:  Errno::EACCES:
2455:  Permission denied - java
2456:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2457:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2458:  # ./rb/lib/selenium/server.rb:204:in `start'
2459:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2460:  Finished in 0.04174 seconds (files took 0.57709 seconds to load)
2461:  0 examples, 0 failures, 1 error occurred outside of examples
2462:  ================================================================================
2463:  �[32mINFO: �[0mFound 27 test targets...
2464:  �[32mINFO: �[0mElapsed time: 861.380s, Critical Path: 178.99s
2465:  �[32mINFO: �[0m2684 processes: 1480 disk cache hit, 1059 internal, 145 local.
2466:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2684 total actions
2467:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2468:  Stats over 3 runs: max = 7.4s, min = 6.7s, avg = 6.9s, dev = 0.3s
2469:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2470:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2471:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2472:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.6s
2473:  Stats over 3 runs: max = 6.6s, min = 6.6s, avg = 6.6s, dev = 0.0s
2474:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2475:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2476:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2477:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2478:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2479:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2480:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2481:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2482:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2483:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 7.0s, dev = 0.2s
2484:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2485:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2486:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2487:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2488:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2489:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2490:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2491:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2492:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2493:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.2s
2494:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2495:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2496:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2497:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2498:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.0s, dev = 0.2s
2499:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2500:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2501:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2502:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2503:  Stats over 3 runs: max = 7.4s, min = 6.7s, avg = 7.1s, dev = 0.3s
2504:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2505:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2506:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2507:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2508:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2509:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
2510:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
2511:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
2512:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2513:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2514:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2515:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2516:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2517:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2518:  Stats over 3 runs: max = 7.3s, min = 6.9s, avg = 7.0s, dev = 0.2s
2519:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2520:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2521:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2522:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2523:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.8s, dev = 0.0s
2524:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
2525:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
2526:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
2527:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2528:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.1s
2529:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
2530:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
2531:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
2532:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2533:  Stats over 3 runs: max = 7.2s, min = 6.6s, avg = 6.8s, dev = 0.3s
2534:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2535:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2536:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2537:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2538:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.9s, dev = 0.1s
2539:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2540:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2541:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2542:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2543:  Stats over 3 runs: max = 7.5s, min = 6.7s, avg = 7.0s, dev = 0.4s
2544:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
2545:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
2546:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
2547:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2548:  Stats over 3 runs: max = 7.5s, min = 6.8s, avg = 7.1s, dev = 0.3s
2549:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
2550:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
2551:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
2552:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2553:  Stats over 3 runs: max = 7.1s, min = 6.6s, avg = 6.9s, dev = 0.2s
2554:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2555:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2557:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2558:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2559:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2560:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
2561:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
2562:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2563:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2564:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2565:  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
2566:  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
2567:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.6s
2568:  Stats over 3 runs: max = 6.6s, min = 6.6s, avg = 6.6s, dev = 0.0s
2569:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2570:  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
2571:  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
2572:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2573:  Stats over 3 runs: max = 7.2s, min = 6.9s, avg = 7.0s, dev = 0.1s
2574:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
2575:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
2576:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
2577:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2578:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.2s
2579:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2580:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2581:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2582:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2583:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.0s
2584:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2587:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2588:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 6.8s, dev = 0.2s
2589:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
2590:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
2591:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
2592:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2593:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
2594:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2595:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2596:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2597:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2598:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
2599:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2600:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2601:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2602:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
2603:  �[0m
2604:  ##[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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.63%. Comparing base (8c8adec) to head (f5c51f8).

❗ Current head f5c51f8 differs from pull request most recent head 10ed5c7. Consider uploading reports for the commit 10ed5c7 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   #13750   +/-   ##
=======================================
  Coverage   58.63%   58.63%           
=======================================
  Files          86       86           
  Lines        5272     5272           
  Branches      218      218           
=======================================
  Hits         3091     3091           
  Misses       1963     1963           
  Partials      218      218           

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

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 6 times, most recently from c1b6d5d to 42f9944 Compare April 5, 2024 00:35
@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 3 times, most recently from 10ed5c7 to b43a22f Compare April 8, 2024 00:35
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.

3 participants