Skip to content

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Sep 23, 2025

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

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

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Sep 23, 2025
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns

Supply chain integrity:
Changes update external binary URLs and checksums. Ensure checksums are verified from a trusted source and consider pinning via GPG signatures or additional verification where possible.

⚡ Recommended focus areas for review

Integrity Mismatch Risk

Verify the provided SHA256 checksums match the actual artifacts at the updated URLs to avoid build failures and supply-chain risk.

url = "https://ftp.mozilla.org/pub/firefox/releases/144.0b4/linux-x86_64/en-US/firefox-144.0b4.tar.xz",
sha256 = "028695766920f2a19fdd856cc3709b2b69eea7ce762c0df65990156f6eb0f8e2",
build_file_content = """
Mirror/Availability

Consider adding a mirror or list of urls for resilience; single URL updates can cause flaky builds if Mozilla CDN paths change or are temporarily unavailable.

dmg_archive(
    name = "mac_beta_firefox",
    url = "https://ftp.mozilla.org/pub/firefox/releases/144.0b4/mac/en-US/Firefox%20144.0b4.dmg",
    sha256 = "71b949952ab8bbac37432d3b074d05cf1ddb227c03c00696b3a000ea29780cdd",

Copy link
Contributor

qodo-merge-pro bot commented Sep 23, 2025

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Centralize version string in a variable

Define a variable for the Firefox version string and use it in the url
attributes to avoid duplication and improve maintainability.

common/repositories.bzl [51-77]

+    _FIREFOX_BETA_VERSION = "144.0b4"
+
     http_archive(
         name = "linux_beta_firefox",
-        url = "https://ftp.mozilla.org/pub/firefox/releases/144.0b4/linux-x86_64/en-US/firefox-144.0b4.tar.xz",
+        url = "https://ftp.mozilla.org/pub/firefox/releases/{v}/linux-x86_64/en-US/firefox-{v}.tar.xz".format(v = _FIREFOX_BETA_VERSION),
         sha256 = "028695766920f2a19fdd856cc3709b2b69eea7ce762c0df65990156f6eb0f8e2",
         build_file_content = """
 load("@aspect_rules_js//js:defs.bzl", "js_library")
 ...
 """,
     )
 
     dmg_archive(
         name = "mac_beta_firefox",
-        url = "https://ftp.mozilla.org/pub/firefox/releases/144.0b4/mac/en-US/Firefox%20144.0b4.dmg",
+        url = "https://ftp.mozilla.org/pub/firefox/releases/{v}/mac/en-US/Firefox%20{v}.dmg".format(v = _FIREFOX_BETA_VERSION),
         sha256 = "71b949952ab8bbac37432d3b074d05cf1ddb227c03c00696b3a000ea29780cdd",
         build_file_content = """
 load("@aspect_rules_js//js:defs.bzl", "js_library")
 ...
 """,
     )

[To ensure code accuracy, apply this suggestion manually]

Suggestion importance[1-10]: 6

__

Why: The suggestion correctly identifies duplicated version strings and proposes centralizing them in a variable, which improves code maintainability for future updates.

Low
  • Update

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 6 times, most recently from d4fded1 to 929c60a Compare September 30, 2025 00:41
Copy link
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

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

Failed stage: Run Bazel [❌]

Failed test name: //rb/spec/integration/selenium/webdriver:window-edge-remote

Failure summary:

The action failed because all Ruby Selenium WebDriver integration tests for Edge (remote)
consistently failed to start the Selenium Grid server within the allotted time.
- Every failed test
shows the same error in a before(:suite) hook: remote server not launched in 60 seconds.
-
Representative stack trace:
- ./rb/lib/selenium/server.rb:263 in poll_for_service
-
./rb/lib/selenium/server.rb:206 in start
-
rb/spec/integration/selenium/webdriver/spec_helper.rb:54
- Example failing test logs:
-
D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log

- Similar error repeated across many targets (e.g., element-edge-remote,
target_locator-edge-remote, driver-edge-remote, network-edge-remote,
virtual_authenticator-edge-remote, .../bidi/*, etc.).
- Root cause indicated by logs: the Selenium
server JAR at java/src/org/openqa/selenium/grid/selenium_server_deploy.jar was located and attempted
to start, but never became responsive within 60 seconds, causing the suite setup to fail for each
test and the job to exit with code 1.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

366:  "enabled": true,
367:  "files": [
368:  "./MODULE.bazel",
369:  "./WORKSPACE.bazel",
370:  "./WORKSPACE.bzlmod",
371:  "./WORKSPACE"
372:  ],
373:  "name": "repository",
374:  "paths": [
375:  "D:/_bazel-repo"
376:  ]
377:  }
378:  }
379:  ##[endgroup]
380:  ##[group]Restore cache for bazelisk
381:  Failed to restore bazelisk cache
382:  ##[endgroup]
383:  ##[group]Restore cache for disk-rb-remote-edge-windows-test
384:  Cache hit for: setup-bazel-2-win32-disk-rb-remote-edge-windows-test-a40a7c8fdb0b464d71da1aa8bb361c56e6322566512e4e6f07958249e79e4a5a
385:  Received 159383552 of 275692432 (57.8%), 150.5 MBs/sec
386:  Received 275692432 of 275692432 (100.0%), 155.4 MBs/sec
387:  Cache Size: ~263 MB (275692432 B)
388:  [command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/c4e27e60-cca8-402f-9e9f-5a43d48dc220/cache.tzst -P -C D:/a/selenium/selenium --force-local --use-compress-program "zstd -d"
389:  Cache restored successfully
390:  Successfully restored cache from setup-bazel-2-win32-disk-rb-remote-edge-windows-test-a40a7c8fdb0b464d71da1aa8bb361c56e6322566512e4e6f07958249e79e4a5a
391:  ##[endgroup]
392:  ##[group]Restore cache for repository
393:  Failed to restore repository cache
394:  ##[endgroup]
...

568:  �[32mAnalyzing:�[0m 29 targets (218 packages loaded, 1756 targets configured)
569:  �[33mDEBUG: �[0mD:/_bazel/external/aspect_rules_js+/npm/private/npm_translate_lock_state.bzl:27:14: 
570:  WARNING: `update_pnpm_lock` attribute in `npm_translate_lock(name = "npm")` is not yet supported on Windows. This feature
571:  will be disabled for this build.
572:  �[32mAnalyzing:�[0m 29 targets (230 packages loaded, 2443 targets configured)
573:  �[32mAnalyzing:�[0m 29 targets (230 packages loaded, 2443 targets configured)
574:  �[32mAnalyzing:�[0m 29 targets (237 packages loaded, 2460 targets configured)
575:  �[33mDEBUG: �[0mD:/_bazel/external/aspect_rules_js+/npm/private/npm_translate_lock_state.bzl:27:14: 
576:  WARNING: `update_pnpm_lock` attribute in `npm_translate_lock(name = "aspect_rules_js++npm+npm")` is not yet supported on Windows. This feature
577:  will be disabled for this build.
578:  �[32mAnalyzing:�[0m 29 targets (237 packages loaded, 2460 targets configured)
579:  �[32mAnalyzing:�[0m 29 targets (237 packages loaded, 2460 targets configured)
580:  �[32mAnalyzing:�[0m 29 targets (247 packages loaded, 4061 targets configured)
581:  �[33mDEBUG: �[0mD:/_bazel/external/rules_jvm_external+/private/extensions/maven.bzl:295:14: WARNING: The following maven modules appear in multiple sub-modules with potentially different versions. Consider adding one of these to your root module to ensure consistent versions:
582:  com.google.code.findbugs:jsr305
583:  com.google.errorprone:error_prone_annotations
584:  com.google.guava:guava (versions: 30.1.1-jre, 31.0.1-android)
...

630:  ==> Locally signing trusted keys in keyring...
631:  -> Locally signed 5 keys.
632:  ==> Importing owner trust values...
633:  gpg: setting ownertrust to 4
634:  gpg: setting ownertrust to 4
635:  gpg: setting ownertrust to 4
636:  gpg: setting ownertrust to 4
637:  gpg: setting ownertrust to 4
638:  ==> Disabling revoked keys in keyring...
639:  -> Disabled 4 keys.
640:  ==> Updating trust database...
641:  gpg: marginals needed: 3  completes needed: 1  trust model: pgp
642:  gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
643:  gpg: depth: 1  valid:   5  signed:   6  trust: 0-, 0q, 0n, 5m, 0f, 0u
644:  gpg: depth: 2  valid:   3  signed:   2  trust: 3-, 0q, 0n, 0m, 0f, 0u
645:  gpg: error retrieving '[email protected]' via WKD: No data
646:  gpg: error reading key: No data
647:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
648:  gpg: key F40D263ECA25678A: "Alexey Pavlov (Alexpux) <[email protected]>" not changed
649:  gpg: Total number processed: 1
650:  gpg:              unchanged: 1
651:  gpg: error retrieving '[email protected]' via WKD: Try again later
652:  gpg: error reading key: Try again later
653:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
654:  gpg: key 790AE56A1D3CFDDC: "David Macek (MSYS2 master key) <[email protected]>" not changed
655:  gpg: Total number processed: 1
656:  gpg:              unchanged: 1
657:  gpg: error retrieving '[email protected]' via WKD: Try again later
658:  gpg: error reading key: Try again later
659:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
660:  gpg: key DA7EF2ABAEEA755C: "Martell Malone (martell) <[email protected]>" not changed
661:  gpg: Total number processed: 1
662:  gpg:              unchanged: 1
663:  gpg: error retrieving '[email protected]' via WKD: Try again later
664:  gpg: error reading key: Try again later
665:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
666:  gpg: key 755B8182ACD22879: "Christoph Reiter (MSYS2 master key) <[email protected]>" not changed
667:  gpg: Total number processed: 1
668:  gpg:              unchanged: 1
669:  gpg: error retrieving '[email protected]' via WKD: Try again later
670:  gpg: error reading key: Try again later
671:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
672:  gpg: key 9F418C233E652008: "Ignacio Casal Quinteiro <[email protected]>" not changed
673:  gpg: Total number processed: 1
674:  gpg:              unchanged: 1
675:  gpg: error retrieving '[email protected]' via WKD: Try again later
676:  gpg: error reading key: Try again later
677:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
678:  gpg: key BBE514E53E0D0813: "Ray Donnelly (MSYS2 Developer - master key) <[email protected]>" not changed
679:  gpg: Total number processed: 1
680:  gpg:              unchanged: 1
681:  gpg: error retrieving '[email protected]' via WKD: Try again later
682:  gpg: error reading key: Try again later
683:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
684:  gpg: key 5F92EFC1A47D45A1: "Alexey Pavlov (Alexpux) <[email protected]>" not changed
685:  gpg: Total number processed: 1
686:  gpg:              unchanged: 1
687:  gpg: error retrieving '[email protected]' via WKD: No data
688:  gpg: error reading key: No data
689:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
690:  gpg: key 974C8BE49078F532: "David Macek <[email protected]>" 3 new signatures
691:  gpg: key 974C8BE49078F532: "David Macek <[email protected]>" 1 signature cleaned
692:  gpg: Total number processed: 1
693:  gpg:         new signatures: 3
694:  gpg:     signatures cleaned: 1
695:  gpg: marginals needed: 3  completes needed: 1  trust model: pgp
696:  gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
697:  gpg: depth: 1  valid:   5  signed:   7  trust: 0-, 0q, 0n, 5m, 0f, 0u
698:  gpg: depth: 2  valid:   4  signed:   2  trust: 4-, 0q, 0n, 0m, 0f, 0u
699:  gpg: next trustdb check due at 2025-12-16
700:  gpg: error retrieving '[email protected]' via WKD: Try again later
701:  gpg: error reading key: Try again later
702:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
703:  gpg: key FA11531AA0AA7F57: "Christoph Reiter (MSYS2 development key) <[email protected]>" not changed
704:  gpg: Total number processed: 1
705:  gpg:              unchanged: 1
706:  gpg: error retrieving '[email protected]' via WKD: Unknown host
707:  gpg: error reading key: Unknown host
708:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
709:  gpg: key 794DCF97F93FC717: "Martell Malone (martell) <[email protected]>" not changed
710:  gpg: Total number processed: 1
711:  gpg:              unchanged: 1
712:  gpg: error retrieving '[email protected]' via WKD: Try again later
713:  gpg: error reading key: Try again later
714:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
715:  gpg: key D595C9AB2C51581E: "Martell Malone (MSYS2 Developer) <[email protected]>" not changed
716:  gpg: Total number processed: 1
717:  gpg:              unchanged: 1
718:  gpg: error retrieving '[email protected]' via WKD: Try again later
719:  gpg: error reading key: Try again later
720:  gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
...

877:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
878:  �[32mINFO: �[0mFrom Compiling absl/debugging/stacktrace.cc [for tool]:
879:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
880:  �[32mINFO: �[0mFrom Compiling absl/crc/internal/cpu_detect.cc [for tool]:
881:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
882:  �[32mINFO: �[0mFrom Compiling absl/debugging/internal/demangle.cc [for tool]:
883:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
884:  �[32mINFO: �[0mFrom Compiling absl/synchronization/internal/graphcycles.cc [for tool]:
885:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
886:  �[32mINFO: �[0mFrom Compiling absl/base/internal/low_level_alloc.cc [for tool]:
887:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
888:  �[32mINFO: �[0mFrom Compiling absl/profiling/internal/exponential_biased.cc [for tool]:
889:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
890:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/cordz_functions.cc [for tool]:
891:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
892:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
893:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
...

1147:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1148:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_generator.cc [for tool]:
1149:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1150:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_helpers.cc [for tool]:
1151:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1152:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_map_field.cc [for tool]:
1153:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1154:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_message.cc [for tool]:
1155:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1156:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_message_field.cc [for tool]:
1157:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1158:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/csharp/csharp_primitive_field.cc [for tool]:
1159:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1160:  �[32m[1,732 / 2,247]�[0m Copying files; 0s local ... (4 actions, 1 running)
1161:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (63 source files):
1162:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1163:  private final ErrorCodes errorCodes;
1164:  ^
1165:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1166:  this.errorCodes = new ErrorCodes();
1167:  ^
1168:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1169:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1170:  ^
1171:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1172:  ErrorCodes errorCodes = new ErrorCodes();
1173:  ^
1174:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1175:  ErrorCodes errorCodes = new ErrorCodes();
1176:  ^
1177:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1178:  response.setStatus(ErrorCodes.SUCCESS);
1179:  ^
1180:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1181:  response.setState(ErrorCodes.SUCCESS_STRING);
1182:  ^
1183:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1184:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1185:  ^
1186:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1187:  new ErrorCodes().getExceptionType((String) rawError);
1188:  ^
1189:  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
1190:  private final ErrorCodes errorCodes = new ErrorCodes();
1191:  ^
1192:  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
1193:  private final ErrorCodes errorCodes = new ErrorCodes();
1194:  ^
1195:  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
1196:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1197:  ^
1198:  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
1199:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1200:  ^
1201:  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
1202:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1203:  ^
1204:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1205:  response.setStatus(ErrorCodes.SUCCESS);
1206:  ^
1207:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1208:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1209:  ^
1210:  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
1211:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1212:  ^
1213:  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
1214:  private final ErrorCodes errorCodes = new ErrorCodes();
1215:  ^
1216:  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
1217:  private final ErrorCodes errorCodes = new ErrorCodes();
1218:  ^
1219:  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
1220:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1221:  ^
1222:  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
1223:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1224:  ^
1225:  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
1226:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1227:  response.setStatus(ErrorCodes.SUCCESS);
1228:  ^
...

1983:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 426s local, disk-cache ... (4 actions running)
1984:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log)
1985:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 427s local, disk-cache ... (4 actions running)
1986:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 428s local, disk-cache ... (4 actions running)
1987:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 471s local, disk-cache ... (4 actions running)
1988:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 497s local, disk-cache ... (4 actions running)
1989:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log)
1990:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 498s local, disk-cache ... (4 actions running)
1991:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 531s local, disk-cache ... (4 actions running)
1992:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 568s local, disk-cache ... (4 actions running)
1993:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log)
1994:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 569s local, disk-cache ... (4 actions running)
1995:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 592s local, disk-cache ... (4 actions running)
1996:  �[32m[2,247 / 2,269]�[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 639s local, disk-cache ... (4 actions running)
1997:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log)
1998:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-edge-remote (Summary)
1999:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test.log
2000:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_1.log
2001:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-edge-remote/test_attempts/attempt_2.log
2002:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-edge-remote:
2003:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2004:  2025-09-30 01:02:25 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2005:  An error occurred in a `before(:suite)` hook.
2006:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2007:  Selenium::Server::Error:
2008:  remote server not launched in 60 seconds
2009:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2010:  # ./rb/lib/selenium/server.rb:206:in `start'
2011:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2012:  Finished in 1 minute 3.26 seconds (files took 1.07 seconds to load)
2013:  0 examples, 0 failures, 1 error occurred outside of examples
2014:  ================================================================================
2015:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2016:  2025-09-30 01:07:09 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2017:  An error occurred in a `before(:suite)` hook.
2018:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2019:  Selenium::Server::Error:
2020:  remote server not launched in 60 seconds
2021:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2022:  # ./rb/lib/selenium/server.rb:206:in `start'
2023:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2024:  Finished in 1 minute 3.29 seconds (files took 1.02 seconds to load)
2025:  0 examples, 0 failures, 1 error occurred outside of examples
2026:  ================================================================================
2027:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-edge-remote:
2028:  2025-09-30 01:11:54 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2029:  An error occurred in a `before(:suite)` hook.
2030:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2031:  Selenium::Server::Error:
2032:  remote server not launched in 60 seconds
2033:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2034:  # ./rb/lib/selenium/server.rb:206:in `start'
2035:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2036:  Finished in 1 minute 3.26 seconds (files took 1.08 seconds to load)
2037:  0 examples, 0 failures, 1 error occurred outside of examples
2038:  ================================================================================
2039:  �[32m[2,248 / 2,269]�[0m 1 / 29 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 569s local, disk-cache ... (4 actions, 3 running)
2040:  �[32m[2,248 / 2,269]�[0m 1 / 29 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 579s local, disk-cache ... (4 actions, 3 running)
2041:  �[32m[2,248 / 2,269]�[0m 1 / 29 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 589s local, disk-cache ... (4 actions, 3 running)
2042:  �[32m[2,248 / 2,269]�[0m 1 / 29 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 610s local, disk-cache ... (4 actions, 3 running)
2043:  �[32m[2,248 / 2,269]�[0m 1 / 29 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-edge-remote; 639s local, disk-cache ... (4 actions, 3 running)
2044:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log)
2045:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-edge-remote (Summary)
2046:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test.log
2047:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_1.log
2048:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-edge-remote/test_attempts/attempt_2.log
2049:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-edge-remote:
2050:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
2051:  2025-09-30 01:03:36 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2052:  An error occurred in a `before(:suite)` hook.
2053:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2054:  Selenium::Server::Error:
2055:  remote server not launched in 60 seconds
2056:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2057:  # ./rb/lib/selenium/server.rb:206:in `start'
2058:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2059:  Finished in 1 minute 3.23 seconds (files took 1.05 seconds to load)
2060:  0 examples, 0 failures, 1 error occurred outside of examples
2061:  ================================================================================
2062:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
2063:  2025-09-30 01:08:21 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2064:  An error occurred in a `before(:suite)` hook.
2065:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2066:  Selenium::Server::Error:
2067:  remote server not launched in 60 seconds
2068:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2069:  # ./rb/lib/selenium/server.rb:206:in `start'
2070:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2071:  Finished in 1 minute 3.26 seconds (files took 1.08 seconds to load)
2072:  0 examples, 0 failures, 1 error occurred outside of examples
2073:  ================================================================================
2074:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-edge-remote:
2075:  2025-09-30 01:13:05 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2076:  An error occurred in a `before(:suite)` hook.
2077:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2078:  Selenium::Server::Error:
2079:  remote server not launched in 60 seconds
2080:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2081:  # ./rb/lib/selenium/server.rb:206:in `start'
2082:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2083:  Finished in 1 minute 3.24 seconds (files took 1.04 seconds to load)
2084:  0 examples, 0 failures, 1 error occurred outside of examples
2085:  ================================================================================
2086:  �[32m[2,249 / 2,269]�[0m 2 / 29 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 570s local, disk-cache ... (4 actions, 2 running)
2087:  �[32m[2,249 / 2,269]�[0m 2 / 29 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 580s local, disk-cache ... (4 actions, 2 running)
2088:  �[32m[2,249 / 2,269]�[0m 2 / 29 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 587s local, disk-cache ... (4 actions, 2 running)
2089:  �[32m[2,249 / 2,269]�[0m 2 / 29 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 610s local, disk-cache ... (4 actions, 2 running)
2090:  �[32m[2,249 / 2,269]�[0m 2 / 29 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote; 639s local, disk-cache ... (4 actions, 2 running)
2091:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log)
2092:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-edge-remote (Summary)
2093:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test.log
2094:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_1.log
2095:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-edge-remote/test_attempts/attempt_2.log
2096:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
2097:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
2098:  2025-09-30 01:04:47 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2099:  An error occurred in a `before(:suite)` hook.
2100:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2101:  Selenium::Server::Error:
2102:  remote server not launched in 60 seconds
2103:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2104:  # ./rb/lib/selenium/server.rb:206:in `start'
2105:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2106:  Finished in 1 minute 3.26 seconds (files took 1.08 seconds to load)
2107:  0 examples, 0 failures, 1 error occurred outside of examples
2108:  ================================================================================
2109:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
2110:  2025-09-30 01:09:32 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2111:  An error occurred in a `before(:suite)` hook.
2112:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2113:  Selenium::Server::Error:
2114:  remote server not launched in 60 seconds
2115:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2116:  # ./rb/lib/selenium/server.rb:206:in `start'
2117:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2118:  Finished in 1 minute 3.24 seconds (files took 1.01 seconds to load)
2119:  0 examples, 0 failures, 1 error occurred outside of examples
2120:  ================================================================================
2121:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-edge-remote:
2122:  2025-09-30 01:14:16 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2123:  An error occurred in a `before(:suite)` hook.
2124:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2125:  Selenium::Server::Error:
2126:  remote server not launched in 60 seconds
2127:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2128:  # ./rb/lib/selenium/server.rb:206:in `start'
2129:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2130:  Finished in 1 minute 3.22 seconds (files took 1.06 seconds to load)
2131:  0 examples, 0 failures, 1 error occurred outside of examples
2132:  ================================================================================
2133:  �[32m[2,250 / 2,269]�[0m 3 / 29 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 569s local, disk-cache ... (4 actions, 1 running)
2134:  �[32m[2,250 / 2,269]�[0m 3 / 29 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 579s local, disk-cache ... (4 actions, 1 running)
2135:  �[32m[2,250 / 2,269]�[0m 3 / 29 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 587s local, disk-cache ... (4 actions, 1 running)
2136:  �[32m[2,250 / 2,269]�[0m 3 / 29 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 610s local, disk-cache ... (4 actions, 1 running)
2137:  �[32m[2,250 / 2,269]�[0m 3 / 29 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote; 639s local, disk-cache ... (4 actions, 2 running)
2138:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log)
2139:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-edge-remote (Summary)
2140:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test.log
2141:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_1.log
2142:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-edge-remote/test_attempts/attempt_2.log
2143:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2144:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2145:  2025-09-30 01:05:58 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2146:  An error occurred in a `before(:suite)` hook.
2147:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2148:  Selenium::Server::Error:
2149:  remote server not launched in 60 seconds
2150:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2151:  # ./rb/lib/selenium/server.rb:206:in `start'
2152:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2153:  Finished in 1 minute 3.27 seconds (files took 1.01 seconds to load)
2154:  0 examples, 0 failures, 1 error occurred outside of examples
2155:  ================================================================================
2156:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2157:  2025-09-30 01:10:43 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2158:  An error occurred in a `before(:suite)` hook.
2159:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2160:  Selenium::Server::Error:
2161:  remote server not launched in 60 seconds
2162:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2163:  # ./rb/lib/selenium/server.rb:206:in `start'
2164:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2165:  Finished in 1 minute 3.28 seconds (files took 1.02 seconds to load)
2166:  0 examples, 0 failures, 1 error occurred outside of examples
2167:  ================================================================================
2168:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-edge-remote:
2169:  2025-09-30 01:15:27 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2170:  An error occurred in a `before(:suite)` hook.
2171:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2172:  Selenium::Server::Error:
2173:  remote server not launched in 60 seconds
2174:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2175:  # ./rb/lib/selenium/server.rb:206:in `start'
2176:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2177:  Finished in 1 minute 3.23 seconds (files took 1.14 seconds to load)
2178:  0 examples, 0 failures, 1 error occurred outside of examples
2179:  ================================================================================
2180:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 125s ... (4 actions, 1 running)
2181:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 135s ... (4 actions, 1 running)
2182:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 142s ... (4 actions, 1 running)
2183:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 165s ... (4 actions, 1 running)
2184:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 123s ... (4 actions, 2 running)
2185:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log)
2186:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 125s ... (4 actions, 2 running)
2187:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 154s ... (4 actions, 2 running)
2188:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 142s local, disk-cache ... (4 actions, 3 running)
2189:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log)
2190:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 143s local, disk-cache ... (4 actions, 3 running)
2191:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 162s local, disk-cache ... (4 actions, 3 running)
2192:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 213s local, disk-cache ... (4 actions running)
2193:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test_attempts/attempt_1.log)
2194:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 214s local, disk-cache ... (4 actions running)
2195:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 223s local, disk-cache ... (4 actions running)
2196:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 283s local, disk-cache ... (4 actions running)
2197:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_1.log)
2198:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 285s local, disk-cache ... (4 actions running)
2199:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 286s local, disk-cache ... (4 actions running)
2200:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 344s local, disk-cache ... (4 actions running)
2201:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 355s local, disk-cache ... (4 actions running)
2202:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log)
2203:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 356s local, disk-cache ... (4 actions running)
2204:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 357s local, disk-cache ... (4 actions running)
2205:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 404s local, disk-cache ... (4 actions running)
2206:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 426s local, disk-cache ... (4 actions running)
2207:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log)
2208:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 427s local, disk-cache ... (4 actions running)
2209:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 465s local, disk-cache ... (4 actions running)
2210:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 497s local, disk-cache ... (4 actions running)
2211:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test_attempts/attempt_2.log)
2212:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 498s local, disk-cache ... (4 actions running)
2213:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 525s local, disk-cache ... (4 actions running)
2214:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 568s local, disk-cache ... (4 actions running)
2215:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test_attempts/attempt_2.log)
2216:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 569s local, disk-cache ... (4 actions running)
2217:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 585s local, disk-cache ... (4 actions running)
2218:  �[32m[2,251 / 2,269]�[0m 4 / 29 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote; 639s local, disk-cache ... (4 actions running)
2219:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log)
2220:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote (Summary)
2221:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test.log
2222:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_1.log
2223:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote/test_attempts/attempt_2.log
2224:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2225:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2226:  2025-09-30 01:16:39 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2227:  An error occurred in a `before(:suite)` hook.
2228:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2229:  Selenium::Server::Error:
2230:  remote server not launched in 60 seconds
2231:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2232:  # ./rb/lib/selenium/server.rb:206:in `start'
2233:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2234:  Finished in 1 minute 3.27 seconds (files took 1.15 seconds to load)
2235:  0 examples, 0 failures, 1 error occurred outside of examples
2236:  ================================================================================
2237:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2238:  2025-09-30 01:21:23 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2239:  An error occurred in a `before(:suite)` hook.
2240:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2241:  Selenium::Server::Error:
2242:  remote server not launched in 60 seconds
2243:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2244:  # ./rb/lib/selenium/server.rb:206:in `start'
2245:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2246:  Finished in 1 minute 3.27 seconds (files took 1.01 seconds to load)
2247:  0 examples, 0 failures, 1 error occurred outside of examples
2248:  ================================================================================
2249:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote:
2250:  2025-09-30 01:26:07 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2251:  An error occurred in a `before(:suite)` hook.
2252:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2253:  Selenium::Server::Error:
2254:  remote server not launched in 60 seconds
2255:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2256:  # ./rb/lib/selenium/server.rb:206:in `start'
2257:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2258:  Finished in 1 minute 3.28 seconds (files took 1.01 seconds to load)
2259:  0 examples, 0 failures, 1 error occurred outside of examples
2260:  ================================================================================
2261:  �[32m[2,252 / 2,269]�[0m 5 / 29 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 569s local, disk-cache ... (4 actions, 3 running)
2262:  �[32m[2,252 / 2,269]�[0m 5 / 29 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 580s local, disk-cache ... (4 actions, 3 running)
2263:  �[32m[2,252 / 2,269]�[0m 5 / 29 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 587s local, disk-cache ... (4 actions, 3 running)
2264:  �[32m[2,252 / 2,269]�[0m 5 / 29 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 610s local, disk-cache ... (4 actions, 3 running)
2265:  �[32m[2,252 / 2,269]�[0m 5 / 29 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote; 639s local, disk-cache ... (4 actions, 3 running)
2266:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log)
2267:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/edge:profile-edge-remote (Summary)
2268:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test.log
2269:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_1.log
2270:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote/test_attempts/attempt_2.log
2271:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2272:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2273:  2025-09-30 01:17:50 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2274:  An error occurred in a `before(:suite)` hook.
2275:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2276:  Selenium::Server::Error:
2277:  remote server not launched in 60 seconds
2278:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2279:  # ./rb/lib/selenium/server.rb:206:in `start'
2280:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2281:  Finished in 1 minute 3.26 seconds (files took 1.04 seconds to load)
2282:  0 examples, 0 failures, 1 error occurred outside of examples
2283:  ================================================================================
2284:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2285:  2025-09-30 01:22:34 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2286:  An error occurred in a `before(:suite)` hook.
2287:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2288:  Selenium::Server::Error:
2289:  remote server not launched in 60 seconds
2290:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2291:  # ./rb/lib/selenium/server.rb:206:in `start'
2292:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2293:  Finished in 1 minute 3.27 seconds (files took 1.06 seconds to load)
2294:  0 examples, 0 failures, 1 error occurred outside of examples
2295:  ================================================================================
2296:  ==================== Test output for //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote:
2297:  2025-09-30 01:27:18 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/edge/profile-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2298:  An error occurred in a `before(:suite)` hook.
2299:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2300:  Selenium::Server::Error:
2301:  remote server not launched in 60 seconds
2302:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2303:  # ./rb/lib/selenium/server.rb:206:in `start'
2304:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2305:  Finished in 1 minute 3.23 seconds (files took 1.09 seconds to load)
2306:  0 examples, 0 failures, 1 error occurred outside of examples
2307:  ================================================================================
2308:  �[32m[2,253 / 2,269]�[0m 6 / 29 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 570s local, disk-cache ... (4 actions, 2 running)
2309:  �[32m[2,253 / 2,269]�[0m 6 / 29 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 580s local, disk-cache ... (4 actions, 2 running)
2310:  �[32m[2,253 / 2,269]�[0m 6 / 29 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 587s local, disk-cache ... (4 actions, 2 running)
2311:  �[32m[2,253 / 2,269]�[0m 6 / 29 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 611s local, disk-cache ... (4 actions, 2 running)
2312:  �[32m[2,253 / 2,269]�[0m 6 / 29 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-edge-remote; 639s local, disk-cache ... (4 actions, 2 running)
2313:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test.log)
2314:  ==================== Test output for //rb/spec/integration/selenium/webdriver:network-edge-remote:
2315:  2025-09-30 01:19:01 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2316:  An error occurred in a `before(:suite)` hook.
2317:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2318:  Selenium::Server::Error:
2319:  remote server not launched in 60 seconds
2320:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2321:  # ./rb/lib/selenium/server.rb:206:in `start'
2322:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2323:  Finished in 1 minute 3.23 seconds (files took 1.01 seconds to load)
2324:  0 examples, 0 failures, 1 error occurred outside of examples
2325:  ================================================================================
2326:  ==================== Test output for //rb/spec/integration/selenium/webdriver:network-edge-remote:
2327:  2025-09-30 01:23:45 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2328:  An error occurred in a `before(:suite)` hook.
2329:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2330:  Selenium::Server::Error:
2331:  remote server not launched in 60 seconds
2332:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2333:  # ./rb/lib/selenium/server.rb:206:in `start'
2334:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2335:  Finished in 1 minute 3.27 seconds (files took 1.06 seconds to load)
2336:  0 examples, 0 failures, 1 error occurred outside of examples
2337:  ================================================================================
2338:  ==================== Test output for //rb/spec/integration/selenium/webdriver:network-edge-remote:
2339:  2025-09-30 01:28:30 INFO Selenium Server Location: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-edge-remote.cmd.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2340:  An error occurred in a `before(:suite)` hook.
2341:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
2342:  Selenium::Server::Error:
2343:  remote server not launched in 60 seconds
2344:  # ./rb/lib/selenium/server.rb:263:in `poll_for_service'
2345:  # ./rb/lib/selenium/server.rb:206:in `start'
2346:  # //?/D:/a/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:54:in `block (2 levels) in <top (required)>'
2347:  Finished in 1 minute 3.26 seconds (files took 1.2 seconds to load)
2348:  0 examples, 0 failures, 1 error occurred outside of examples
2349:  ================================================================================
2350:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:network-edge-remote (Summary)
2351:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test.log
2352:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test_attempts/attempt_1.log
2353:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-edge-remote/test_attempts/attempt_2.log
2354:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:network-edge-remote:
2355:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 569s local, disk-cache ... (4 actions, 1 running)
2356:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 570s local, disk-cache ... (4 actions, 1 running)
2357:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 580s local, disk-cache ... (4 actions, 1 running)
2358:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 588s local, disk-cache ... (4 actions, 1 running)
2359:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 610s local, disk-cache ... (4 actions, 1 running)
2360:  �[32m[2,254 / 2,269]�[0m 7 / 29 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote; 640s local, disk-cache ... (4 actions, 2 running)
2361:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-edge-remote/test.log)
2362:  �[31m�[1mFAILED: �[0m//rb/spec/integratio...

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from 929c60a to f2ee713 Compare October 1, 2025 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-build Includes scripting, bazel and CI integrations Possible security concern Review effort 2/5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant