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] ensure the original RemoteNode stays DOWN #13646 #13647

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

joerg1985
Copy link
Member

Motivation and Context

Will fix #13646 and prevent a restarted node from reporting the original RemoteNode UP.

Types of changes

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

Checklist

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

Copy link

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

CI Failure Feedback

(Checks updated until commit 0b2cc6f)

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 Java. This
indicates an issue with the execution environment's permissions or Java configuration, preventing
the Selenium Server from starting.

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

682:  �[32m[889 / 1,817]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 0s local ... (2 actions, 1 running)
683:  �[32m[1,414 / 2,839]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 0s local ... (3 actions, 2 running)
684:  �[32m[1,431 / 2,875]�[0m [Prepa] Expanding template external/rules_pkg/pkg/private/zip/build_zip.temp [for tool]
685:  �[32mINFO: �[0mFrom Executing genrule @@com_google_protobuf_protoc_windows_x86_64//:protoc [for tool]:
686:  1 file(s) copied.
687:  �[32m[1,544 / 2,875]�[0m Copying files; 0s local ... (4 actions, 2 running)
688:  �[32m[1,671 / 2,875]�[0m Copying files; 0s local ... (3 actions, 1 running)
689:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
690:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
691:  private final ErrorCodes errorCodes;
692:  ^
693:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
694:  this.errorCodes = new ErrorCodes();
695:  ^
696:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
697:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
698:  ^
699:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
700:  ErrorCodes errorCodes = new ErrorCodes();
701:  ^
702:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
703:  ErrorCodes errorCodes = new ErrorCodes();
704:  ^
705:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:206: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
706:  response.setStatus(ErrorCodes.SUCCESS);
707:  ^
708:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:207: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
709:  response.setState(ErrorCodes.SUCCESS_STRING);
710:  ^
711:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
712:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
713:  ^
714:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
715:  new ErrorCodes().getExceptionType((String) rawError);
716:  ^
717:  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
718:  private final ErrorCodes errorCodes = new ErrorCodes();
719:  ^
720:  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
721:  private final ErrorCodes errorCodes = new ErrorCodes();
722:  ^
723:  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
724:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
725:  ^
726:  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
727:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
728:  ^
729:  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
730:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
731:  ^
732:  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
733:  response.setStatus(ErrorCodes.SUCCESS);
734:  ^
735:  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
736:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
737:  ^
738:  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
739:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
740:  ^
741:  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
742:  private final ErrorCodes errorCodes = new ErrorCodes();
743:  ^
744:  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
745:  private final ErrorCodes errorCodes = new ErrorCodes();
746:  ^
747:  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
748:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
749:  ^
750:  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
751:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
752:  ^
753:  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
754:  response.setStatus(ErrorCodes.SUCCESS);
...

868:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/caniuse-lite@1.0.30001434/pkg is a directory; dependency checking of directories is unsound
869:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/chalk@2.4.2/pkg is a directory; dependency checking of directories is unsound
870:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/color-convert@1.9.3/pkg is a directory; dependency checking of directories is unsound
871:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/color-name@1.1.3/pkg is a directory; dependency checking of directories is unsound
872:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/convert-source-map@1.9.0/pkg is a directory; dependency checking of directories is unsound
873:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/cosmiconfig@6.0.0/pkg is a directory; dependency checking of directories is unsound
874:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/debug@4.3.4_supports-color_8.1.1/pkg is a directory; dependency checking of directories is unsound
875:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/electron-to-chromium@1.4.284/pkg is a directory; dependency checking of directories is unsound
876:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/error-ex@1.3.2/pkg is a directory; dependency checking of directories is unsound
...

884:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql-tag@2.12.6_graphql_16.8.1/pkg is a directory; dependency checking of directories is unsound
885:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/has@1.0.3/pkg is a directory; dependency checking of directories is unsound
886:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/has-flag@3.0.0/pkg is a directory; dependency checking of directories is unsound
887:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/has-flag@4.0.0/pkg is a directory; dependency checking of directories is unsound
888:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/import-fresh@3.3.0/pkg is a directory; dependency checking of directories is unsound
889:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/is-arrayish@0.2.1/pkg is a directory; dependency checking of directories is unsound
890:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/is-core-module@2.11.0/pkg is a directory; dependency checking of directories is unsound
891:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/jsesc@2.5.2/pkg is a directory; dependency checking of directories is unsound
892:  �[35mWARNING: �[0mD:/a/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json-parse-even-better-errors@2.3.1/pkg is a directory; dependency checking of directories is unsound
...

1056:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 47s local, disk-cache ... (4 actions running)
1057:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log)
1058:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 48s local, disk-cache ... (4 actions running)
1059:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 54s local, disk-cache ... (4 actions running)
1060:  �[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)
1061:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 55s local, disk-cache ... (4 actions running)
1062:  �[32m[2,875 / 2,898]�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote; 61s local, disk-cache ... (4 actions running)
1063:  �[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)
1064:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-edge-remote (Summary)
1065:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
1066:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
1067:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
1068:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1069:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1070:  2024-03-26 06:05:51 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
1071:  An error occurred in a `before(:suite)` hook.
1072:  Failure/Error: @pid = Process.spawn(*@command, options)
1073:  Errno::EACCES:
1074:  Permission denied - java
1075:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1076:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1077:  # ./rb/lib/selenium/server.rb:204:in `start'
1078:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1079:  Finished in 0.05304 seconds (files took 0.66678 seconds to load)
1080:  0 examples, 0 failures, 1 error occurred outside of examples
1081:  ================================================================================
1082:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1083:  2024-03-26 06:06:18 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
1084:  An error occurred in a `before(:suite)` hook.
1085:  Failure/Error: @pid = Process.spawn(*@command, options)
1086:  Errno::EACCES:
1087:  Permission denied - java
1088:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1089:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1090:  # ./rb/lib/selenium/server.rb:204:in `start'
1091:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1092:  Finished in 0.04378 seconds (files took 0.60137 seconds to load)
1093:  0 examples, 0 failures, 1 error occurred outside of examples
1094:  ================================================================================
1095:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-edge-remote:
1096:  2024-03-26 06:06:45 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
1097:  An error occurred in a `before(:suite)` hook.
1098:  Failure/Error: @pid = Process.spawn(*@command, options)
1099:  Errno::EACCES:
1100:  Permission denied - java
1101:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1102:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1103:  # ./rb/lib/selenium/server.rb:204:in `start'
1104:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1105:  Finished in 0.04402 seconds (files took 0.60742 seconds to load)
1106:  0 examples, 0 failures, 1 error occurred outside of examples
1107:  ================================================================================
1108:  �[32m[2,876 / 2,898]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1109:  �[32m[2,876 / 2,898]�[0m 1 / 27 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote; 61s local, disk-cache ... (4 actions, 3 running)
1110:  �[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)
1111:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1112:  2024-03-26 06:05:58 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
1113:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:service-edge-remote (Summary)
1114:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
1115:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
1116:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
1117:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1118:  An error occurred in a `before(:suite)` hook.
1119:  Failure/Error: @pid = Process.spawn(*@command, options)
1120:  Errno::EACCES:
1121:  Permission denied - java
1122:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1123:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1124:  # ./rb/lib/selenium/server.rb:204:in `start'
1125:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1126:  Finished in 0.04245 seconds (files took 0.59831 seconds to load)
1127:  0 examples, 0 failures, 1 error occurred outside of examples
1128:  ================================================================================
1129:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1130:  2024-03-26 06:06:25 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
1131:  An error occurred in a `before(:suite)` hook.
1132:  Failure/Error: @pid = Process.spawn(*@command, options)
1133:  Errno::EACCES:
1134:  Permission denied - java
1135:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1136:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1137:  # ./rb/lib/selenium/server.rb:204:in `start'
1138:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1139:  Finished in 0.04642 seconds (files took 0.66121 seconds to load)
1140:  0 examples, 0 failures, 1 error occurred outside of examples
1141:  ================================================================================
1142:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:service-edge-remote:
1143:  2024-03-26 06:06:52 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
1144:  An error occurred in a `before(:suite)` hook.
1145:  Failure/Error: @pid = Process.spawn(*@command, options)
1146:  Errno::EACCES:
1147:  Permission denied - java
1148:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1149:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1150:  # ./rb/lib/selenium/server.rb:204:in `start'
1151:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1152:  Finished in 0.0513 seconds (files took 0.68317 seconds to load)
1153:  0 examples, 0 failures, 1 error occurred outside of examples
1154:  ================================================================================
1155:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 56s local, disk-cache ... (4 actions, 2 running)
1156:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 59s local, disk-cache ... (4 actions, 2 running)
1157:  �[32m[2,877 / 2,898]�[0m 2 / 27 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote; 61s local, disk-cache ... (4 actions, 2 running)
1158:  �[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)
1159:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1160:  2024-03-26 06:06:05 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
1161:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-edge-remote (Summary)
1162:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
1163:  An error occurred in a `before(:suite)` hook.
1164:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
1165:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1167:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1168:  Errno::EACCES:
1169:  Permission denied - java
1170:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1171:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1172:  # ./rb/lib/selenium/server.rb:204:in `start'
1173:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1174:  Finished in 0.04368 seconds (files took 0.58238 seconds to load)
1175:  0 examples, 0 failures, 1 error occurred outside of examples
1176:  ================================================================================
1177:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-edge-remote:
1178:  2024-03-26 06:06:32 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
1179:  An error occurred in a `before(:suite)` hook.
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.04203 seconds (files took 0.56869 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-03-26 06:07:00 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
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.05159 seconds (files took 0.81336 seconds to load)
1201:  0 examples, 0 failures, 1 error occurred outside of examples
1202:  ================================================================================
1203:  �[32m[2,878 / 2,898]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 56s local, disk-cache ... (4 actions, 1 running)
1204:  �[32m[2,878 / 2,898]�[0m 3 / 27 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote; 62s local, disk-cache ... (4 actions, 2 running)
1205:  �[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)
1206:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1207:  2024-03-26 06:06:12 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
1208:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-edge-remote (Summary)
1209:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
1210:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
1211:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
1212:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1213:  An error occurred in a `before(:suite)` hook.
1214:  Failure/Error: @pid = Process.spawn(*@command, options)
1215:  Errno::EACCES:
1216:  Permission denied - java
1217:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1218:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1219:  # ./rb/lib/selenium/server.rb:204:in `start'
1220:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1221:  Finished in 0.04443 seconds (files took 0.61589 seconds to load)
1222:  0 examples, 0 failures, 1 error occurred outside of examples
1223:  ================================================================================
1224:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1225:  2024-03-26 06:06:39 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
1226:  An error occurred in a `before(:suite)` hook.
1227:  Failure/Error: @pid = Process.spawn(*@command, options)
1228:  Errno::EACCES:
1229:  Permission denied - java
1230:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1231:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1232:  # ./rb/lib/selenium/server.rb:204:in `start'
1233:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1234:  Finished in 0.05532 seconds (files took 0.61983 seconds to load)
1235:  0 examples, 0 failures, 1 error occurred outside of examples
1236:  ================================================================================
1237:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-edge-remote:
1238:  2024-03-26 06:07:07 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
1239:  An error occurred in a `before(:suite)` hook.
1240:  Failure/Error: @pid = Process.spawn(*@command, options)
1241:  Errno::EACCES:
1242:  Permission denied - java
1243:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1244:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1245:  # ./rb/lib/selenium/server.rb:204:in `start'
1246:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1247:  Finished in 0.06777 seconds (files took 0.88354 seconds to load)
1248:  0 examples, 0 failures, 1 error occurred outside of examples
1249:  ================================================================================
1250:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 15s disk-cache ... (4 actions, 1 running)
1251:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 11s disk-cache ... (4 actions, 1 running)
1252:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 14s disk-cache ... (4 actions, 2 running)
1253:  �[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)
1254:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 15s disk-cache ... (4 actions, 2 running)
1255:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 18s disk-cache ... (4 actions, 2 running)
1256:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 13s local, disk-cache ... (4 actions, 2 running)
1257:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1258:  �[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)
1259:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 17s local, disk-cache ... (4 actions, 2 running)
1260:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 18s local, disk-cache ... (4 actions, 2 running)
1261:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 22s local, disk-cache ... (4 actions, 3 running)
1262:  �[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)
1263:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 24s local, disk-cache ... (4 actions, 3 running)
1264:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1265:  �[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)
1266:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 31s local, disk-cache ... (4 actions, 3 running)
1267:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 36s local, disk-cache ... (4 actions running)
1268:  �[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)
1269:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 38s local, disk-cache ... (4 actions running)
1270:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 42s local, disk-cache ... (4 actions running)
1271:  �[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)
1272:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 43s local, disk-cache ... (4 actions running)
1273:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 44s local, disk-cache ... (4 actions running)
1274:  �[32m[2,879 / 2,898]�[0m 4 / 27 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote; 49s local, disk-cache ... (4 actions running)
1275:  �[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)
1276:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1277:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-edge-remote (Summary)
1278:  2024-03-26 06:07:15 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1279:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
1280:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
1281:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
1282:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1283:  An error occurred in a `before(:suite)` hook.
1284:  Failure/Error: @pid = Process.spawn(*@command, options)
1285:  Errno::EACCES:
1286:  Permission denied - java
1287:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1288:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1289:  # ./rb/lib/selenium/server.rb:204:in `start'
1290:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1291:  Finished in 0.05177 seconds (files took 0.86614 seconds to load)
1292:  0 examples, 0 failures, 1 error occurred outside of examples
1293:  ================================================================================
1294:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1295:  2024-03-26 06:07:30 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
1296:  An error occurred in a `before(:suite)` hook.
1297:  Failure/Error: @pid = Process.spawn(*@command, options)
1298:  Errno::EACCES:
1299:  Permission denied - java
1300:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1301:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1302:  # ./rb/lib/selenium/server.rb:204:in `start'
1303:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1304:  Finished in 0.04243 seconds (files took 0.61895 seconds to load)
1305:  0 examples, 0 failures, 1 error occurred outside of examples
1306:  ================================================================================
1307:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote:
1308:  2024-03-26 06:07:57 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1309:  An error occurred in a `before(:suite)` hook.
1310:  Failure/Error: @pid = Process.spawn(*@command, options)
1311:  Errno::EACCES:
1312:  Permission denied - java
1313:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1314:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1315:  # ./rb/lib/selenium/server.rb:204:in `start'
1316:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1317:  Finished in 0.04498 seconds (files took 0.62524 seconds to load)
1318:  0 examples, 0 failures, 1 error occurred outside of examples
1319:  ================================================================================
1320:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 43s local, disk-cache ... (4 actions, 3 running)
1321:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1322:  �[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)
1323:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 50s local, disk-cache ... (4 actions, 3 running)
1324:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1325:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1326:  �[32m[2,880 / 2,898]�[0m 5 / 27 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1327:  �[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)
1328:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (Summary)
1329:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1330:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
1331:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
1332:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
1333:  2024-03-26 06:07:23 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
1334:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1335:  An error occurred in a `before(:suite)` hook.
1336:  Failure/Error: @pid = Process.spawn(*@command, options)
1337:  Errno::EACCES:
1338:  Permission denied - java
1339:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1340:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1341:  # ./rb/lib/selenium/server.rb:204:in `start'
1342:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1343:  Finished in 0.05986 seconds (files took 0.79729 seconds to load)
1344:  0 examples, 0 failures, 1 error occurred outside of examples
1345:  ================================================================================
1346:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1347:  2024-03-26 06:07:43 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
1348:  An error occurred in a `before(:suite)` hook.
1349:  Failure/Error: @pid = Process.spawn(*@command, options)
1350:  Errno::EACCES:
1351:  Permission denied - java
1352:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1353:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1354:  # ./rb/lib/selenium/server.rb:204:in `start'
1355:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1356:  Finished in 0.04596 seconds (files took 0.66176 seconds to load)
1357:  0 examples, 0 failures, 1 error occurred outside of examples
1358:  ================================================================================
1359:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote:
1360:  2024-03-26 06:08:11 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
1361:  An error occurred in a `before(:suite)` hook.
1362:  Failure/Error: @pid = Process.spawn(*@command, options)
1363:  Errno::EACCES:
1364:  Permission denied - java
1365:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1366:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1367:  # ./rb/lib/selenium/server.rb:204:in `start'
1368:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1369:  Finished in 0.04821 seconds (files took 0.63143 seconds to load)
1370:  0 examples, 0 failures, 1 error occurred outside of examples
1371:  ================================================================================
1372:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1373:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1374:  �[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)
1375:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1376:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1377:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1378:  �[32m[2,881 / 2,898]�[0m 6 / 27 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1379:  �[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)
1380:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1381:  2024-03-26 06:07:36 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
1382:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-edge-remote (Summary)
1383:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
1384:  An error occurred in a `before(:suite)` hook.
1385:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
1386:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1388:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1389:  Errno::EACCES:
1390:  Permission denied - java
1391:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1392:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1393:  # ./rb/lib/selenium/server.rb:204:in `start'
1394:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1395:  Finished in 0.0439 seconds (files took 0.61515 seconds to load)
1396:  0 examples, 0 failures, 1 error occurred outside of examples
1397:  ================================================================================
1398:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1399:  2024-03-26 06:08:04 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
1400:  An error occurred in a `before(:suite)` hook.
1401:  Failure/Error: @pid = Process.spawn(*@command, options)
1402:  Errno::EACCES:
1403:  Permission denied - java
1404:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1405:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1406:  # ./rb/lib/selenium/server.rb:204:in `start'
1407:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1408:  Finished in 0.04825 seconds (files took 0.69758 seconds to load)
1409:  0 examples, 0 failures, 1 error occurred outside of examples
1410:  ================================================================================
1411:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-edge-remote:
1412:  2024-03-26 06:08:25 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1413:  An error occurred in a `before(:suite)` hook.
1414:  Failure/Error: @pid = Process.spawn(*@command, options)
1415:  Errno::EACCES:
1416:  Permission denied - java
1417:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1418:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1419:  # ./rb/lib/selenium/server.rb:204:in `start'
1420:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1421:  Finished in 0.05169 seconds (files took 0.74684 seconds to load)
1422:  0 examples, 0 failures, 1 error occurred outside of examples
1423:  ================================================================================
1424:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1425:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1426:  �[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)
1427:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1428:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1429:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1430:  �[32m[2,882 / 2,898]�[0m 7 / 27 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1431:  �[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)
1432:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:driver-edge-remote (Summary)
1433:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1434:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
1435:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
1436:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
1437:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1438:  2024-03-26 06:07:50 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1439:  An error occurred in a `before(:suite)` hook.
1440:  Failure/Error: @pid = Process.spawn(*@command, options)
1441:  Errno::EACCES:
1442:  Permission denied - java
1443:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1444:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1445:  # ./rb/lib/selenium/server.rb:204:in `start'
1446:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1447:  Finished in 0.0452 seconds (files took 0.60385 seconds to load)
1448:  0 examples, 0 failures, 1 error occurred outside of examples
1449:  ================================================================================
1450:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1451:  2024-03-26 06:08:18 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
1452:  An error occurred in a `before(:suite)` hook.
1453:  Failure/Error: @pid = Process.spawn(*@command, options)
1454:  Errno::EACCES:
1455:  Permission denied - java
1456:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1457:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1458:  # ./rb/lib/selenium/server.rb:204:in `start'
1459:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1460:  Finished in 0.04804 seconds (files took 0.65876 seconds to load)
1461:  0 examples, 0 failures, 1 error occurred outside of examples
1462:  ================================================================================
1463:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote:
1464:  2024-03-26 06:08:39 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
1465:  An error occurred in a `before(:suite)` hook.
1466:  Failure/Error: @pid = Process.spawn(*@command, options)
1467:  Errno::EACCES:
1468:  Permission denied - java
1469:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1470:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1471:  # ./rb/lib/selenium/server.rb:204:in `start'
1472:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1473:  Finished in 0.05135 seconds (files took 0.64682 seconds to load)
1474:  0 examples, 0 failures, 1 error occurred outside of examples
1475:  ================================================================================
1476:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1477:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1478:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log)
1479:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1480:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 24s local, disk-cache ... (4 actions, 2 running)
1481:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1482:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 27s local, disk-cache ... (4 actions, 3 running)
1483:  �[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)
1484:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1485:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1486:  �[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)
1487:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1488:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 41s local, disk-cache ... (4 actions running)
1489:  �[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)
1490:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 42s local, disk-cache ... (4 actions running)
1491:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 48s local, disk-cache ... (4 actions running)
1492:  �[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)
1493:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 49s local, disk-cache ... (4 actions running)
1494:  �[32m[2,883 / 2,898]�[0m 8 / 27 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 54s local, disk-cache ... (4 actions running)
1495:  �[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)
1496:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1497:  2024-03-26 06:08:32 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
1498:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
1499:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
1500:  An error occurred in a `before(:suite)` hook.
1501:  Failure/Error: @pid = Process.spawn(*@command, options)
...

1504:  Permission denied - java
1505:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
1506:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1507:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
1508:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1509:  # ./rb/lib/selenium/server.rb:204:in `start'
1510:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1511:  Finished in 0.05094 seconds (files took 0.64231 seconds to load)
1512:  0 examples, 0 failures, 1 error occurred outside of examples
1513:  ================================================================================
1514:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1515:  2024-03-26 06:08:53 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
1516:  An error occurred in a `before(:suite)` hook.
1517:  Failure/Error: @pid = Process.spawn(*@command, options)
1518:  Errno::EACCES:
1519:  Permission denied - java
1520:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1521:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1522:  # ./rb/lib/selenium/server.rb:204:in `start'
1523:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1524:  Finished in 0.04544 seconds (files took 0.63711 seconds to load)
1525:  0 examples, 0 failures, 1 error occurred outside of examples
1526:  ================================================================================
1527:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
1528:  2024-03-26 06:09:20 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
1529:  An error occurred in a `before(:suite)` hook.
1530:  Failure/Error: @pid = Process.spawn(*@command, options)
1531:  Errno::EACCES:
1532:  Permission denied - java
1533:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1534:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1535:  # ./rb/lib/selenium/server.rb:204:in `start'
1536:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1537:  Finished in 0.04321 seconds (files took 0.5837 seconds to load)
1538:  0 examples, 0 failures, 1 error occurred outside of examples
1539:  ================================================================================
1540:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1541:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
1542:  �[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)
1543:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1544:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1545:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1546:  �[32m[2,884 / 2,898]�[0m 9 / 27 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1547:  �[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)
1548:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-edge-remote (Summary)
1549:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
1550:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
1551:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
1552:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1553:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1554:  2024-03-26 06:08:46 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
1555:  An error occurred in a `before(:suite)` hook.
1556:  Failure/Error: @pid = Process.spawn(*@command, options)
1557:  Errno::EACCES:
1558:  Permission denied - java
1559:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1560:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1561:  # ./rb/lib/selenium/server.rb:204:in `start'
1562:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1563:  Finished in 0.0516 seconds (files took 0.65176 seconds to load)
1564:  0 examples, 0 failures, 1 error occurred outside of examples
1565:  ================================================================================
1566:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1567:  2024-03-26 06:09:06 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1568:  An error occurred in a `before(:suite)` hook.
1569:  Failure/Error: @pid = Process.spawn(*@command, options)
1570:  Errno::EACCES:
1571:  Permission denied - java
1572:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1573:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1574:  # ./rb/lib/selenium/server.rb:204:in `start'
1575:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1576:  Finished in 0.04721 seconds (files took 0.66475 seconds to load)
1577:  0 examples, 0 failures, 1 error occurred outside of examples
1578:  ================================================================================
1579:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-edge-remote:
1580:  2024-03-26 06:09:34 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
1581:  An error occurred in a `before(:suite)` hook.
1582:  Failure/Error: @pid = Process.spawn(*@command, options)
1583:  Errno::EACCES:
1584:  Permission denied - java
1585:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1586:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1587:  # ./rb/lib/selenium/server.rb:204:in `start'
1588:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1589:  Finished in 0.05074 seconds (files took 0.63499 seconds to load)
1590:  0 examples, 0 failures, 1 error occurred outside of examples
1591:  ================================================================================
1592:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1593:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1594:  �[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)
1595:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1596:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1597:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1598:  �[32m[2,885 / 2,898]�[0m 10 / 27 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1599:  �[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)
1600:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1601:  2024-03-26 06:08:59 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
1602:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-edge-remote (Summary)
1603:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
1604:  An error occurred in a `before(:suite)` hook.
1605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
1606:  Failure/Error: @pid = Process.spawn(*@command, options)
1607:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
1608:  Errno::EACCES:
1609:  Permission denied - java
1610:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1611:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1612:  # ./rb/lib/selenium/server.rb:204:in `start'
1613:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1614:  Finished in 0.04338 seconds (files took 0.60535 seconds to load)
1615:  0 examples, 0 failures, 1 error occurred outside of examples
1616:  ================================================================================
1617:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1618:  2024-03-26 06:09:27 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
1619:  An error occurred in a `before(:suite)` hook.
1620:  Failure/Error: @pid = Process.spawn(*@command, options)
1621:  Errno::EACCES:
1622:  Permission denied - java
1623:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1624:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1625:  # ./rb/lib/selenium/server.rb:204:in `start'
1626:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1627:  Finished in 0.04839 seconds (files took 0.68803 seconds to load)
1628:  0 examples, 0 failures, 1 error occurred outside of examples
1629:  ================================================================================
1630:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1631:  2024-03-26 06:09:48 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
1632:  An error occurred in a `before(:suite)` hook.
1633:  Failure/Error: @pid = Process.spawn(*@command, options)
1634:  Errno::EACCES:
1635:  Permission denied - java
1636:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1637:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1638:  # ./rb/lib/selenium/server.rb:204:in `start'
1639:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1640:  Finished in 0.05938 seconds (files took 0.79611 seconds to load)
1641:  0 examples, 0 failures, 1 error occurred outside of examples
1642:  ================================================================================
1643:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote:
1644:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 43s local, disk-cache ... (4 actions, 2 running)
1645:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1646:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log)
1647:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
1648:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1649:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
1650:  �[32m[2,886 / 2,898]�[0m 11 / 27 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
1651:  �[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)
1652:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
1653:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
1654:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
1655:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
1656:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1657:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1658:  2024-03-26 06:09:13 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
1659:  An error occurred in a `before(:suite)` hook.
1660:  Failure/Error: @pid = Process.spawn(*@command, options)
1661:  Errno::EACCES:
1662:  Permission denied - java
1663:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1664:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1665:  # ./rb/lib/selenium/server.rb:204:in `start'
1666:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1667:  Finished in 0.04715 seconds (files took 0.61131 seconds to load)
1668:  0 examples, 0 failures, 1 error occurred outside of examples
1669:  ================================================================================
1670:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1671:  2024-03-26 06:09:40 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
1672:  An error occurred in a `before(:suite)` hook.
1673:  Failure/Error: @pid = Process.spawn(*@command, options)
1674:  Errno::EACCES:
1675:  Permission denied - java
1676:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1677:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1678:  # ./rb/lib/selenium/server.rb:204:in `start'
1679:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1680:  Finished in 0.04456 seconds (files took 0.61318 seconds to load)
1681:  0 examples, 0 failures, 1 error occurred outside of examples
1682:  ================================================================================
1683:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
1684:  2024-03-26 06:10: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
1685:  An error occurred in a `before(:suite)` hook.
1686:  Failure/Error: @pid = Process.spawn(*@command, options)
1687:  Errno::EACCES:
1688:  Permission denied - java
1689:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1690:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1691:  # ./rb/lib/selenium/server.rb:204:in `start'
1692:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1693:  Finished in 0.04876 seconds (files took 0.62756 seconds to load)
1694:  0 examples, 0 failures, 1 error occurred outside of examples
1695:  ================================================================================
1696:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1697:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1698:  �[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)
1699:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1700:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 24s local, disk-cache ... (4 actions, 2 running)
1701:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1702:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 27s local, disk-cache ... (4 actions, 3 running)
1703:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log)
1704:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1705:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1706:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log)
1707:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 35s local, disk-cache ... (4 actions, 3 running)
1708:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 41s local, disk-cache ... (4 actions running)
1709:  �[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)
1710:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 42s local, disk-cache ... (4 actions running)
1711:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 48s local, disk-cache ... (4 actions running)
1712:  �[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)
1713:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 49s local, disk-cache ... (4 actions running)
1714:  �[32m[2,887 / 2,898]�[0m 12 / 27 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote; 54s local, disk-cache ... (4 actions running)
1715:  �[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)
1716:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-edge-remote (Summary)
1717:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
1718:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1719:  2024-03-26 06:09:55 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1720:  An error occurred in a `before(:suite)` hook.
1721:  Failure/Error: @pid = Process.spawn(*@command, options)
1722:  Errno::EACCES:
1723:  Permission denied - java
1724:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1725:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1726:  # ./rb/lib/selenium/server.rb:204:in `start'
1727:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1728:  Finished in 0.05946 seconds (files took 0.65714 seconds to load)
1729:  0 examples, 0 failures, 1 error occurred outside of examples
1730:  ================================================================================
1731:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1732:  2024-03-26 06:10:15 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
1733:  An error occurred in a `before(:suite)` hook.
1734:  Failure/Error: @pid = Process.spawn(*@command, options)
1735:  Errno::EACCES:
1736:  Permission denied - java
1737:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1738:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1739:  # ./rb/lib/selenium/server.rb:204:in `start'
1740:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1741:  Finished in 0.04581 seconds (files took 0.63468 seconds to load)
1742:  0 examples, 0 failures, 1 error occurred outside of examples
1743:  ================================================================================
1744:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1745:  2024-03-26 06:10:43 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1746:  An error occurred in a `before(:suite)` hook.
1747:  Failure/Error: @pid = Process.spawn(*@command, options)
1748:  Errno::EACCES:
1749:  Permission denied - java
1750:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1751:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1752:  # ./rb/lib/selenium/server.rb:204:in `start'
1753:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1754:  Finished in 0.04512 seconds (files took 0.62924 seconds to load)
1755:  0 examples, 0 failures, 1 error occurred outside of examples
1756:  ================================================================================
1757:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
1758:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
1759:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-edge-remote:
1760:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1761:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 47s local, disk-cache ... (4 actions, 3 running)
1762:  �[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)
1763:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1764:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1765:  �[32m[2,888 / 2,898]�[0m 13 / 27 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1766:  �[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)
1767:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-edge-remote (Summary)
1768:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
1769:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
1770:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
1771:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-edge-remote:
1772:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1773:  2024-03-26 06:10:08 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
1774:  An error occurred in a `before(:suite)` hook.
1775:  Failure/Error: @pid = Process.spawn(*@command, options)
1776:  Errno::EACCES:
1777:  Permission denied - java
1778:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1779:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1780:  # ./rb/lib/selenium/server.rb:204:in `start'
1781:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1782:  Finished in 0.04602 seconds (files took 0.6462 seconds to load)
1783:  0 examples, 0 failures, 1 error occurred outside of examples
1784:  ================================================================================
1785:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1786:  2024-03-26 06:10:29 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
1787:  An error occurred in a `before(:suite)` hook.
1788:  Failure/Error: @pid = Process.spawn(*@command, options)
1789:  Errno::EACCES:
1790:  Permission denied - java
1791:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1792:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1793:  # ./rb/lib/selenium/server.rb:204:in `start'
1794:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1795:  Finished in 0.04712 seconds (files took 0.65368 seconds to load)
1796:  0 examples, 0 failures, 1 error occurred outside of examples
1797:  ================================================================================
1798:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-edge-remote:
1799:  2024-03-26 06:10:56 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
1800:  An error occurred in a `before(:suite)` hook.
1801:  Failure/Error: @pid = Process.spawn(*@command, options)
1802:  Errno::EACCES:
1803:  Permission denied - java
1804:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1805:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1806:  # ./rb/lib/selenium/server.rb:204:in `start'
1807:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1808:  Finished in 0.04511 seconds (files took 0.61789 seconds to load)
1809:  0 examples, 0 failures, 1 error occurred outside of examples
1810:  ================================================================================
1811:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 41s local, disk-cache ... (4 actions, 2 running)
1812:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 47s local, disk-cache ... (4 actions, 2 running)
1813:  �[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)
1814:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1815:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1816:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
1817:  �[32m[2,889 / 2,898]�[0m 14 / 27 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
1818:  �[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)
1819:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
1820:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
1821:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
1822:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
1823:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
1824:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1825:  2024-03-26 06:10:22 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
1826:  An error occurred in a `before(:suite)` hook.
1827:  Failure/Error: @pid = Process.spawn(*@command, options)
1828:  Errno::EACCES:
1829:  Permission denied - java
1830:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1831:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1832:  # ./rb/lib/selenium/server.rb:204:in `start'
1833:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1834:  Finished in 0.04341 seconds (files took 0.58804 seconds to load)
1835:  0 examples, 0 failures, 1 error occurred outside of examples
1836:  ================================================================================
1837:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1838:  2024-03-26 06:10:49 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
1839:  An error occurred in a `before(:suite)` hook.
1840:  Failure/Error: @pid = Process.spawn(*@command, options)
1841:  Errno::EACCES:
1842:  Permission denied - java
1843:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1844:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1845:  # ./rb/lib/selenium/server.rb:204:in `start'
1846:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1847:  Finished in 0.04949 seconds (files took 0.6246 seconds to load)
1848:  0 examples, 0 failures, 1 error occurred outside of examples
1849:  ================================================================================
1850:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
1851:  2024-03-26 06:11:10 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
1852:  An error occurred in a `before(:suite)` hook.
1853:  Failure/Error: @pid = Process.spawn(*@command, options)
1854:  Errno::EACCES:
1855:  Permission denied - java
1856:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1857:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1858:  # ./rb/lib/selenium/server.rb:204:in `start'
1859:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1860:  Finished in 0.06967 seconds (files took 0.76306 seconds to load)
1861:  0 examples, 0 failures, 1 error occurred outside of examples
1862:  ================================================================================
1863:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
1864:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
1865:  �[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)
1866:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
1867:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
1868:  �[32m[2,890 / 2,898]�[0m 15 / 27 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
1869:  �[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)
1870:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
1871:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
1872:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
1873:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
1874:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1875:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1876:  2024-03-26 06:10:36 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
1877:  An error occurred in a `before(:suite)` hook.
1878:  Failure/Error: @pid = Process.spawn(*@command, options)
1879:  Errno::EACCES:
1880:  Permission denied - java
1881:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1882:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1883:  # ./rb/lib/selenium/server.rb:204:in `start'
1884:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1885:  Finished in 0.04477 seconds (files took 0.62369 seconds to load)
1886:  0 examples, 0 failures, 1 error occurred outside of examples
1887:  ================================================================================
1888:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1889:  2024-03-26 06:11:03 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
1890:  An error occurred in a `before(:suite)` hook.
1891:  Failure/Error: @pid = Process.spawn(*@command, options)
1892:  Errno::EACCES:
1893:  Permission denied - java
1894:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1895:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1896:  # ./rb/lib/selenium/server.rb:204:in `start'
1897:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1898:  Finished in 0.04815 seconds (files took 0.65711 seconds to load)
1899:  0 examples, 0 failures, 1 error occurred outside of examples
1900:  ================================================================================
1901:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
1902:  2024-03-26 06:11:24 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
1903:  An error occurred in a `before(:suite)` hook.
1904:  Failure/Error: @pid = Process.spawn(*@command, options)
1905:  Errno::EACCES:
1906:  Permission denied - java
1907:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1908:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1909:  # ./rb/lib/selenium/server.rb:204:in `start'
1910:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1911:  Finished in 0.04628 seconds (files took 0.66896 seconds to load)
1912:  0 examples, 0 failures, 1 error occurred outside of examples
1913:  ================================================================================
1914:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 14s local, disk-cache ... (4 actions, 2 running)
1915:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 15s local, disk-cache ... (4 actions, 2 running)
1916:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 20s local, disk-cache ... (4 actions, 2 running)
1917:  �[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)
1918:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 22s local, disk-cache ... (4 actions, 2 running)
1919:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 25s local, disk-cache ... (4 actions, 2 running)
1920:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 26s local, disk-cache ... (4 actions, 2 running)
1921:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 27s local, disk-cache ... (4 actions, 3 running)
1922:  �[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)
1923:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 29s local, disk-cache ... (4 actions, 3 running)
1924:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 34s local, disk-cache ... (4 actions, 3 running)
1925:  �[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)
1926:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 36s local, disk-cache ... (4 actions, 3 running)
1927:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 41s local, disk-cache ... (4 actions running)
1928:  �[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)
1929:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 42s local, disk-cache ... (4 actions running)
1930:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 48s local, disk-cache ... (4 actions running)
1931:  �[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)
1932:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 49s local, disk-cache ... (4 actions running)
1933:  �[32m[2,891 / 2,898]�[0m 16 / 27 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote; 54s local, disk-cache ... (4 actions running)
1934:  �[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)
1935:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-edge-remote (Summary)
1936:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1937:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
1938:  2024-03-26 06:11: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
1939:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
1940:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
1941:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1942:  An error occurred in a `before(:suite)` hook.
1943:  Failure/Error: @pid = Process.spawn(*@command, options)
1944:  Errno::EACCES:
1945:  Permission denied - java
1946:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1947:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1948:  # ./rb/lib/selenium/server.rb:204:in `start'
1949:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1950:  Finished in 0.04397 seconds (files took 0.67324 seconds to load)
1951:  0 examples, 0 failures, 1 error occurred outside of examples
1952:  ================================================================================
1953:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1954:  2024-03-26 06:11: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
1955:  An error occurred in a `before(:suite)` hook.
1956:  Failure/Error: @pid = Process.spawn(*@command, options)
1957:  Errno::EACCES:
1958:  Permission denied - java
1959:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1960:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1961:  # ./rb/lib/selenium/server.rb:204:in `start'
1962:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1963:  Finished in 0.04854 seconds (files took 0.63349 seconds to load)
1964:  0 examples, 0 failures, 1 error occurred outside of examples
1965:  ================================================================================
1966:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-edge-remote:
1967:  2024-03-26 06:12:05 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
1968:  An error occurred in a `before(:suite)` hook.
1969:  Failure/Error: @pid = Process.spawn(*@command, options)
1970:  Errno::EACCES:
1971:  Permission denied - java
1972:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1973:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1974:  # ./rb/lib/selenium/server.rb:204:in `start'
1975:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1976:  Finished in 0.04265 seconds (files took 0.58011 seconds to load)
1977:  0 examples, 0 failures, 1 error occurred outside of examples
1978:  ================================================================================
1979:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 42s local, disk-cache ... (4 actions, 3 running)
1980:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 48s local, disk-cache ... (4 actions, 3 running)
1981:  �[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)
1982:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 49s local, disk-cache ... (4 actions, 3 running)
1983:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 52s local, disk-cache ... (4 actions, 3 running)
1984:  �[32m[2,892 / 2,898]�[0m 17 / 27 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 53s local, disk-cache ... (4 actions, 3 running)
1985:  �[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)
1986:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1987:  2024-03-26 06:11:31 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
1988:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
1989:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
1990:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
1991:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
1992:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
1993:  An error occurred in a `before(:suite)` hook.
1994:  Failure/Error: @pid = Process.spawn(*@command, options)
1995:  Errno::EACCES:
1996:  Permission denied - java
1997:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
1998:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
1999:  # ./rb/lib/selenium/server.rb:204:in `start'
2000:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2001:  Finished in 0.04939 seconds (files took 0.71294 seconds to load)
2002:  0 examples, 0 failures, 1 error occurred outside of examples
2003:  ================================================================================
2004:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2005:  2024-03-26 06:11:52 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
2006:  An error occurred in a `before(:suite)` hook.
2007:  Failure/Error: @pid = Process.spawn(*@command, options)
2008:  Errno::EACCES:
2009:  Permission denied - java
2010:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2011:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2012:  # ./rb/lib/selenium/server.rb:204:in `start'
2013:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2014:  Finished in 0.04407 seconds (files took 0.63463 seconds to load)
2015:  0 examples, 0 failures, 1 error occurred outside of examples
2016:  ================================================================================
2017:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote:
2018:  2024-03-26 06:12:19 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
2019:  An error occurred in a `before(:suite)` hook.
2020:  Failure/Error: @pid = Process.spawn(*@command, options)
2021:  Errno::EACCES:
2022:  Permission denied - java
2023:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2024:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2025:  # ./rb/lib/selenium/server.rb:204:in `start'
2026:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2027:  Finished in 0.0463 seconds (files took 0.65445 seconds to load)
2028:  0 examples, 0 failures, 1 error occurred outside of examples
2029:  ================================================================================
2030:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 41s local, disk-cache ... (4 actions, 2 running)
2031:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 42s local, disk-cache ... (4 actions, 2 running)
2032:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
2033:  �[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)
2034:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 49s local, disk-cache ... (4 actions, 2 running)
2035:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
2036:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 53s local, disk-cache ... (4 actions, 2 running)
2037:  �[32m[2,893 / 2,898]�[0m 18 / 27 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 54s local, disk-cache ... (4 actions, 3 running)
2038:  �[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)
2039:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
2040:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2041:  2024-03-26 06:11:45 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
2042:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2043:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2044:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2045:  An error occurred in a `before(:suite)` hook.
2046:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2047:  Failure/Error: @pid = Process.spawn(*@command, options)
2048:  Errno::EACCES:
2049:  Permission denied - java
2050:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2051:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2052:  # ./rb/lib/selenium/server.rb:204:in `start'
2053:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2054:  Finished in 0.04488 seconds (files took 0.5966 seconds to load)
2055:  0 examples, 0 failures, 1 error occurred outside of examples
2056:  ================================================================================
2057:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2058:  2024-03-26 06:12:12 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
2059:  An error occurred in a `before(:suite)` hook.
2060:  Failure/Error: @pid = Process.spawn(*@command, options)
2061:  Errno::EACCES:
2062:  Permission denied - java
2063:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2064:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2065:  # ./rb/lib/selenium/server.rb:204:in `start'
2066:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2067:  Finished in 0.05673 seconds (files took 0.70707 seconds to load)
2068:  0 examples, 0 failures, 1 error occurred outside of examples
2069:  ================================================================================
2070:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2071:  2024-03-26 06:12:33 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
2072:  An error occurred in a `before(:suite)` hook.
2073:  Failure/Error: @pid = Process.spawn(*@command, options)
2074:  Errno::EACCES:
2075:  Permission denied - java
2076:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2077:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2078:  # ./rb/lib/selenium/server.rb:204:in `start'
2079:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2080:  Finished in 0.04656 seconds (files took 0.6548 seconds to load)
2081:  0 examples, 0 failures, 1 error occurred outside of examples
2082:  ================================================================================
2083:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 43s local, disk-cache ... (4 actions, 2 running)
2084:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 48s local, disk-cache ... (4 actions, 2 running)
2085:  �[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)
2086:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 50s local, disk-cache ... (4 actions, 2 running)
2087:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 52s local, disk-cache ... (4 actions, 2 running)
2088:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 54s local, disk-cache ... (4 actions, 2 running)
2089:  �[32m[2,894 / 2,898]�[0m 19 / 27 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 55s local, disk-cache ... (4 actions, 3 running)
2090:  �[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)
2091:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-edge-remote (Summary)
2092:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2093:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2094:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2095:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2096:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2097:  2024-03-26 06:11:59 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
2098:  An error occurred in a `before(:suite)` hook.
2099:  Failure/Error: @pid = Process.spawn(*@command, options)
2100:  Errno::EACCES:
2101:  Permission denied - java
2102:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2103:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2104:  # ./rb/lib/selenium/server.rb:204:in `start'
2105:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2106:  Finished in 0.04764 seconds (files took 0.60586 seconds to load)
2107:  0 examples, 0 failures, 1 error occurred outside of examples
2108:  ================================================================================
2109:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2110:  2024-03-26 06:12:26 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
2111:  An error occurred in a `before(:suite)` hook.
2112:  Failure/Error: @pid = Process.spawn(*@command, options)
2113:  Errno::EACCES:
2114:  Permission denied - java
2115:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2116:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2117:  # ./rb/lib/selenium/server.rb:204:in `start'
2118:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2119:  Finished in 0.05083 seconds (files took 0.68037 seconds to load)
2120:  0 examples, 0 failures, 1 error occurred outside of examples
2121:  ================================================================================
2122:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-edge-remote:
2123:  2024-03-26 06:12:47 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
2124:  An error occurred in a `before(:suite)` hook.
2125:  Failure/Error: @pid = Process.spawn(*@command, options)
2126:  Errno::EACCES:
2127:  Permission denied - java
2128:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2129:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2130:  # ./rb/lib/selenium/server.rb:204:in `start'
2131:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2132:  Finished in 0.05347 seconds (files took 0.6217 seconds to load)
2133:  0 examples, 0 failures, 1 error occurred outside of examples
2134:  ================================================================================
2135:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 15s local, disk-cache ... (3 actions, 2 running)
2136:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 20s local, disk-cache ... (3 actions, 2 running)
2137:  �[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)
2138:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 22s local, disk-cache ... (3 actions, 2 running)
2139:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 25s local, disk-cache ... (3 actions, 2 running)
2140:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 27s local, disk-cache ... (3 actions running)
2141:  �[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)
2142:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 28s local, disk-cache ... (3 actions running)
2143:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 34s local, disk-cache ... (3 actions running)
2144:  �[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)
2145:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 35s local, disk-cache ... (3 actions running)
2146:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 41s local, disk-cache ... (3 actions running)
2147:  �[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)
2148:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 42s local, disk-cache ... (3 actions running)
2149:  �[32m[2,895 / 2,898]�[0m 20 / 27 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 47s local, disk-cache ... (3 actions running)
2150:  �[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)
2151:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-edge-remote (Summary)
2152:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2153:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2154:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2155:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-edge-remote:
2156:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2157:  2024-03-26 06:12:40 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2158:  An error occurred in a `before(:suite)` hook.
2159:  Failure/Error: @pid = Process.spawn(*@command, options)
2160:  Errno::EACCES:
2161:  Permission denied - java
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.06258 seconds (files took 0.77097 seconds to load)
2167:  0 examples, 0 failures, 1 error occurred outside of examples
2168:  ================================================================================
2169:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2170:  2024-03-26 06:13:01 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
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.04442 seconds (files took 0.60013 seconds to load)
2180:  0 examples, 0 failures, 1 error occurred outside of examples
2181:  ================================================================================
2182:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-edge-remote:
2183:  2024-03-26 06:13:21 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
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.62506 seconds to load)
2193:  0 examples, 0 failures, 1 error occurred outside of examples
2194:  ================================================================================
2195:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 35s local, disk-cache ... (2 actions running)
2196:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 40s local, disk-cache ... (2 actions running)
2197:  �[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)
2198:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 41s local, disk-cache ... (2 actions running)
2199:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 45s local, disk-cache ... (2 actions running)
2200:  �[32m[2,896 / 2,898]�[0m 21 / 27 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 47s local, disk-cache ... (2 actions running)
2201:  �[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)
2202:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
2203:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2204:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2205:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2206:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2207:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2208:  2024-03-26 06:12:54 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
2209:  An error occurred in a `before(:suite)` hook.
2210:  Failure/Error: @pid = Process.spawn(*@command, options)
2211:  Errno::EACCES:
2212:  Permission denied - java
2213:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2214:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2215:  # ./rb/lib/selenium/server.rb:204:in `start'
2216:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2217:  Finished in 0.04386 seconds (files took 0.60986 seconds to load)
2218:  0 examples, 0 failures, 1 error occurred outside of examples
2219:  ================================================================================
2220:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2221:  2024-03-26 06:13:14 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
2222:  An error occurred in a `before(:suite)` hook.
2223:  Failure/Error: @pid = Process.spawn(*@command, options)
2224:  Errno::EACCES:
2225:  Permission denied - java
2226:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2227:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2228:  # ./rb/lib/selenium/server.rb:204:in `start'
2229:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2230:  Finished in 0.04339 seconds (files took 0.59519 seconds to load)
2231:  0 examples, 0 failures, 1 error occurred outside of examples
2232:  ================================================================================
2233:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2234:  2024-03-26 06:13:34 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
2235:  An error occurred in a `before(:suite)` hook.
2236:  Failure/Error: @pid = Process.spawn(*@command, options)
2237:  Errno::EACCES:
2238:  Permission denied - java
2239:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2240:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2241:  # ./rb/lib/selenium/server.rb:204:in `start'
2242:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2243:  Finished in 0.04223 seconds (files took 0.61482 seconds to load)
2244:  0 examples, 0 failures, 1 error occurred outside of examples
2245:  ================================================================================
2246:  �[32m[2,897 / 2,898]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 35s local, disk-cache
2247:  �[32m[2,897 / 2,898]�[0m 22 / 27 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote; 40s local, disk-cache
2248:  �[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)
2249:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:options-edge-remote (Summary)
2250:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2251:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2252:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2253:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2254:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2255:  2024-03-26 06:13:07 INFO Selenium Server Location: D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/options-edge-remote.cmd.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2256:  An error occurred in a `before(:suite)` hook.
2257:  Failure/Error: @pid = Process.spawn(*@command, options)
2258:  Errno::EACCES:
2259:  Permission denied - java
2260:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2261:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2262:  # ./rb/lib/selenium/server.rb:204:in `start'
2263:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2264:  Finished in 0.04387 seconds (files took 0.61521 seconds to load)
2265:  0 examples, 0 failures, 1 error occurred outside of examples
2266:  ================================================================================
2267:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2268:  2024-03-26 06:13:28 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
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.04408 seconds (files took 0.64464 seconds to load)
2278:  0 examples, 0 failures, 1 error occurred outside of examples
2279:  ================================================================================
2280:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:options-edge-remote:
2281:  2024-03-26 06:13:41 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
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.04243 seconds (files took 0.59146 seconds to load)
2291:  0 examples, 0 failures, 1 error occurred outside of examples
2292:  ================================================================================
2293:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s disk-cache
2294:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
2295:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
2296:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 6s local, disk-cache
2297:  �[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)
2298:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 8s local, disk-cache
2299:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 13s local, disk-cache
2300:  �[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)
2301:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 15s local, disk-cache
2302:  �[32m[2,898 / 2,899]�[0m 23 / 27 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 21s local, disk-cache
2303:  �[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)
2304:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-edge-remote (Summary)
2305:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2306:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2307:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2308:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2309:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2310:  2024-03-26 06:13:59 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
2311:  An error occurred in a `before(:suite)` hook.
2312:  Failure/Error: @pid = Process.spawn(*@command, options)
2313:  Errno::EACCES:
2314:  Permission denied - java
2315:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2316:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2317:  # ./rb/lib/selenium/server.rb:204:in `start'
2318:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2319:  Finished in 0.04654 seconds (files took 0.57959 seconds to load)
2320:  0 examples, 0 failures, 1 error occurred outside of examples
2321:  ================================================================================
2322:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2323:  2024-03-26 06:14:06 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
2324:  An error occurred in a `before(:suite)` hook.
2325:  Failure/Error: @pid = Process.spawn(*@command, options)
2326:  Errno::EACCES:
2327:  Permission denied - java
2328:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2329:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2330:  # ./rb/lib/selenium/server.rb:204:in `start'
2331:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2332:  Finished in 0.04247 seconds (files took 0.6064 seconds to load)
2333:  0 examples, 0 failures, 1 error occurred outside of examples
2334:  ================================================================================
2335:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-edge-remote:
2336:  2024-03-26 06:14:13 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
2337:  An error occurred in a `before(:suite)` hook.
2338:  Failure/Error: @pid = Process.spawn(*@command, options)
2339:  Errno::EACCES:
2340:  Permission denied - java
2341:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2342:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2343:  # ./rb/lib/selenium/server.rb:204:in `start'
2344:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2345:  Finished in 0.04272 seconds (files took 0.62324 seconds to load)
2346:  0 examples, 0 failures, 1 error occurred outside of examples
2347:  ================================================================================
2348:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s disk-cache
2349:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
2350:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
2351:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 6s local, disk-cache
2352:  �[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)
2353:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 8s local, disk-cache
2354:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 13s local, disk-cache
2355:  �[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)
2356:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 15s local, disk-cache
2357:  �[32m[2,899 / 2,900]�[0m 24 / 27 tests, �[31m�[1m24 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 21s local, disk-cache
2358:  �[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)
2359:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote (Summary)
2360:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2361:  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
2362:  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
2363:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2364:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2365:  2024-03-26 06:14:30 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
2366:  An error occurred in a `before(:suite)` hook.
2367:  Failure/Error: @pid = Process.spawn(*@command, options)
2368:  Errno::EACCES:
2369:  Permission denied - java
2370:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2371:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2372:  # ./rb/lib/selenium/server.rb:204:in `start'
2373:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2374:  Finished in 0.04346 seconds (files took 0.59507 seconds to load)
2375:  0 examples, 0 failures, 1 error occurred outside of examples
2376:  ================================================================================
2377:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2378:  2024-03-26 06:14:37 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
2379:  An error occurred in a `before(:suite)` hook.
2380:  Failure/Error: @pid = Process.spawn(*@command, options)
2381:  Errno::EACCES:
2382:  Permission denied - java
2383:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2384:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2385:  # ./rb/lib/selenium/server.rb:204:in `start'
2386:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2387:  Finished in 0.04308 seconds (files took 0.64174 seconds to load)
2388:  0 examples, 0 failures, 1 error occurred outside of examples
2389:  ================================================================================
2390:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote:
2391:  2024-03-26 06:14:45 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
2392:  An error occurred in a `before(:suite)` hook.
2393:  Failure/Error: @pid = Process.spawn(*@command, options)
2394:  Errno::EACCES:
2395:  Permission denied - java
2396:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2397:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2398:  # ./rb/lib/selenium/server.rb:204:in `start'
2399:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2400:  Finished in 0.04335 seconds (files took 0.58572 seconds to load)
2401:  0 examples, 0 failures, 1 error occurred outside of examples
2402:  ================================================================================
2403:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 0s disk-cache
2404:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
2405:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
2406:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 6s local, disk-cache
2407:  �[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)
2408:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 8s local, disk-cache
2409:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 14s local, disk-cache
2410:  �[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)
2411:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 15s local, disk-cache
2412:  �[32m[2,900 / 2,901]�[0m 25 / 27 tests, �[31m�[1m25 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 21s local, disk-cache
2413:  �[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)
2414:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote (Summary)
2415:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2416:  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
2417:  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
2418:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2419:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2420:  2024-03-26 06:15:02 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
2421:  An error occurred in a `before(:suite)` hook.
2422:  Failure/Error: @pid = Process.spawn(*@command, options)
2423:  Errno::EACCES:
2424:  Permission denied - java
2425:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2426:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2427:  # ./rb/lib/selenium/server.rb:204:in `start'
2428:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2429:  Finished in 0.04471 seconds (files took 0.59295 seconds to load)
2430:  0 examples, 0 failures, 1 error occurred outside of examples
2431:  ================================================================================
2432:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2433:  2024-03-26 06:15:10 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
2434:  An error occurred in a `before(:suite)` hook.
2435:  Failure/Error: @pid = Process.spawn(*@command, options)
2436:  Errno::EACCES:
2437:  Permission denied - java
2438:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2439:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2440:  # ./rb/lib/selenium/server.rb:204:in `start'
2441:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2442:  Finished in 0.04426 seconds (files took 0.61933 seconds to load)
2443:  0 examples, 0 failures, 1 error occurred outside of examples
2444:  ================================================================================
2445:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote:
2446:  2024-03-26 06:15:17 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
2447:  An error occurred in a `before(:suite)` hook.
2448:  Failure/Error: @pid = Process.spawn(*@command, options)
2449:  Errno::EACCES:
2450:  Permission denied - java
2451:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2452:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2453:  # ./rb/lib/selenium/server.rb:204:in `start'
2454:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2455:  Finished in 0.04292 seconds (files took 0.59499 seconds to load)
2456:  0 examples, 0 failures, 1 error occurred outside of examples
2457:  ================================================================================
2458:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 0s disk-cache
2459:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
2460:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
2461:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 6s local, disk-cache
2462:  �[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)
2463:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 7s local, disk-cache
2464:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 13s local, disk-cache
2465:  �[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)
2466:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 14s local, disk-cache
2467:  �[32m[2,901 / 2,902]�[0m 26 / 27 tests, �[31m�[1m26 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 21s local, disk-cache
2468:  �[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)
2469:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-edge-remote (Summary)
2470:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2471:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2472:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2473:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2474:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2475:  2024-03-26 06:15:35 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
2476:  An error occurred in a `before(:suite)` hook.
2477:  Failure/Error: @pid = Process.spawn(*@command, options)
2478:  Errno::EACCES:
2479:  Permission denied - java
2480:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2481:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2482:  # ./rb/lib/selenium/server.rb:204:in `start'
2483:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2484:  Finished in 0.04351 seconds (files took 0.57865 seconds to load)
2485:  0 examples, 0 failures, 1 error occurred outside of examples
2486:  ================================================================================
2487:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2488:  2024-03-26 06:15:42 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
2489:  An error occurred in a `before(:suite)` hook.
2490:  Failure/Error: @pid = Process.spawn(*@command, options)
2491:  Errno::EACCES:
2492:  Permission denied - java
2493:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2494:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2495:  # ./rb/lib/selenium/server.rb:204:in `start'
2496:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2497:  Finished in 0.04243 seconds (files took 0.58911 seconds to load)
2498:  0 examples, 0 failures, 1 error occurred outside of examples
2499:  ================================================================================
2500:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-edge-remote:
2501:  2024-03-26 06:15:49 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
2502:  An error occurred in a `before(:suite)` hook.
2503:  Failure/Error: @pid = Process.spawn(*@command, options)
2504:  Errno::EACCES:
2505:  Permission denied - java
2506:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `spawn'
2507:  # ./rb/lib/selenium/webdriver/common/child_process.rb:57:in `start'
2508:  # ./rb/lib/selenium/server.rb:204:in `start'
2509:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
2510:  Finished in 0.04254 seconds (files took 0.59874 seconds to load)
2511:  0 examples, 0 failures, 1 error occurred outside of examples
2512:  ================================================================================
2513:  �[32mINFO: �[0mFound 27 test targets...
2514:  �[32mINFO: �[0mElapsed time: 834.817s, Critical Path: 198.68s
2515:  �[32mINFO: �[0m2672 processes: 1463 disk cache hit, 1059 internal, 149 local, 1 worker.
2516:  �[32mINFO: �[0mBuild completed, 27 tests FAILED, 2672 total actions
2517:  //rb/spec/integration/selenium/webdriver:action_builder-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2518:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.0s
2519:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test.log
2520:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_1.log
2521:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-edge-remote/test_attempts/attempt_2.log
2522:  //rb/spec/integration/selenium/webdriver:bidi-edge-remote                �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.6s
2523:  Stats over 3 runs: max = 6.6s, min = 6.6s, avg = 6.6s, dev = 0.0s
2524:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test.log
2525:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_1.log
2526:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-edge-remote/test_attempts/attempt_2.log
2527:  //rb/spec/integration/selenium/webdriver:devtools-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2528:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2529:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test.log
2530:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_1.log
2531:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-edge-remote/test_attempts/attempt_2.log
2532:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2533:  Stats over 3 runs: max = 7.0s, min = 6.8s, avg = 6.9s, dev = 0.1s
2534:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2535:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2536:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2537:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2538:  Stats over 3 runs: max = 7.1s, min = 6.8s, avg = 6.9s, dev = 0.1s
2539:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2540:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2541:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2542:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2543:  Stats over 3 runs: max = 7.1s, min = 6.7s, avg = 6.9s, dev = 0.2s
2544:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test.log
2545:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_1.log
2546:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-edge-remote/test_attempts/attempt_2.log
2547:  //rb/spec/integration/selenium/webdriver:guard-edge-remote               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.1s
2548:  Stats over 3 runs: max = 7.1s, min = 6.9s, avg = 7.0s, dev = 0.1s
2549:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test.log
2550:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_1.log
2551:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-edge-remote/test_attempts/attempt_2.log
2552:  //rb/spec/integration/selenium/webdriver:listener-edge-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2553:  Stats over 3 runs: max = 7.2s, min = 6.6s, avg = 6.9s, dev = 0.3s
2554:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test.log
2555:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_1.log
2556:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-edge-remote/test_attempts/attempt_2.log
2557:  //rb/spec/integration/selenium/webdriver:manager-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2558:  Stats over 3 runs: max = 7.0s, min = 6.9s, avg = 6.9s, dev = 0.1s
2559:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test.log
2560:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_1.log
2561:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-edge-remote/test_attempts/attempt_2.log
2562:  //rb/spec/integration/selenium/webdriver:navigation-edge-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2563:  Stats over 3 runs: max = 7.3s, min = 6.8s, avg = 7.0s, dev = 0.2s
2564:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test.log
2565:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_1.log
2566:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-edge-remote/test_attempts/attempt_2.log
2567:  //rb/spec/integration/selenium/webdriver:select-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2568:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.9s, dev = 0.0s
2569:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test.log
2570:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_1.log
2571:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-edge-remote/test_attempts/attempt_2.log
2572:  //rb/spec/integration/selenium/webdriver:shadow_root-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.8s
2573:  Stats over 3 runs: max = 7.8s, min = 6.8s, avg = 7.2s, dev = 0.4s
2574:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test.log
2575:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_1.log
2576:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-edge-remote/test_attempts/attempt_2.log
2577:  //rb/spec/integration/selenium/webdriver:storage-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2578:  Stats over 3 runs: max = 7.0s, min = 6.9s, avg = 6.9s, dev = 0.0s
2579:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test.log
2580:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_1.log
2581:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-edge-remote/test_attempts/attempt_2.log
2582:  //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2583:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2584:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2585:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2586:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2587:  //rb/spec/integration/selenium/webdriver:target_locator-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2588:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2589:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2590:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2591:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2592:  //rb/spec/integration/selenium/webdriver:timeout-edge-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2593:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2594:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test.log
2595:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_1.log
2596:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-edge-remote/test_attempts/attempt_2.log
2597:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.8s
2598:  Stats over 3 runs: max = 7.8s, min = 6.9s, avg = 7.2s, dev = 0.4s
2599:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log
2600:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log
2601:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log
2602:  //rb/spec/integration/selenium/webdriver:window-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.3s
2603:  Stats over 3 runs: max = 7.3s, min = 6.7s, avg = 6.9s, dev = 0.3s
2604:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2605:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2606:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2607:  //rb/spec/integration/selenium/webdriver:zipper-edge-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.5s
2608:  Stats over 3 runs: max = 7.5s, min = 6.8s, avg = 7.1s, dev = 0.3s
2609:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test.log
2610:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_1.log
2611:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-edge-remote/test_attempts/attempt_2.log
2612:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2613:  Stats over 3 runs: max = 6.7s, min = 6.7s, avg = 6.7s, dev = 0.0s
2614:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-edge-remote/test.log
2615:  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
2616:  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
2617:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2618:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.6s, dev = 0.0s
2619:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-edge-remote/test.log
2620:  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
2621:  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
2622:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.0s
2623:  Stats over 3 runs: max = 7.0s, min = 6.7s, avg = 6.8s, dev = 0.1s
2624:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test.log
2625:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_1.log
2626:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/driver-edge-remote/test_attempts/attempt_2.log
2627:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.7s
2628:  Stats over 3 runs: max = 6.7s, min = 6.6s, avg = 6.7s, dev = 0.1s
2629:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test.log
2630:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_1.log
2631:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/options-edge-remote/test_attempts/attempt_2.log
2632:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.8s
2633:  Stats over 3 runs: max = 6.8s, min = 6.7s, avg = 6.7s, dev = 0.1s
2634:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2635:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2636:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2637:  //rb/spec/integration/selenium/webdriver/edge:service-edge-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2638:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.9s, dev = 0.1s
2639:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test.log
2640:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_1.log
2641:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/service-edge-remote/test_attempts/attempt_2.log
2642:  //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 6.9s
2643:  Stats over 3 runs: max = 6.9s, min = 6.8s, avg = 6.8s, dev = 0.1s
2644:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
2645:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
2646:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
2647:  //rb/spec/integration/selenium/webdriver/remote:element-edge-remote      �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 7.2s
2648:  Stats over 3 runs: max = 7.2s, min = 6.7s, avg = 6.9s, dev = 0.2s
2649:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test.log
2650:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_1.log
2651:  D:/_bazel/execroot/selenium/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-edge-remote/test_attempts/attempt_2.log
2652:  Executed 27 out of 27 tests: �[0m�[31m�[1m27 fail locally�[0m.
2653:  �[0m
2654:  ##[error]Process completed with exit code 1.

✨ CI feedback usage guide:

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

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

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

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

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

Configuration options

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

See more information about the checks tool in the docs.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.48%. Comparing base (dec63da) to head (4bdf7cb).

❗ Current head 4bdf7cb differs from pull request most recent head 0b2cc6f. Consider uploading reports for the commit 0b2cc6f 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   #13647   +/-   ##
=======================================
  Coverage   58.48%   58.48%           
=======================================
  Files          86       86           
  Lines        5270     5270           
  Branches      220      220           
=======================================
  Hits         3082     3082           
  Misses       1968     1968           
  Partials      220      220           

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

Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

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

Thank you, @joerg1985!

@diemol diemol merged commit 82277ab into trunk Mar 26, 2024
34 of 36 checks passed
@diemol diemol deleted the check-node-id branch March 26, 2024 06:20
@VietND96 VietND96 mentioned this pull request Apr 8, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🐛 Bug]: the status endpoint of a restarted node is called multiple times
3 participants