Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[dotnet][rb][java][js][py] Automated Browser Version Update #13819

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Apr 13, 2024

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

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

Copy link

PR Description updated to latest commit (dd6d345)

Copy link

PR Review

⏱️ Estimated effort to review [1-5]

2, because the changes are straightforward and involve updating URLs and checksums for browser versions. The complexity is low, and the changes are limited to specific files with a clear purpose.

🧪 Relevant tests

No

🔍 Possible issues

Possible Issue: Version Compatibility. Ensure that the updated browser versions are compatible with the existing test suites and do not introduce breaking changes.

🔒 Security concerns

No


✨ Review tool usage guide:

Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.

The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.

  • When commenting, to edit configurations related to the review tool (pr_reviewer section), use the following template:
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
[pr_reviewer]
some_config1=...
some_config2=...

See the review usage page for a comprehensive guide on using this tool.

Copy link

PR Code Suggestions

CategorySuggestions                                                                                                                                                       
Maintainability
Use a variable for the version number to simplify future updates.

Consider using a variable for the version number 123.0.2420.97 to ensure consistency
across both the mac_edge and linux_edge package URLs and the move dictionary. This
approach simplifies updates to the version number in the future, making the maintenance of
this file easier and less error-prone.

common/repositories.bzl [76-87]

-url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/43311c31-f395-4a1b-92de-eac0daf193d9/MicrosoftEdge-123.0.2420.97.pkg",
-"MicrosoftEdge-123.0.2420.97.pkg/Payload/Microsoft Edge.app": "Edge.app",
-url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_123.0.2420.97-1_amd64.deb",
+edge_version = "123.0.2420.97"
+url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/43311c31-f395-4a1b-92de-eac0daf193d9/MicrosoftEdge-" + edge_version + ".pkg",
+"MicrosoftEdge-" + edge_version + ".pkg/Payload/Microsoft Edge.app": "Edge.app",
+url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_" + edge_version + "-1_amd64.deb",
 

✨ Improve tool usage guide:

Overview:
The improve tool scans the PR code changes, and automatically generates suggestions for improving the PR code. The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on a PR.

  • When commenting, to edit configurations related to the improve tool (pr_code_suggestions section), use the following template:
/improve --pr_code_suggestions.some_config1=... --pr_code_suggestions.some_config2=...
[pr_code_suggestions]
some_config1=...
some_config2=...

See the improve usage page for a comprehensive guide on using this tool.

Copy link

codiumai-pr-agent-pro bot commented Apr 13, 2024

CI Failure Feedback

(Checks updated until commit 23012d2)

Action: Ruby / Remote Tests (safari, macos) / Remote Tests (safari, macos)

Failed stage: Run Bazel [❌]

Failure summary:

The action failed because all 24 tests related to Safari remote driver integration failed. The
common error across all failed tests is "Selenium::WebDriver::Error::SessionNotCreatedError: Could
not start a new session. Error while creating session with the driver service. Stopping driver
service: Could not start a new session. Response code 500. Message: Could not create a session: The
Safari instance is already paired with another WebDriver session." This indicates an issue with
initiating a new WebDriver session for Safari, possibly due to an existing session that wasn't
properly terminated or a misconfiguration in the test environment.

Relevant error logs:
1:  ##[group]Operating System
2:  macOS
...

200:  TWINE_USERNAME: 
201:  SE_AVOID_STATS: true
202:  ##[endgroup]
203:  ==============================================================================
204:  Freeing up disk space on CI system
205:  ==============================================================================
206:  Listing 100 largest packages
207:  ./scripts/github-actions/free-disk-space.sh: line 33: dpkg-query: command not found
208:  df: getattrlist failed: Input/output error
...

218:  sudo: apt-get: command not found
219:  sudo: apt-get: command not found
220:  sudo: apt-get: command not found
221:  sudo: apt-get: command not found
222:  sudo: apt-get: command not found
223:  sudo: apt-get: command not found
224:  sudo: apt-get: command not found
225:  sudo: apt-get: command not found
226:  df: getattrlist failed: Input/output error
...

228:  /dev/disk1s5s1  380Gi   14Gi  137Gi    10%  502379 1431342600    0%   /
229:  devfs           184Ki  184Ki    0Bi   100%     638          0  100%   /dev
230:  /dev/disk1s4    380Gi  1.0Mi  137Gi     1%       1 1431342600    0%   /System/Volumes/VM
231:  /dev/disk1s2    380Gi  1.0Gi  137Gi     1%    6896 1431342600    0%   /System/Volumes/Preboot
232:  /dev/disk1s6    380Gi  8.4Mi  137Gi     1%      18 1431342600    0%   /System/Volumes/Update
233:  /dev/disk1s1    380Gi  227Gi  137Gi    63% 5632145 1431342600    0%   /System/Volumes/Data
234:  map auto_home     0Bi    0Bi    0Bi   100%       0          0  100%   /System/Volumes/Data/home
235:  Removing large directories
236:  df: getattrlist failed: Input/output error
...

726:  �[32mINFO: �[0mAnalyzed 24 targets (662 packages loaded, 27103 targets configured).
727:  �[32m[166 / 989]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 0s local ... (3 actions, 2 running)
728:  �[32m[518 / 1,348]�[0m [Prepa] Writing repo mapping manifest for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote ... (2 actions, 0 running)
729:  �[32m[792 / 1,627]�[0m [Prepa] Creating source manifest for //java/src/org/openqa/selenium/grid:selenium_server
730:  �[32m[1,071 / 2,201]�[0m [Prepa] Creating symlink bazel-out/darwin_x86_64-fastbuild/bin/node_modules/.aspect_rules_js/@mui+material@5.15.7_1946909678/node_modules/react-is
731:  �[32m[1,373 / 2,830]�[0m [Prepa] Executing genrule @@maven//:org_checkerframework_checker_qual_3_42_0_extension [for tool]
732:  �[32m[1,423 / 2,851]�[0m [Prepa] Expanding template rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh
733:  �[32m[1,468 / 2,857]�[0m [Prepa] Executing genrule //common/devtools/chromium/v123:browser_protocol ... (2 actions, 0 running)
734:  �[32m[1,581 / 2,857]�[0m Checking 1 JS files in @io_bazel_rules_closure//closure/library/debug:error; 0s disk-cache ... (2 actions, 0 running)
...

839:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-type@4.0.0/pkg is a directory; dependency checking of directories is unsound
840:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/path-parse@1.0.7/pkg is a directory; dependency checking of directories is unsound
841:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parse-json@5.2.0/pkg is a directory; dependency checking of directories is unsound
842:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/parent-module@1.0.1/pkg is a directory; dependency checking of directories is unsound
843:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/node-releases@2.0.6/pkg is a directory; dependency checking of directories is unsound
844:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/ms@2.1.2/pkg is a directory; dependency checking of directories is unsound
845:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/lines-and-columns@1.2.4/pkg is a directory; dependency checking of directories is unsound
846:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/json5@2.2.3/pkg is a directory; dependency checking of directories is unsound
847:  �[35mWARNING: �[0m/Users/runner/work/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
...

854:  �[35mWARNING: �[0m/Users/runner/work/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
855:  �[35mWARNING: �[0m/Users/runner/work/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
856:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/graphql@16.8.1/pkg is a directory; dependency checking of directories is unsound
857:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/globals@11.12.0/pkg is a directory; dependency checking of directories is unsound
858:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/gensync@1.0.0-beta.2/pkg is a directory; dependency checking of directories is unsound
859:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/function-bind@1.1.1/pkg is a directory; dependency checking of directories is unsound
860:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escape-string-regexp@1.0.5/pkg is a directory; dependency checking of directories is unsound
861:  �[35mWARNING: �[0m/Users/runner/work/selenium/selenium/BUILD.bazel:13:22: input 'package' to //:.aspect_rules_js/node_modules/escalade@3.1.1/pkg is a directory; dependency checking of directories is unsound
862:  �[35mWARNING: �[0m/Users/runner/work/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
...

899:  �[32m[2,695 / 2,857]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 4s ... (3 actions, 0 running)
900:  �[32m[2,695 / 2,857]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 5s ... (3 actions, 1 running)
901:  �[32m[2,695 / 2,857]�[0m [Prepa] Copying directory npm__at_mui_icons-material__5.15.8__-554584225/package; 6s ... (3 actions, 2 running)
902:  �[32m[2,695 / 2,857]�[0m RunBinary rb/lib/selenium/devtools/v121.rb; 4s darwin-sandbox, disk-cache ... (3 actions, 2 running)
903:  �[32m[2,696 / 2,857]�[0m RunBinary rb/lib/selenium/devtools/v121.rb; 6s darwin-sandbox, disk-cache ... (3 actions, 1 running)
904:  �[32m[2,697 / 2,857]�[0m RunBinary rb/lib/selenium/devtools/v121.rb; 8s darwin-sandbox, disk-cache ... (3 actions, 2 running)
905:  �[32m[2,698 / 2,857]�[0m RunBinary rb/lib/selenium/devtools/v121.rb; 14s darwin-sandbox, disk-cache ... (3 actions, 1 running)
906:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
907:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
908:  private final ErrorCodes errorCodes;
909:  ^
910:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
911:  this.errorCodes = new ErrorCodes();
912:  ^
913:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
914:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
915:  ^
916:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
917:  ErrorCodes errorCodes = new ErrorCodes();
918:  ^
919:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
920:  ErrorCodes errorCodes = new ErrorCodes();
921:  ^
922:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
923:  response.setStatus(ErrorCodes.SUCCESS);
924:  ^
925:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
926:  response.setState(ErrorCodes.SUCCESS_STRING);
927:  ^
928:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
929:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
930:  ^
931:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
932:  new ErrorCodes().getExceptionType((String) rawError);
933:  ^
934:  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
935:  private final ErrorCodes errorCodes = new ErrorCodes();
936:  ^
937:  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
938:  private final ErrorCodes errorCodes = new ErrorCodes();
939:  ^
940:  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
941:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
942:  ^
943:  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
944:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
945:  ^
946:  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
947:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
948:  ^
949:  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
950:  response.setStatus(ErrorCodes.SUCCESS);
951:  ^
952:  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
953:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
954:  ^
955:  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
956:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
957:  ^
958:  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
959:  private final ErrorCodes errorCodes = new ErrorCodes();
960:  ^
961:  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
962:  private final ErrorCodes errorCodes = new ErrorCodes();
963:  ^
964:  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
965:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
966:  ^
967:  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
968:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
969:  ^
970:  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
971:  response.setStatus(ErrorCodes.SUCCESS);
...

1087:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 65s local, disk-cache
1088:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 66s local, disk-cache
1089:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 140s local, disk-cache
1090:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 142s local, disk-cache
1091:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log)
1092:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 143s local, disk-cache
1093:  �[32m[2,857 / 2,858]�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 166s local, disk-cache
1094:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log)
1095:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (Summary)
1096:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
1097:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
1098:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
1099:  2024-04-14 01:00:45 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1100:  An error occurred in a `before(:suite)` hook.
1101:  Failure/Error: raise Error, "remote server not launched in #{@timeout} seconds"
1102:  Selenium::Server::Error:
1103:  remote server not launched in 60 seconds
1104:  # ./rb/lib/selenium/server.rb:262:in `poll_for_service'
1105:  # ./rb/lib/selenium/server.rb:205:in `start'
1106:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:40:in `block (2 levels) in <top (required)>'
1107:  Finished in 1 minute 0.98 seconds (files took 0.79256 seconds to load)
1108:  0 examples, 0 failures, 1 error occurred outside of examples
1109:  ================================================================================
1110:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
1111:  2024-04-14 01:01:50 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1112:  Running Ruby specs:
1113:  An error occurred in a `before(:suite)` hook.
1114:  Failure/Error: (io = @io.to_io).wait_readable(@read_timeout) or raise Net::ReadTimeout.new(io)
...

1127:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1128:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1129:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1130:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1131:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1132:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1133:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1134:  Finished in 1 minute 10.89 seconds (files took 0.38122 seconds to load)
1135:  0 examples, 0 failures, 1 error occurred outside of examples
1136:  ================================================================================
1137:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
1138:  2024-04-14 01:03:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1139:  Running Ruby specs:
1140:  An error occurred in a `before(:suite)` hook.
1141:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1142:  Selenium::WebDriver::Error::SessionNotCreatedError:
1143:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1175:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1176:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1177:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1178:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1179:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1180:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1181:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1182:  Finished in 16.59 seconds (files took 0.3752 seconds to load)
1183:  0 examples, 0 failures, 1 error occurred outside of examples
1184:  ================================================================================
1185:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
1186:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
1187:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 0s disk-cache
1188:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-safari-remote
1189:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 1s local, disk-cache
1190:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 18s local, disk-cache
1191:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log)
1192:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 19s local, disk-cache
1193:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 21s local, disk-cache
1194:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 37s local, disk-cache
1195:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log)
1196:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 39s local, disk-cache
1197:  �[32m[2,858 / 2,859]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 54s local, disk-cache
1198:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log)
1199:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (Summary)
1200:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log
1201:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
1202:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
1203:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-safari-remote:
1204:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
1205:  2024-04-14 01:03:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1206:  Running Ruby specs:
1207:  An error occurred in a `before(:suite)` hook.
1208:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1209:  Selenium::WebDriver::Error::SessionNotCreatedError:
1210:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1242:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1243:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1244:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1245:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1246:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1247:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1248:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1249:  Finished in 15.32 seconds (files took 0.72933 seconds to load)
1250:  0 examples, 0 failures, 1 error occurred outside of examples
1251:  ================================================================================
1252:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
1253:  2024-04-14 01:04:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1254:  Running Ruby specs:
1255:  An error occurred in a `before(:suite)` hook.
1256:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1257:  Selenium::WebDriver::Error::SessionNotCreatedError:
1258:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1290:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1291:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1292:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1293:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1294:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1295:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1296:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1297:  Finished in 15.25 seconds (files took 0.40623 seconds to load)
1298:  0 examples, 0 failures, 1 error occurred outside of examples
1299:  ================================================================================
1300:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
1301:  2024-04-14 01:04:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1302:  Running Ruby specs:
1303:  An error occurred in a `before(:suite)` hook.
1304:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1305:  Selenium::WebDriver::Error::SessionNotCreatedError:
1306:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1338:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1339:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1340:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1341:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1342:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1343:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1344:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1345:  Finished in 13.85 seconds (files took 0.38514 seconds to load)
1346:  0 examples, 0 failures, 1 error occurred outside of examples
1347:  ================================================================================
1348:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 1s disk-cache
1349:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote
1350:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 1s local, disk-cache
1351:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 16s local, disk-cache
1352:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log)
1353:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 17s local, disk-cache
1354:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 33s local, disk-cache
1355:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log)
1356:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 35s local, disk-cache
1357:  �[32m[2,859 / 2,860]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 51s local, disk-cache
1358:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log)
1359:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (Summary)
1360:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
1361:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log
1362:  2024-04-14 01:04:38 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1363:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
1364:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log
1365:  Running Ruby specs:
1366:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
1367:  An error occurred in a `before(:suite)` hook.
1368:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1369:  Selenium::WebDriver::Error::SessionNotCreatedError:
1370:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1402:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1403:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1404:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1405:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1406:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1407:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1408:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1409:  Finished in 14.21 seconds (files took 0.34949 seconds to load)
1410:  0 examples, 0 failures, 1 error occurred outside of examples
1411:  ================================================================================
1412:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
1413:  2024-04-14 01:04:55 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1414:  Running Ruby specs:
1415:  An error occurred in a `before(:suite)` hook.
1416:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1417:  Selenium::WebDriver::Error::SessionNotCreatedError:
1418:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1450:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1451:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1452:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1453:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1454:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1455:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1456:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1457:  Finished in 14.81 seconds (files took 0.37186 seconds to load)
1458:  0 examples, 0 failures, 1 error occurred outside of examples
1459:  ================================================================================
1460:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
1461:  2024-04-14 01:05:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1462:  Running Ruby specs:
1463:  An error occurred in a `before(:suite)` hook.
1464:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1465:  Selenium::WebDriver::Error::SessionNotCreatedError:
1466:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1498:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1499:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1500:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1501:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1502:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1503:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1504:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1505:  Finished in 14.13 seconds (files took 0.35768 seconds to load)
1506:  0 examples, 0 failures, 1 error occurred outside of examples
1507:  ================================================================================
1508:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 1s disk-cache
1509:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote
1510:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 1s local, disk-cache
1511:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 16s local, disk-cache
1512:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log)
1513:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 17s local, disk-cache
1514:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 33s local, disk-cache
1515:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log)
1516:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 34s local, disk-cache
1517:  �[32m[2,860 / 2,861]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 49s local, disk-cache
1518:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log)
1519:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
1520:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (Summary)
1521:  2024-04-14 01:05:32 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1522:  Running Ruby specs:
1523:  An error occurred in a `before(:suite)` hook.
1524:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1525:  Selenium::WebDriver::Error::SessionNotCreatedError:
1526:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1558:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1559:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1560:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1561:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1562:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1563:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1564:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1565:  Finished in 13.61 seconds (files took 0.35152 seconds to load)
1566:  0 examples, 0 failures, 1 error occurred outside of examples
1567:  ================================================================================
1568:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
1569:  2024-04-14 01:05:49 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1570:  Running Ruby specs:
1571:  An error occurred in a `before(:suite)` hook.
1572:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1573:  Selenium::WebDriver::Error::SessionNotCreatedError:
1574:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1606:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1607:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1608:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1609:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1610:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1611:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1612:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1613:  Finished in 13.69 seconds (files took 0.34068 seconds to load)
1614:  0 examples, 0 failures, 1 error occurred outside of examples
1615:  ================================================================================
1616:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
1617:  2024-04-14 01:06:06 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1618:  Running Ruby specs:
1619:  An error occurred in a `before(:suite)` hook.
1620:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1621:  Selenium::WebDriver::Error::SessionNotCreatedError:
1622:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1654:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1655:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1656:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1657:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1658:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1659:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1660:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1661:  Finished in 13.68 seconds (files took 0.3582 seconds to load)
1662:  0 examples, 0 failures, 1 error occurred outside of examples
1663:  ================================================================================
1664:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log
1665:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
1666:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log
1667:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote:
1668:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 0s disk-cache
1669:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote
1670:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 2s local, disk-cache
1671:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 16s local, disk-cache
1672:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log)
1673:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 18s local, disk-cache
1674:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 34s local, disk-cache
1675:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log)
1676:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 36s local, disk-cache
1677:  �[32m[2,861 / 2,862]�[0m 4 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 51s local, disk-cache
1678:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test.log)
1679:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (Summary)
1680:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test.log
1681:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
1682:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
1683:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
1684:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
1685:  2024-04-14 01:06:27 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1686:  Running Ruby specs:
1687:  An error occurred in a `before(:suite)` hook.
1688:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1689:  Selenium::WebDriver::Error::SessionNotCreatedError:
1690:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1722:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1723:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1724:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1725:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1726:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1727:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1728:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1729:  Finished in 14.08 seconds (files took 0.3695 seconds to load)
1730:  0 examples, 0 failures, 1 error occurred outside of examples
1731:  ================================================================================
1732:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
1733:  2024-04-14 01:06:44 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1734:  Running Ruby specs:
1735:  An error occurred in a `before(:suite)` hook.
1736:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1737:  Selenium::WebDriver::Error::SessionNotCreatedError:
1738:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1770:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1771:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1772:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1773:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1774:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1775:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1776:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1777:  Finished in 14.12 seconds (files took 0.40314 seconds to load)
1778:  0 examples, 0 failures, 1 error occurred outside of examples
1779:  ================================================================================
1780:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
1781:  2024-04-14 01:07:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1782:  Running Ruby specs:
1783:  An error occurred in a `before(:suite)` hook.
1784:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1785:  Selenium::WebDriver::Error::SessionNotCreatedError:
1786:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1818:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1819:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1820:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1821:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1822:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1823:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1824:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1825:  Finished in 14.19 seconds (files took 0.37573 seconds to load)
1826:  0 examples, 0 failures, 1 error occurred outside of examples
1827:  ================================================================================
1828:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 1s disk-cache
1829:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote
1830:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 1s local, disk-cache
1831:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 16s local, disk-cache
1832:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log)
1833:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 18s local, disk-cache
1834:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 33s local, disk-cache
1835:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log)
1836:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 35s local, disk-cache
1837:  �[32m[2,862 / 2,863]�[0m 5 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 50s local, disk-cache
1838:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test.log)
1839:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
1840:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (Summary)
1841:  2024-04-14 01:07:22 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1842:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test.log
1843:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
1844:  Running Ruby specs:
1845:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
1846:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
1847:  An error occurred in a `before(:suite)` hook.
1848:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1849:  Selenium::WebDriver::Error::SessionNotCreatedError:
1850:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1882:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1883:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1884:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1885:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1886:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1887:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1888:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1889:  Finished in 14.19 seconds (files took 0.36926 seconds to load)
1890:  0 examples, 0 failures, 1 error occurred outside of examples
1891:  ================================================================================
1892:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
1893:  2024-04-14 01:07:39 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1894:  Running Ruby specs:
1895:  An error occurred in a `before(:suite)` hook.
1896:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1897:  Selenium::WebDriver::Error::SessionNotCreatedError:
1898:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1930:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1931:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1932:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1933:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1934:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1935:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1936:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1937:  Finished in 14.02 seconds (files took 0.36062 seconds to load)
1938:  0 examples, 0 failures, 1 error occurred outside of examples
1939:  ================================================================================
1940:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
1941:  2024-04-14 01:07:56 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1942:  Running Ruby specs:
1943:  An error occurred in a `before(:suite)` hook.
1944:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1945:  Selenium::WebDriver::Error::SessionNotCreatedError:
1946:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

1978:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1979:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
1980:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
1981:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1982:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
1983:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1984:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1985:  Finished in 14.55 seconds (files took 0.39674 seconds to load)
1986:  0 examples, 0 failures, 1 error occurred outside of examples
1987:  ================================================================================
1988:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s disk-cache
1989:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote
1990:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s local, disk-cache
1991:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 17s local, disk-cache
1992:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log)
1993:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 18s local, disk-cache
1994:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 35s local, disk-cache
1995:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log)
1996:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 36s local, disk-cache
1997:  �[32m[2,863 / 2,864]�[0m 6 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 52s local, disk-cache
1998:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log)
1999:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
2000:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (Summary)
2001:  2024-04-14 01:08:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2002:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log
2003:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
2004:  Running Ruby specs:
2005:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
2006:  An error occurred in a `before(:suite)` hook.
2007:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2008:  Selenium::WebDriver::Error::SessionNotCreatedError:
2009:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2042:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2043:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2044:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2045:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
2046:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2047:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2048:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2049:  Finished in 14.63 seconds (files took 0.41609 seconds to load)
2050:  0 examples, 0 failures, 1 error occurred outside of examples
2051:  ================================================================================
2052:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
2053:  2024-04-14 01:08:34 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2054:  Running Ruby specs:
2055:  An error occurred in a `before(:suite)` hook.
2056:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2057:  Selenium::WebDriver::Error::SessionNotCreatedError:
2058:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2090:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2091:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2092:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2093:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2094:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2095:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2096:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2097:  Finished in 14.51 seconds (files took 0.38767 seconds to load)
2098:  0 examples, 0 failures, 1 error occurred outside of examples
2099:  ================================================================================
2100:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
2101:  2024-04-14 01:08:52 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2102:  Running Ruby specs:
2103:  An error occurred in a `before(:suite)` hook.
2104:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2105:  Selenium::WebDriver::Error::SessionNotCreatedError:
2106:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2138:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2139:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2140:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2141:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2142:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2143:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2144:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2145:  Finished in 14.78 seconds (files took 0.39691 seconds to load)
2146:  0 examples, 0 failures, 1 error occurred outside of examples
2147:  ================================================================================
2148:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 0s disk-cache
2149:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote
2150:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 1s local, disk-cache
2151:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 16s local, disk-cache
2152:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log)
2153:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 18s local, disk-cache
2154:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 33s local, disk-cache
2155:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log)
2156:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 35s local, disk-cache
2157:  �[32m[2,864 / 2,865]�[0m 7 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 50s local, disk-cache
2158:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log)
2159:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
2160:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (Summary)
2161:  2024-04-14 01:09:13 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2162:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log
2163:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
2164:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
2165:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
2166:  Running Ruby specs:
2167:  An error occurred in a `before(:suite)` hook.
2168:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2169:  Selenium::WebDriver::Error::SessionNotCreatedError:
2170:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2202:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2203:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2204:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2205:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2206:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2207:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2208:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2209:  Finished in 14.11 seconds (files took 0.37875 seconds to load)
2210:  0 examples, 0 failures, 1 error occurred outside of examples
2211:  ================================================================================
2212:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
2213:  2024-04-14 01:09:30 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2214:  Running Ruby specs:
2215:  An error occurred in a `before(:suite)` hook.
2216:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2217:  Selenium::WebDriver::Error::SessionNotCreatedError:
2218:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2250:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2251:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2252:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2253:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2254:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2255:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2256:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2257:  Finished in 14.16 seconds (files took 0.36354 seconds to load)
2258:  0 examples, 0 failures, 1 error occurred outside of examples
2259:  ================================================================================
2260:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
2261:  2024-04-14 01:09:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2262:  Running Ruby specs:
2263:  An error occurred in a `before(:suite)` hook.
2264:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2265:  Selenium::WebDriver::Error::SessionNotCreatedError:
2266:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2298:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2299:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2300:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2301:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2302:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2303:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2304:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2305:  Finished in 14.25 seconds (files took 0.39473 seconds to load)
2306:  0 examples, 0 failures, 1 error occurred outside of examples
2307:  ================================================================================
2308:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 1s disk-cache
2309:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote
2310:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 3s local, disk-cache
2311:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 29s local, disk-cache
2312:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log)
2313:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 31s local, disk-cache
2314:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 48s local, disk-cache
2315:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log)
2316:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 49s local, disk-cache
2317:  �[32m[2,865 / 2,866]�[0m 8 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 66s local, disk-cache
2318:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log)
2319:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
2320:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (Summary)
2321:  2024-04-14 01:10:19 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2322:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
2323:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
2324:  Running Ruby specs:
2325:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
2326:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
2327:  An error occurred in a `before(:suite)` hook.
2328:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2329:  Selenium::WebDriver::Error::SessionNotCreatedError:
2330:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2362:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2363:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2364:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2365:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2366:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2367:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2368:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2369:  Finished in 15.48 seconds (files took 0.4663 seconds to load)
2370:  0 examples, 0 failures, 1 error occurred outside of examples
2371:  ================================================================================
2372:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
2373:  2024-04-14 01:10:38 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2374:  Running Ruby specs:
2375:  An error occurred in a `before(:suite)` hook.
2376:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2377:  Selenium::WebDriver::Error::SessionNotCreatedError:
2378:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2410:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2411:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2412:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2413:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2414:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2415:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2416:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2417:  Finished in 14.71 seconds (files took 0.42854 seconds to load)
2418:  0 examples, 0 failures, 1 error occurred outside of examples
2419:  ================================================================================
2420:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
2421:  2024-04-14 01:10:56 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2422:  Running Ruby specs:
2423:  An error occurred in a `before(:suite)` hook.
2424:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2425:  Selenium::WebDriver::Error::SessionNotCreatedError:
2426:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2458:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2459:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2460:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2461:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2462:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2463:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2464:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2465:  Finished in 15.09 seconds (files took 0.45335 seconds to load)
2466:  0 examples, 0 failures, 1 error occurred outside of examples
2467:  ================================================================================
2468:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 1s disk-cache
2469:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote
2470:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 1s local, disk-cache
2471:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 18s local, disk-cache
2472:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log)
2473:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 19s local, disk-cache
2474:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 36s local, disk-cache
2475:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log)
2476:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 37s local, disk-cache
2477:  �[32m[2,866 / 2,867]�[0m 9 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 55s local, disk-cache
2478:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log)
2479:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (Summary)
2480:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log
2481:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
2482:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
2483:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log
2484:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
2485:  2024-04-14 01:11:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2486:  Running Ruby specs:
2487:  An error occurred in a `before(:suite)` hook.
2488:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2489:  Selenium::WebDriver::Error::SessionNotCreatedError:
2490:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2522:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2523:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2524:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2525:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2526:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2527:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2528:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2529:  Finished in 15.7 seconds (files took 0.44173 seconds to load)
2530:  0 examples, 0 failures, 1 error occurred outside of examples
2531:  ================================================================================
2532:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
2533:  2024-04-14 01:11:37 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2534:  Running Ruby specs:
2535:  An error occurred in a `before(:suite)` hook.
2536:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2537:  Selenium::WebDriver::Error::SessionNotCreatedError:
2538:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2570:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2571:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2572:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2573:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2574:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2575:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2576:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2577:  Finished in 15.06 seconds (files took 0.43524 seconds to load)
2578:  0 examples, 0 failures, 1 error occurred outside of examples
2579:  ================================================================================
2580:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
2581:  2024-04-14 01:11:55 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2582:  Running Ruby specs:
2583:  An error occurred in a `before(:suite)` hook.
2584:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2585:  Selenium::WebDriver::Error::SessionNotCreatedError:
2586:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2618:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2619:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2620:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2621:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2622:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2623:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2624:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2625:  Finished in 15.33 seconds (files took 0.44338 seconds to load)
2626:  0 examples, 0 failures, 1 error occurred outside of examples
2627:  ================================================================================
2628:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 1s disk-cache
2629:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote
2630:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 1s local, disk-cache
2631:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 18s local, disk-cache
2632:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log)
2633:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 19s local, disk-cache
2634:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 37s local, disk-cache
2635:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log)
2636:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 38s local, disk-cache
2637:  �[32m[2,867 / 2,868]�[0m 10 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 54s local, disk-cache
2638:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log)
2639:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (Summary)
2640:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log
2641:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
2642:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
2643:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2644:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2645:  2024-04-14 01:12:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2646:  Running Ruby specs:
2647:  An error occurred in a `before(:suite)` hook.
2648:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2649:  Selenium::WebDriver::Error::SessionNotCreatedError:
2650:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2682:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2683:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2684:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2685:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2686:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2687:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2688:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2689:  Finished in 15.29 seconds (files took 0.45712 seconds to load)
2690:  0 examples, 0 failures, 1 error occurred outside of examples
2691:  ================================================================================
2692:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2693:  2024-04-14 01:12:37 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2694:  Running Ruby specs:
2695:  An error occurred in a `before(:suite)` hook.
2696:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2697:  Selenium::WebDriver::Error::SessionNotCreatedError:
2698:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with a different session. 
...

2730:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2731:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2732:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2733:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2734:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2735:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2736:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2737:  Finished in 15.6 seconds (files took 0.42306 seconds to load)
2738:  0 examples, 0 failures, 1 error occurred outside of examples
2739:  ================================================================================
2740:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2741:  2024-04-14 01:12:55 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2742:  Running Ruby specs:
2743:  An error occurred in a `before(:suite)` hook.
2744:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2745:  Selenium::WebDriver::Error::SessionNotCreatedError:
2746:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2778:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2779:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2780:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2781:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2782:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2783:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2784:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2785:  Finished in 14.59 seconds (files took 0.43296 seconds to load)
2786:  0 examples, 0 failures, 1 error occurred outside of examples
2787:  ================================================================================
2788:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 0s disk-cache
2789:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote
2790:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 2s local, disk-cache
2791:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 17s local, disk-cache
2792:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log)
2793:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 19s local, disk-cache
2794:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 35s local, disk-cache
2795:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log)
2796:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 37s local, disk-cache
2797:  �[32m[2,868 / 2,869]�[0m 11 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 52s local, disk-cache
2798:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log)
2799:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (Summary)
2800:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
2801:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
2802:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
2803:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
2804:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
2805:  2024-04-14 01:13:16 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2806:  Running Ruby specs:
2807:  An error occurred in a `before(:suite)` hook.
2808:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2809:  Selenium::WebDriver::Error::SessionNotCreatedError:
2810:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2842:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2843:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2844:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2845:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2846:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2847:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2848:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2849:  Finished in 14.92 seconds (files took 0.4366 seconds to load)
2850:  0 examples, 0 failures, 1 error occurred outside of examples
2851:  ================================================================================
2852:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
2853:  2024-04-14 01:13:34 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2854:  Running Ruby specs:
2855:  An error occurred in a `before(:suite)` hook.
2856:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2857:  Selenium::WebDriver::Error::SessionNotCreatedError:
2858:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2890:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2891:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2892:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2893:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2894:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2895:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2896:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2897:  Finished in 14.61 seconds (files took 0.4195 seconds to load)
2898:  0 examples, 0 failures, 1 error occurred outside of examples
2899:  ================================================================================
2900:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
2901:  2024-04-14 01:13:52 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2902:  Running Ruby specs:
2903:  An error occurred in a `before(:suite)` hook.
2904:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2905:  Selenium::WebDriver::Error::SessionNotCreatedError:
2906:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

2938:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2939:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
2940:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
2941:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2942:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
2943:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2944:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2945:  Finished in 14.8 seconds (files took 0.42081 seconds to load)
2946:  0 examples, 0 failures, 1 error occurred outside of examples
2947:  ================================================================================
2948:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s disk-cache
2949:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote
2950:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s local, disk-cache
2951:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 17s local, disk-cache
2952:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log)
2953:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 18s local, disk-cache
2954:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 35s local, disk-cache
2955:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log)
2956:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 36s local, disk-cache
2957:  �[32m[2,869 / 2,870]�[0m 12 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 53s local, disk-cache
2958:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log)
2959:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
2960:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (Summary)
2961:  2024-04-14 01:14:13 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2962:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log
2963:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
2964:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log
2965:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote:
2966:  Running Ruby specs:
2967:  An error occurred in a `before(:suite)` hook.
2968:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2969:  Selenium::WebDriver::Error::SessionNotCreatedError:
2970:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3002:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3003:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3004:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3005:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3006:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3007:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3008:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3009:  Finished in 14.94 seconds (files took 0.43142 seconds to load)
3010:  0 examples, 0 failures, 1 error occurred outside of examples
3011:  ================================================================================
3012:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
3013:  2024-04-14 01:14:31 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3014:  Running Ruby specs:
3015:  An error occurred in a `before(:suite)` hook.
3016:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3017:  Selenium::WebDriver::Error::SessionNotCreatedError:
3018:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3050:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3051:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3052:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3053:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3054:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3055:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3056:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3057:  Finished in 14.62 seconds (files took 0.41193 seconds to load)
3058:  0 examples, 0 failures, 1 error occurred outside of examples
3059:  ================================================================================
3060:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
3061:  2024-04-14 01:14:49 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3062:  Running Ruby specs:
3063:  An error occurred in a `before(:suite)` hook.
3064:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3065:  Selenium::WebDriver::Error::SessionNotCreatedError:
3066:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3098:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3099:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3100:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3101:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3102:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3103:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3104:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3105:  Finished in 15.12 seconds (files took 0.41698 seconds to load)
3106:  0 examples, 0 failures, 1 error occurred outside of examples
3107:  ================================================================================
3108:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 1s disk-cache
3109:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote
3110:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 1s local, disk-cache
3111:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 17s local, disk-cache
3112:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log)
3113:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 19s local, disk-cache
3114:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 35s local, disk-cache
3115:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log)
3116:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 37s local, disk-cache
3117:  �[32m[2,870 / 2,871]�[0m 13 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 52s local, disk-cache
3118:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log)
3119:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (Summary)
3120:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
3121:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
3122:  2024-04-14 01:15:11 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3123:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
3124:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
3125:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
3126:  Running Ruby specs:
3127:  An error occurred in a `before(:suite)` hook.
3128:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3129:  Selenium::WebDriver::Error::SessionNotCreatedError:
3130:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3162:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3163:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3164:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3165:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3166:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3167:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3168:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3169:  Finished in 14.42 seconds (files took 0.46644 seconds to load)
3170:  0 examples, 0 failures, 1 error occurred outside of examples
3171:  ================================================================================
3172:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
3173:  2024-04-14 01:15:28 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3174:  Running Ruby specs:
3175:  An error occurred in a `before(:suite)` hook.
3176:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3177:  Selenium::WebDriver::Error::SessionNotCreatedError:
3178:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3210:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3211:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3212:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3213:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3214:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3215:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3216:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3217:  Finished in 14.83 seconds (files took 0.48115 seconds to load)
3218:  0 examples, 0 failures, 1 error occurred outside of examples
3219:  ================================================================================
3220:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
3221:  2024-04-14 01:15:46 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3222:  Running Ruby specs:
3223:  An error occurred in a `before(:suite)` hook.
3224:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3225:  Selenium::WebDriver::Error::SessionNotCreatedError:
3226:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3258:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3259:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3260:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3261:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3262:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3263:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3264:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3265:  Finished in 14.59 seconds (files took 0.43776 seconds to load)
3266:  0 examples, 0 failures, 1 error occurred outside of examples
3267:  ================================================================================
3268:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 1s disk-cache
3269:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-safari-remote
3270:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 2s local, disk-cache
3271:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 17s local, disk-cache
3272:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log)
3273:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 18s local, disk-cache
3274:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 35s local, disk-cache
3275:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log)
3276:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 37s local, disk-cache
3277:  �[32m[2,871 / 2,872]�[0m 14 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 53s local, disk-cache
3278:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log)
3279:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (Summary)
3280:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
3281:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
3282:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
3283:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-safari-remote:
3284:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
3285:  2024-04-14 01:16:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3286:  Running Ruby specs:
3287:  An error occurred in a `before(:suite)` hook.
3288:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3289:  Selenium::WebDriver::Error::SessionNotCreatedError:
3290:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3322:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3323:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3324:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3325:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3326:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3327:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3328:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3329:  Finished in 14.8 seconds (files took 0.407 seconds to load)
3330:  0 examples, 0 failures, 1 error occurred outside of examples
3331:  ================================================================================
3332:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
3333:  2024-04-14 01:16:25 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3334:  Running Ruby specs:
3335:  An error occurred in a `before(:suite)` hook.
3336:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3337:  Selenium::WebDriver::Error::SessionNotCreatedError:
3338:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3370:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3371:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3372:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3373:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3374:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3375:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3376:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3377:  Finished in 15.38 seconds (files took 0.4356 seconds to load)
3378:  0 examples, 0 failures, 1 error occurred outside of examples
3379:  ================================================================================
3380:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
3381:  2024-04-14 01:16:43 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3382:  Running Ruby specs:
3383:  An error occurred in a `before(:suite)` hook.
3384:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3385:  Selenium::WebDriver::Error::SessionNotCreatedError:
3386:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3418:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3419:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3420:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3421:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3422:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3423:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3424:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3425:  Finished in 15.08 seconds (files took 0.40426 seconds to load)
3426:  0 examples, 0 failures, 1 error occurred outside of examples
3427:  ================================================================================
3428:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 1s disk-cache
3429:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote
3430:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 1s local, disk-cache
3431:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 17s local, disk-cache
3432:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log)
3433:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 18s local, disk-cache
3434:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 34s local, disk-cache
3435:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log)
3436:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 36s local, disk-cache
3437:  �[32m[2,872 / 2,873]�[0m 15 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 52s local, disk-cache
3438:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log)
3439:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (Summary)
3440:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
3441:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
3442:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
3443:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote:
3444:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
3445:  2024-04-14 01:17:05 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3446:  Running Ruby specs:
3447:  An error occurred in a `before(:suite)` hook.
3448:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3449:  Selenium::WebDriver::Error::SessionNotCreatedError:
3450:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3482:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3483:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3484:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3485:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3486:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3487:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3488:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3489:  Finished in 14.88 seconds (files took 0.42218 seconds to load)
3490:  0 examples, 0 failures, 1 error occurred outside of examples
3491:  ================================================================================
3492:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
3493:  2024-04-14 01:17:23 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3494:  Running Ruby specs:
3495:  An error occurred in a `before(:suite)` hook.
3496:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3497:  Selenium::WebDriver::Error::SessionNotCreatedError:
3498:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3530:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3531:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3532:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3533:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3534:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3535:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3536:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3537:  Finished in 14.63 seconds (files took 0.44069 seconds to load)
3538:  0 examples, 0 failures, 1 error occurred outside of examples
3539:  ================================================================================
3540:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
3541:  2024-04-14 01:17:40 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3542:  Running Ruby specs:
3543:  An error occurred in a `before(:suite)` hook.
3544:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3545:  Selenium::WebDriver::Error::SessionNotCreatedError:
3546:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3578:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3579:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3580:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3581:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3582:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3583:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3584:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3585:  Finished in 14.62 seconds (files took 0.46799 seconds to load)
3586:  0 examples, 0 failures, 1 error occurred outside of examples
3587:  ================================================================================
3588:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 1s disk-cache
3589:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote
3590:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 1s local, disk-cache
3591:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 17s local, disk-cache
3592:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log)
3593:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 19s local, disk-cache
3594:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 35s local, disk-cache
3595:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log)
3596:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 36s local, disk-cache
3597:  �[32m[2,873 / 2,874]�[0m 16 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 53s local, disk-cache
3598:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test.log)
3599:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
3600:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (Summary)
3601:  2024-04-14 01:18:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3602:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test.log
3603:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
3604:  Running Ruby specs:
3605:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log
3606:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote:
3607:  An error occurred in a `before(:suite)` hook.
3608:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3609:  Selenium::WebDriver::Error::SessionNotCreatedError:
3610:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3642:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3643:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3644:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3645:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3646:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3647:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3648:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3649:  Finished in 15.12 seconds (files took 0.44644 seconds to load)
3650:  0 examples, 0 failures, 1 error occurred outside of examples
3651:  ================================================================================
3652:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
3653:  2024-04-14 01:18:19 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3654:  Running Ruby specs:
3655:  An error occurred in a `before(:suite)` hook.
3656:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3657:  Selenium::WebDriver::Error::SessionNotCreatedError:
3658:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3690:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3691:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3692:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3693:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3694:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3695:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3696:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3697:  Finished in 14.85 seconds (files took 0.41248 seconds to load)
3698:  0 examples, 0 failures, 1 error occurred outside of examples
3699:  ================================================================================
3700:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
3701:  2024-04-14 01:18:37 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3702:  Running Ruby specs:
3703:  An error occurred in a `before(:suite)` hook.
3704:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3705:  Selenium::WebDriver::Error::SessionNotCreatedError:
3706:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3738:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3739:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3740:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3741:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3742:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3743:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3744:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3745:  Finished in 14.94 seconds (files took 0.4284 seconds to load)
3746:  0 examples, 0 failures, 1 error occurred outside of examples
3747:  ================================================================================
3748:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 0s disk-cache
3749:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote
3750:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 1s local, disk-cache
3751:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 18s local, disk-cache
3752:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log)
3753:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 19s local, disk-cache
3754:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 36s local, disk-cache
3755:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log)
3756:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 38s local, disk-cache
3757:  �[32m[2,874 / 2,875]�[0m 17 / 24 tests, �[31m�[1m17 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 55s local, disk-cache
3758:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test.log)
3759:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
3760:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (Summary)
3761:  2024-04-14 01:19:03 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3762:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test.log
3763:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log
3764:  Running Ruby specs:
3765:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log
3766:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
3767:  An error occurred in a `before(:suite)` hook.
3768:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3769:  Selenium::WebDriver::Error::SessionNotCreatedError:
3770:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3802:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3803:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3804:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3805:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3806:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3807:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3808:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3809:  Finished in 15.39 seconds (files took 0.50232 seconds to load)
3810:  0 examples, 0 failures, 1 error occurred outside of examples
3811:  ================================================================================
3812:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
3813:  2024-04-14 01:19:21 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3814:  Running Ruby specs:
3815:  An error occurred in a `before(:suite)` hook.
3816:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3817:  Selenium::WebDriver::Error::SessionNotCreatedError:
3818:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3850:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3851:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3852:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3853:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3854:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3855:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3856:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3857:  Finished in 15.14 seconds (files took 0.48236 seconds to load)
3858:  0 examples, 0 failures, 1 error occurred outside of examples
3859:  ================================================================================
3860:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
3861:  2024-04-14 01:19:40 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3862:  Running Ruby specs:
3863:  An error occurred in a `before(:suite)` hook.
3864:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3865:  Selenium::WebDriver::Error::SessionNotCreatedError:
3866:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3898:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3899:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3900:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3901:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3902:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3903:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3904:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3905:  Finished in 15.3 seconds (files took 0.45633 seconds to load)
3906:  0 examples, 0 failures, 1 error occurred outside of examples
3907:  ================================================================================
3908:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s disk-cache
3909:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:element-safari-remote
3910:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s local, disk-cache
3911:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 17s local, disk-cache
3912:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log)
3913:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 19s local, disk-cache
3914:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 35s local, disk-cache
3915:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log)
3916:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 37s local, disk-cache
3917:  �[32m[2,875 / 2,876]�[0m 18 / 24 tests, �[31m�[1m18 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 54s local, disk-cache
3918:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log)
3919:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (Summary)
3920:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
3921:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
3922:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
3923:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-safari-remote:
3924:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
3925:  2024-04-14 01:20:02 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3926:  Running Ruby specs:
3927:  An error occurred in a `before(:suite)` hook.
3928:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3929:  Selenium::WebDriver::Error::SessionNotCreatedError:
3930:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

3962:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3963:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
3964:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
3965:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3966:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
3967:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3968:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
3969:  Finished in 14.77 seconds (files took 0.44335 seconds to load)
3970:  0 examples, 0 failures, 1 error occurred outside of examples
3971:  ================================================================================
3972:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
3973:  2024-04-14 01:20:20 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3974:  Running Ruby specs:
3975:  An error occurred in a `before(:suite)` hook.
3976:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3977:  Selenium::WebDriver::Error::SessionNotCreatedError:
3978:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4010:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4011:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4012:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4013:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4014:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4015:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4016:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4017:  Finished in 15.49 seconds (files took 0.44686 seconds to load)
4018:  0 examples, 0 failures, 1 error occurred outside of examples
4019:  ================================================================================
4020:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
4021:  2024-04-14 01:20:39 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4022:  Running Ruby specs:
4023:  An error occurred in a `before(:suite)` hook.
4024:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4025:  Selenium::WebDriver::Error::SessionNotCreatedError:
4026:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4058:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4059:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4060:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4061:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4062:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4063:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4064:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4065:  Finished in 15.3 seconds (files took 0.51728 seconds to load)
4066:  0 examples, 0 failures, 1 error occurred outside of examples
4067:  ================================================================================
4068:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s disk-cache
4069:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote
4070:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s local, disk-cache
4071:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 19s local, disk-cache
4072:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log)
4073:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 20s local, disk-cache
4074:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 37s local, disk-cache
4075:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log)
4076:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 38s local, disk-cache
4077:  �[32m[2,876 / 2,877]�[0m 19 / 24 tests, �[31m�[1m19 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 56s local, disk-cache
4078:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log)
4079:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (Summary)
4080:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log
4081:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
4082:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
4083:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4084:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4085:  2024-04-14 01:21:11 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4086:  Running Ruby specs:
4087:  An error occurred in a `before(:suite)` hook.
4088:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4089:  Selenium::WebDriver::Error::SessionNotCreatedError:
4090:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4122:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4123:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4124:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4125:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4126:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4127:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4128:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4129:  Finished in 16.39 seconds (files took 0.49187 seconds to load)
4130:  0 examples, 0 failures, 1 error occurred outside of examples
4131:  ================================================================================
4132:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4133:  2024-04-14 01:21:30 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4134:  Running Ruby specs:
4135:  An error occurred in a `before(:suite)` hook.
4136:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4137:  Selenium::WebDriver::Error::SessionNotCreatedError:
4138:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4170:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4171:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4172:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4173:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4174:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4175:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4176:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4177:  Finished in 15.32 seconds (files took 0.47659 seconds to load)
4178:  0 examples, 0 failures, 1 error occurred outside of examples
4179:  ================================================================================
4180:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4181:  2024-04-14 01:21:48 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4182:  Running Ruby specs:
4183:  An error occurred in a `before(:suite)` hook.
4184:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4185:  Selenium::WebDriver::Error::SessionNotCreatedError:
4186:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4218:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4219:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4220:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4221:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4222:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4223:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4224:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4225:  Finished in 15.28 seconds (files took 0.43485 seconds to load)
4226:  0 examples, 0 failures, 1 error occurred outside of examples
4227:  ================================================================================
4228:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 0s disk-cache
4229:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote
4230:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 1s local, disk-cache
4231:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 17s local, disk-cache
4232:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log)
4233:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 19s local, disk-cache
4234:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 35s local, disk-cache
4235:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log)
4236:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 36s local, disk-cache
4237:  �[32m[2,877 / 2,878]�[0m 20 / 24 tests, �[31m�[1m20 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 53s local, disk-cache
4238:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test.log)
4239:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
4240:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (Summary)
4241:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test.log
4242:  2024-04-14 01:22:11 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4243:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
4244:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log
4245:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
4246:  Running Ruby specs:
4247:  An error occurred in a `before(:suite)` hook.
4248:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4249:  Selenium::WebDriver::Error::SessionNotCreatedError:
4250:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4282:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4283:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4284:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4285:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4286:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4287:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4288:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4289:  Finished in 15.09 seconds (files took 0.43976 seconds to load)
4290:  0 examples, 0 failures, 1 error occurred outside of examples
4291:  ================================================================================
4292:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
4293:  2024-04-14 01:22:29 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4294:  Running Ruby specs:
4295:  An error occurred in a `before(:suite)` hook.
4296:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4297:  Selenium::WebDriver::Error::SessionNotCreatedError:
4298:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4330:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4331:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4332:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4333:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4334:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4335:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4336:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4337:  Finished in 14.78 seconds (files took 0.47839 seconds to load)
4338:  0 examples, 0 failures, 1 error occurred outside of examples
4339:  ================================================================================
4340:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
4341:  2024-04-14 01:22:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4342:  Running Ruby specs:
4343:  An error occurred in a `before(:suite)` hook.
4344:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4345:  Selenium::WebDriver::Error::SessionNotCreatedError:
4346:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4378:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4379:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4380:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4381:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4382:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4383:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4384:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4385:  Finished in 15.51 seconds (files took 0.55121 seconds to load)
4386:  0 examples, 0 failures, 1 error occurred outside of examples
4387:  ================================================================================
4388:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s disk-cache
4389:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote
4390:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s local, disk-cache
4391:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 18s local, disk-cache
4392:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log)
4393:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 19s local, disk-cache
4394:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 36s local, disk-cache
4395:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log)
4396:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 38s local, disk-cache
4397:  �[32m[2,878 / 2,879]�[0m 21 / 24 tests, �[31m�[1m21 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 54s local, disk-cache
4398:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log)
4399:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
4400:  2024-04-14 01:23:10 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4401:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (Summary)
4402:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log
4403:  Running Ruby specs:
4404:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
4405:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
4406:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
4407:  An error occurred in a `before(:suite)` hook.
4408:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4409:  Selenium::WebDriver::Error::SessionNotCreatedError:
4410:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4442:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4443:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4444:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4445:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4446:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4447:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4448:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4449:  Finished in 15.55 seconds (files took 0.44298 seconds to load)
4450:  0 examples, 0 failures, 1 error occurred outside of examples
4451:  ================================================================================
4452:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
4453:  2024-04-14 01:23:29 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4454:  Running Ruby specs:
4455:  An error occurred in a `before(:suite)` hook.
4456:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4457:  Selenium::WebDriver::Error::SessionNotCreatedError:
4458:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4490:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4491:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4492:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4493:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4494:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4495:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4496:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4497:  Finished in 15.35 seconds (files took 0.52341 seconds to load)
4498:  0 examples, 0 failures, 1 error occurred outside of examples
4499:  ================================================================================
4500:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
4501:  2024-04-14 01:23:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4502:  Running Ruby specs:
4503:  An error occurred in a `before(:suite)` hook.
4504:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4505:  Selenium::WebDriver::Error::SessionNotCreatedError:
4506:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4538:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4539:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4540:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4541:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4542:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4543:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4544:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4545:  Finished in 14.68 seconds (files took 0.42635 seconds to load)
4546:  0 examples, 0 failures, 1 error occurred outside of examples
4547:  ================================================================================
4548:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 1s disk-cache
4549:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote
4550:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 1s local, disk-cache
4551:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 17s local, disk-cache
4552:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log)
4553:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 18s local, disk-cache
4554:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 34s local, disk-cache
4555:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log)
4556:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 36s local, disk-cache
4557:  �[32m[2,879 / 2,880]�[0m 22 / 24 tests, �[31m�[1m22 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 52s local, disk-cache
4558:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log)
4559:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (Summary)
4560:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
4561:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log
4562:  2024-04-14 01:24:10 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4563:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
4564:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log
4565:  Running Ruby specs:
4566:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
4567:  An error occurred in a `before(:suite)` hook.
4568:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4569:  Selenium::WebDriver::Error::SessionNotCreatedError:
4570:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4602:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4603:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4604:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4605:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4606:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4607:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4608:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4609:  Finished in 14.54 seconds (files took 0.38524 seconds to load)
4610:  0 examples, 0 failures, 1 error occurred outside of examples
4611:  ================================================================================
4612:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
4613:  2024-04-14 01:24:27 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4614:  Running Ruby specs:
4615:  An error occurred in a `before(:suite)` hook.
4616:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4617:  Selenium::WebDriver::Error::SessionNotCreatedError:
4618:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4650:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4651:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4652:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4653:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4654:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4655:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4656:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4657:  Finished in 14.73 seconds (files took 0.40923 seconds to load)
4658:  0 examples, 0 failures, 1 error occurred outside of examples
4659:  ================================================================================
4660:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
4661:  2024-04-14 01:24:45 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4662:  Running Ruby specs:
4663:  An error occurred in a `before(:suite)` hook.
4664:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4665:  Selenium::WebDriver::Error::SessionNotCreatedError:
4666:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4698:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4699:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4700:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4701:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4702:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4703:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4704:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4705:  Finished in 15.15 seconds (files took 0.43726 seconds to load)
4706:  0 examples, 0 failures, 1 error occurred outside of examples
4707:  ================================================================================
4708:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 1s disk-cache
4709:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-safari-remote
4710:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 1s local, disk-cache
4711:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 18s local, disk-cache
4712:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log)
4713:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 19s local, disk-cache
4714:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 39s local, disk-cache
4715:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log)
4716:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 40s local, disk-cache
4717:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 42s local, disk-cache
4718:  �[32m[2,880 / 2,881]�[0m 23 / 24 tests, �[31m�[1m23 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 63s local, disk-cache
4719:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log)
4720:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (Summary)
4721:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
4722:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
4723:  2024-04-14 01:25:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4724:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
4725:  Running Ruby specs:
4726:  An error occurred in a `before(:suite)` hook.
4727:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4728:  Selenium::WebDriver::Error::SessionNotCreatedError:
4729:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4734:  Build info: version: '4.20.0-SNAPSHOT', revision: 'Unknown'
4735:  System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '12.7.4', java.version: '21.0.2'
4736:  Driver info: driver.version: unknown
4737:  # [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java):221:in `apply'
4738:  # [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java):71:in `apply'
4739:  # [remote server] org.openqa.selenium.grid.node.local.SessionSlot(SessionSlot.java):147:in `apply'
4740:  # [remote server] org.openqa.selenium.grid.node.local.LocalNode(LocalNode.java):464:in `newSession'
4741:  # [remote server] org.openqa.selenium.grid.distributor.local.LocalDistributor(LocalDistributor.java):651:in `startSession'
4742:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
4743:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-safari-remote:
...

4763:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4764:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4765:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4766:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4767:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4768:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4769:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4770:  Finished in 16.03 seconds (files took 0.41664 seconds to load)
4771:  0 examples, 0 failures, 1 error occurred outside of examples
4772:  ================================================================================
4773:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
4774:  2024-04-14 01:25:26 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4775:  Running Ruby specs:
4776:  An error occurred in a `before(:suite)` hook.
4777:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4778:  Selenium::WebDriver::Error::SessionNotCreatedError:
4779:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4811:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4812:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4813:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4814:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4815:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4816:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4817:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4818:  Finished in 17.94 seconds (files took 0.47934 seconds to load)
4819:  0 examples, 0 failures, 1 error occurred outside of examples
4820:  ================================================================================
4821:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
4822:  2024-04-14 01:25:48 INFO Selenium Server Location: /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/selenium/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4823:  Running Ruby specs:
4824:  An error occurred in a `before(:suite)` hook.
4825:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4826:  Selenium::WebDriver::Error::SessionNotCreatedError:
4827:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: Could not create a session: The Safari instance is already paired with another WebDriver session. 
...

4859:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4860:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:205:in `remote_driver'
4861:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:147:in `create_driver!'
4862:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4863:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:182:in `current_env'
4864:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4865:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4866:  Finished in 19.96 seconds (files took 0.48312 seconds to load)
4867:  0 examples, 0 failures, 1 error occurred outside of examples
4868:  ================================================================================
4869:  �[32mINFO: �[0mFound 24 test targets...
4870:  �[32mINFO: �[0mElapsed time: 1707.581s, Critical Path: 206.86s
4871:  �[32mINFO: �[0m2651 processes: 1448 disk cache hit, 1054 internal, 29 darwin-sandbox, 116 local, 4 worker.
4872:  �[32mINFO: �[0mBuild completed, 24 tests FAILED, 2651 total actions
4873:  //rb/spec/integration/selenium/webdriver:action_builder-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.8s
4874:  Stats over 3 runs: max = 18.8s, min = 17.1s, avg = 18.0s, dev = 0.7s
4875:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log
4876:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
4877:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
4878:  //rb/spec/integration/selenium/webdriver:bidi-safari-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.2s
4879:  Stats over 3 runs: max = 18.2s, min = 17.9s, avg = 18.0s, dev = 0.1s
4880:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test.log
4881:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log
4882:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log
4883:  //rb/spec/integration/selenium/webdriver:devtools-safari-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.5s
4884:  Stats over 3 runs: max = 17.5s, min = 17.0s, avg = 17.3s, dev = 0.2s
4885:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
4886:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
4887:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
4888:  //rb/spec/integration/selenium/webdriver:driver-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.3s
4889:  Stats over 3 runs: max = 17.3s, min = 16.8s, avg = 17.1s, dev = 0.2s
4890:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
4891:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
4892:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
4893:  //rb/spec/integration/selenium/webdriver:element-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.2s
4894:  Stats over 3 runs: max = 18.2s, min = 17.3s, avg = 17.8s, dev = 0.4s
4895:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
4896:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
4897:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
4898:  //rb/spec/integration/selenium/webdriver:error-safari-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 22.6s
4899:  Stats over 3 runs: max = 22.6s, min = 18.5s, avg = 20.5s, dev = 1.7s
4900:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
4901:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
4902:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
4903:  //rb/spec/integration/selenium/webdriver:guard-safari-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 16.4s
4904:  Stats over 3 runs: max = 16.4s, min = 16.3s, avg = 16.3s, dev = 0.1s
4905:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log
4906:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
4907:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log
4908:  //rb/spec/integration/selenium/webdriver:listener-safari-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.7s
4909:  Stats over 3 runs: max = 17.7s, min = 17.1s, avg = 17.4s, dev = 0.2s
4910:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log
4911:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
4912:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log
4913:  //rb/spec/integration/selenium/webdriver:manager-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.6s
4914:  Stats over 3 runs: max = 17.6s, min = 17.3s, avg = 17.4s, dev = 0.2s
4915:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test.log
4916:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
4917:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log
4918:  //rb/spec/integration/selenium/webdriver:navigation-safari-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.2s
4919:  Stats over 3 runs: max = 17.2s, min = 16.3s, avg = 16.8s, dev = 0.4s
4920:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log
4921:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
4922:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log
4923:  //rb/spec/integration/selenium/webdriver:select-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.6s
4924:  Stats over 3 runs: max = 18.6s, min = 16.1s, avg = 17.5s, dev = 1.0s
4925:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log
4926:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
4927:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
4928:  //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 29.6s
4929:  Stats over 3 runs: max = 29.6s, min = 17.7s, avg = 21.7s, dev = 5.6s
4930:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
4931:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
4932:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
4933:  //rb/spec/integration/selenium/webdriver:storage-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 19.1s
4934:  Stats over 3 runs: max = 19.1s, min = 17.9s, avg = 18.4s, dev = 0.5s
4935:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log
4936:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
4937:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
4938:  //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 16.7s
4939:  Stats over 3 runs: max = 16.7s, min = 16.5s, avg = 16.6s, dev = 0.1s
4940:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test.log
4941:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
4942:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
4943:  //rb/spec/integration/selenium/webdriver:target_locator-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.5s
4944:  Stats over 3 runs: max = 17.5s, min = 17.0s, avg = 17.3s, dev = 0.2s
4945:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log
4946:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
4947:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
4948:  //rb/spec/integration/selenium/webdriver:timeout-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 16.8s
4949:  Stats over 3 runs: max = 16.8s, min = 16.4s, avg = 16.6s, dev = 0.2s
4950:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log
4951:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
4952:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
4953:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.7s
4954:  Stats over 3 runs: max = 17.7s, min = 16.9s, avg = 17.3s, dev = 0.3s
4955:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
4956:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
4957:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
4958:  //rb/spec/integration/selenium/webdriver:window-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.1s
4959:  Stats over 3 runs: max = 18.1s, min = 17.2s, avg = 17.7s, dev = 0.3s
4960:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
4961:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
4962:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
4963:  //rb/spec/integration/selenium/webdriver:zipper-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.3s
4964:  Stats over 3 runs: max = 18.3s, min = 17.3s, avg = 17.9s, dev = 0.4s
4965:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log
4966:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
4967:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
4968:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 75.5s
4969:  Stats over 3 runs: max = 75.5s, min = 24.0s, avg = 54.6s, dev = 22.1s
4970:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
4971:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
4972:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
4973:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.3s
4974:  Stats over 3 runs: max = 18.3s, min = 17.7s, avg = 18.0s, dev = 0.2s
4975:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log
4976:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
4977:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log
4978:  //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote     �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 18.1s
4979:  Stats over 3 runs: max = 18.1s, min = 17.2s, avg = 17.7s, dev = 0.4s
4980:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test.log
4981:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
4982:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log
4983:  //rb/spec/integration/selenium/webdriver/remote:element-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.8s
4984:  Stats over 3 runs: max = 17.8s, min = 17.0s, avg = 17.3s, dev = 0.3s
4985:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log
4986:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
4987:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log
4988:  //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote     �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.0s
4989:  Stats over 3 runs: max = 17.0s, min = 16.7s, avg = 16.9s, dev = 0.1s
4990:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test.log
4991:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
4992:  /Users/runner/.bazel/execroot/selenium/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
4993:  Executed 24 out of 24 tests: �[0m�[31m�[1m24 fail locally�[0m.
4994:  �[0m
4995:  ##[error]Process completed with exit code 3.

✨ CI feedback usage guide:

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

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

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

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

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

Configuration options

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

See more information about the checks tool in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants