Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[java] Selenium Manager generates output from argument list #13385

Merged
merged 8 commits into from
Apr 14, 2024
Merged

Conversation

titusfortner
Copy link
Member

@titusfortner titusfortner commented Jan 2, 2024

Description

  • Have DriverFinder convert the Capabilities into the arguments required by Selenium Manager binary
  • Deprecate existing getPath() method

Motivation and Context

Updates

Updates:

  • Changes getPath() to getResult() in DriverFinder as well. The name isn't great, but it is the name of the current class and I can't think of anything better. (getPaths()? SeleniumManagerOutput()?)
  • browserVersion is set to null in the 3 applicable driver classes instead of DriverFinder, and only if there is a browser path.
  • Removing instead of deprecating the methods that are no longer used
  • File validations are done in the Results class
  • No longer a specific "Selenium Manager" error, the specific errors in SM class will bubble up anyway, and it makes the try/catch easier.

Status

  • Do we want a different name than getResult()?
  • I'm going to add tests still

@titusfortner
Copy link
Member Author

Do I need to deprecate, or can I just remove because the class is annotated as @beta?

@titusfortner
Copy link
Member Author

and should we also rename DriverFinder's getPath() method? I think DriverFinder still makes sense as a class name, since the browser information is related to driver finding, but the return value is no longer a path.

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.

I would delete since it is market as beta.

My only concern is that we do not have enough tests to properly verify this refactor. Haven't we had the situation in the past where moving some arguments around ended up in some bugs?

@titusfortner
Copy link
Member Author

Tests are a good idea. 😂

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.82%. Comparing base (8d77159) to head (2dce1d9).
Report is 1 commits behind head on trunk.

❗ Current head 2dce1d9 differs from pull request most recent head 0a296f0. Consider uploading reports for the commit 0a296f0 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   #13385   +/-   ##
=======================================
  Coverage   58.82%   58.82%           
=======================================
  Files          86       86           
  Lines        5272     5272           
  Branches      219      219           
=======================================
  Hits         3101     3101           
  Misses       1952     1952           
  Partials      219      219           

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

@titusfortner titusfortner force-pushed the sm_thin_java branch 3 times, most recently from b5cf270 to af7d1fc Compare January 11, 2024 21:59
@titusfortner titusfortner requested a review from diemol January 12, 2024 15:17
@titusfortner
Copy link
Member Author

Ok, refactored along the lines of Simon's suggestions, added tests, they pass, I'm generally happy with the naming I think right now, and it's matching Ruby & Python PRs. This can be merged once approved.

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.

👍

Copy link
Contributor

qodo-merge-pro bot commented Mar 25, 2024

CI Failure Feedback

(Checks updated until commit 0a296f0)

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

Failed stage: Run Bazel [❌]

Failure summary:

All tests failed due to a permission denied error when attempting to spawn a process with the
command provided. This indicates an issue with the execution environment's permissions, specifically
regarding the ability to execute the Java command or spawn new processes. The error Errno::EACCES:
Permission denied - java suggests that the test environment does not have the necessary permissions
to execute the Java binary, which is critical for running Selenium WebDriver tests.

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

707:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
708:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
709:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/@[email protected]/pkg is a directory; dependency checking of directories is unsound
710:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]_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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]_2109932580/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/[email protected]/pkg is a directory; dependency checking of directories is unsound
...

745:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
746:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
747:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
748:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
749:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
750:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
751:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
752:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
753:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/[email protected]/pkg is a directory; dependency checking of directories is unsound
...

878:  �[32m[2,752 / 2,887]�[0m Running bundle install (@bundle//:bundle); 23s local, disk-cache ... (4 actions, 2 running)
879:  �[32m[2,755 / 2,887]�[0m Running bundle install (@bundle//:bundle); 25s local, disk-cache ... (2 actions, 1 running)
880:  �[32m[2,755 / 2,887]�[0m Running bundle install (@bundle//:bundle); 26s local, disk-cache ... (2 actions running)
881:  �[32m[2,756 / 2,887]�[0m Running bundle install (@bundle//:bundle); 27s local, disk-cache ... (2 actions, 1 running)
882:  �[32m[2,756 / 2,887]�[0m Running bundle install (@bundle//:bundle); 29s local, disk-cache ... (2 actions running)
883:  �[32m[2,757 / 2,887]�[0m Running bundle install (@bundle//:bundle); 32s local, disk-cache ... (2 actions, 1 running)
884:  �[32m[2,758 / 2,887]�[0m Running bundle install (@bundle//:bundle); 34s local, disk-cache ... (3 actions running)
885:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
886:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
887:  private final ErrorCodes errorCodes;
888:  ^
889:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
890:  this.errorCodes = new ErrorCodes();
891:  ^
892:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
893:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
894:  ^
895:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
896:  ErrorCodes errorCodes = new ErrorCodes();
897:  ^
898:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
899:  ErrorCodes errorCodes = new ErrorCodes();
900:  ^
901:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
902:  response.setStatus(ErrorCodes.SUCCESS);
903:  ^
904:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
905:  response.setState(ErrorCodes.SUCCESS_STRING);
906:  ^
907:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
908:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
909:  ^
910:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
911:  new ErrorCodes().getExceptionType((String) rawError);
912:  ^
913:  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
914:  private final ErrorCodes errorCodes = new ErrorCodes();
915:  ^
916:  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
917:  private final ErrorCodes errorCodes = new ErrorCodes();
918:  ^
919:  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
920:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
921:  ^
922:  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
923:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
924:  ^
925:  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
926:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
927:  ^
928:  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
929:  response.setStatus(ErrorCodes.SUCCESS);
930:  ^
931:  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
932:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
933:  ^
934:  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
935:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
936:  ^
937:  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
938:  private final ErrorCodes errorCodes = new ErrorCodes();
939:  ^
940:  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
941:  private final ErrorCodes errorCodes = new ErrorCodes();
942:  ^
943:  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
944:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
945:  ^
946:  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
947:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
948:  ^
949:  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
950:  response.setStatus(ErrorCodes.SUCCESS);
...

1117:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 47s local, disk-cache ... (4 actions running)
1118:  �[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)
1119:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 49s local, disk-cache ... (4 actions running)
1120:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 54s local, disk-cache ... (4 actions running)
1121:  �[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)
1122:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 56s local, disk-cache ... (4 actions running)
1123:  �[32m[2,887 / 2,910]�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 61s local, disk-cache ... (4 actions running)
1124:  �[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)
1125:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
1126:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
1127:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
1128:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1129:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
1130:  2024-04-14 21:14:18 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
1131:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1132:  An error occurred in a `before(:suite)` hook.
1133:  Failure/Error: @pid = Process.spawn(*@command, options)
1134:  Errno::EACCES:
1135:  Permission denied - java
1136:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1137:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1138:  # ./rb/lib/selenium/server.rb:204:in `start'
1139:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1140:  Finished in 0.05313 seconds (files took 0.63863 seconds to load)
1141:  0 examples, 0 failures, 1 error occurred outside of examples
1142:  ================================================================================
1143:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1144:  2024-04-14 21:14:45 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
1145:  An error occurred in a `before(:suite)` hook.
1146:  Failure/Error: @pid = Process.spawn(*@command, options)
1147:  Errno::EACCES:
1148:  Permission denied - java
1149:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1150:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1151:  # ./rb/lib/selenium/server.rb:204:in `start'
1152:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1153:  Finished in 0.04214 seconds (files took 0.58423 seconds to load)
1154:  0 examples, 0 failures, 1 error occurred outside of examples
1155:  ================================================================================
1156:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1157:  2024-04-14 21:15:12 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
1158:  An error occurred in a `before(:suite)` hook.
1159:  Failure/Error: @pid = Process.spawn(*@command, options)
1160:  Errno::EACCES:
1161:  Permission denied - java
1162:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1163:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1164:  # ./rb/lib/selenium/server.rb:204:in `start'
1165:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1166:  Finished in 0.04508 seconds (files took 0.58692 seconds to load)
1167:  0 examples, 0 failures, 1 error occurred outside of examples
1168:  ================================================================================
1169:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1170:  �[32m[2,888 / 2,910]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1171:  �[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)
1172:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
1173:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
1174:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1175:  2024-04-14 21:14:25 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1176:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
1177:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
1178:  An error occurred in a `before(:suite)` hook.
1179:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1180:  Failure/Error: @pid = Process.spawn(*@command, options)
1181:  Errno::EACCES:
1182:  Permission denied - java
1183:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1184:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1185:  # ./rb/lib/selenium/server.rb:204:in `start'
1186:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1187:  Finished in 0.04458 seconds (files took 0.59713 seconds to load)
1188:  0 examples, 0 failures, 1 error occurred outside of examples
1189:  ================================================================================
1190:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1191:  2024-04-14 21:14:52 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
1192:  An error occurred in a `before(:suite)` hook.
1193:  Failure/Error: @pid = Process.spawn(*@command, options)
1194:  Errno::EACCES:
1195:  Permission denied - java
1196:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1197:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1198:  # ./rb/lib/selenium/server.rb:204:in `start'
1199:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1200:  Finished in 0.04382 seconds (files took 0.61179 seconds to load)
1201:  0 examples, 0 failures, 1 error occurred outside of examples
1202:  ================================================================================
1203:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1204:  2024-04-14 21:15:19 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
1205:  An error occurred in a `before(:suite)` hook.
1206:  Failure/Error: @pid = Process.spawn(*@command, options)
1207:  Errno::EACCES:
1208:  Permission denied - java
1209:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1210:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1211:  # ./rb/lib/selenium/server.rb:204:in `start'
1212:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1213:  Finished in 0.04931 seconds (files took 0.64742 seconds to load)
1214:  0 examples, 0 failures, 1 error occurred outside of examples
1215:  ================================================================================
1216:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 55s local, disk-cache ... (4 actions, 2 running)
1217:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 59s local, disk-cache ... (4 actions, 2 running)
1218:  �[32m[2,889 / 2,910]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1219:  �[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)
1220:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1221:  2024-04-14 21:14:31 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
1222:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
1223:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
1224:  An error occurred in a `before(:suite)` hook.
1225:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
1226:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1228:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1229:  Errno::EACCES:
1230:  Permission denied - java
1231:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1232:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1233:  # ./rb/lib/selenium/server.rb:204:in `start'
1234:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1235:  Finished in 0.04663 seconds (files took 0.61942 seconds to load)
1236:  0 examples, 0 failures, 1 error occurred outside of examples
1237:  ================================================================================
1238:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1239:  2024-04-14 21:14:58 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
1240:  An error occurred in a `before(:suite)` hook.
1241:  Failure/Error: @pid = Process.spawn(*@command, options)
1242:  Errno::EACCES:
1243:  Permission denied - java
1244:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1245:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1246:  # ./rb/lib/selenium/server.rb:204:in `start'
1247:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1248:  Finished in 0.04474 seconds (files took 0.61439 seconds to load)
1249:  0 examples, 0 failures, 1 error occurred outside of examples
1250:  ================================================================================
1251:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1252:  2024-04-14 21:15:26 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
1253:  An error occurred in a `before(:suite)` hook.
1254:  Failure/Error: @pid = Process.spawn(*@command, options)
1255:  Errno::EACCES:
1256:  Permission denied - java
1257:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1258:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1259:  # ./rb/lib/selenium/server.rb:204:in `start'
1260:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1261:  Finished in 0.04984 seconds (files took 0.78032 seconds to load)
1262:  0 examples, 0 failures, 1 error occurred outside of examples
1263:  ================================================================================
1264:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 56s local, disk-cache ... (4 actions, 1 running)
1265:  �[32m[2,890 / 2,910]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 62s local, disk-cache ... (4 actions, 1 running)
1266:  �[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)
1267:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1268:  2024-04-14 21:14:38 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
1269:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
1270:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
1271:  An error occurred in a `before(:suite)` hook.
1272:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
1273:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1275:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
1276:  Errno::EACCES:
1277:  Permission denied - java
1278:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1279:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1280:  # ./rb/lib/selenium/server.rb:204:in `start'
1281:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1282:  Finished in 0.0444 seconds (files took 0.61542 seconds to load)
1283:  0 examples, 0 failures, 1 error occurred outside of examples
1284:  ================================================================================
1285:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1286:  2024-04-14 21:15:05 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
1287:  An error occurred in a `before(:suite)` hook.
1288:  Failure/Error: @pid = Process.spawn(*@command, options)
1289:  Errno::EACCES:
1290:  Permission denied - java
1291:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1292:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1293:  # ./rb/lib/selenium/server.rb:204:in `start'
1294:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1295:  Finished in 0.04755 seconds (files took 0.66558 seconds to load)
1296:  0 examples, 0 failures, 1 error occurred outside of examples
1297:  ================================================================================
1298:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1299:  2024-04-14 21:15:34 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
1300:  An error occurred in a `before(:suite)` hook.
1301:  Failure/Error: @pid = Process.spawn(*@command, options)
1302:  Errno::EACCES:
1303:  Permission denied - java
1304:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1305:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1306:  # ./rb/lib/selenium/server.rb:204:in `start'
1307:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1308:  Finished in 0.07495 seconds (files took 0.82986 seconds to load)
1309:  0 examples, 0 failures, 1 error occurred outside of examples
1310:  ================================================================================
1311:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 7s disk-cache ... (4 actions, 1 running)
1312:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 13s disk-cache ... (4 actions, 2 running)
1313:  �[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)
1314:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 14s disk-cache ... (4 actions, 2 running)
1315:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 10s local, disk-cache ... (4 actions, 2 running)
1316:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 11s local, disk-cache ... (4 actions, 2 running)
1317:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 14s local, disk-cache ... (4 actions, 2 running)
1318:  �[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)
1319:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1320:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 16s local, disk-cache ... (4 actions, 2 running)
1321:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 21s local, disk-cache ... (4 actions, 3 running)
1322:  �[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)
1323:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 23s local, disk-cache ... (4 actions, 3 running)
1324:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 28s local, disk-cache ... (4 actions running)
1325:  �[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)
1326:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 30s local, disk-cache ... (4 actions running)
1327:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 35s local, disk-cache ... (4 actions running)
1328:  �[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)
1329:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 36s local, disk-cache ... (4 actions running)
1330:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 41s local, disk-cache ... (4 actions running)
1331:  �[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)
1332:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 42s local, disk-cache ... (4 actions running)
1333:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 43s local, disk-cache ... (4 actions running)
1334:  �[32m[2,891 / 2,910]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 48s local, disk-cache ... (4 actions running)
1335:  �[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)
1336:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
1337:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
1338:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
1339:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1340:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
1341:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1342:  2024-04-14 21:15:41 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
1343:  An error occurred in a `before(:suite)` hook.
1344:  Failure/Error: @pid = Process.spawn(*@command, options)
1345:  Errno::EACCES:
1346:  Permission denied - java
1347:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1348:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1349:  # ./rb/lib/selenium/server.rb:204:in `start'
1350:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1351:  Finished in 0.05 seconds (files took 0.79206 seconds to load)
1352:  0 examples, 0 failures, 1 error occurred outside of examples
1353:  ================================================================================
1354:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1355:  2024-04-14 21:15:55 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
1356:  An error occurred in a `before(:suite)` hook.
1357:  Failure/Error: @pid = Process.spawn(*@command, options)
1358:  Errno::EACCES:
1359:  Permission denied - java
1360:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1361:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1362:  # ./rb/lib/selenium/server.rb:204:in `start'
1363:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1364:  Finished in 0.0428 seconds (files took 0.5884 seconds to load)
1365:  0 examples, 0 failures, 1 error occurred outside of examples
1366:  ================================================================================
1367:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
1368:  2024-04-14 21:16:23 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
1369:  An error occurred in a `before(:suite)` hook.
1370:  Failure/Error: @pid = Process.spawn(*@command, options)
1371:  Errno::EACCES:
1372:  Permission denied - java
1373:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1374:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1375:  # ./rb/lib/selenium/server.rb:204:in `start'
1376:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1377:  Finished in 0.04466 seconds (files took 0.62713 seconds to load)
1378:  0 examples, 0 failures, 1 error occurred outside of examples
1379:  ================================================================================
1380:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1381:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1382:  �[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)
1383:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1384:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1385:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1386:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1387:  �[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)
1388:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 56s local, disk-cache ... (4 actions, 3 running)
1389:  �[32m[2,892 / 2,910]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 62s local, disk-cache ... (4 actions, 3 running)
1390:  �[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)
1391:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
1392:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
1393:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
1394:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
1395:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
1396:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1397:  2024-04-14 21:15:49 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
1398:  An error occurred in a `before(:suite)` hook.
1399:  Failure/Error: @pid = Process.spawn(*@command, options)
1400:  Errno::EACCES:
1401:  Permission denied - java
1402:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1403:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1404:  # ./rb/lib/selenium/server.rb:204:in `start'
1405:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1406:  Finished in 0.05455 seconds (files took 0.75953 seconds to load)
1407:  0 examples, 0 failures, 1 error occurred outside of examples
1408:  ================================================================================
1409:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1410:  2024-04-14 21:16:16 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
1411:  An error occurred in a `before(:suite)` hook.
1412:  Failure/Error: @pid = Process.spawn(*@command, options)
1413:  Errno::EACCES:
1414:  Permission denied - java
1415:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1416:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1417:  # ./rb/lib/selenium/server.rb:204:in `start'
1418:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1419:  Finished in 0.04408 seconds (files took 0.6198 seconds to load)
1420:  0 examples, 0 failures, 1 error occurred outside of examples
1421:  ================================================================================
1422:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
1423:  2024-04-14 21:16:44 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
1424:  An error occurred in a `before(:suite)` hook.
1425:  Failure/Error: @pid = Process.spawn(*@command, options)
1426:  Errno::EACCES:
1427:  Permission denied - java
1428:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1429:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1430:  # ./rb/lib/selenium/server.rb:204:in `start'
1431:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1432:  Finished in 0.04387 seconds (files took 0.60274 seconds to load)
1433:  0 examples, 0 failures, 1 error occurred outside of examples
1434:  ================================================================================
1435:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1436:  �[32m[2,893 / 2,910]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1437:  �[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)
1438:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1439:  2024-04-14 21:16:02 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
1440:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
1441:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
1442:  An error occurred in a `before(:suite)` hook.
1443:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
1444:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1446:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1447:  Errno::EACCES:
1448:  Permission denied - java
1449:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1450:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1451:  # ./rb/lib/selenium/server.rb:204:in `start'
1452:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1453:  Finished in 0.045 seconds (files took 0.60556 seconds to load)
1454:  0 examples, 0 failures, 1 error occurred outside of examples
1455:  ================================================================================
1456:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1457:  2024-04-14 21:16:30 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.06334 seconds (files took 0.76891 seconds to load)
1467:  0 examples, 0 failures, 1 error occurred outside of examples
1468:  ================================================================================
1469:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1470:  2024-04-14 21:16:51 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
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.04577 seconds (files took 0.72699 seconds to load)
1480:  0 examples, 0 failures, 1 error occurred outside of examples
1481:  ================================================================================
1482:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1483:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1484:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1485:  �[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)
1486:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 57s local, disk-cache ... (4 actions, 2 running)
1487:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 59s local, disk-cache ... (4 actions, 2 running)
1488:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 60s local, disk-cache ... (4 actions, 2 running)
1489:  �[32m[2,894 / 2,910]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 63s local, disk-cache ... (4 actions, 3 running)
1490:  �[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)
1491:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
1492:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
1493:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
1494:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
1495:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1496:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1497:  2024-04-14 21:16:09 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
1498:  An error occurred in a `before(:suite)` hook.
1499:  Failure/Error: @pid = Process.spawn(*@command, options)
1500:  Errno::EACCES:
1501:  Permission denied - java
1502:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1503:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1504:  # ./rb/lib/selenium/server.rb:204:in `start'
1505:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1506:  Finished in 0.04248 seconds (files took 0.58888 seconds to load)
1507:  0 examples, 0 failures, 1 error occurred outside of examples
1508:  ================================================================================
1509:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1510:  2024-04-14 21:16:37 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
1511:  An error occurred in a `before(:suite)` hook.
1512:  Failure/Error: @pid = Process.spawn(*@command, options)
1513:  Errno::EACCES:
1514:  Permission denied - java
1515:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1516:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1517:  # ./rb/lib/selenium/server.rb:204:in `start'
1518:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1519:  Finished in 0.04825 seconds (files took 0.66254 seconds to load)
1520:  0 examples, 0 failures, 1 error occurred outside of examples
1521:  ================================================================================
1522:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
1523:  2024-04-14 21:17:05 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
1524:  An error occurred in a `before(:suite)` hook.
1525:  Failure/Error: @pid = Process.spawn(*@command, options)
1526:  Errno::EACCES:
1527:  Permission denied - java
1528:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1529:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1530:  # ./rb/lib/selenium/server.rb:204:in `start'
1531:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1532:  Finished in 0.04731 seconds (files took 0.66436 seconds to load)
1533:  0 examples, 0 failures, 1 error occurred outside of examples
1534:  ================================================================================
1535:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 16s local, disk-cache ... (4 actions, 2 running)
1536:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 21s local, disk-cache ... (4 actions, 2 running)
1537:  �[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)
1538:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 23s local, disk-cache ... (4 actions, 2 running)
1539:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1540:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 27s local, disk-cache ... (4 actions, 2 running)
1541:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1542:  �[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)
1543:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 30s local, disk-cache ... (4 actions, 3 running)
1544:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 35s local, disk-cache ... (4 actions, 3 running)
1545:  �[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)
1546:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 37s local, disk-cache ... (4 actions, 3 running)
1547:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 42s local, disk-cache ... (4 actions running)
1548:  �[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)
1549:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 43s local, disk-cache ... (4 actions running)
1550:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 49s local, disk-cache ... (4 actions running)
1551:  �[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)
1552:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 50s local, disk-cache ... (4 actions running)
1553:  �[32m[2,895 / 2,910]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 55s local, disk-cache ... (4 actions running)
1554:  �[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)
1555:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
1556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
1557:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
1558:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
1559:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1560:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1561:  2024-04-14 21:16:58 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
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.06092 seconds (files took 0.95841 seconds to load)
1571:  0 examples, 0 failures, 1 error occurred outside of examples
1572:  ================================================================================
1573:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1574:  2024-04-14 21:17: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
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.04774 seconds (files took 0.65878 seconds to load)
1584:  0 examples, 0 failures, 1 error occurred outside of examples
1585:  ================================================================================
1586:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1587:  2024-04-14 21:17: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
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.04421 seconds (files took 0.60749 seconds to load)
1597:  0 examples, 0 failures, 1 error occurred outside of examples
1598:  ================================================================================
1599:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1600:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1601:  �[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)
1602:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1603:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1604:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1605:  �[32m[2,896 / 2,910]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1606:  �[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)
1607:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
1608:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
1609:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
1610:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
1611:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1612:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1613:  2024-04-14 21:17:12 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
1614:  An error occurred in a `before(:suite)` hook.
1615:  Failure/Error: @pid = Process.spawn(*@command, options)
1616:  Errno::EACCES:
1617:  Permission denied - java
1618:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1619:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1620:  # ./rb/lib/selenium/server.rb:204:in `start'
1621:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1622:  Finished in 0.07437 seconds (files took 0.82117 seconds to load)
1623:  0 examples, 0 failures, 1 error occurred outside of examples
1624:  ================================================================================
1625:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1626:  2024-04-14 21:17:33 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
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.04293 seconds (files took 0.59303 seconds to load)
1636:  0 examples, 0 failures, 1 error occurred outside of examples
1637:  ================================================================================
1638:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1639:  2024-04-14 21:18: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
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.0518 seconds (files took 0.81348 seconds to load)
1649:  0 examples, 0 failures, 1 error occurred outside of examples
1650:  ================================================================================
1651:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1652:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1653:  �[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)
1654:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1655:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 51s local, disk-cache ... (4 actions, 2 running)
1656:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1657:  �[32m[2,897 / 2,910]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1658:  �[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)
1659:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1660:  2024-04-14 21:17:26 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
1661:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
1662:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
1663:  An error occurred in a `before(:suite)` hook.
1664:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
1665:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1667:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1668:  Errno::EACCES:
1669:  Permission denied - java
1670:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1671:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1672:  # ./rb/lib/selenium/server.rb:204:in `start'
1673:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1674:  Finished in 0.04255 seconds (files took 0.59104 seconds to load)
1675:  0 examples, 0 failures, 1 error occurred outside of examples
1676:  ================================================================================
1677:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1678:  2024-04-14 21:17:54 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
1679:  An error occurred in a `before(:suite)` hook.
1680:  Failure/Error: @pid = Process.spawn(*@command, options)
1681:  Errno::EACCES:
1682:  Permission denied - java
1683:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1684:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1685:  # ./rb/lib/selenium/server.rb:204:in `start'
1686:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1687:  Finished in 0.04366 seconds (files took 0.66387 seconds to load)
1688:  0 examples, 0 failures, 1 error occurred outside of examples
1689:  ================================================================================
1690:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1691:  2024-04-14 21:18:15 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
1692:  An error occurred in a `before(:suite)` hook.
1693:  Failure/Error: @pid = Process.spawn(*@command, options)
1694:  Errno::EACCES:
1695:  Permission denied - java
1696:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1697:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1698:  # ./rb/lib/selenium/server.rb:204:in `start'
1699:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1700:  Finished in 0.04574 seconds (files took 0.63997 seconds to load)
1701:  0 examples, 0 failures, 1 error occurred outside of examples
1702:  ================================================================================
1703:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 43s local, disk-cache ... (4 actions, 2 running)
1704:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1705:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log)
1706:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
1707:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1708:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
1709:  �[32m[2,898 / 2,910]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1710:  �[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)
1711:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
1712:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1713:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
1714:  2024-04-14 21:17:40 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
1715:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
1716:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
1717:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1718:  An error occurred in a `before(:suite)` hook.
1719:  Failure/Error: @pid = Process.spawn(*@command, options)
1720:  Errno::EACCES:
1721:  Permission denied - java
1722:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1723:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1724:  # ./rb/lib/selenium/server.rb:204:in `start'
1725:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1726:  Finished in 0.0442 seconds (files took 0.60457 seconds to load)
1727:  0 examples, 0 failures, 1 error occurred outside of examples
1728:  ================================================================================
1729:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1730:  2024-04-14 21:18:08 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
1731:  An error occurred in a `before(:suite)` hook.
1732:  Failure/Error: @pid = Process.spawn(*@command, options)
1733:  Errno::EACCES:
1734:  Permission denied - java
1735:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1736:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1737:  # ./rb/lib/selenium/server.rb:204:in `start'
1738:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1739:  Finished in 0.04632 seconds (files took 0.68191 seconds to load)
1740:  0 examples, 0 failures, 1 error occurred outside of examples
1741:  ================================================================================
1742:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1743:  2024-04-14 21:18:29 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
1744:  An error occurred in a `before(:suite)` hook.
1745:  Failure/Error: @pid = Process.spawn(*@command, options)
1746:  Errno::EACCES:
1747:  Permission denied - java
1748:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1749:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1750:  # ./rb/lib/selenium/server.rb:204:in `start'
1751:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1752:  Finished in 0.04801 seconds (files took 0.63959 seconds to load)
1753:  0 examples, 0 failures, 1 error occurred outside of examples
1754:  ================================================================================
1755:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1756:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1757:  �[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)
1758:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1759:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1760:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1761:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1762:  �[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)
1763:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1764:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1765:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log)
1766:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1767:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 41s local, disk-cache ... (4 actions running)
1768:  �[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)
1769:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 43s local, disk-cache ... (4 actions running)
1770:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 48s local, disk-cache ... (4 actions running)
1771:  �[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)
1772:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 49s local, disk-cache ... (4 actions running)
1773:  �[32m[2,899 / 2,910]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 55s local, disk-cache ... (4 actions running)
1774:  �[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)
1775:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
1776:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1777:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
1778:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
1779:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
1780:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1781:  2024-04-14 21:18:22 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
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.0458 seconds (files took 0.65848 seconds to load)
1791:  0 examples, 0 failures, 1 error occurred outside of examples
1792:  ================================================================================
1793:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1794:  2024-04-14 21:18:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.05347 seconds (files took 0.81309 seconds to load)
1804:  0 examples, 0 failures, 1 error occurred outside of examples
1805:  ================================================================================
1806:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
1807:  2024-04-14 21:19:10 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
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.04567 seconds (files took 0.63042 seconds to load)
1817:  0 examples, 0 failures, 1 error occurred outside of examples
1818:  ================================================================================
1819:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1820:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1821:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log)
1822:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1823:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1824:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1825:  �[32m[2,900 / 2,910]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1826:  �[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)
1827:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1828:  2024-04-14 21:18: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
1829:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
1830:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
1831:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
1832:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
1833:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1834:  An error occurred in a `before(:suite)` hook.
1835:  Failure/Error: @pid = Process.spawn(*@command, options)
1836:  Errno::EACCES:
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.05002 seconds (files took 0.66305 seconds to load)
1843:  0 examples, 0 failures, 1 error occurred outside of examples
1844:  ================================================================================
1845:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1846:  2024-04-14 21:18:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.04278 seconds (files took 0.61772 seconds to load)
1856:  0 examples, 0 failures, 1 error occurred outside of examples
1857:  ================================================================================
1858:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
1859:  2024-04-14 21:19:24 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
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.05717 seconds (files took 0.7306 seconds to load)
1869:  0 examples, 0 failures, 1 error occurred outside of examples
1870:  ================================================================================
1871:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1872:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1873:  �[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)
1874:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1875:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1876:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1877:  �[32m[2,901 / 2,910]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1878:  �[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)
1879:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
1880:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
1881:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1882:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
1883:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
1884:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1885:  2024-04-14 21:18:50 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
1886:  An error occurred in a `before(:suite)` hook.
1887:  Failure/Error: @pid = Process.spawn(*@command, options)
1888:  Errno::EACCES:
1889:  Permission denied - java
1890:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1891:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1892:  # ./rb/lib/selenium/server.rb:204:in `start'
1893:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1894:  Finished in 0.04292 seconds (files took 0.59769 seconds to load)
1895:  0 examples, 0 failures, 1 error occurred outside of examples
1896:  ================================================================================
1897:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1898:  2024-04-14 21:19:17 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1899:  An error occurred in a `before(:suite)` hook.
1900:  Failure/Error: @pid = Process.spawn(*@command, options)
1901:  Errno::EACCES:
1902:  Permission denied - java
1903:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1904:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1905:  # ./rb/lib/selenium/server.rb:204:in `start'
1906:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1907:  Finished in 0.04775 seconds (files took 0.66383 seconds to load)
1908:  0 examples, 0 failures, 1 error occurred outside of examples
1909:  ================================================================================
1910:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1911:  2024-04-14 21:19:38 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
1912:  An error occurred in a `before(:suite)` hook.
1913:  Failure/Error: @pid = Process.spawn(*@command, options)
1914:  Errno::EACCES:
1915:  Permission denied - java
1916:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1917:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1918:  # ./rb/lib/selenium/server.rb:204:in `start'
1919:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1920:  Finished in 0.04948 seconds (files took 0.64231 seconds to load)
1921:  0 examples, 0 failures, 1 error occurred outside of examples
1922:  ================================================================================
1923:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1924:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1925:  �[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)
1926:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1927:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1928:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1929:  �[32m[2,902 / 2,910]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1930:  �[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)
1931:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1932:  2024-04-14 21:19:03 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
1933:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
1934:  An error occurred in a `before(:suite)` hook.
1935:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
1936:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1939:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
1940:  Errno::EACCES:
1941:  Permission denied - java
1942:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1943:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1944:  # ./rb/lib/selenium/server.rb:204:in `start'
1945:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1946:  Finished in 0.04282 seconds (files took 0.58822 seconds to load)
1947:  0 examples, 0 failures, 1 error occurred outside of examples
1948:  ================================================================================
1949:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1950:  2024-04-14 21:19:31 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1951:  An error occurred in a `before(:suite)` hook.
1952:  Failure/Error: @pid = Process.spawn(*@command, options)
1953:  Errno::EACCES:
1954:  Permission denied - java
1955:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1956:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1957:  # ./rb/lib/selenium/server.rb:204:in `start'
1958:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1959:  Finished in 0.04524 seconds (files took 0.679 seconds to load)
1960:  0 examples, 0 failures, 1 error occurred outside of examples
1961:  ================================================================================
1962:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1963:  2024-04-14 21:19:52 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
1964:  An error occurred in a `before(:suite)` hook.
1965:  Failure/Error: @pid = Process.spawn(*@command, options)
1966:  Errno::EACCES:
1967:  Permission denied - java
1968:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1969:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1970:  # ./rb/lib/selenium/server.rb:204:in `start'
1971:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1972:  Finished in 0.04697 seconds (files took 0.64985 seconds to load)
1973:  0 examples, 0 failures, 1 error occurred outside of examples
1974:  ================================================================================
1975:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1976:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1977:  �[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)
1978:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 21s local, disk-cache ... (4 actions, 2 running)
1979:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1980:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1981:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 28s local, disk-cache ... (4 actions, 3 running)
1982:  �[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)
1983:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1984:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1985:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log)
1986:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1987:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 41s local, disk-cache ... (4 actions running)
1988:  �[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)
1989:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 42s local, disk-cache ... (4 actions running)
1990:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 48s local, disk-cache ... (4 actions running)
1991:  �[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)
1992:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 49s local, disk-cache ... (4 actions running)
1993:  �[32m[2,903 / 2,910]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 54s local, disk-cache ... (4 actions running)
1994:  �[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)
1995:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
1996:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
1997:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
1998:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
1999:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
2000:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
2001:  2024-04-14 21:19:45 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
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.04925 seconds (files took 0.65968 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:service-edge-remote:
2014:  2024-04-14 21:20:06 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
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.05215 seconds (files took 0.70212 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:service-edge-remote:
2027:  2024-04-14 21:20:33 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/service-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.04152 seconds (files took 0.59136 seconds to load)
2037:  0 examples, 0 failures, 1 error occurred outside of examples
2038:  ================================================================================
2039:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
2040:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
2041:  �[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)
2042:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
2043:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
2044:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
2045:  �[32m[2,904 / 2,910]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
2046:  �[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)
2047:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
2048:  2024-04-14 21:19:59 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
2049:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
2050:  An error occurred in a `before(:suite)` hook.
2051:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2052:  Failure/Error: @pid = Process.spawn(*@command, options)
...

2055:  Errno::EACCES:
2056:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
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.04791 seconds (files took 0.6609 seconds to load)
2063:  0 examples, 0 failures, 1 error occurred outside of examples
2064:  ================================================================================
2065:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
2066:  2024-04-14 21:20:19 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
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.04318 seconds (files took 0.60226 seconds to load)
2076:  0 examples, 0 failures, 1 error occurred outside of examples
2077:  ================================================================================
2078:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
2079:  2024-04-14 21:20:47 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
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.04542 seconds (files took 0.64071 seconds to load)
2089:  0 examples, 0 failures, 1 error occurred outside of examples
2090:  ================================================================================
2091:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
2092:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
2093:  �[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)
2094:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
2095:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 51s local, disk-cache ... (4 actions, 2 running)
2096:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
2097:  �[32m[2,905 / 2,910]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
2098:  �[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)
2099:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
2100:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2101:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2102:  2024-04-14 21:20: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
2103:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2104:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2105:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2106:  An error occurred in a `before(:suite)` hook.
2107:  Failure/Error: @pid = Process.spawn(*@command, options)
2108:  Errno::EACCES:
2109:  Permission denied - java
2110:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2111:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2112:  # ./rb/lib/selenium/server.rb:204:in `start'
2113:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2114:  Finished in 0.04246 seconds (files took 0.58565 seconds to load)
2115:  0 examples, 0 failures, 1 error occurred outside of examples
2116:  ================================================================================
2117:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2118:  2024-04-14 21:20:40 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
2119:  An error occurred in a `before(:suite)` hook.
2120:  Failure/Error: @pid = Process.spawn(*@command, options)
2121:  Errno::EACCES:
2122:  Permission denied - java
2123:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2124:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2125:  # ./rb/lib/selenium/server.rb:204:in `start'
2126:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2127:  Finished in 0.05173 seconds (files took 0.64954 seconds to load)
2128:  0 examples, 0 failures, 1 error occurred outside of examples
2129:  ================================================================================
2130:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2131:  2024-04-14 21:21:01 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
2132:  An error occurred in a `before(:suite)` hook.
2133:  Failure/Error: @pid = Process.spawn(*@command, options)
2134:  Errno::EACCES:
2135:  Permission denied - java
2136:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2137:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2138:  # ./rb/lib/selenium/server.rb:204:in `start'
2139:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2140:  Finished in 0.04875 seconds (files took 0.65108 seconds to load)
2141:  0 examples, 0 failures, 1 error occurred outside of examples
2142:  ================================================================================
2143:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 43s local, disk-cache ... (4 actions, 2 running)
2144:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
2145:  �[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)
2146:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
2147:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
2148:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
2149:  �[32m[2,906 / 2,910]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
2150:  �[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)
2151:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
2152:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2153:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
2154:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2155:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2156:  2024-04-14 21:20:26 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
2157:  An error occurred in a `before(:suite)` hook.
2158:  Failure/Error: @pid = Process.spawn(*@command, options)
2159:  Errno::EACCES:
2160:  Permission denied - java
2161:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
2162:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2163:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2164:  # ./rb/lib/selenium/server.rb:204:in `start'
2165:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2166:  Finished in 0.04407 seconds (files took 0.62776 seconds to load)
2167:  0 examples, 0 failures, 1 error occurred outside of examples
2168:  ================================================================================
2169:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
2170:  2024-04-14 21:20:54 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
2171:  An error occurred in a `before(:suite)` hook.
2172:  Failure/Error: @pid = Process.spawn(*@command, options)
2173:  Errno::EACCES:
2174:  Permission denied - java
2175:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2176:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2177:  # ./rb/lib/selenium/server.rb:204:in `start'
2178:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2179:  Finished in 0.046 seconds (files took 0.8066 seconds to load)
2180:  0 examples, 0 failures, 1 error occurred outside of examples
2181:  ================================================================================
2182:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
2183:  2024-04-14 21:21:15 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
2184:  An error occurred in a `before(:suite)` hook.
2185:  Failure/Error: @pid = Process.spawn(*@command, options)
2186:  Errno::EACCES:
2187:  Permission denied - java
2188:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2189:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2190:  # ./rb/lib/selenium/server.rb:204:in `start'
2191:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2192:  Finished in 0.04638 seconds (files took 0.62523 seconds to load)
2193:  0 examples, 0 failures, 1 error occurred outside of examples
2194:  ================================================================================
2195:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 15s local, disk-cache ... (3 actions, 2 running)
2196:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 20s local, disk-cache ... (3 actions, 2 running)
2197:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log)
2198:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 22s local, disk-cache ... (3 actions, 2 running)
2199:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 25s local, disk-cache ... (3 actions, 2 running)
2200:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 27s local, disk-cache ... (3 actions running)
2201:  �[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)
2202:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 28s local, disk-cache ... (3 actions running)
2203:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 34s local, disk-cache ... (3 actions running)
2204:  �[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)
2205:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 35s local, disk-cache ... (3 actions running)
2206:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 41s local, disk-cache ... (3 actions running)
2207:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log)
2208:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 42s local, disk-cache ... (3 actions running)
2209:  �[32m[2,907 / 2,910]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 47s local, disk-cache ... (3 actions running)
2210:  �[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)
2211:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
2212:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2213:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2214:  2024-04-14 21:21: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
2215:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2216:  An error occurred in a `before(:suite)` hook.
2217:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2218:  Failure/Error: @pid = Process.spawn(*@command, options)
2219:  Errno::EACCES:
2220:  Permission denied - java
2221:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2222:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2223:  # ./rb/lib/selenium/server.rb:204:in `start'
2224:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2225:  Finished in 0.04554 seconds (files took 0.70074 seconds to load)
2226:  0 examples, 0 failures, 1 error occurred outside of examples
2227:  ================================================================================
2228:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2229:  2024-04-14 21:21:28 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
2230:  An error occurred in a `before(:suite)` hook.
2231:  Failure/Error: @pid = Process.spawn(*@command, options)
2232:  Errno::EACCES:
2233:  Permission denied - java
2234:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2235:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2236:  # ./rb/lib/selenium/server.rb:204:in `start'
2237:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2238:  Finished in 0.04436 seconds (files took 0.61538 seconds to load)
2239:  0 examples, 0 failures, 1 error occurred outside of examples
2240:  ================================================================================
2241:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2242:  2024-04-14 21:21:49 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
2243:  An error occurred in a `before(:suite)` hook.
2244:  Failure/Error: @pid = Process.spawn(*@command, options)
2245:  Errno::EACCES:
2246:  Permission denied - java
2247:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2248:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2249:  # ./rb/lib/selenium/server.rb:204:in `start'
2250:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2251:  Finished in 0.04343 seconds (files took 0.60106 seconds to load)
2252:  0 examples, 0 failures, 1 error occurred outside of examples
2253:  ================================================================================
2254:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2255:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 35s local, disk-cache ... (2 actions running)
2256:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 40s local, disk-cache ... (2 actions running)
2257:  �[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)
2258:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 42s local, disk-cache ... (2 actions running)
2259:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 45s local, disk-cache ... (2 actions running)
2260:  �[32m[2,908 / 2,910]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 47s local, disk-cache ... (2 actions running)
2261:  �[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)
2262:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
2263:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2264:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2265:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
2266:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2267:  2024-04-14 21:21:22 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
2268:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
2269:  An error occurred in a `before(:suite)` hook.
2270:  Failure/Error: @pid = Process.spawn(*@command, options)
2271:  Errno::EACCES:
2272:  Permission denied - java
2273:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2274:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2275:  # ./rb/lib/selenium/server.rb:204:in `start'
2276:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2277:  Finished in 0.0436 seconds (files took 0.58358 seconds to load)
2278:  0 examples, 0 failures, 1 error occurred outside of examples
2279:  ================================================================================
2280:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
2281:  2024-04-14 21:21:42 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
2282:  An error occurred in a `before(:suite)` hook.
2283:  Failure/Error: @pid = Process.spawn(*@command, options)
2284:  Errno::EACCES:
2285:  Permission denied - java
2286:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2287:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2288:  # ./rb/lib/selenium/server.rb:204:in `start'
2289:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2290:  Finished in 0.04679 seconds (files took 0.70921 seconds to load)
2291:  0 examples, 0 failures, 1 error occurred outside of examples
2292:  ================================================================================
2293:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
2294:  2024-04-14 21:22:02 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2295:  An error occurred in a `before(:suite)` hook.
2296:  Failure/Error: @pid = Process.spawn(*@command, options)
2297:  Errno::EACCES:
2298:  Permission denied - java
2299:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2300:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2301:  # ./rb/lib/selenium/server.rb:204:in `start'
2302:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2303:  Finished in 0.04359 seconds (files took 0.60781 seconds to load)
2304:  0 examples, 0 failures, 1 error occurred outside of examples
2305:  ================================================================================
2306:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 35s local, disk-cache
2307:  �[32m[2,909 / 2,910]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 40s local, disk-cache
2308:  �[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)
2309:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
2310:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2311:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2312:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2313:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
2314:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
2315:  2024-04-14 21:21:35 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
2316:  An error occurred in a `before(:suite)` hook.
2317:  Failure/Error: @pid = Process.spawn(*@command, options)
2318:  Errno::EACCES:
2319:  Permission denied - java
2320:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2321:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2322:  # ./rb/lib/selenium/server.rb:204:in `start'
2323:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2324:  Finished in 0.04453 seconds (files took 0.63539 seconds to load)
2325:  0 examples, 0 failures, 1 error occurred outside of examples
2326:  ================================================================================
2327:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
2328:  2024-04-14 21:21: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
2329:  An error occurred in a `before(:suite)` hook.
2330:  Failure/Error: @pid = Process.spawn(*@command, options)
2331:  Errno::EACCES:
2332:  Permission denied - java
2333:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2334:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2335:  # ./rb/lib/selenium/server.rb:204:in `start'
2336:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2337:  Finished in 0.0451 seconds (files took 0.62875 seconds to load)
2338:  0 examples, 0 failures, 1 error occurred outside of examples
2339:  ================================================================================
2340:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
2341:  2024-04-14 21:22:09 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2342:  An error occurred in a `before(:suite)` hook.
2343:  Failure/Error: @pid = Process.spawn(*@command, options)
2344:  Errno::EACCES:
2345:  Permission denied - java
2346:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2347:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2348:  # ./rb/lib/selenium/server.rb:204:in `start'
2349:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2350:  Finished in 0.04258 seconds (files took 0.58763 seconds to load)
2351:  0 examples, 0 failures, 1 error occurred outside of examples
2352:  ================================================================================
2353:  �[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
2354:  �[32m[2,910 / 2,911]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
2355:  �[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
2356:  �[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
2357:  �[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)
2358:  �[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
2359:  �[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
2360:  �[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)
2361:  �[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
2362:  �[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
2363:  �[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)
2364:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
2365:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2366:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2367:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2368:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2369:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2370:  2024-04-14 21:22:26 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
2371:  An error occurred in a `before(:suite)` hook.
2372:  Failure/Error: @pid = Process.spawn(*@command, options)
2373:  Errno::EACCES:
2374:  Permission denied - java
2375:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2376:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2377:  # ./rb/lib/selenium/server.rb:204:in `start'
2378:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2379:  Finished in 0.046 seconds (files took 0.62378 seconds to load)
2380:  0 examples, 0 failures, 1 error occurred outside of examples
2381:  ================================================================================
2382:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2383:  2024-04-14 21:22:34 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
2384:  An error occurred in a `before(:suite)` hook.
2385:  Failure/Error: @pid = Process.spawn(*@command, options)
2386:  Errno::EACCES:
2387:  Permission denied - java
2388:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2389:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2390:  # ./rb/lib/selenium/server.rb:204:in `start'
2391:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2392:  Finished in 0.04493 seconds (files took 0.58966 seconds to load)
2393:  0 examples, 0 failures, 1 error occurred outside of examples
2394:  ================================================================================
2395:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2396:  2024-04-14 21:22:41 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
2397:  An error occurred in a `before(:suite)` hook.
2398:  Failure/Error: @pid = Process.spawn(*@command, options)
2399:  Errno::EACCES:
2400:  Permission denied - java
2401:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2402:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2403:  # ./rb/lib/selenium/server.rb:204:in `start'
2404:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2405:  Finished in 0.04756 seconds (files took 0.64694 seconds to load)
2406:  0 examples, 0 failures, 1 error occurred outside of examples
2407:  ================================================================================
2408:  �[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
2409:  �[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
2410:  �[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
2411:  �[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
2412:  �[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)
2413:  �[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
2414:  �[32m[2,911 / 2,912]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 14s local, disk-cache
2415:  �[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)
2416:  �[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
2417:  �[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
2418:  �[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)
2419:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
2420:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2421:  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
2422:  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
2423:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2424:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2425:  2024-04-14 21:22:58 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
2426:  An error occurred in a `before(:suite)` hook.
2427:  Failure/Error: @pid = Process.spawn(*@command, options)
2428:  Errno::EACCES:
2429:  Permission denied - java
2430:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2431:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2432:  # ./rb/lib/selenium/server.rb:204:in `start'
2433:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2434:  Finished in 0.04743 seconds (files took 0.61447 seconds to load)
2435:  0 examples, 0 failures, 1 error occurred outside of examples
2436:  ================================================================================
2437:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2438:  2024-04-14 21:23:05 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
2439:  An error occurred in a `before(:suite)` hook.
2440:  Failure/Error: @pid = Process.spawn(*@command, options)
2441:  Errno::EACCES:
2442:  Permission denied - java
2443:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2444:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2445:  # ./rb/lib/selenium/server.rb:204:in `start'
2446:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2447:  Finished in 0.04492 seconds (files took 0.61817 seconds to load)
2448:  0 examples, 0 failures, 1 error occurred outside of examples
2449:  ================================================================================
2450:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2451:  2024-04-14 21:23:13 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
2452:  An error occurred in a `before(:suite)` hook.
2453:  Failure/Error: @pid = Process.spawn(*@command, options)
2454:  Errno::EACCES:
2455:  Permission denied - java
2456:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2457:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2458:  # ./rb/lib/selenium/server.rb:204:in `start'
2459:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2460:  Finished in 0.04246 seconds (files took 0.59135 seconds to load)
2461:  0 examples, 0 failures, 1 error occurred outside of examples
2462:  ================================================================================
2463:  �[32m[2,912 / 2,913]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s disk-cache
2464:  �[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
2465:  �[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
2466:  �[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
2467:  �[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)
2468:  �[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
2469:  �[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
2470:  �[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)
2471:  �[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
2472:  �[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
2473:  �[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)
2474:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
2475:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2476:  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
2477:  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
2478:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2479:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2480:  2024-04-14 21:23:30 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
2481:  An error occurred in a `before(:suite)` hook.
2482:  Failure/Error: @pid = Process.spawn(*@command, options)
2483:  Errno::EACCES:
2484:  Permission denied - java
2485:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2486:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2487:  # ./rb/lib/selenium/server.rb:204:in `start'
2488:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2489:  Finished in 0.04264 seconds (files took 0.61395 seconds to load)
2490:  0 examples, 0 failures, 1 error occurred outside of examples
2491:  ================================================================================
2492:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2493:  2024-04-14 21:23:38 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
2494:  An error occurred in a `before(:suite)` hook.
2495:  Failure/Error: @pid = Process.spawn(*@command, options)
2496:  Errno::EACCES:
2497:  Permission denied - java
2498:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2499:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2500:  # ./rb/lib/selenium/server.rb:204:in `start'
2501:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2502:  Finished in 0.04396 seconds (files took 0.61281 seconds to load)
2503:  0 examples, 0 failures, 1 error occurred outside of examples
2504:  ================================================================================
2505:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2506:  2024-04-14 21:23:45 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
2507:  An error occurred in a `before(:suite)` hook.
2508:  Failure/Error: @pid = Process.spawn(*@command, options)
2509:  Errno::EACCES:
2510:  Permission denied - java
2511:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2512:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2513:  # ./rb/lib/selenium/server.rb:204:in `start'
2514:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2515:  Finished in 0.04928 seconds (files took 0.68492 seconds to load)
2516:  0 examples, 0 failures, 1 error occurred outside of examples
2517:  ================================================================================
2518:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s disk-cache
2519:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
2520:  �[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
2521:  �[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
2522:  �[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)
2523:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 8s local, disk-cache
2524:  �[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
2525:  �[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)
2526:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 15s local, disk-cache
2527:  �[32m[2,913 / 2,914]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 21s local, disk-cache
2528:  �[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)
2529:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
2530:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2531:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2532:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2533:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2534:  2024-04-14 21:24:02 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
2535:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2536:  An error occurred in a `before(:suite)` hook.
2537:  Failure/Error: @pid = Process.spawn(*@command, options)
2538:  Errno::EACCES:
2539:  Permission denied - java
2540:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2541:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2542:  # ./rb/lib/selenium/server.rb:204:in `start'
2543:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2544:  Finished in 0.043 seconds (files took 0.60092 seconds to load)
2545:  0 examples, 0 failures, 1 error occurred outside of examples
2546:  ================================================================================
2547:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2548:  2024-04-14 21:24:09 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
2549:  An error occurred in a `before(:suite)` hook.
2550:  Failure/Error: @pid = Process.spawn(*@command, options)
2551:  Errno::EACCES:
2552:  Permission denied - java
2553:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2554:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2555:  # ./rb/lib/selenium/server.rb:204:in `start'
2556:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2557:  Finished in 0.04289 seconds (files took 0.58841 seconds to load)
2558:  0 examples, 0 failures, 1 error occurred outside of examples
2559:  ================================================================================
2560:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2561:  2024-04-14 21:24:16 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
2562:  An error occurred in a `before(:suite)` hook.
2563:  Failure/Error: @pid = Process.spawn(*@command, options)
2564:  Errno::EACCES:
2565:  Permission denied - java
2566:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2567:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2568:  # ./rb/lib/selenium/server.rb:204:in `start'
2569:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2570:  Finished in 0.04484 seconds (files took 0.61707 seconds to load)
2571:  0 examples, 0 failures, 1 error occurred outside of examples
2572:  ================================================================================
2573:  �[32mINFO: �[0mFound 27 test targets...
2574:  �[32mINFO: �[0mElapsed time: 910.166s, Critical Path: 242.14s
2575:  �[32mINFO: �[0m2684 processes: 1279 disk cache hit, 1059 internal, 262 local, 84 worker.
2576:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2684 total actions
2577:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2578:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2579:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2580:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2581:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2582:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2583:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2584:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2587:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2588:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.0s
2589:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2590:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2591:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2592:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2593:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.0s, dev = 0.3s
2594:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2595:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2596:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2597:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2598:  Stats over 3 runs: max = 7.1s, min = 6.6s, avg = 6.8s, dev = 0.2s
2599:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2600:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2601:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2602:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.6s
2603:  Stats over 3 runs: max = 7.6s, min = 6.8s, avg = 7.1s, dev = 0.3s
2604:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2606:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2607:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2608:  Stats over 3 runs: max = 7.4s, min = 6.6s, avg = 6.9s, dev = 0.3s
2609:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2610:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2611:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2612:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2613:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2614:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2615:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2616:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2617:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2618:  Stats over 3 runs: max = 6.9s, min = 6.6s, avg = 6.7s, dev = 0.1s
2619:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
2620:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
2621:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
2622:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2623:  Stats over 3 runs: max = 7.1s, min = 6.8s, avg = 6.9s, dev = 0.1s
2624:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2625:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2626:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2627:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2628:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 7.0s, dev = 0.2s
2629:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2630:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2631:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2632:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2633:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 6.9s, dev = 0.2s
2634:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
2635:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
2636:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
2637:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.4s
2638:  Stats over 3 runs: max = 7.4s, min = 6.8s, avg = 7.0s, dev = 0.3s
2639:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
2640:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
2641:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
2642:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2643:  Stats over 3 runs: max = 7.1s, min = 6.6s, avg = 6.9s, dev = 0.2s
2644:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2645:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2646:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2647:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2648:  Stats over 3 runs: max = 7.2s, min = 6.8s, avg = 7.0s, dev = 0.2s
2649:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2650:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2651:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2652:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2653:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2654:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
2655:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
2656:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
2657:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.7s
2658:  Stats over 3 runs: max = 7.7s, min = 6.8s, avg = 7.2s, dev = 0.4s
2659:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
2660:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
2661:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
2662:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2663:  Stats over 3 runs: max = 7.5s, min = 6.7s, avg = 7.0s, dev = 0.3s
2664:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2665:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2666:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2667:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2668:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
2669:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2670:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
2671:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
2672:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2673:  Stats over 3 runs: max = 6.8s, min = 6.6s, avg = 6.7s, dev = 0.1s
2674:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2675:  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
2676:  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
2677:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2678:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.1s
2679:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2680:  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
2681:  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
2682:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2683:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 7.0s, dev = 0.3s
2684:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
2685:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
2686:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
2687:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2688:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 7.0s, dev = 0.2s
2689:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2690:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2691:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2692:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2693:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
2694:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2695:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2696:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2697:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2698:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2699:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
2700:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
2701:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
2702:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2703:  Stats over 3 runs: max = 6.9s, min = 6.7s, avg = 6.8s, dev = 0.1s
2704:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2705:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2706:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2707:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2708:  Stats over 3 runs: max = 7.0s, min = 6.6s, avg = 6.8s, dev = 0.2s
2709:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2710:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2711:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2712:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
2713:  �[0m
2714:  ##[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.

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.

4 participants