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 #13878

Merged
merged 1 commit into from Apr 27, 2024

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Apr 26, 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 (ce78ad8)

Copy link

PR Review

⏱️ Estimated effort to review [1-5]

2, because the changes are straightforward updates to URLs and SHA256 hashes for browser and driver versions. The modifications are repetitive and follow a clear pattern, making the review process less complex.

🧪 Relevant tests

No

🔍 Possible issues

Possible Integrity Issue: Ensure that the new SHA256 hashes match the actual files downloaded from the specified URLs to prevent any integrity issues.

🔒 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

PR Code Suggestions

CategorySuggestions                                                                                                                                                       
Maintainability
Use a variable for the common URL prefix to simplify future updates.

Consider using a variable to store the common URL prefix to make future updates easier and
the code cleaner.

common/repositories.bzl [202]

-url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chrome-linux64.zip"
+CHROME_BASE_URL = "https://storage.googleapis.com/chrome-for-testing-public/"
+url = CHROME_BASE_URL + "124.0.6367.91/linux64/chrome-linux64.zip"
 
Security
Verify SHA256 hashes against a trusted source to enhance security.

Ensure that the sha256 hashes are verified against a trusted source to prevent potential
security risks from compromised binaries.

common/repositories.bzl [203]

+# Ensure to verify this sha256 with a trusted source
 sha256 = "035b3bce9748423b3d0c3f74fc6ff0f1a5b29a6454eff74565bab10af7397b75"
 
Reliability
Add a fallback URL or retry mechanism for critical dependencies.

Consider adding a fallback URL or a retry mechanism for critical dependencies to improve
robustness in case of network issues.

common/repositories.bzl [202]

-url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chrome-linux64.zip"
+url = [
+    "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chrome-linux64.zip",
+    "fallback-url-if-primary-fails.zip"
+]
 
Documentation
Update documentation to reflect changes in dependency versions.

Update the documentation related to dependency management to reflect the new versions and
their impact.

common/repositories.bzl [202]

+# Documentation updated to reflect new Chrome version 124.0.6367.91
 url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chrome-linux64.zip"
 
Best practice
Regularly update dependency versions for latest features and security.

Regularly review and update the versions of dependencies to keep up with the latest
features and security patches.

common/repositories.bzl [202]

+# Ensure to update regularly to the latest versions
 url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chrome-linux64.zip"
 

✨ 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 Apr 26, 2024

CI Failure Feedback

(Checks updated until commit 9e81849)

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

Failed stage: Run Bazel [❌]

Failure summary:

The action failed due to multiple test failures across various integration tests for Selenium
WebDriver with Edge browser. The common error across all failed tests is "Permission denied - java",
indicating an issue with permissions when attempting to spawn processes necessary for the tests.
This could be due to insufficient permissions settings on the Java executable or the environment
where the tests are being run.

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

661:  �[32m[1,687 / 3,064]�[0m Copying files; 0s local ... (4 actions, 1 running)
662:  �[32m[1,873 / 3,067]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 0s local ... (4 actions, 1 running)
663:  �[32m[2,109 / 3,070]�[0m [Prepa] Creating source manifest for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote ... (3 actions, 0 running)
664:  �[32m[2,277 / 3,079]�[0m [Prepa] Writing repo mapping manifest for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote
665:  �[32m[2,321 / 3,088]�[0m Checking 1 JS files in @@io_bazel_rules_closure//closure/library/net/xpc:directtransport; 0s disk-cache ... (3 actions, 0 running)
666:  �[32m[2,553 / 3,088]�[0m Copying files; 0s local ... (4 actions, 1 running)
667:  �[32m[2,768 / 3,088]�[0m [Prepa] Extracting npm package @jridgewell/trace-mapping@0.3.20 ... (4 actions, 1 running)
668:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
669:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
670:  private final ErrorCodes errorCodes;
671:  ^
672:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
673:  this.errorCodes = new ErrorCodes();
674:  ^
675:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
676:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
677:  ^
678:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
679:  ErrorCodes errorCodes = new ErrorCodes();
680:  ^
681:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
682:  ErrorCodes errorCodes = new ErrorCodes();
683:  ^
684:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
685:  response.setStatus(ErrorCodes.SUCCESS);
686:  ^
687:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
688:  response.setState(ErrorCodes.SUCCESS_STRING);
689:  ^
690:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
691:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
692:  ^
693:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
694:  new ErrorCodes().getExceptionType((String) rawError);
695:  ^
696:  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
697:  private final ErrorCodes errorCodes = new ErrorCodes();
698:  ^
699:  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
700:  private final ErrorCodes errorCodes = new ErrorCodes();
701:  ^
702:  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
703:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
704:  ^
705:  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
706:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
707:  ^
708:  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
709:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
710:  ^
711:  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
712:  response.setStatus(ErrorCodes.SUCCESS);
713:  ^
714:  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
715:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
716:  ^
717:  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
718:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
719:  ^
720:  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
721:  private final ErrorCodes errorCodes = new ErrorCodes();
722:  ^
723:  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
724:  private final ErrorCodes errorCodes = new ErrorCodes();
725:  ^
726:  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
727:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
728:  ^
729:  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
730:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
731:  ^
732:  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
733:  response.setStatus(ErrorCodes.SUCCESS);
...

867:  �[32m[3,088 / 3,111]�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 47s local, disk-cache ... (4 actions running)
868:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log)
869:  �[32m[3,088 / 3,111]�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 49s local, disk-cache ... (4 actions running)
870:  �[32m[3,088 / 3,111]�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 54s local, disk-cache ... (4 actions running)
871:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log)
872:  �[32m[3,088 / 3,111]�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 56s local, disk-cache ... (4 actions running)
873:  �[32m[3,088 / 3,111]�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 61s local, disk-cache ... (4 actions running)
874:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log)
875:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
876:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
877:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
878:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
879:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
880:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
881:  2024-04-27 00:50:03 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
882:  An error occurred in a `before(:suite)` hook.
883:  Failure/Error: @pid = Process.spawn(*@command, options)
884:  Errno::EACCES:
885:  Permission denied - java
886:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
887:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
888:  # ./rb/lib/selenium/server.rb:204:in `start'
889:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
890:  Finished in 0.04404 seconds (files took 0.57718 seconds to load)
891:  0 examples, 0 failures, 1 error occurred outside of examples
892:  ================================================================================
893:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
894:  2024-04-27 00:50:30 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
895:  An error occurred in a `before(:suite)` hook.
896:  Failure/Error: @pid = Process.spawn(*@command, options)
897:  Errno::EACCES:
898:  Permission denied - java
899:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
900:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
901:  # ./rb/lib/selenium/server.rb:204:in `start'
902:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
903:  Finished in 0.04396 seconds (files took 0.65477 seconds to load)
904:  0 examples, 0 failures, 1 error occurred outside of examples
905:  ================================================================================
906:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
907:  2024-04-27 00:50:58 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
908:  An error occurred in a `before(:suite)` hook.
909:  Failure/Error: @pid = Process.spawn(*@command, options)
910:  Errno::EACCES:
911:  Permission denied - java
912:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
913:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
914:  # ./rb/lib/selenium/server.rb:204:in `start'
915:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
916:  Finished in 0.0564 seconds (files took 0.70452 seconds to load)
917:  0 examples, 0 failures, 1 error occurred outside of examples
918:  ================================================================================
919:  �[32m[3,089 / 3,111]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
920:  �[32m[3,089 / 3,111]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
921:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log)
922:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
923:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
924:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
925:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
926:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
927:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
928:  2024-04-27 00:50:10 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
929:  An error occurred in a `before(:suite)` hook.
930:  Failure/Error: @pid = Process.spawn(*@command, options)
931:  Errno::EACCES:
932:  Permission denied - java
933:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
934:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
935:  # ./rb/lib/selenium/server.rb:204:in `start'
936:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
937:  Finished in 0.04176 seconds (files took 0.57439 seconds to load)
938:  0 examples, 0 failures, 1 error occurred outside of examples
939:  ================================================================================
940:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
941:  2024-04-27 00:50:37 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
942:  An error occurred in a `before(:suite)` hook.
943:  Failure/Error: @pid = Process.spawn(*@command, options)
944:  Errno::EACCES:
945:  Permission denied - java
946:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
947:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
948:  # ./rb/lib/selenium/server.rb:204:in `start'
949:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
950:  Finished in 0.04238 seconds (files took 0.56538 seconds to load)
951:  0 examples, 0 failures, 1 error occurred outside of examples
952:  ================================================================================
953:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
954:  2024-04-27 00:51:04 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
955:  An error occurred in a `before(:suite)` hook.
956:  Failure/Error: @pid = Process.spawn(*@command, options)
957:  Errno::EACCES:
958:  Permission denied - java
959:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
960:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
961:  # ./rb/lib/selenium/server.rb:204:in `start'
962:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
963:  Finished in 0.04967 seconds (files took 0.59892 seconds to load)
964:  0 examples, 0 failures, 1 error occurred outside of examples
965:  ================================================================================
966:  �[32m[3,090 / 3,111]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
967:  �[32m[3,090 / 3,111]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
968:  �[32m[3,090 / 3,111]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
969:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log)
970:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
971:  2024-04-27 00:50:17 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
972:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
973:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
974:  An error occurred in a `before(:suite)` hook.
975:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
976:  Failure/Error: @pid = Process.spawn(*@command, options)
...

978:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
979:  Errno::EACCES:
980:  Permission denied - java
981:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
982:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
983:  # ./rb/lib/selenium/server.rb:204:in `start'
984:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
985:  Finished in 0.04286 seconds (files took 0.56914 seconds to load)
986:  0 examples, 0 failures, 1 error occurred outside of examples
987:  ================================================================================
988:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
989:  2024-04-27 00:50:44 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
990:  An error occurred in a `before(:suite)` hook.
991:  Failure/Error: @pid = Process.spawn(*@command, options)
992:  Errno::EACCES:
993:  Permission denied - java
994:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
995:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
996:  # ./rb/lib/selenium/server.rb:204:in `start'
997:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
998:  Finished in 0.04418 seconds (files took 0.6035 seconds to load)
999:  0 examples, 0 failures, 1 error occurred outside of examples
1000:  ================================================================================
1001:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1002:  2024-04-27 00:51:12 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1003:  An error occurred in a `before(:suite)` hook.
1004:  Failure/Error: @pid = Process.spawn(*@command, options)
1005:  Errno::EACCES:
1006:  Permission denied - java
1007:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1008:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1009:  # ./rb/lib/selenium/server.rb:204:in `start'
1010:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1011:  Finished in 0.04388 seconds (files took 0.77747 seconds to load)
1012:  0 examples, 0 failures, 1 error occurred outside of examples
1013:  ================================================================================
1014:  �[32m[3,091 / 3,111]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 56s local, disk-cache ... (4 actions, 1 running)
1015:  �[32m[3,091 / 3,111]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 62s local, disk-cache ... (4 actions, 1 running)
1016:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log)
1017:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1018:  2024-04-27 00:50:23 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1019:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
1020:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
1021:  An error occurred in a `before(:suite)` hook.
1022:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
1023:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1025:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1026:  Errno::EACCES:
1027:  Permission denied - java
1028:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1029:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1030:  # ./rb/lib/selenium/server.rb:204:in `start'
1031:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1032:  Finished in 0.04422 seconds (files took 0.61708 seconds to load)
1033:  0 examples, 0 failures, 1 error occurred outside of examples
1034:  ================================================================================
1035:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1036:  2024-04-27 00:50:51 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1037:  An error occurred in a `before(:suite)` hook.
1038:  Failure/Error: @pid = Process.spawn(*@command, options)
1039:  Errno::EACCES:
1040:  Permission denied - java
1041:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1042:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1043:  # ./rb/lib/selenium/server.rb:204:in `start'
1044:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1045:  Finished in 0.04331 seconds (files took 0.61062 seconds to load)
1046:  0 examples, 0 failures, 1 error occurred outside of examples
1047:  ================================================================================
1048:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1049:  2024-04-27 00:51:19 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1050:  An error occurred in a `before(:suite)` hook.
1051:  Failure/Error: @pid = Process.spawn(*@command, options)
1052:  Errno::EACCES:
1053:  Permission denied - java
1054:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1055:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1056:  # ./rb/lib/selenium/server.rb:204:in `start'
1057:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1058:  Finished in 0.05471 seconds (files took 0.83468 seconds to load)
1059:  0 examples, 0 failures, 1 error occurred outside of examples
1060:  ================================================================================
1061:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 7s disk-cache ... (4 actions, 1 running)
1062:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 13s disk-cache ... (4 actions, 2 running)
1063:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log)
1064:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 14s disk-cache ... (4 actions, 2 running)
1065:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
1066:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1067:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1068:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log)
1069:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 15s local, disk-cache ... (4 actions, 3 running)
1070:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 16s local, disk-cache ... (4 actions, 3 running)
1071:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1072:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log)
1073:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
1074:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 28s local, disk-cache ... (4 actions running)
1075:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log)
1076:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 29s local, disk-cache ... (4 actions running)
1077:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 34s local, disk-cache ... (4 actions running)
1078:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log)
1079:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 36s local, disk-cache ... (4 actions running)
1080:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 41s local, disk-cache ... (4 actions running)
1081:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log)
1082:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 42s local, disk-cache ... (4 actions running)
1083:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 44s local, disk-cache ... (4 actions running)
1084:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 48s local, disk-cache ... (4 actions running)
1085:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log)
1086:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 50s local, disk-cache ... (4 actions running)
1087:  �[32m[3,092 / 3,111]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 55s local, disk-cache ... (4 actions running)
1088:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log)
1089:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
1090:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1091:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
1092:  2024-04-27 00:51:26 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1093:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
1094:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
1095:  An error occurred in a `before(:suite)` hook.
1096:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1097:  Failure/Error: @pid = Process.spawn(*@command, options)
1098:  Errno::EACCES:
1099:  Permission denied - java
1100:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1101:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1102:  # ./rb/lib/selenium/server.rb:204:in `start'
1103:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1104:  Finished in 0.05992 seconds (files took 0.743 seconds to load)
1105:  0 examples, 0 failures, 1 error occurred outside of examples
1106:  ================================================================================
1107:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1108:  2024-04-27 00:51:47 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1109:  An error occurred in a `before(:suite)` hook.
1110:  Failure/Error: @pid = Process.spawn(*@command, options)
1111:  Errno::EACCES:
1112:  Permission denied - java
1113:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1114:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1115:  # ./rb/lib/selenium/server.rb:204:in `start'
1116:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1117:  Finished in 0.04421 seconds (files took 0.59759 seconds to load)
1118:  0 examples, 0 failures, 1 error occurred outside of examples
1119:  ================================================================================
1120:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1121:  2024-04-27 00:52:15 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1122:  An error occurred in a `before(:suite)` hook.
1123:  Failure/Error: @pid = Process.spawn(*@command, options)
1124:  Errno::EACCES:
1125:  Permission denied - java
1126:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1127:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1128:  # ./rb/lib/selenium/server.rb:204:in `start'
1129:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1130:  Finished in 0.04284 seconds (files took 0.58883 seconds to load)
1131:  0 examples, 0 failures, 1 error occurred outside of examples
1132:  ================================================================================
1133:  �[32m[3,093 / 3,111]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1134:  �[32m[3,093 / 3,111]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1135:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log)
1136:  �[32m[3,093 / 3,111]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 57s local, disk-cache ... (4 actions, 3 running)
1137:  �[32m[3,093 / 3,111]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
1138:  �[32m[3,093 / 3,111]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1139:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log)
1140:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1141:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
1142:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
1143:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
1144:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
1145:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1146:  2024-04-27 00:51:34 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1147:  An error occurred in a `before(:suite)` hook.
1148:  Failure/Error: @pid = Process.spawn(*@command, options)
1149:  Errno::EACCES:
1150:  Permission denied - java
1151:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1152:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1153:  # ./rb/lib/selenium/server.rb:204:in `start'
1154:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1155:  Finished in 0.04523 seconds (files took 0.66432 seconds to load)
1156:  0 examples, 0 failures, 1 error occurred outside of examples
1157:  ================================================================================
1158:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1159:  2024-04-27 00:52:01 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1160:  An error occurred in a `before(:suite)` hook.
1161:  Failure/Error: @pid = Process.spawn(*@command, options)
1162:  Errno::EACCES:
1163:  Permission denied - java
1164:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1165:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1166:  # ./rb/lib/selenium/server.rb:204:in `start'
1167:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1168:  Finished in 0.05568 seconds (files took 0.64813 seconds to load)
1169:  0 examples, 0 failures, 1 error occurred outside of examples
1170:  ================================================================================
1171:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1172:  2024-04-27 00:52:29 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1173:  An error occurred in a `before(:suite)` hook.
1174:  Failure/Error: @pid = Process.spawn(*@command, options)
1175:  Errno::EACCES:
1176:  Permission denied - java
1177:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1178:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1179:  # ./rb/lib/selenium/server.rb:204:in `start'
1180:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1181:  Finished in 0.04493 seconds (files took 0.60881 seconds to load)
1182:  0 examples, 0 failures, 1 error occurred outside of examples
1183:  ================================================================================
1184:  �[32m[3,094 / 3,111]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
1185:  �[32m[3,094 / 3,111]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1186:  �[32m[3,094 / 3,111]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1187:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log)
1188:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1189:  2024-04-27 00:51:41 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1190:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
1191:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
1192:  An error occurred in a `before(:suite)` hook.
1193:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
1194:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1196:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1197:  Errno::EACCES:
1198:  Permission denied - java
1199:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1200:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1201:  # ./rb/lib/selenium/server.rb:204:in `start'
1202:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1203:  Finished in 0.0432 seconds (files took 0.56295 seconds to load)
1204:  0 examples, 0 failures, 1 error occurred outside of examples
1205:  ================================================================================
1206:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1207:  2024-04-27 00:52:08 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1208:  An error occurred in a `before(:suite)` hook.
1209:  Failure/Error: @pid = Process.spawn(*@command, options)
1210:  Errno::EACCES:
1211:  Permission denied - java
1212:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1213:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1214:  # ./rb/lib/selenium/server.rb:204:in `start'
1215:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1216:  Finished in 0.044 seconds (files took 0.59559 seconds to load)
1217:  0 examples, 0 failures, 1 error occurred outside of examples
1218:  ================================================================================
1219:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1220:  2024-04-27 00:52:36 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1221:  An error occurred in a `before(:suite)` hook.
1222:  Failure/Error: @pid = Process.spawn(*@command, options)
1223:  Errno::EACCES:
1224:  Permission denied - java
1225:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1226:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1227:  # ./rb/lib/selenium/server.rb:204:in `start'
1228:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1229:  Finished in 0.04324 seconds (files took 0.67818 seconds to load)
1230:  0 examples, 0 failures, 1 error occurred outside of examples
1231:  ================================================================================
1232:  �[32m[3,095 / 3,111]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
1233:  �[32m[3,095 / 3,111]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 53s local, disk-cache ... (4 actions, 1 running)
1234:  �[32m[3,095 / 3,111]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1235:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log)
1236:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1237:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
1238:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
1239:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
1240:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
1241:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
1242:  2024-04-27 00:51:54 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/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.04358 seconds (files took 0.62085 seconds to load)
1252:  0 examples, 0 failures, 1 error occurred outside of examples
1253:  ================================================================================
1254:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1255:  2024-04-27 00:52:22 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/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.04357 seconds (files took 0.68442 seconds to load)
1265:  0 examples, 0 failures, 1 error occurred outside of examples
1266:  ================================================================================
1267:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1268:  2024-04-27 00:52:43 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/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.06147 seconds (files took 0.78634 seconds to load)
1278:  0 examples, 0 failures, 1 error occurred outside of examples
1279:  ================================================================================
1280:  �[32m[3,096 / 3,111]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1281:  �[32m[3,096 / 3,111]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 13s disk-cache ... (4 actions, 2 running)
1282:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log)
1283:  �[32m[3,096 / 3,111]�[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)
1284:  �[32m[3,096 / 3,111]�[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)
1285:  �[32m[3,096 / 3,111]�[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)
1286:  �[32m[3,096 / 3,111]�[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)
1287:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log)
1288:  �[32m[3,096 / 3,111]�[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)
1289:  �[32m[3,096 / 3,111]�[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)
1290:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log)
1291:  �[32m[3,096 / 3,111]�[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)
1292:  �[32m[3,096 / 3,111]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 27s local, disk-cache ... (4 actions running)
1293:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log)
1294:  �[32m[3,096 / 3,111]�[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)
1295:  �[32m[3,096 / 3,111]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 34s local, disk-cache ... (4 actions running)
1296:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log)
1297:  �[32m[3,096 / 3,111]�[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)
1298:  �[32m[3,096 / 3,111]�[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)
1299:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log)
1300:  �[32m[3,096 / 3,111]�[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)
1301:  �[32m[3,096 / 3,111]�[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)
1302:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log)
1303:  �[32m[3,096 / 3,111]�[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)
1304:  �[32m[3,096 / 3,111]�[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)
1305:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log)
1306:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
1307:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
1308:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
1309:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
1310:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1311:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1312:  2024-04-27 00:52:50 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1313:  An error occurred in a `before(:suite)` hook.
1314:  Failure/Error: @pid = Process.spawn(*@command, options)
1315:  Errno::EACCES:
1316:  Permission denied - java
1317:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1318:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1319:  # ./rb/lib/selenium/server.rb:204:in `start'
1320:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1321:  Finished in 0.054 seconds (files took 0.84805 seconds to load)
1322:  0 examples, 0 failures, 1 error occurred outside of examples
1323:  ================================================================================
1324:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1325:  2024-04-27 00:53:11 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1326:  An error occurred in a `before(:suite)` hook.
1327:  Failure/Error: @pid = Process.spawn(*@command, options)
1328:  Errno::EACCES:
1329:  Permission denied - java
1330:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1331:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1332:  # ./rb/lib/selenium/server.rb:204:in `start'
1333:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1334:  Finished in 0.04446 seconds (files took 0.6217 seconds to load)
1335:  0 examples, 0 failures, 1 error occurred outside of examples
1336:  ================================================================================
1337:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1338:  2024-04-27 00:53:38 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1339:  An error occurred in a `before(:suite)` hook.
1340:  Failure/Error: @pid = Process.spawn(*@command, options)
1341:  Errno::EACCES:
1342:  Permission denied - java
1343:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1344:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1345:  # ./rb/lib/selenium/server.rb:204:in `start'
1346:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1347:  Finished in 0.04446 seconds (files took 0.6218 seconds to load)
1348:  0 examples, 0 failures, 1 error occurred outside of examples
1349:  ================================================================================
1350:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1351:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1352:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log)
1353:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1354:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 59s local, disk-cache ... (4 actions, 3 running)
1355:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 60s local, disk-cache ... (4 actions, 3 running)
1356:  �[32m[3,097 / 3,111]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
1357:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log)
1358:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1359:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
1360:  2024-04-27 00:52:58 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1361:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
1362:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
1363:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
1364:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
1365:  An error occurred in a `before(:suite)` hook.
1366:  Failure/Error: @pid = Process.spawn(*@command, options)
1367:  Errno::EACCES:
1368:  Permission denied - java
1369:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1370:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1371:  # ./rb/lib/selenium/server.rb:204:in `start'
1372:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1373:  Finished in 0.04328 seconds (files took 0.59832 seconds to load)
1374:  0 examples, 0 failures, 1 error occurred outside of examples
1375:  ================================================================================
1376:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1377:  2024-04-27 00:53:25 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1378:  An error occurred in a `before(:suite)` hook.
1379:  Failure/Error: @pid = Process.spawn(*@command, options)
1380:  Errno::EACCES:
1381:  Permission denied - java
1382:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1383:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1384:  # ./rb/lib/selenium/server.rb:204:in `start'
1385:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1386:  Finished in 0.04221 seconds (files took 0.5782 seconds to load)
1387:  0 examples, 0 failures, 1 error occurred outside of examples
1388:  ================================================================================
1389:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1390:  2024-04-27 00:53:53 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1391:  An error occurred in a `before(:suite)` hook.
1392:  Failure/Error: @pid = Process.spawn(*@command, options)
1393:  Errno::EACCES:
1394:  Permission denied - java
1395:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1396:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1397:  # ./rb/lib/selenium/server.rb:204:in `start'
1398:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1399:  Finished in 0.05124 seconds (files took 0.62597 seconds to load)
1400:  0 examples, 0 failures, 1 error occurred outside of examples
1401:  ================================================================================
1402:  �[32m[3,098 / 3,111]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1403:  �[32m[3,098 / 3,111]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1404:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log)
1405:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1406:  2024-04-27 00:53:04 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1407:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
1408:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
1409:  An error occurred in a `before(:suite)` hook.
1410:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
1411:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1413:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1414:  Errno::EACCES:
1415:  Permission denied - java
1416:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1417:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1418:  # ./rb/lib/selenium/server.rb:204:in `start'
1419:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1420:  Finished in 0.04775 seconds (files took 0.63701 seconds to load)
1421:  0 examples, 0 failures, 1 error occurred outside of examples
1422:  ================================================================================
1423:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1424:  2024-04-27 00:53:31 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1425:  An error occurred in a `before(:suite)` hook.
1426:  Failure/Error: @pid = Process.spawn(*@command, options)
1427:  Errno::EACCES:
1428:  Permission denied - java
1429:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1430:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1431:  # ./rb/lib/selenium/server.rb:204:in `start'
1432:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1433:  Finished in 0.04422 seconds (files took 0.58369 seconds to load)
1434:  0 examples, 0 failures, 1 error occurred outside of examples
1435:  ================================================================================
1436:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1437:  2024-04-27 00:53:59 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1438:  An error occurred in a `before(:suite)` hook.
1439:  Failure/Error: @pid = Process.spawn(*@command, options)
1440:  Errno::EACCES:
1441:  Permission denied - java
1442:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1443:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1444:  # ./rb/lib/selenium/server.rb:204:in `start'
1445:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1446:  Finished in 0.06452 seconds (files took 0.63893 seconds to load)
1447:  0 examples, 0 failures, 1 error occurred outside of examples
1448:  ================================================================================
1449:  �[32m[3,099 / 3,111]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 49s local, disk-cache ... (4 actions, 1 running)
1450:  �[32m[3,099 / 3,111]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 54s local, disk-cache ... (4 actions, 1 running)
1451:  �[32m[3,099 / 3,111]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1452:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log)
1453:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
1454:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
1455:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
1456:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
1457:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1458:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1459:  2024-04-27 00:53:18 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1460:  An error occurred in a `before(:suite)` hook.
1461:  Failure/Error: @pid = Process.spawn(*@command, options)
1462:  Errno::EACCES:
1463:  Permission denied - java
1464:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1465:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1466:  # ./rb/lib/selenium/server.rb:204:in `start'
1467:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1468:  Finished in 0.04536 seconds (files took 0.59893 seconds to load)
1469:  0 examples, 0 failures, 1 error occurred outside of examples
1470:  ================================================================================
1471:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1472:  2024-04-27 00:53:45 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1473:  An error occurred in a `before(:suite)` hook.
1474:  Failure/Error: @pid = Process.spawn(*@command, options)
1475:  Errno::EACCES:
1476:  Permission denied - java
1477:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1478:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1479:  # ./rb/lib/selenium/server.rb:204:in `start'
1480:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1481:  Finished in 0.04718 seconds (files took 0.67392 seconds to load)
1482:  0 examples, 0 failures, 1 error occurred outside of examples
1483:  ================================================================================
1484:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1485:  2024-04-27 00:54:07 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1486:  An error occurred in a `before(:suite)` hook.
1487:  Failure/Error: @pid = Process.spawn(*@command, options)
1488:  Errno::EACCES:
1489:  Permission denied - java
1490:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1491:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1492:  # ./rb/lib/selenium/server.rb:204:in `start'
1493:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1494:  Finished in 0.06381 seconds (files took 0.92412 seconds to load)
1495:  0 examples, 0 failures, 1 error occurred outside of examples
1496:  ================================================================================
1497:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1498:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 13s disk-cache ... (4 actions, 2 running)
1499:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log)
1500:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 14s disk-cache ... (4 actions, 2 running)
1501:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 10s local, disk-cache ... (4 actions, 2 running)
1502:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 12s local, disk-cache ... (4 actions, 2 running)
1503:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1504:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 14s local, disk-cache ... (4 actions, 2 running)
1505:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log)
1506:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 16s local, disk-cache ... (4 actions, 2 running)
1507:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1508:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log)
1509:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
1510:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 28s local, disk-cache ... (4 actions running)
1511:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log)
1512:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 30s local, disk-cache ... (4 actions running)
1513:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 35s local, disk-cache ... (4 actions running)
1514:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log)
1515:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 37s local, disk-cache ... (4 actions running)
1516:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 42s local, disk-cache ... (4 actions running)
1517:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log)
1518:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 44s local, disk-cache ... (4 actions running)
1519:  �[32m[3,100 / 3,111]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 48s local, disk-cache ... (4 actions running)
1520:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log)
1521:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1522:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
1523:  2024-04-27 00:54:14 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1524:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
1525:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
1526:  An error occurred in a `before(:suite)` hook.
1527:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
1528:  Failure/Error: @pid = Process.spawn(*@command, options)
1529:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1530:  Errno::EACCES:
1531:  Permission denied - java
1532:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1533:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1534:  # ./rb/lib/selenium/server.rb:204:in `start'
1535:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1536:  Finished in 0.06516 seconds (files took 0.94074 seconds to load)
1537:  0 examples, 0 failures, 1 error occurred outside of examples
1538:  ================================================================================
1539:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1540:  2024-04-27 00:54:28 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1541:  An error occurred in a `before(:suite)` hook.
1542:  Failure/Error: @pid = Process.spawn(*@command, options)
1543:  Errno::EACCES:
1544:  Permission denied - java
1545:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1546:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1547:  # ./rb/lib/selenium/server.rb:204:in `start'
1548:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1549:  Finished in 0.04299 seconds (files took 0.57256 seconds to load)
1550:  0 examples, 0 failures, 1 error occurred outside of examples
1551:  ================================================================================
1552:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1553:  2024-04-27 00:54:56 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1554:  An error occurred in a `before(:suite)` hook.
1555:  Failure/Error: @pid = Process.spawn(*@command, options)
1556:  Errno::EACCES:
1557:  Permission denied - java
1558:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1559:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1560:  # ./rb/lib/selenium/server.rb:204:in `start'
1561:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1562:  Finished in 0.04213 seconds (files took 0.56608 seconds to load)
1563:  0 examples, 0 failures, 1 error occurred outside of examples
1564:  ================================================================================
1565:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1566:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1567:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log)
1568:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1569:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1570:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1571:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1572:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log)
1573:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1574:  �[32m[3,101 / 3,111]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
1575:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log)
1576:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
1577:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
1578:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
1579:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
1580:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1581:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1582:  2024-04-27 00:54:22 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1583:  An error occurred in a `before(:suite)` hook.
1584:  Failure/Error: @pid = Process.spawn(*@command, options)
1585:  Errno::EACCES:
1586:  Permission denied - java
1587:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1588:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1589:  # ./rb/lib/selenium/server.rb:204:in `start'
1590:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1591:  Finished in 0.04503 seconds (files took 0.91654 seconds to load)
1592:  0 examples, 0 failures, 1 error occurred outside of examples
1593:  ================================================================================
1594:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1595:  2024-04-27 00:54:49 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1596:  An error occurred in a `before(:suite)` hook.
1597:  Failure/Error: @pid = Process.spawn(*@command, options)
1598:  Errno::EACCES:
1599:  Permission denied - java
1600:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1601:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1602:  # ./rb/lib/selenium/server.rb:204:in `start'
1603:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1604:  Finished in 0.04282 seconds (files took 0.5787 seconds to load)
1605:  0 examples, 0 failures, 1 error occurred outside of examples
1606:  ================================================================================
1607:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1608:  2024-04-27 00:55:17 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1609:  An error occurred in a `before(:suite)` hook.
1610:  Failure/Error: @pid = Process.spawn(*@command, options)
1611:  Errno::EACCES:
1612:  Permission denied - java
1613:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1614:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1615:  # ./rb/lib/selenium/server.rb:204:in `start'
1616:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1617:  Finished in 0.0423 seconds (files took 0.57885 seconds to load)
1618:  0 examples, 0 failures, 1 error occurred outside of examples
1619:  ================================================================================
1620:  �[32m[3,102 / 3,111]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1621:  �[32m[3,102 / 3,111]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1622:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log)
1623:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1624:  2024-04-27 00:54:35 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1625:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
1626:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
1627:  An error occurred in a `before(:suite)` hook.
1628:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
1629:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
1630:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1631:  Failure/Error: @pid = Process.spawn(*@command, options)
1632:  Errno::EACCES:
1633:  Permission denied - java
1634:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1635:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1636:  # ./rb/lib/selenium/server.rb:204:in `start'
1637:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1638:  Finished in 0.0426 seconds (files took 0.60087 seconds to load)
1639:  0 examples, 0 failures, 1 error occurred outside of examples
1640:  ================================================================================
1641:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1642:  2024-04-27 00:55:03 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1643:  An error occurred in a `before(:suite)` hook.
1644:  Failure/Error: @pid = Process.spawn(*@command, options)
1645:  Errno::EACCES:
1646:  Permission denied - java
1647:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1648:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1649:  # ./rb/lib/selenium/server.rb:204:in `start'
1650:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1651:  Finished in 0.04848 seconds (files took 0.66933 seconds to load)
1652:  0 examples, 0 failures, 1 error occurred outside of examples
1653:  ================================================================================
1654:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1655:  2024-04-27 00:55:23 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1656:  An error occurred in a `before(:suite)` hook.
1657:  Failure/Error: @pid = Process.spawn(*@command, options)
1658:  Errno::EACCES:
1659:  Permission denied - java
1660:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1661:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1662:  # ./rb/lib/selenium/server.rb:204:in `start'
1663:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1664:  Finished in 0.04512 seconds (files took 0.64473 seconds to load)
1665:  0 examples, 0 failures, 1 error occurred outside of examples
1666:  ================================================================================
1667:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1668:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1669:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1670:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log)
1671:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1672:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 59s local, disk-cache ... (4 actions, 2 running)
1673:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
1674:  �[32m[3,103 / 3,111]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
1675:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log)
1676:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1677:  2024-04-27 00:54:42 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1678:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
1679:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
1680:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
1681:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
1682:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1683:  An error occurred in a `before(:suite)` hook.
1684:  Failure/Error: @pid = Process.spawn(*@command, options)
1685:  Errno::EACCES:
1686:  Permission denied - java
1687:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1688:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1689:  # ./rb/lib/selenium/server.rb:204:in `start'
1690:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1691:  Finished in 0.04692 seconds (files took 0.66245 seconds to load)
1692:  0 examples, 0 failures, 1 error occurred outside of examples
1693:  ================================================================================
1694:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1695:  2024-04-27 00:55:10 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1696:  An error occurred in a `before(:suite)` hook.
1697:  Failure/Error: @pid = Process.spawn(*@command, options)
1698:  Errno::EACCES:
1699:  Permission denied - java
1700:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1701:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1702:  # ./rb/lib/selenium/server.rb:204:in `start'
1703:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1704:  Finished in 0.05368 seconds (files took 0.72994 seconds to load)
1705:  0 examples, 0 failures, 1 error occurred outside of examples
1706:  ================================================================================
1707:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1708:  2024-04-27 00:55:38 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1709:  An error occurred in a `before(:suite)` hook.
1710:  Failure/Error: @pid = Process.spawn(*@command, options)
1711:  Errno::EACCES:
1712:  Permission denied - java
1713:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1714:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1715:  # ./rb/lib/selenium/server.rb:204:in `start'
1716:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1717:  Finished in 0.04575 seconds (files took 0.62572 seconds to load)
1718:  0 examples, 0 failures, 1 error occurred outside of examples
1719:  ================================================================================
1720:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1721:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 21s local, disk-cache ... (4 actions, 2 running)
1722:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log)
1723:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1724:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 23s local, disk-cache ... (4 actions, 2 running)
1725:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1726:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1727:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1728:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log)
1729:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1730:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 35s local, disk-cache ... (4 actions, 3 running)
1731:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log)
1732:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1733:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 41s local, disk-cache ... (4 actions running)
1734:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log)
1735:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 43s local, disk-cache ... (4 actions running)
1736:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 48s local, disk-cache ... (4 actions running)
1737:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log)
1738:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 49s local, disk-cache ... (4 actions running)
1739:  �[32m[3,104 / 3,111]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 55s local, disk-cache ... (4 actions running)
1740:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log)
1741:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
1742:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
1743:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1744:  2024-04-27 00:55:31 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1745:  An error occurred in a `before(:suite)` hook.
1746:  Failure/Error: @pid = Process.spawn(*@command, options)
1747:  Errno::EACCES:
1748:  Permission denied - java
1749:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1750:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1751:  # ./rb/lib/selenium/server.rb:204:in `start'
1752:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1753:  Finished in 0.0629 seconds (files took 0.79791 seconds to load)
1754:  0 examples, 0 failures, 1 error occurred outside of examples
1755:  ================================================================================
1756:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1757:  2024-04-27 00:55:52 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1758:  An error occurred in a `before(:suite)` hook.
1759:  Failure/Error: @pid = Process.spawn(*@command, options)
1760:  Errno::EACCES:
1761:  Permission denied - java
1762:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1763:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1764:  # ./rb/lib/selenium/server.rb:204:in `start'
1765:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1766:  Finished in 0.04398 seconds (files took 0.64349 seconds to load)
1767:  0 examples, 0 failures, 1 error occurred outside of examples
1768:  ================================================================================
1769:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1770:  2024-04-27 00:56:19 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1771:  An error occurred in a `before(:suite)` hook.
1772:  Failure/Error: @pid = Process.spawn(*@command, options)
1773:  Errno::EACCES:
1774:  Permission denied - java
1775:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1776:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1777:  # ./rb/lib/selenium/server.rb:204:in `start'
1778:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1779:  Finished in 0.04251 seconds (files took 0.59097 seconds to load)
1780:  0 examples, 0 failures, 1 error occurred outside of examples
1781:  ================================================================================
1782:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
1783:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
1784:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1785:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1786:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1787:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log)
1788:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1789:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 50s local, disk-cache ... (4 actions, 3 running)
1790:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1791:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1792:  �[32m[3,105 / 3,111]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1793:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log)
1794:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
1795:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1796:  2024-04-27 00:55:45 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1797:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
1798:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
1799:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
1800:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1801:  An error occurred in a `before(:suite)` hook.
1802:  Failure/Error: @pid = Process.spawn(*@command, options)
1803:  Errno::EACCES:
1804:  Permission denied - java
1805:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1806:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1807:  # ./rb/lib/selenium/server.rb:204:in `start'
1808:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1809:  Finished in 0.05052 seconds (files took 0.72997 seconds to load)
1810:  0 examples, 0 failures, 1 error occurred outside of examples
1811:  ================================================================================
1812:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1813:  2024-04-27 00:56:06 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1814:  An error occurred in a `before(:suite)` hook.
1815:  Failure/Error: @pid = Process.spawn(*@command, options)
1816:  Errno::EACCES:
1817:  Permission denied - java
1818:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1819:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1820:  # ./rb/lib/selenium/server.rb:204:in `start'
1821:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1822:  Finished in 0.04368 seconds (files took 0.60768 seconds to load)
1823:  0 examples, 0 failures, 1 error occurred outside of examples
1824:  ================================================================================
1825:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1826:  2024-04-27 00:56:33 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1827:  An error occurred in a `before(:suite)` hook.
1828:  Failure/Error: @pid = Process.spawn(*@command, options)
1829:  Errno::EACCES:
1830:  Permission denied - java
1831:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1832:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1833:  # ./rb/lib/selenium/server.rb:204:in `start'
1834:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1835:  Finished in 0.04422 seconds (files took 0.62905 seconds to load)
1836:  0 examples, 0 failures, 1 error occurred outside of examples
1837:  ================================================================================
1838:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1839:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1840:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log)
1841:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1842:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1843:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1844:  �[32m[3,106 / 3,111]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1845:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log)
1846:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
1847:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
1848:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
1849:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
1850:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1851:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1852:  2024-04-27 00:55:59 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1853:  An error occurred in a `before(:suite)` hook.
1854:  Failure/Error: @pid = Process.spawn(*@command, options)
1855:  Errno::EACCES:
1856:  Permission denied - java
1857:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1858:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1859:  # ./rb/lib/selenium/server.rb:204:in `start'
1860:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1861:  Finished in 0.04268 seconds (files took 0.57988 seconds to load)
1862:  0 examples, 0 failures, 1 error occurred outside of examples
1863:  ================================================================================
1864:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1865:  2024-04-27 00:56:26 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1866:  An error occurred in a `before(:suite)` hook.
1867:  Failure/Error: @pid = Process.spawn(*@command, options)
1868:  Errno::EACCES:
1869:  Permission denied - java
1870:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1871:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1872:  # ./rb/lib/selenium/server.rb:204:in `start'
1873:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1874:  Finished in 0.04275 seconds (files took 0.64555 seconds to load)
1875:  0 examples, 0 failures, 1 error occurred outside of examples
1876:  ================================================================================
1877:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1878:  2024-04-27 00:56:47 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1879:  An error occurred in a `before(:suite)` hook.
1880:  Failure/Error: @pid = Process.spawn(*@command, options)
1881:  Errno::EACCES:
1882:  Permission denied - java
1883:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1884:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1885:  # ./rb/lib/selenium/server.rb:204:in `start'
1886:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1887:  Finished in 0.05241 seconds (files took 0.60866 seconds to load)
1888:  0 examples, 0 failures, 1 error occurred outside of examples
1889:  ================================================================================
1890:  �[32m[3,107 / 3,111]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1891:  �[32m[3,107 / 3,111]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1892:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log)
1893:  �[32m[3,107 / 3,111]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1894:  �[32m[3,107 / 3,111]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1895:  �[32m[3,107 / 3,111]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
1896:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log)
1897:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
1898:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
1899:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
1900:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
1901:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1902:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1903:  2024-04-27 00:56:12 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1904:  An error occurred in a `before(:suite)` hook.
1905:  Failure/Error: @pid = Process.spawn(*@command, options)
1906:  Errno::EACCES:
1907:  Permission denied - java
1908:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1909:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1910:  # ./rb/lib/selenium/server.rb:204:in `start'
1911:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1912:  Finished in 0.0453 seconds (files took 0.62054 seconds to load)
1913:  0 examples, 0 failures, 1 error occurred outside of examples
1914:  ================================================================================
1915:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1916:  2024-04-27 00:56:40 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1917:  An error occurred in a `before(:suite)` hook.
1918:  Failure/Error: @pid = Process.spawn(*@command, options)
1919:  Errno::EACCES:
1920:  Permission denied - java
1921:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1922:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1923:  # ./rb/lib/selenium/server.rb:204:in `start'
1924:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1925:  Finished in 0.04307 seconds (files took 0.63344 seconds to load)
1926:  0 examples, 0 failures, 1 error occurred outside of examples
1927:  ================================================================================
1928:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1929:  2024-04-27 00:57:01 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1930:  An error occurred in a `before(:suite)` hook.
1931:  Failure/Error: @pid = Process.spawn(*@command, options)
1932:  Errno::EACCES:
1933:  Permission denied - java
1934:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1935:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1936:  # ./rb/lib/selenium/server.rb:204:in `start'
1937:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1938:  Finished in 0.04424 seconds (files took 0.60208 seconds to load)
1939:  0 examples, 0 failures, 1 error occurred outside of examples
1940:  ================================================================================
1941:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 14s local, disk-cache ... (3 actions, 2 running)
1942:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 20s local, disk-cache ... (3 actions, 2 running)
1943:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log)
1944:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 22s local, disk-cache ... (3 actions, 2 running)
1945:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 25s local, disk-cache ... (3 actions, 2 running)
1946:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 27s local, disk-cache ... (3 actions running)
1947:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log)
1948:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 29s local, disk-cache ... (3 actions running)
1949:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 34s local, disk-cache ... (3 actions running)
1950:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log)
1951:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 36s local, disk-cache ... (3 actions running)
1952:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 41s local, disk-cache ... (3 actions running)
1953:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log)
1954:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 42s local, disk-cache ... (3 actions running)
1955:  �[32m[3,108 / 3,111]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 47s local, disk-cache ... (3 actions running)
1956:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log)
1957:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
1958:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
1959:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
1960:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
1961:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1962:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1963:  2024-04-27 00:56:54 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1964:  An error occurred in a `before(:suite)` hook.
1965:  Failure/Error: @pid = Process.spawn(*@command, options)
1966:  Errno::EACCES:
1967:  Permission denied - java
1968:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1969:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1970:  # ./rb/lib/selenium/server.rb:204:in `start'
1971:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1972:  Finished in 0.04586 seconds (files took 0.68719 seconds to load)
1973:  0 examples, 0 failures, 1 error occurred outside of examples
1974:  ================================================================================
1975:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1976:  2024-04-27 00:57:14 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1977:  An error occurred in a `before(:suite)` hook.
1978:  Failure/Error: @pid = Process.spawn(*@command, options)
1979:  Errno::EACCES:
1980:  Permission denied - java
1981:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1982:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1983:  # ./rb/lib/selenium/server.rb:204:in `start'
1984:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1985:  Finished in 0.04399 seconds (files took 0.61017 seconds to load)
1986:  0 examples, 0 failures, 1 error occurred outside of examples
1987:  ================================================================================
1988:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1989:  2024-04-27 00:57:35 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1990:  An error occurred in a `before(:suite)` hook.
1991:  Failure/Error: @pid = Process.spawn(*@command, options)
1992:  Errno::EACCES:
1993:  Permission denied - java
1994:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1995:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1996:  # ./rb/lib/selenium/server.rb:204:in `start'
1997:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1998:  Finished in 0.04248 seconds (files took 0.60629 seconds to load)
1999:  0 examples, 0 failures, 1 error occurred outside of examples
2000:  ================================================================================
2001:  �[32m[3,109 / 3,111]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 35s local, disk-cache ... (2 actions running)
2002:  �[32m[3,109 / 3,111]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 40s local, disk-cache ... (2 actions running)
2003:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log)
2004:  �[32m[3,109 / 3,111]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 42s local, disk-cache ... (2 actions running)
2005:  �[32m[3,109 / 3,111]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 45s local, disk-cache ... (2 actions running)
2006:  �[32m[3,109 / 3,111]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 47s local, disk-cache ... (2 actions running)
2007:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log)
2008:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2009:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
2010:  2024-04-27 00:57:08 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2011:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2012:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2013:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2014:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
2015:  An error occurred in a `before(:suite)` hook.
2016:  Failure/Error: @pid = Process.spawn(*@command, options)
2017:  Errno::EACCES:
2018:  Permission denied - java
2019:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2020:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2021:  # ./rb/lib/selenium/server.rb:204:in `start'
2022:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2023:  Finished in 0.04449 seconds (files took 0.57946 seconds to load)
2024:  0 examples, 0 failures, 1 error occurred outside of examples
2025:  ================================================================================
2026:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2027:  2024-04-27 00:57:28 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2028:  An error occurred in a `before(:suite)` hook.
2029:  Failure/Error: @pid = Process.spawn(*@command, options)
2030:  Errno::EACCES:
2031:  Permission denied - java
2032:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2033:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2034:  # ./rb/lib/selenium/server.rb:204:in `start'
2035:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2036:  Finished in 0.04226 seconds (files took 0.5764 seconds to load)
2037:  0 examples, 0 failures, 1 error occurred outside of examples
2038:  ================================================================================
2039:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2040:  2024-04-27 00:57:48 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2041:  An error occurred in a `before(:suite)` hook.
2042:  Failure/Error: @pid = Process.spawn(*@command, options)
2043:  Errno::EACCES:
2044:  Permission denied - java
2045:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2046:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2047:  # ./rb/lib/selenium/server.rb:204:in `start'
2048:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2049:  Finished in 0.04289 seconds (files took 0.59655 seconds to load)
2050:  0 examples, 0 failures, 1 error occurred outside of examples
2051:  ================================================================================
2052:  �[32m[3,110 / 3,111]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 34s local, disk-cache
2053:  �[32m[3,110 / 3,111]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 40s local, disk-cache
2054:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log)
2055:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
2056:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2057:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2058:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2059:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2060:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2061:  2024-04-27 00:57:21 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2062:  An error occurred in a `before(:suite)` hook.
2063:  Failure/Error: @pid = Process.spawn(*@command, options)
2064:  Errno::EACCES:
2065:  Permission denied - java
2066:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2067:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2068:  # ./rb/lib/selenium/server.rb:204:in `start'
2069:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2070:  Finished in 0.04518 seconds (files took 0.63216 seconds to load)
2071:  0 examples, 0 failures, 1 error occurred outside of examples
2072:  ================================================================================
2073:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2074:  2024-04-27 00:57:42 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2075:  An error occurred in a `before(:suite)` hook.
2076:  Failure/Error: @pid = Process.spawn(*@command, options)
2077:  Errno::EACCES:
2078:  Permission denied - java
2079:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2080:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2081:  # ./rb/lib/selenium/server.rb:204:in `start'
2082:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2083:  Finished in 0.04535 seconds (files took 0.64094 seconds to load)
2084:  0 examples, 0 failures, 1 error occurred outside of examples
2085:  ================================================================================
2086:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2087:  2024-04-27 00:57:55 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2088:  An error occurred in a `before(:suite)` hook.
2089:  Failure/Error: @pid = Process.spawn(*@command, options)
2090:  Errno::EACCES:
2091:  Permission denied - java
2092:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2093:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2094:  # ./rb/lib/selenium/server.rb:204:in `start'
2095:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2096:  Finished in 0.04191 seconds (files took 0.61118 seconds to load)
2097:  0 examples, 0 failures, 1 error occurred outside of examples
2098:  ================================================================================
2099:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 0s disk-cache
2100:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
2101:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
2102:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 6s local, disk-cache
2103:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log)
2104:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 8s local, disk-cache
2105:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 14s local, disk-cache
2106:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log)
2107:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 15s local, disk-cache
2108:  �[32m[3,111 / 3,112]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 21s local, disk-cache
2109:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log)
2110:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
2111:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2112:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2113:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2114:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2115:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2116:  2024-04-27 00:58:12 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2117:  An error occurred in a `before(:suite)` hook.
2118:  Failure/Error: @pid = Process.spawn(*@command, options)
2119:  Errno::EACCES:
2120:  Permission denied - java
2121:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2122:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2123:  # ./rb/lib/selenium/server.rb:204:in `start'
2124:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2125:  Finished in 0.04332 seconds (files took 0.59753 seconds to load)
2126:  0 examples, 0 failures, 1 error occurred outside of examples
2127:  ================================================================================
2128:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2129:  2024-04-27 00:58:19 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2130:  An error occurred in a `before(:suite)` hook.
2131:  Failure/Error: @pid = Process.spawn(*@command, options)
2132:  Errno::EACCES:
2133:  Permission denied - java
2134:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2135:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2136:  # ./rb/lib/selenium/server.rb:204:in `start'
2137:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2138:  Finished in 0.0438 seconds (files took 0.58705 seconds to load)
2139:  0 examples, 0 failures, 1 error occurred outside of examples
2140:  ================================================================================
2141:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2142:  2024-04-27 00:58:27 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2143:  An error occurred in a `before(:suite)` hook.
2144:  Failure/Error: @pid = Process.spawn(*@command, options)
2145:  Errno::EACCES:
2146:  Permission denied - java
2147:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2148:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2149:  # ./rb/lib/selenium/server.rb:204:in `start'
2150:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2151:  Finished in 0.04363 seconds (files took 0.59856 seconds to load)
2152:  0 examples, 0 failures, 1 error occurred outside of examples
2153:  ================================================================================
2154:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s disk-cache
2155:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
2156:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
2157:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 6s local, disk-cache
2158:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log)
2159:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 8s local, disk-cache
2160:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 13s local, disk-cache
2161:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log)
2162:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 15s local, disk-cache
2163:  �[32m[3,112 / 3,113]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 21s local, disk-cache
2164:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log)
2165:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
2166:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2167:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2168:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2169:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2170:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2171:  2024-04-27 00:58:44 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/_main/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.04183 seconds (files took 0.58747 seconds to load)
2181:  0 examples, 0 failures, 1 error occurred outside of examples
2182:  ================================================================================
2183:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2184:  2024-04-27 00:58:51 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/_main/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.04432 seconds (files took 0.59873 seconds to load)
2194:  0 examples, 0 failures, 1 error occurred outside of examples
2195:  ================================================================================
2196:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2197:  2024-04-27 00:58:58 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2198:  An error occurred in a `before(:suite)` hook.
2199:  Failure/Error: @pid = Process.spawn(*@command, options)
2200:  Errno::EACCES:
2201:  Permission denied - java
2202:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2203:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2204:  # ./rb/lib/selenium/server.rb:204:in `start'
2205:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2206:  Finished in 0.04176 seconds (files took 0.58695 seconds to load)
2207:  0 examples, 0 failures, 1 error occurred outside of examples
2208:  ================================================================================
2209:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 0s disk-cache
2210:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
2211:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
2212:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 6s local, disk-cache
2213:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log)
2214:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 8s local, disk-cache
2215:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 13s local, disk-cache
2216:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log)
2217:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 15s local, disk-cache
2218:  �[32m[3,113 / 3,114]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 21s local, disk-cache
2219:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log)
2220:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
2221:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2222:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
2223:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
2224:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2225:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2226:  2024-04-27 00:59:15 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2227:  An error occurred in a `before(:suite)` hook.
2228:  Failure/Error: @pid = Process.spawn(*@command, options)
2229:  Errno::EACCES:
2230:  Permission denied - java
2231:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2232:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2233:  # ./rb/lib/selenium/server.rb:204:in `start'
2234:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2235:  Finished in 0.04174 seconds (files took 0.58048 seconds to load)
2236:  0 examples, 0 failures, 1 error occurred outside of examples
2237:  ================================================================================
2238:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2239:  2024-04-27 00:59:22 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2240:  An error occurred in a `before(:suite)` hook.
2241:  Failure/Error: @pid = Process.spawn(*@command, options)
2242:  Errno::EACCES:
2243:  Permission denied - java
2244:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2245:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2246:  # ./rb/lib/selenium/server.rb:204:in `start'
2247:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2248:  Finished in 0.04349 seconds (files took 0.61482 seconds to load)
2249:  0 examples, 0 failures, 1 error occurred outside of examples
2250:  ================================================================================
2251:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2252:  2024-04-27 00:59:30 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2253:  An error occurred in a `before(:suite)` hook.
2254:  Failure/Error: @pid = Process.spawn(*@command, options)
2255:  Errno::EACCES:
2256:  Permission denied - java
2257:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2258:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2259:  # ./rb/lib/selenium/server.rb:204:in `start'
2260:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2261:  Finished in 0.04485 seconds (files took 0.60543 seconds to load)
2262:  0 examples, 0 failures, 1 error occurred outside of examples
2263:  ================================================================================
2264:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s disk-cache
2265:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
2266:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
2267:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 6s local, disk-cache
2268:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log)
2269:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 8s local, disk-cache
2270:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 13s local, disk-cache
2271:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log)
2272:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 15s local, disk-cache
2273:  �[32m[3,114 / 3,115]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 21s local, disk-cache
2274:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log)
2275:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
2276:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2277:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
2278:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
2279:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2280:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2281:  2024-04-27 00:59:47 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2282:  An error occurred in a `before(:suite)` hook.
2283:  Failure/Error: @pid = Process.spawn(*@command, options)
2284:  Errno::EACCES:
2285:  Permission denied - java
2286:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2287:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2288:  # ./rb/lib/selenium/server.rb:204:in `start'
2289:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2290:  Finished in 0.04346 seconds (files took 0.58277 seconds to load)
2291:  0 examples, 0 failures, 1 error occurred outside of examples
2292:  ================================================================================
2293:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2294:  2024-04-27 00:59:54 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2295:  An error occurred in a `before(:suite)` hook.
2296:  Failure/Error: @pid = Process.spawn(*@command, options)
2297:  Errno::EACCES:
2298:  Permission denied - java
2299:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2300:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2301:  # ./rb/lib/selenium/server.rb:204:in `start'
2302:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2303:  Finished in 0.04354 seconds (files took 0.61208 seconds to load)
2304:  0 examples, 0 failures, 1 error occurred outside of examples
2305:  ================================================================================
2306:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2307:  2024-04-27 01:00:01 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2308:  An error occurred in a `before(:suite)` hook.
2309:  Failure/Error: @pid = Process.spawn(*@command, options)
2310:  Errno::EACCES:
2311:  Permission denied - java
2312:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2313:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2314:  # ./rb/lib/selenium/server.rb:204:in `start'
2315:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2316:  Finished in 0.04184 seconds (files took 0.62215 seconds to load)
2317:  0 examples, 0 failures, 1 error occurred outside of examples
2318:  ================================================================================
2319:  �[32mINFO: �[0mFound 27 test targets...
2320:  �[32mINFO: �[0mElapsed time: 806.894s, Critical Path: 175.27s
2321:  �[32mINFO: �[0m2885 processes: 1658 disk cache hit, 1079 internal, 148 local.
2322:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2885 total actions
2323:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2324:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 7.0s, dev = 0.2s
2325:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2326:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2327:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2328:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2329:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2330:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2331:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2332:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2333:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2334:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2335:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2336:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2337:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2338:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2339:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 7.0s, dev = 0.2s
2340:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2341:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2342:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2343:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2344:  Stats over 3 runs: max = 7.5s, min = 6.9s, avg = 7.2s, dev = 0.2s
2345:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2346:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2347:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2348:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2349:  Stats over 3 runs: max = 7.1s, min = 6.8s, avg = 7.0s, dev = 0.1s
2350:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2351:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2352:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2353:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2354:  Stats over 3 runs: max = 7.1s, min = 6.9s, avg = 7.0s, dev = 0.1s
2355:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2356:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2357:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2358:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2359:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
2360:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2361:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2362:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2363:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2364:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.0s, dev = 0.3s
2365:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
2366:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
2367:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
2368:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2369:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.9s, dev = 0.2s
2370:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2371:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2372:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2373:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2374:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.8s, dev = 0.0s
2375:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2376:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2377:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2378:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2379:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 6.9s, dev = 0.2s
2380:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
2381:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
2382:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
2383:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2384:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2385:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
2386:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
2387:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
2388:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2389:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
2390:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2391:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2392:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2393:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2394:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2395:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2396:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2397:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2398:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2399:  Stats over 3 runs: max = 7.4s, min = 6.9s, avg = 7.1s, dev = 0.3s
2400:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
2401:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
2402:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
2403:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2404:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2405:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
2406:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
2407:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
2408:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2409:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2410:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2411:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2412:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2413:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2414:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.1s
2415:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2416:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
2417:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
2418:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2419:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2420:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2421:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
2422:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
2423:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2424:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2425:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2426:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
2427:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
2428:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2429:  Stats over 3 runs: max = 7.5s, min = 6.7s, avg = 7.0s, dev = 0.4s
2430:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
2431:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
2432:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
2433:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2434:  Stats over 3 runs: max = 7.3s, min = 6.9s, avg = 7.1s, dev = 0.2s
2435:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2436:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2437:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2438:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2439:  Stats over 3 runs: max = 7.1s, min = 6.8s, avg = 7.0s, dev = 0.1s
2440:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2441:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2442:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2443:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2444:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2445:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
2446:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
2447:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
2448:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2449:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2450:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2451:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2452:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2453:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2454:  Stats over 3 runs: max = 7.5s, min = 6.7s, avg = 7.0s, dev = 0.4s
2455:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2456:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2457:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2458:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
2459:  �[0m
2460:  ##[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.

@diemol diemol merged commit 7f25fd1 into trunk Apr 27, 2024
36 of 38 checks passed
@diemol diemol deleted the pinned-browser-updates branch April 27, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants