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

[rb] update SOC for driver finder and selenium manager classes #13386

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Conversation

titusfortner
Copy link
Member

Description

  • Selenium Manager does not know about Options/Capabilities
  • DriverFinder returns browser & driver paths
  • Options mutation for binary location happens in LocalDriver module
  • More reasonable method names

Motivation and Context

@titusfortner
Copy link
Member Author

I realized how inefficient some of the code has gotten, and missing a bunch of errors and logging opportunities and had to update all the specs accordingly. At this rate maybe I won't get this feature out for all the bindings before next release. 😂

@titusfortner titusfortner force-pushed the sm_thin_rb branch 2 times, most recently from 1d78e8d to 13ea716 Compare January 10, 2024 22:20
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f58416b) 58.07% compared to head (b247db1) 58.07%.
Report is 2 commits behind head on trunk.

❗ Current head b247db1 differs from pull request most recent head 91be548. Consider uploading reports for the commit 91be548 to get more accurate results

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

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk   #13386   +/-   ##
=======================================
  Coverage   58.07%   58.07%           
=======================================
  Files          88       88           
  Lines        5340     5340           
  Branches      224      224           
=======================================
  Hits         3101     3101           
  Misses       2015     2015           
  Partials      224      224           

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

@titusfortner
Copy link
Member Author

Sorry, made a bunch more changes, would appreciate another glance over. It should match what I have PR'd for Java & Python

Copy link

CI Failure Feedback

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

Failed stage: Run Bazel [❌]

Failure summary:

All tests failed due to a before(:suite) hook error, specifically an Errno::EACCES error indicating
"Permission denied - java". This error suggests that the test environment attempted to spawn a Java
process (likely to start a Selenium server or similar service) but lacked the necessary permissions
to do so. This could be due to restrictive permissions on the Java executable or the environment
from which the tests were run not having sufficient privileges.

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

710:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/react-router-dom@6.21.3_react-dom_18.2.0__react_18.2.0/pkg is a directory; dependency checking of directories is unsound
711:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/react-modal@3.16.1_react-dom_18.2.0__react_18.2.0/pkg is a directory; dependency checking of directories is unsound
712:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/react-dom@18.2.0_react_18.2.0/pkg is a directory; dependency checking of directories is unsound
713:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/react@18.2.0/pkg is a directory; dependency checking of directories is unsound
714:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@floating-ui+utils@0.2.1/pkg is a directory; dependency checking of directories is unsound
715:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@floating-ui+react-dom@2.0.8_react-dom_18.2.0__react_18.2.0/pkg is a directory; dependency checking of directories is unsound
716:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@floating-ui+dom@1.6.1/pkg is a directory; dependency checking of directories is unsound
717:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
718:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
719:  private final ErrorCodes errorCodes;
720:  ^
721:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
722:  this.errorCodes = new ErrorCodes();
723:  ^
724:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
725:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
726:  ^
727:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
728:  ErrorCodes errorCodes = new ErrorCodes();
729:  ^
730:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
731:  ErrorCodes errorCodes = new ErrorCodes();
732:  ^
733:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
734:  response.setStatus(ErrorCodes.SUCCESS);
735:  ^
736:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
737:  response.setState(ErrorCodes.SUCCESS_STRING);
738:  ^
739:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
740:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
741:  ^
742:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
743:  new ErrorCodes().getExceptionType((String) rawError);
744:  ^
745:  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
746:  private final ErrorCodes errorCodes = new ErrorCodes();
747:  ^
748:  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
749:  private final ErrorCodes errorCodes = new ErrorCodes();
750:  ^
751:  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
752:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
753:  ^
754:  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
755:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
756:  ^
757:  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
758:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
759:  ^
760:  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
761:  response.setStatus(ErrorCodes.SUCCESS);
762:  ^
763:  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
764:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
765:  ^
766:  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
767:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
768:  ^
769:  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
770:  private final ErrorCodes errorCodes = new ErrorCodes();
771:  ^
772:  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
773:  private final ErrorCodes errorCodes = new ErrorCodes();
774:  ^
775:  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
776:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
777:  ^
778:  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
779:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
780:  ^
781:  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
782:  response.setStatus(ErrorCodes.SUCCESS);
...

822:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-type@4.0.0/pkg is a directory; dependency checking of directories is unsound
823:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-parse@1.0.7/pkg is a directory; dependency checking of directories is unsound
824:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parse-json@5.2.0/pkg is a directory; dependency checking of directories is unsound
825:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parent-module@1.0.1/pkg is a directory; dependency checking of directories is unsound
826:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/node-releases@2.0.6/pkg is a directory; dependency checking of directories is unsound
827:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/ms@2.1.2/pkg is a directory; dependency checking of directories is unsound
828:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/lines-and-columns@1.2.4/pkg is a directory; dependency checking of directories is unsound
829:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json5@2.2.3/pkg is a directory; dependency checking of directories is unsound
830:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json-parse-even-better-errors@2.3.1/pkg is a directory; dependency checking of directories is unsound
...

837:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/has@1.0.3/pkg is a directory; dependency checking of directories is unsound
838:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql-tag@2.12.6_graphql_16.8.1/pkg is a directory; dependency checking of directories is unsound
839:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql@16.8.1/pkg is a directory; dependency checking of directories is unsound
840:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/globals@11.12.0/pkg is a directory; dependency checking of directories is unsound
841:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/gensync@1.0.0-beta.2/pkg is a directory; dependency checking of directories is unsound
842:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/function-bind@1.1.1/pkg is a directory; dependency checking of directories is unsound
843:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escape-string-regexp@1.0.5/pkg is a directory; dependency checking of directories is unsound
844:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escalade@3.1.1/pkg is a directory; dependency checking of directories is unsound
845:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/error-ex@1.3.2/pkg is a directory; dependency checking of directories is unsound
...

1014:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 47s local, disk-cache ... (4 actions running)
1015:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log)
1016:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 49s local, disk-cache ... (4 actions running)
1017:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 54s local, disk-cache ... (4 actions running)
1018:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log)
1019:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 56s local, disk-cache ... (4 actions running)
1020:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 61s local, disk-cache ... (4 actions running)
1021:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log)
1022:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
1023:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
1024:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
1025:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1026:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
1027:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1028:  2024-04-14 22:30:32 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1029:  An error occurred in a `before(:suite)` hook.
1030:  Failure/Error: @pid = Process.spawn(*@command, options)
1031:  Errno::EACCES:
1032:  Permission denied - java
1033:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1034:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1035:  # ./rb/lib/selenium/server.rb:204:in `start'
1036:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1037:  Finished in 0.04954 seconds (files took 0.64504 seconds to load)
1038:  0 examples, 0 failures, 1 error occurred outside of examples
1039:  ================================================================================
1040:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1041:  2024-04-14 22:30:59 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1042:  An error occurred in a `before(:suite)` hook.
1043:  Failure/Error: @pid = Process.spawn(*@command, options)
1044:  Errno::EACCES:
1045:  Permission denied - java
1046:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1047:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1048:  # ./rb/lib/selenium/server.rb:204:in `start'
1049:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1050:  Finished in 0.04178 seconds (files took 0.57755 seconds to load)
1051:  0 examples, 0 failures, 1 error occurred outside of examples
1052:  ================================================================================
1053:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1054:  2024-04-14 22:31:27 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1055:  An error occurred in a `before(:suite)` hook.
1056:  Failure/Error: @pid = Process.spawn(*@command, options)
1057:  Errno::EACCES:
1058:  Permission denied - java
1059:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1060:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1061:  # ./rb/lib/selenium/server.rb:204:in `start'
1062:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1063:  Finished in 0.0446 seconds (files took 0.63037 seconds to load)
1064:  0 examples, 0 failures, 1 error occurred outside of examples
1065:  ================================================================================
1066:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1067:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1068:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1069:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log)
1070:  2024-04-14 22:30:39 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1071:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
1072:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
1073:  An error occurred in a `before(:suite)` hook.
1074:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
1075:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1077:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1078:  Errno::EACCES:
1079:  Permission denied - java
1080:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1081:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1082:  # ./rb/lib/selenium/server.rb:204:in `start'
1083:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1084:  Finished in 0.04381 seconds (files took 0.58177 seconds to load)
1085:  0 examples, 0 failures, 1 error occurred outside of examples
1086:  ================================================================================
1087:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1088:  2024-04-14 22:31:06 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1089:  An error occurred in a `before(:suite)` hook.
1090:  Failure/Error: @pid = Process.spawn(*@command, options)
1091:  Errno::EACCES:
1092:  Permission denied - java
1093:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1094:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1095:  # ./rb/lib/selenium/server.rb:204:in `start'
1096:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1097:  Finished in 0.04259 seconds (files took 0.57475 seconds to load)
1098:  0 examples, 0 failures, 1 error occurred outside of examples
1099:  ================================================================================
1100:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1101:  2024-04-14 22:31:34 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1102:  An error occurred in a `before(:suite)` hook.
1103:  Failure/Error: @pid = Process.spawn(*@command, options)
1104:  Errno::EACCES:
1105:  Permission denied - java
1106:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1107:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1108:  # ./rb/lib/selenium/server.rb:204:in `start'
1109:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1110:  Finished in 0.04506 seconds (files took 0.64124 seconds to load)
1111:  0 examples, 0 failures, 1 error occurred outside of examples
1112:  ================================================================================
1113:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1114:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
1115:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
1116:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log)
1117:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1118:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
1119:  2024-04-14 22:30:46 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1120:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
1121:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
1122:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
1123:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1124:  An error occurred in a `before(:suite)` hook.
1125:  Failure/Error: @pid = Process.spawn(*@command, options)
1126:  Errno::EACCES:
1127:  Permission denied - java
1128:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1129:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1130:  # ./rb/lib/selenium/server.rb:204:in `start'
1131:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1132:  Finished in 0.05552 seconds (files took 0.69115 seconds to load)
1133:  0 examples, 0 failures, 1 error occurred outside of examples
1134:  ================================================================================
1135:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1136:  2024-04-14 22:31:13 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1137:  An error occurred in a `before(:suite)` hook.
1138:  Failure/Error: @pid = Process.spawn(*@command, options)
1139:  Errno::EACCES:
1140:  Permission denied - java
1141:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1142:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1143:  # ./rb/lib/selenium/server.rb:204:in `start'
1144:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1145:  Finished in 0.04401 seconds (files took 0.62355 seconds to load)
1146:  0 examples, 0 failures, 1 error occurred outside of examples
1147:  ================================================================================
1148:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1149:  2024-04-14 22:31:41 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1150:  An error occurred in a `before(:suite)` hook.
1151:  Failure/Error: @pid = Process.spawn(*@command, options)
1152:  Errno::EACCES:
1153:  Permission denied - java
1154:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1155:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1156:  # ./rb/lib/selenium/server.rb:204:in `start'
1157:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1158:  Finished in 0.05311 seconds (files took 0.81668 seconds to load)
1159:  0 examples, 0 failures, 1 error occurred outside of examples
1160:  ================================================================================
1161:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 56s local, disk-cache ... (4 actions, 1 running)
1162:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
1163:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log)
1164:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1165:  2024-04-14 22:30:53 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1166:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
1167:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
1168:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
1169:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
1170:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1171:  An error occurred in a `before(:suite)` hook.
1172:  Failure/Error: @pid = Process.spawn(*@command, options)
1173:  Errno::EACCES:
1174:  Permission denied - java
1175:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1176:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1177:  # ./rb/lib/selenium/server.rb:204:in `start'
1178:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1179:  Finished in 0.04272 seconds (files took 0.60002 seconds to load)
1180:  0 examples, 0 failures, 1 error occurred outside of examples
1181:  ================================================================================
1182:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1183:  2024-04-14 22:31:20 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1184:  An error occurred in a `before(:suite)` hook.
1185:  Failure/Error: @pid = Process.spawn(*@command, options)
1186:  Errno::EACCES:
1187:  Permission denied - java
1188:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1189:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1190:  # ./rb/lib/selenium/server.rb:204:in `start'
1191:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1192:  Finished in 0.04425 seconds (files took 0.61397 seconds to load)
1193:  0 examples, 0 failures, 1 error occurred outside of examples
1194:  ================================================================================
1195:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1196:  2024-04-14 22:31:48 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1197:  An error occurred in a `before(:suite)` hook.
1198:  Failure/Error: @pid = Process.spawn(*@command, options)
1199:  Errno::EACCES:
1200:  Permission denied - java
1201:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1202:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1203:  # ./rb/lib/selenium/server.rb:204:in `start'
1204:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1205:  Finished in 0.05532 seconds (files took 0.70618 seconds to load)
1206:  0 examples, 0 failures, 1 error occurred outside of examples
1207:  ================================================================================
1208:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 8s disk-cache ... (4 actions, 1 running)
1209:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 14s disk-cache ... (4 actions, 2 running)
1210:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log)
1211:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 9s local, disk-cache ... (4 actions, 2 running)
1212:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1213:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 14s local, disk-cache ... (4 actions, 2 running)
1214:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log)
1215:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1216:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 16s local, disk-cache ... (4 actions, 2 running)
1217:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1218:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log)
1219:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
1220:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 28s local, disk-cache ... (4 actions running)
1221:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log)
1222:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 30s local, disk-cache ... (4 actions running)
1223:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 35s local, disk-cache ... (4 actions running)
1224:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log)
1225:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 36s local, disk-cache ... (4 actions running)
1226:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 41s local, disk-cache ... (4 actions running)
1227:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log)
1228:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 42s local, disk-cache ... (4 actions running)
1229:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 44s local, disk-cache ... (4 actions running)
1230:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 48s local, disk-cache ... (4 actions running)
1231:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log)
1232:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1233:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
1234:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
1235:  2024-04-14 22:31:56 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1236:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
1237:  An error occurred in a `before(:suite)` hook.
1238:  Failure/Error: @pid = Process.spawn(*@command, options)
1239:  Errno::EACCES:
1240:  Permission denied - java
1241:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1242:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1243:  # ./rb/lib/selenium/server.rb:204:in `start'
1244:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1245:  Finished in 0.06144 seconds (files took 0.86138 seconds to load)
1246:  0 examples, 0 failures, 1 error occurred outside of examples
1247:  ================================================================================
1248:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1249:  2024-04-14 22:32:10 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1250:  An error occurred in a `before(:suite)` hook.
1251:  Failure/Error: @pid = Process.spawn(*@command, options)
1252:  Errno::EACCES:
1253:  Permission denied - java
1254:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1255:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1256:  # ./rb/lib/selenium/server.rb:204:in `start'
1257:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1258:  Finished in 0.05541 seconds (files took 0.71094 seconds to load)
1259:  0 examples, 0 failures, 1 error occurred outside of examples
1260:  ================================================================================
1261:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1262:  2024-04-14 22:32:37 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1263:  An error occurred in a `before(:suite)` hook.
1264:  Failure/Error: @pid = Process.spawn(*@command, options)
1265:  Errno::EACCES:
1266:  Permission denied - java
1267:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1268:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1269:  # ./rb/lib/selenium/server.rb:204:in `start'
1270:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1271:  Finished in 0.04386 seconds (files took 0.61971 seconds to load)
1272:  0 examples, 0 failures, 1 error occurred outside of examples
1273:  ================================================================================
1274:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
1275:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1276:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1277:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1278:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log)
1279:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1280:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1281:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1282:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1283:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log)
1284:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 58s local, disk-cache ... (4 actions, 3 running)
1285:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 63s local, disk-cache ... (4 actions, 3 running)
1286:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log)
1287:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
1288:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
1289:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1290:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
1291:  2024-04-14 22:32:03 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1292:  An error occurred in a `before(:suite)` hook.
1293:  Failure/Error: @pid = Process.spawn(*@command, options)
1294:  Errno::EACCES:
1295:  Permission denied - java
1296:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1297:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1298:  # ./rb/lib/selenium/server.rb:204:in `start'
1299:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1300:  Finished in 0.05137 seconds (files took 0.64305 seconds to load)
1301:  0 examples, 0 failures, 1 error occurred outside of examples
1302:  ================================================================================
1303:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1304:  2024-04-14 22:32:31 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1305:  An error occurred in a `before(:suite)` hook.
1306:  Failure/Error: @pid = Process.spawn(*@command, options)
1307:  Errno::EACCES:
1308:  Permission denied - java
1309:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1310:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1311:  # ./rb/lib/selenium/server.rb:204:in `start'
1312:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1313:  Finished in 0.0426 seconds (files took 0.6056 seconds to load)
1314:  0 examples, 0 failures, 1 error occurred outside of examples
1315:  ================================================================================
1316:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1317:  2024-04-14 22:32:59 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1318:  An error occurred in a `before(:suite)` hook.
1319:  Failure/Error: @pid = Process.spawn(*@command, options)
1320:  Errno::EACCES:
1321:  Permission denied - java
1322:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1323:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1324:  # ./rb/lib/selenium/server.rb:204:in `start'
1325:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1326:  Finished in 0.04944 seconds (files took 0.70214 seconds to load)
1327:  0 examples, 0 failures, 1 error occurred outside of examples
1328:  ================================================================================
1329:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
1330:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1331:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
1332:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1333:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log)
1334:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1335:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
1336:  2024-04-14 22:32:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1337:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
1338:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
1339:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
1340:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1341:  An error occurred in a `before(:suite)` hook.
1342:  Failure/Error: @pid = Process.spawn(*@command, options)
1343:  Errno::EACCES:
1344:  Permission denied - java
1345:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1346:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1347:  # ./rb/lib/selenium/server.rb:204:in `start'
1348:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1349:  Finished in 0.04208 seconds (files took 0.61658 seconds to load)
1350:  0 examples, 0 failures, 1 error occurred outside of examples
1351:  ================================================================================
1352:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1353:  2024-04-14 22:32:44 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1354:  An error occurred in a `before(:suite)` hook.
1355:  Failure/Error: @pid = Process.spawn(*@command, options)
1356:  Errno::EACCES:
1357:  Permission denied - java
1358:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1359:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1360:  # ./rb/lib/selenium/server.rb:204:in `start'
1361:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1362:  Finished in 0.04463 seconds (files took 0.64993 seconds to load)
1363:  0 examples, 0 failures, 1 error occurred outside of examples
1364:  ================================================================================
1365:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1366:  2024-04-14 22:33:06 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1367:  An error occurred in a `before(:suite)` hook.
1368:  Failure/Error: @pid = Process.spawn(*@command, options)
1369:  Errno::EACCES:
1370:  Permission denied - java
1371:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1372:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1373:  # ./rb/lib/selenium/server.rb:204:in `start'
1374:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1375:  Finished in 0.05401 seconds (files took 0.64476 seconds to load)
1376:  0 examples, 0 failures, 1 error occurred outside of examples
1377:  ================================================================================
1378:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1379:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1380:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1381:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log)
1382:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 57s local, disk-cache ... (4 actions, 2 running)
1383:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
1384:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1385:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 63s local, disk-cache ... (4 actions, 3 running)
1386:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log)
1387:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
1388:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
1389:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
1390:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
1391:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
1392:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1393:  2024-04-14 22:32:24 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1394:  An error occurred in a `before(:suite)` hook.
1395:  Failure/Error: @pid = Process.spawn(*@command, options)
1396:  Errno::EACCES:
1397:  Permission denied - java
1398:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1399:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1400:  # ./rb/lib/selenium/server.rb:204:in `start'
1401:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1402:  Finished in 0.04646 seconds (files took 0.572 seconds to load)
1403:  0 examples, 0 failures, 1 error occurred outside of examples
1404:  ================================================================================
1405:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1406:  2024-04-14 22:32:52 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1407:  An error occurred in a `before(:suite)` hook.
1408:  Failure/Error: @pid = Process.spawn(*@command, options)
1409:  Errno::EACCES:
1410:  Permission denied - java
1411:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1412:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1413:  # ./rb/lib/selenium/server.rb:204:in `start'
1414:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1415:  Finished in 0.06056 seconds (files took 0.88299 seconds to load)
1416:  0 examples, 0 failures, 1 error occurred outside of examples
1417:  ================================================================================
1418:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1419:  2024-04-14 22:33:20 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1420:  An error occurred in a `before(:suite)` hook.
1421:  Failure/Error: @pid = Process.spawn(*@command, options)
1422:  Errno::EACCES:
1423:  Permission denied - java
1424:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1425:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1426:  # ./rb/lib/selenium/server.rb:204:in `start'
1427:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1428:  Finished in 0.04828 seconds (files took 0.65246 seconds to load)
1429:  0 examples, 0 failures, 1 error occurred outside of examples
1430:  ================================================================================
1431:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 16s local, disk-cache ... (4 actions, 2 running)
1432:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 21s local, disk-cache ... (4 actions, 2 running)
1433:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log)
1434:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1435:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1436:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 27s local, disk-cache ... (4 actions, 2 running)
1437:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1438:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log)
1439:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 30s local, disk-cache ... (4 actions, 3 running)
1440:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 35s local, disk-cache ... (4 actions, 3 running)
1441:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log)
1442:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 37s local, disk-cache ... (4 actions, 3 running)
1443:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 41s local, disk-cache ... (4 actions running)
1444:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log)
1445:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 43s local, disk-cache ... (4 actions running)
1446:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 48s local, disk-cache ... (4 actions running)
1447:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log)
1448:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 50s local, disk-cache ... (4 actions running)
1449:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 55s local, disk-cache ... (4 actions running)
1450:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log)
1451:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
1452:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
1453:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
1454:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
1455:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1456:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1457:  2024-04-14 22:33:13 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1458:  An error occurred in a `before(:suite)` hook.
1459:  Failure/Error: @pid = Process.spawn(*@command, options)
1460:  Errno::EACCES:
1461:  Permission denied - java
1462:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1463:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1464:  # ./rb/lib/selenium/server.rb:204:in `start'
1465:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1466:  Finished in 0.068 seconds (files took 0.8049 seconds to load)
1467:  0 examples, 0 failures, 1 error occurred outside of examples
1468:  ================================================================================
1469:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1470:  2024-04-14 22:33:34 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1471:  An error occurred in a `before(:suite)` hook.
1472:  Failure/Error: @pid = Process.spawn(*@command, options)
1473:  Errno::EACCES:
1474:  Permission denied - java
1475:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1476:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1477:  # ./rb/lib/selenium/server.rb:204:in `start'
1478:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1479:  Finished in 0.06649 seconds (files took 0.85314 seconds to load)
1480:  0 examples, 0 failures, 1 error occurred outside of examples
1481:  ================================================================================
1482:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1483:  2024-04-14 22:34:01 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1484:  An error occurred in a `before(:suite)` hook.
1485:  Failure/Error: @pid = Process.spawn(*@command, options)
1486:  Errno::EACCES:
1487:  Permission denied - java
1488:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1489:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1490:  # ./rb/lib/selenium/server.rb:204:in `start'
1491:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1492:  Finished in 0.04435 seconds (files took 0.63136 seconds to load)
1493:  0 examples, 0 failures, 1 error occurred outside of examples
1494:  ================================================================================
1495:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1496:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
1497:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log)
1498:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1499:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1500:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1501:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1502:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log)
1503:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
1504:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1505:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
1506:  2024-04-14 22:33:27 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1507:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
1508:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
1509:  An error occurred in a `before(:suite)` hook.
1510:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
1511:  Failure/Error: @pid = Process.spawn(*@command, options)
1512:  Errno::EACCES:
1513:  Permission denied - java
1514:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1515:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1516:  # ./rb/lib/selenium/server.rb:204:in `start'
1517:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1518:  Finished in 0.04386 seconds (files took 0.63082 seconds to load)
1519:  0 examples, 0 failures, 1 error occurred outside of examples
1520:  ================================================================================
1521:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1522:  2024-04-14 22:33:48 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1523:  An error occurred in a `before(:suite)` hook.
1524:  Failure/Error: @pid = Process.spawn(*@command, options)
1525:  Errno::EACCES:
1526:  Permission denied - java
1527:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1528:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1529:  # ./rb/lib/selenium/server.rb:204:in `start'
1530:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1531:  Finished in 0.04281 seconds (files took 0.58301 seconds to load)
1532:  0 examples, 0 failures, 1 error occurred outside of examples
1533:  ================================================================================
1534:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1535:  2024-04-14 22:34:16 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1536:  An error occurred in a `before(:suite)` hook.
1537:  Failure/Error: @pid = Process.spawn(*@command, options)
1538:  Errno::EACCES:
1539:  Permission denied - java
1540:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1541:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1542:  # ./rb/lib/selenium/server.rb:204:in `start'
1543:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1544:  Finished in 0.06681 seconds (files took 0.73241 seconds to load)
1545:  0 examples, 0 failures, 1 error occurred outside of examples
1546:  ================================================================================
1547:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1548:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1549:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log)
1550:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1551:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 51s local, disk-cache ... (4 actions, 2 running)
1552:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1553:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1554:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log)
1555:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
1556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
1557:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
1558:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
1559:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1560:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1561:  2024-04-14 22:33:41 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1562:  An error occurred in a `before(:suite)` hook.
1563:  Failure/Error: @pid = Process.spawn(*@command, options)
1564:  Errno::EACCES:
1565:  Permission denied - java
1566:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1567:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1568:  # ./rb/lib/selenium/server.rb:204:in `start'
1569:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1570:  Finished in 0.04276 seconds (files took 0.61227 seconds to load)
1571:  0 examples, 0 failures, 1 error occurred outside of examples
1572:  ================================================================================
1573:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1574:  2024-04-14 22:34:08 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1575:  An error occurred in a `before(:suite)` hook.
1576:  Failure/Error: @pid = Process.spawn(*@command, options)
1577:  Errno::EACCES:
1578:  Permission denied - java
1579:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1580:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1581:  # ./rb/lib/selenium/server.rb:204:in `start'
1582:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1583:  Finished in 0.04501 seconds (files took 0.67093 seconds to load)
1584:  0 examples, 0 failures, 1 error occurred outside of examples
1585:  ================================================================================
1586:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1587:  2024-04-14 22:34:29 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1588:  An error occurred in a `before(:suite)` hook.
1589:  Failure/Error: @pid = Process.spawn(*@command, options)
1590:  Errno::EACCES:
1591:  Permission denied - java
1592:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1593:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1594:  # ./rb/lib/selenium/server.rb:204:in `start'
1595:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1596:  Finished in 0.04486 seconds (files took 0.66628 seconds to load)
1597:  0 examples, 0 failures, 1 error occurred outside of examples
1598:  ================================================================================
1599:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 43s local, disk-cache ... (4 actions, 2 running)
1600:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1601:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log)
1602:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
1603:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1604:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1605:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1606:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log)
1607:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1608:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
1609:  2024-04-14 22:33:55 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1610:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
1611:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
1612:  An error occurred in a `before(:suite)` hook.
1613:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
1614:  Failure/Error: @pid = Process.spawn(*@command, options)
1615:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1616:  Errno::EACCES:
1617:  Permission denied - java
1618:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1619:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1620:  # ./rb/lib/selenium/server.rb:204:in `start'
1621:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1622:  Finished in 0.04285 seconds (files took 0.59343 seconds to load)
1623:  0 examples, 0 failures, 1 error occurred outside of examples
1624:  ================================================================================
1625:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1626:  2024-04-14 22:34:22 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1627:  An error occurred in a `before(:suite)` hook.
1628:  Failure/Error: @pid = Process.spawn(*@command, options)
1629:  Errno::EACCES:
1630:  Permission denied - java
1631:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1632:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1633:  # ./rb/lib/selenium/server.rb:204:in `start'
1634:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1635:  Finished in 0.04632 seconds (files took 0.63448 seconds to load)
1636:  0 examples, 0 failures, 1 error occurred outside of examples
1637:  ================================================================================
1638:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1639:  2024-04-14 22:34:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1640:  An error occurred in a `before(:suite)` hook.
1641:  Failure/Error: @pid = Process.spawn(*@command, options)
1642:  Errno::EACCES:
1643:  Permission denied - java
1644:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1645:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1646:  # ./rb/lib/selenium/server.rb:204:in `start'
1647:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1648:  Finished in 0.04403 seconds (files took 0.65009 seconds to load)
1649:  0 examples, 0 failures, 1 error occurred outside of examples
1650:  ================================================================================
1651:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1652:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1653:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log)
1654:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 21s local, disk-cache ... (4 actions, 2 running)
1655:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1656:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1657:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 27s local, disk-cache ... (4 actions, 3 running)
1658:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log)
1659:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1660:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1661:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log)
1662:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 35s local, disk-cache ... (4 actions, 3 running)
1663:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 41s local, disk-cache ... (4 actions running)
1664:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log)
1665:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 42s local, disk-cache ... (4 actions running)
1666:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 48s local, disk-cache ... (4 actions running)
1667:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log)
1668:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 49s local, disk-cache ... (4 actions running)
1669:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 54s local, disk-cache ... (4 actions running)
1670:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log)
1671:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
1672:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
1673:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
1674:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
1675:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1676:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1677:  2024-04-14 22:34:36 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1678:  An error occurred in a `before(:suite)` hook.
1679:  Failure/Error: @pid = Process.spawn(*@command, options)
1680:  Errno::EACCES:
1681:  Permission denied - java
1682:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1683:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1684:  # ./rb/lib/selenium/server.rb:204:in `start'
1685:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1686:  Finished in 0.04419 seconds (files took 0.63342 seconds to load)
1687:  0 examples, 0 failures, 1 error occurred outside of examples
1688:  ================================================================================
1689:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1690:  2024-04-14 22:34:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1691:  An error occurred in a `before(:suite)` hook.
1692:  Failure/Error: @pid = Process.spawn(*@command, options)
1693:  Errno::EACCES:
1694:  Permission denied - java
1695:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1696:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1697:  # ./rb/lib/selenium/server.rb:204:in `start'
1698:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1699:  Finished in 0.0644 seconds (files took 0.75431 seconds to load)
1700:  0 examples, 0 failures, 1 error occurred outside of examples
1701:  ================================================================================
1702:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1703:  2024-04-14 22:35:24 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1704:  An error occurred in a `before(:suite)` hook.
1705:  Failure/Error: @pid = Process.spawn(*@command, options)
1706:  Errno::EACCES:
1707:  Permission denied - java
1708:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1709:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1710:  # ./rb/lib/selenium/server.rb:204:in `start'
1711:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1712:  Finished in 0.04272 seconds (files took 0.57933 seconds to load)
1713:  0 examples, 0 failures, 1 error occurred outside of examples
1714:  ================================================================================
1715:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 43s local, disk-cache ... (4 actions, 3 running)
1716:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
1717:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log)
1718:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1719:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1720:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1721:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1722:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log)
1723:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1724:  2024-04-14 22:34:50 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1725:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
1726:  An error occurred in a `before(:suite)` hook.
1727:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
1728:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1731:  Errno::EACCES:
1732:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1733:  Permission denied - java
1734:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1735:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1736:  # ./rb/lib/selenium/server.rb:204:in `start'
1737:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1738:  Finished in 0.04646 seconds (files took 0.65342 seconds to load)
1739:  0 examples, 0 failures, 1 error occurred outside of examples
1740:  ================================================================================
1741:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1742:  2024-04-14 22:35:11 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1743:  An error occurred in a `before(:suite)` hook.
1744:  Failure/Error: @pid = Process.spawn(*@command, options)
1745:  Errno::EACCES:
1746:  Permission denied - java
1747:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1748:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1749:  # ./rb/lib/selenium/server.rb:204:in `start'
1750:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1751:  Finished in 0.04487 seconds (files took 0.60721 seconds to load)
1752:  0 examples, 0 failures, 1 error occurred outside of examples
1753:  ================================================================================
1754:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1755:  2024-04-14 22:35:38 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1756:  An error occurred in a `before(:suite)` hook.
1757:  Failure/Error: @pid = Process.spawn(*@command, options)
1758:  Errno::EACCES:
1759:  Permission denied - java
1760:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1761:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1762:  # ./rb/lib/selenium/server.rb:204:in `start'
1763:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1764:  Finished in 0.06369 seconds (files took 0.76428 seconds to load)
1765:  0 examples, 0 failures, 1 error occurred outside of examples
1766:  ================================================================================
1767:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1768:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1769:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log)
1770:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1771:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1772:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1773:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1774:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log)
1775:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
1776:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1777:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
1778:  2024-04-14 22:35:04 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1779:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
1780:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
1781:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1782:  An error occurred in a `before(:suite)` hook.
1783:  Failure/Error: @pid = Process.spawn(*@command, options)
1784:  Errno::EACCES:
1785:  Permission denied - java
1786:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1787:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1788:  # ./rb/lib/selenium/server.rb:204:in `start'
1789:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1790:  Finished in 0.04378 seconds (files took 0.60118 seconds to load)
1791:  0 examples, 0 failures, 1 error occurred outside of examples
1792:  ================================================================================
1793:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1794:  2024-04-14 22:35:31 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1795:  An error occurred in a `before(:suite)` hook.
1796:  Failure/Error: @pid = Process.spawn(*@command, options)
1797:  Errno::EACCES:
1798:  Permission denied - java
1799:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1800:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1801:  # ./rb/lib/selenium/server.rb:204:in `start'
1802:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1803:  Finished in 0.06265 seconds (files took 0.70267 seconds to load)
1804:  0 examples, 0 failures, 1 error occurred outside of examples
1805:  ================================================================================
1806:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1807:  2024-04-14 22:35:52 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1808:  An error occurred in a `before(:suite)` hook.
1809:  Failure/Error: @pid = Process.spawn(*@command, options)
1810:  Errno::EACCES:
1811:  Permission denied - java
1812:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1813:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1814:  # ./rb/lib/selenium/server.rb:204:in `start'
1815:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1816:  Finished in 0.04643 seconds (files took 0.63816 seconds to load)
1817:  0 examples, 0 failures, 1 error occurred outside of examples
1818:  ================================================================================
1819:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1820:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1821:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log)
1822:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1823:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1824:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1825:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1826:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log)
1827:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1828:  2024-04-14 22:35:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1829:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
1830:  An error occurred in a `before(:suite)` hook.
1831:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
1832:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1835:  Errno::EACCES:
1836:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1837:  Permission denied - java
1838:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1839:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1840:  # ./rb/lib/selenium/server.rb:204:in `start'
1841:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1842:  Finished in 0.04367 seconds (files took 0.60218 seconds to load)
1843:  0 examples, 0 failures, 1 error occurred outside of examples
1844:  ================================================================================
1845:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1846:  2024-04-14 22:35:45 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1847:  An error occurred in a `before(:suite)` hook.
1848:  Failure/Error: @pid = Process.spawn(*@command, options)
1849:  Errno::EACCES:
1850:  Permission denied - java
1851:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1852:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1853:  # ./rb/lib/selenium/server.rb:204:in `start'
1854:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1855:  Finished in 0.04735 seconds (files took 0.68155 seconds to load)
1856:  0 examples, 0 failures, 1 error occurred outside of examples
1857:  ================================================================================
1858:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1859:  2024-04-14 22:36:06 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1860:  An error occurred in a `before(:suite)` hook.
1861:  Failure/Error: @pid = Process.spawn(*@command, options)
1862:  Errno::EACCES:
1863:  Permission denied - java
1864:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1865:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1866:  # ./rb/lib/selenium/server.rb:204:in `start'
1867:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1868:  Finished in 0.0533 seconds (files took 0.61364 seconds to load)
1869:  0 examples, 0 failures, 1 error occurred outside of examples
1870:  ================================================================================
1871:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1872:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1873:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log)
1874:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1875:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1876:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 27s local, disk-cache ... (4 actions, 2 running)
1877:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log)
1878:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1879:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1880:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1881:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log)
1882:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1883:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 41s local, disk-cache ... (4 actions running)
1884:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log)
1885:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 43s local, disk-cache ... (4 actions running)
1886:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 48s local, disk-cache ... (4 actions running)
1887:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log)
1888:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 49s local, disk-cache ... (4 actions running)
1889:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 54s local, disk-cache ... (4 actions running)
1890:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log)
1891:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
1892:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
1893:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
1894:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
1895:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1896:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1897:  2024-04-14 22:35:59 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1898:  An error occurred in a `before(:suite)` hook.
1899:  Failure/Error: @pid = Process.spawn(*@command, options)
1900:  Errno::EACCES:
1901:  Permission denied - java
1902:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1903:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1904:  # ./rb/lib/selenium/server.rb:204:in `start'
1905:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1906:  Finished in 0.04584 seconds (files took 0.67608 seconds to load)
1907:  0 examples, 0 failures, 1 error occurred outside of examples
1908:  ================================================================================
1909:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1910:  2024-04-14 22:36:20 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1911:  An error occurred in a `before(:suite)` hook.
1912:  Failure/Error: @pid = Process.spawn(*@command, options)
1913:  Errno::EACCES:
1914:  Permission denied - java
1915:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1916:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1917:  # ./rb/lib/selenium/server.rb:204:in `start'
1918:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1919:  Finished in 0.05763 seconds (files took 0.75791 seconds to load)
1920:  0 examples, 0 failures, 1 error occurred outside of examples
1921:  ================================================================================
1922:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1923:  2024-04-14 22:36:47 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1924:  An error occurred in a `before(:suite)` hook.
1925:  Failure/Error: @pid = Process.spawn(*@command, options)
1926:  Errno::EACCES:
1927:  Permission denied - java
1928:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1929:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1930:  # ./rb/lib/selenium/server.rb:204:in `start'
1931:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1932:  Finished in 0.0449 seconds (files took 0.62646 seconds to load)
1933:  0 examples, 0 failures, 1 error occurred outside of examples
1934:  ================================================================================
1935:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1936:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
1937:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log)
1938:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1939:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1940:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1941:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1942:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log)
1943:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
1944:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
1945:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1946:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
1947:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
1948:  2024-04-14 22:36:13 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1949:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
1950:  An error occurred in a `before(:suite)` hook.
1951:  Failure/Error: @pid = Process.spawn(*@command, options)
1952:  Errno::EACCES:
1953:  Permission denied - java
1954:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1955:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1956:  # ./rb/lib/selenium/server.rb:204:in `start'
1957:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1958:  Finished in 0.04592 seconds (files took 0.71447 seconds to load)
1959:  0 examples, 0 failures, 1 error occurred outside of examples
1960:  ================================================================================
1961:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1962:  2024-04-14 22:36:34 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1963:  An error occurred in a `before(:suite)` hook.
1964:  Failure/Error: @pid = Process.spawn(*@command, options)
1965:  Errno::EACCES:
1966:  Permission denied - java
1967:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1968:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1969:  # ./rb/lib/selenium/server.rb:204:in `start'
1970:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1971:  Finished in 0.04213 seconds (files took 0.57592 seconds to load)
1972:  0 examples, 0 failures, 1 error occurred outside of examples
1973:  ================================================================================
1974:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1975:  2024-04-14 22:37:01 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1976:  An error occurred in a `before(:suite)` hook.
1977:  Failure/Error: @pid = Process.spawn(*@command, options)
1978:  Errno::EACCES:
1979:  Permission denied - java
1980:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1981:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1982:  # ./rb/lib/selenium/server.rb:204:in `start'
1983:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1984:  Finished in 0.06787 seconds (files took 0.82031 seconds to load)
1985:  0 examples, 0 failures, 1 error occurred outside of examples
1986:  ================================================================================
1987:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1988:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1989:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log)
1990:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1991:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1992:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1993:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1994:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log)
1995:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
1996:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
1997:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
1998:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
1999:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2000:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2001:  2024-04-14 22:36:27 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2002:  An error occurred in a `before(:suite)` hook.
2003:  Failure/Error: @pid = Process.spawn(*@command, options)
2004:  Errno::EACCES:
2005:  Permission denied - java
2006:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2007:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2008:  # ./rb/lib/selenium/server.rb:204:in `start'
2009:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2010:  Finished in 0.04305 seconds (files took 0.5983 seconds to load)
2011:  0 examples, 0 failures, 1 error occurred outside of examples
2012:  ================================================================================
2013:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2014:  2024-04-14 22:36:54 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.04543 seconds (files took 0.67786 seconds to load)
2024:  0 examples, 0 failures, 1 error occurred outside of examples
2025:  ================================================================================
2026:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2027:  2024-04-14 22:37:15 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.04866 seconds (files took 0.63983 seconds to load)
2037:  0 examples, 0 failures, 1 error occurred outside of examples
2038:  ================================================================================
2039:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
2040:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
2041:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log)
2042:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
2043:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
2044:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
2045:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
2046:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log)
2047:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
2048:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2049:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2050:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2051:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
2052:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2053:  2024-04-14 22:36:40 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2054:  An error occurred in a `before(:suite)` hook.
2055:  Failure/Error: @pid = Process.spawn(*@command, options)
2056:  Errno::EACCES:
2057:  Permission denied - java
2058:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2059:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2060:  # ./rb/lib/selenium/server.rb:204:in `start'
2061:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2062:  Finished in 0.04464 seconds (files took 0.60111 seconds to load)
2063:  0 examples, 0 failures, 1 error occurred outside of examples
2064:  ================================================================================
2065:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2066:  2024-04-14 22:37:08 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2067:  An error occurred in a `before(:suite)` hook.
2068:  Failure/Error: @pid = Process.spawn(*@command, options)
2069:  Errno::EACCES:
2070:  Permission denied - java
2071:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2072:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2073:  # ./rb/lib/selenium/server.rb:204:in `start'
2074:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2075:  Finished in 0.04876 seconds (files took 0.6855 seconds to load)
2076:  0 examples, 0 failures, 1 error occurred outside of examples
2077:  ================================================================================
2078:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2079:  2024-04-14 22:37:29 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2080:  An error occurred in a `before(:suite)` hook.
2081:  Failure/Error: @pid = Process.spawn(*@command, options)
2082:  Errno::EACCES:
2083:  Permission denied - java
2084:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2085:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2086:  # ./rb/lib/selenium/server.rb:204:in `start'
2087:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2088:  Finished in 0.04447 seconds (files took 0.62776 seconds to load)
2089:  0 examples, 0 failures, 1 error occurred outside of examples
2090:  ================================================================================
2091:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 15s local, disk-cache ... (3 actions, 2 running)
2092:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 20s local, disk-cache ... (3 actions, 2 running)
2093:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log)
2094:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 22s local, disk-cache ... (3 actions, 2 running)
2095:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 25s local, disk-cache ... (3 actions, 2 running)
2096:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 27s local, disk-cache ... (3 actions running)
2097:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log)
2098:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 28s local, disk-cache ... (3 actions running)
2099:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 34s local, disk-cache ... (3 actions running)
2100:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log)
2101:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 35s local, disk-cache ... (3 actions running)
2102:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 40s local, disk-cache ... (3 actions running)
2103:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log)
2104:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 42s local, disk-cache ... (3 actions running)
2105:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 47s local, disk-cache ... (3 actions running)
2106:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log)
2107:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
2108:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2109:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2110:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2111:  2024-04-14 22:37:22 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2112:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2113:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2114:  An error occurred in a `before(:suite)` hook.
2115:  Failure/Error: @pid = Process.spawn(*@command, options)
2116:  Errno::EACCES:
2117:  Permission denied - java
2118:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2119:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2120:  # ./rb/lib/selenium/server.rb:204:in `start'
2121:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2122:  Finished in 0.04778 seconds (files took 0.64971 seconds to load)
2123:  0 examples, 0 failures, 1 error occurred outside of examples
2124:  ================================================================================
2125:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2126:  2024-04-14 22:37:42 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2127:  An error occurred in a `before(:suite)` hook.
2128:  Failure/Error: @pid = Process.spawn(*@command, options)
2129:  Errno::EACCES:
2130:  Permission denied - java
2131:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2132:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2133:  # ./rb/lib/selenium/server.rb:204:in `start'
2134:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2135:  Finished in 0.0424 seconds (files took 0.57587 seconds to load)
2136:  0 examples, 0 failures, 1 error occurred outside of examples
2137:  ================================================================================
2138:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2139:  2024-04-14 22:38:03 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2140:  An error occurred in a `before(:suite)` hook.
2141:  Failure/Error: @pid = Process.spawn(*@command, options)
2142:  Errno::EACCES:
2143:  Permission denied - java
2144:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2145:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2146:  # ./rb/lib/selenium/server.rb:204:in `start'
2147:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2148:  Finished in 0.04406 seconds (files took 0.58768 seconds to load)
2149:  0 examples, 0 failures, 1 error occurred outside of examples
2150:  ================================================================================
2151:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 35s local, disk-cache ... (2 actions running)
2152:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 40s local, disk-cache ... (2 actions running)
2153:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log)
2154:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 41s local, disk-cache ... (2 actions running)
2155:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 45s local, disk-cache ... (2 actions running)
2156:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 47s local, disk-cache ... (2 actions running)
2157:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log)
2158:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
2159:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2160:  2024-04-14 22:37:36 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2161:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2162:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2163:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2164:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2165:  An error occurred in a `before(:suite)` hook.
2166:  Failure/Error: @pid = Process.spawn(*@command, options)
2167:  Errno::EACCES:
2168:  Permission denied - java
2169:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2170:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2171:  # ./rb/lib/selenium/server.rb:204:in `start'
2172:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2173:  Finished in 0.05348 seconds (files took 0.60037 seconds to load)
2174:  0 examples, 0 failures, 1 error occurred outside of examples
2175:  ================================================================================
2176:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2177:  2024-04-14 22:37:56 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2178:  An error occurred in a `before(:suite)` hook.
2179:  Failure/Error: @pid = Process.spawn(*@command, options)
2180:  Errno::EACCES:
2181:  Permission denied - java
2182:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2183:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2184:  # ./rb/lib/selenium/server.rb:204:in `start'
2185:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2186:  Finished in 0.0454 seconds (files took 0.63289 seconds to load)
2187:  0 examples, 0 failures, 1 error occurred outside of examples
2188:  ================================================================================
2189:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2190:  2024-04-14 22:38:16 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2191:  An error occurred in a `before(:suite)` hook.
2192:  Failure/Error: @pid = Process.spawn(*@command, options)
2193:  Errno::EACCES:
2194:  Permission denied - java
2195:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2196:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2197:  # ./rb/lib/selenium/server.rb:204:in `start'
2198:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2199:  Finished in 0.04288 seconds (files took 0.60958 seconds to load)
2200:  0 examples, 0 failures, 1 error occurred outside of examples
2201:  ================================================================================
2202:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 35s local, disk-cache
2203:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 40s local, disk-cache
2204:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log)
2205:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
2206:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2207:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2208:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2209:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
2210:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
2211:  2024-04-14 22:37:49 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2212:  An error occurred in a `before(:suite)` hook.
2213:  Failure/Error: @pid = Process.spawn(*@command, options)
2214:  Errno::EACCES:
2215:  Permission denied - java
2216:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2217:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2218:  # ./rb/lib/selenium/server.rb:204:in `start'
2219:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2220:  Finished in 0.04502 seconds (files took 0.65508 seconds to load)
2221:  0 examples, 0 failures, 1 error occurred outside of examples
2222:  ================================================================================
2223:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
2224:  2024-04-14 22:38:09 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2225:  An error occurred in a `before(:suite)` hook.
2226:  Failure/Error: @pid = Process.spawn(*@command, options)
2227:  Errno::EACCES:
2228:  Permission denied - java
2229:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2230:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2231:  # ./rb/lib/selenium/server.rb:204:in `start'
2232:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2233:  Finished in 0.04216 seconds (files took 0.57755 seconds to load)
2234:  0 examples, 0 failures, 1 error occurred outside of examples
2235:  ================================================================================
2236:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
2237:  2024-04-14 22:38:23 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2238:  An error occurred in a `before(:suite)` hook.
2239:  Failure/Error: @pid = Process.spawn(*@command, options)
2240:  Errno::EACCES:
2241:  Permission denied - java
2242:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2243:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2244:  # ./rb/lib/selenium/server.rb:204:in `start'
2245:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2246:  Finished in 0.0438 seconds (files took 0.60035 seconds to load)
2247:  0 examples, 0 failures, 1 error occurred outside of examples
2248:  ================================================================================
2249:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s disk-cache
2250:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
2251:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
2252:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 6s local, disk-cache
2253:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log)
2254:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 8s local, disk-cache
2255:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 13s local, disk-cache
2256:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log)
2257:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 15s local, disk-cache
2258:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 21s local, disk-cache
2259:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log)
2260:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
2261:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2262:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2263:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2264:  2024-04-14 22:38:40 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2265:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2266:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2267:  An error occurred in a `before(:suite)` hook.
2268:  Failure/Error: @pid = Process.spawn(*@command, options)
2269:  Errno::EACCES:
2270:  Permission denied - java
2271:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2272:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2273:  # ./rb/lib/selenium/server.rb:204:in `start'
2274:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2275:  Finished in 0.04243 seconds (files took 0.58104 seconds to load)
2276:  0 examples, 0 failures, 1 error occurred outside of examples
2277:  ================================================================================
2278:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2279:  2024-04-14 22:38:47 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2280:  An error occurred in a `before(:suite)` hook.
2281:  Failure/Error: @pid = Process.spawn(*@command, options)
2282:  Errno::EACCES:
2283:  Permission denied - java
2284:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2285:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2286:  # ./rb/lib/selenium/server.rb:204:in `start'
2287:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2288:  Finished in 0.04522 seconds (files took 0.62241 seconds to load)
2289:  0 examples, 0 failures, 1 error occurred outside of examples
2290:  ================================================================================
2291:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2292:  2024-04-14 22:38:55 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2293:  An error occurred in a `before(:suite)` hook.
2294:  Failure/Error: @pid = Process.spawn(*@command, options)
2295:  Errno::EACCES:
2296:  Permission denied - java
2297:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2298:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2299:  # ./rb/lib/selenium/server.rb:204:in `start'
2300:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2301:  Finished in 0.04197 seconds (files took 0.6262 seconds to load)
2302:  0 examples, 0 failures, 1 error occurred outside of examples
2303:  ================================================================================
2304:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s disk-cache
2305:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
2306:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
2307:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 6s local, disk-cache
2308:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log)
2309:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 8s local, disk-cache
2310:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 13s local, disk-cache
2311:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log)
2312:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 15s local, disk-cache
2313:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 21s local, disk-cache
2314:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log)
2315:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
2316:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2317:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
2318:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
2319:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2320:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2321:  2024-04-14 22:39:12 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2322:  An error occurred in a `before(:suite)` hook.
2323:  Failure/Error: @pid = Process.spawn(*@command, options)
2324:  Errno::EACCES:
2325:  Permission denied - java
2326:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2327:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2328:  # ./rb/lib/selenium/server.rb:204:in `start'
2329:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2330:  Finished in 0.04207 seconds (files took 0.59322 seconds to load)
2331:  0 examples, 0 failures, 1 error occurred outside of examples
2332:  ================================================================================
2333:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2334:  2024-04-14 22:39:19 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2335:  An error occurred in a `before(:suite)` hook.
2336:  Failure/Error: @pid = Process.spawn(*@command, options)
2337:  Errno::EACCES:
2338:  Permission denied - java
2339:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2340:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2341:  # ./rb/lib/selenium/server.rb:204:in `start'
2342:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2343:  Finished in 0.04287 seconds (files took 0.60855 seconds to load)
2344:  0 examples, 0 failures, 1 error occurred outside of examples
2345:  ================================================================================
2346:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2347:  2024-04-14 22:39:26 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2348:  An error occurred in a `before(:suite)` hook.
2349:  Failure/Error: @pid = Process.spawn(*@command, options)
2350:  Errno::EACCES:
2351:  Permission denied - java
2352:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2353:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2354:  # ./rb/lib/selenium/server.rb:204:in `start'
2355:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2356:  Finished in 0.0442 seconds (files took 0.64104 seconds to load)
2357:  0 examples, 0 failures, 1 error occurred outside of examples
2358:  ================================================================================
2359:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 0s disk-cache
2360:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
2361:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
2362:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 6s local, disk-cache
2363:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log)
2364:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 8s local, disk-cache
2365:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 13s local, disk-cache
2366:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log)
2367:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 15s local, disk-cache
2368:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 21s local, disk-cache
2369:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log)
2370:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
2371:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2372:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
2373:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
2374:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2375:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2376:  2024-04-14 22:39:44 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2377:  An error occurred in a `before(:suite)` hook.
2378:  Failure/Error: @pid = Process.spawn(*@command, options)
2379:  Errno::EACCES:
2380:  Permission denied - java
2381:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2382:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2383:  # ./rb/lib/selenium/server.rb:204:in `start'
2384:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2385:  Finished in 0.04321 seconds (files took 0.60051 seconds to load)
2386:  0 examples, 0 failures, 1 error occurred outside of examples
2387:  ================================================================================
2388:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2389:  2024-04-14 22:39:51 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2390:  An error occurred in a `before(:suite)` hook.
2391:  Failure/Error: @pid = Process.spawn(*@command, options)
2392:  Errno::EACCES:
2393:  Permission denied - java
2394:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2395:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2396:  # ./rb/lib/selenium/server.rb:204:in `start'
2397:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2398:  Finished in 0.04257 seconds (files took 0.59242 seconds to load)
2399:  0 examples, 0 failures, 1 error occurred outside of examples
2400:  ================================================================================
2401:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2402:  2024-04-14 22:39:58 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2403:  An error occurred in a `before(:suite)` hook.
2404:  Failure/Error: @pid = Process.spawn(*@command, options)
2405:  Errno::EACCES:
2406:  Permission denied - java
2407:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2408:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2409:  # ./rb/lib/selenium/server.rb:204:in `start'
2410:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2411:  Finished in 0.04324 seconds (files took 0.61473 seconds to load)
2412:  0 examples, 0 failures, 1 error occurred outside of examples
2413:  ================================================================================
2414:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 0s disk-cache
2415:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
2416:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
2417:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 6s local, disk-cache
2418:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log)
2419:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 7s local, disk-cache
2420:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 13s local, disk-cache
2421:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log)
2422:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 14s local, disk-cache
2423:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 20s local, disk-cache
2424:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log)
2425:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
2426:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2427:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2428:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2429:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2430:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2431:  2024-04-14 22:40:15 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2432:  An error occurred in a `before(:suite)` hook.
2433:  Failure/Error: @pid = Process.spawn(*@command, options)
2434:  Errno::EACCES:
2435:  Permission denied - java
2436:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2437:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2438:  # ./rb/lib/selenium/server.rb:204:in `start'
2439:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2440:  Finished in 0.04394 seconds (files took 0.58404 seconds to load)
2441:  0 examples, 0 failures, 1 error occurred outside of examples
2442:  ================================================================================
2443:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2444:  2024-04-14 22:40:23 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2445:  An error occurred in a `before(:suite)` hook.
2446:  Failure/Error: @pid = Process.spawn(*@command, options)
2447:  Errno::EACCES:
2448:  Permission denied - java
2449:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2450:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2451:  # ./rb/lib/selenium/server.rb:204:in `start'
2452:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2453:  Finished in 0.04297 seconds (files took 0.60191 seconds to load)
2454:  0 examples, 0 failures, 1 error occurred outside of examples
2455:  ================================================================================
2456:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2457:  2024-04-14 22:40:30 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2458:  An error occurred in a `before(:suite)` hook.
2459:  Failure/Error: @pid = Process.spawn(*@command, options)
2460:  Errno::EACCES:
2461:  Permission denied - java
2462:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2463:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2464:  # ./rb/lib/selenium/server.rb:204:in `start'
2465:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2466:  Finished in 0.04208 seconds (files took 0.60214 seconds to load)
2467:  0 examples, 0 failures, 1 error occurred outside of examples
2468:  ================================================================================
2469:  �[32mINFO: �[0mFound 27 test targets...
2470:  �[32mINFO: �[0mElapsed time: 816.841s, Critical Path: 180.07s
2471:  �[32mINFO: �[0m2684 processes: 1480 disk cache hit, 1059 internal, 145 local.
2472:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2684 total actions
2473:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2474:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.0s, dev = 0.2s
2475:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2476:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2477:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2478:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.6s
2479:  Stats over 3 runs: max = 6.6s, min = 6.6s, avg = 6.6s, dev = 0.0s
2480:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2481:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2482:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2483:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2484:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2485:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2486:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2487:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2488:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2489:  Stats over 3 runs: max = 7.5s, min = 6.7s, avg = 7.0s, dev = 0.3s
2490:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2491:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2492:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2493:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2494:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2495:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2496:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2497:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2498:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2499:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.2s
2500:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2501:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2502:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2503:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2504:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.8s, dev = 0.1s
2505:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2506:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2507:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2508:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2509:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2510:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2511:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2512:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2513:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2514:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2515:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
2516:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
2517:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
2518:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2519:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.3s
2520:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2521:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2522:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2523:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2524:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 7.0s, dev = 0.3s
2525:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2526:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2527:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2528:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2529:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.3s
2530:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
2531:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
2532:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
2533:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2534:  Stats over 3 runs: max = 6.8s, min = 6.8s, avg = 6.8s, dev = 0.0s
2535:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
2536:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
2537:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
2538:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2539:  Stats over 3 runs: max = 7.2s, min = 6.9s, avg = 7.1s, dev = 0.1s
2540:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2541:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2542:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2543:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2544:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.9s, dev = 0.1s
2545:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2546:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2547:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2548:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2549:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.8s, dev = 0.1s
2550:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
2551:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
2552:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
2553:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2554:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 6.9s, dev = 0.2s
2555:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
2556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
2557:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
2558:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 8.0s
2559:  Stats over 3 runs: max = 8.0s, min = 6.7s, avg = 7.2s, dev = 0.5s
2560:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2561:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2562:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2563:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2564:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.1s
2565:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2566:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
2567:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
2568:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2569:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2570:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2571:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_1.log
2572:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test_attempts/attempt_2.log
2573:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2574:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2575:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2576:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_1.log
2577:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test_attempts/attempt_2.log
2578:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2579:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.2s, dev = 0.2s
2580:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
2581:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
2582:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
2583:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2584:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2587:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2588:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2589:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.0s
2590:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2591:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2592:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2593:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2594:  Stats over 3 runs: max = 7.5s, min = 6.8s, avg = 7.1s, dev = 0.3s
2595:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
2596:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
2597:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
2598:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2599:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.9s, dev = 0.1s
2600:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2601:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2602:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2603:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2604:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2606:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2607:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2608:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
2609:  �[0m
2610:  ##[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
Copy link
Member

diemol commented Apr 15, 2024

/analyze

Copy link

The analyze command only supports the following languages: python, java, cpp, javascript, typescript, jsx, tsx, csharp

Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @titusfortner!

@diemol diemol merged commit 9f51236 into trunk Apr 15, 2024
28 of 30 checks passed
@diemol diemol deleted the sm_thin_rb branch April 15, 2024 08:14
@Earlopain
Copy link
Contributor

Hi @titusfortner, you wrote that DriverFinder is not private api and should be deprecated. However the path method was removed which broke the rails test suite (and probably users system tests). Is that intentional? rails/rails#51658

@simi
Copy link

simi commented Apr 25, 2024

ℹ️ this broke RubyGems.org build as well https://github.com/rubygems/rubygems.org/actions/runs/8834385973/job/24255908169?pr=4645

p0deje added a commit that referenced this pull request Apr 25, 2024
This was accidentally removed in #13386.
Fixes #13876.
Related to rails/rails#51658.
p0deje added a commit that referenced this pull request Apr 25, 2024
This was accidentally removed in #13386.
Fixes #13876.
Related to rails/rails#51658.
p0deje added a commit that referenced this pull request Apr 25, 2024
This was accidentally removed in #13386.
Fixes #13876.
Related to rails/rails#51658.
p0deje added a commit that referenced this pull request Apr 26, 2024
This was accidentally removed in #13386.
Fixes #13876.
Related to rails/rails#51658.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants