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 #13935

Merged
merged 1 commit into from
May 14, 2024

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented May 14, 2024

User description

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


PR Type

enhancement


Description

  • Updated the Chrome and ChromeDriver versions for Linux and Mac in repositories.bzl.
  • New versions are 124.0.6367.207 for both Chrome and ChromeDriver.
  • SHA256 hashes updated for both the browser and driver archives to ensure integrity.

Changes walkthrough 📝

Relevant files
Configuration changes
repositories.bzl
Update Chrome and ChromeDriver versions for Linux and Mac

common/repositories.bzl

  • Updated URLs and SHA256 hashes for Chrome and ChromeDriver for both
    Linux and Mac platforms.
  • +8/-8     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Copy link

    PR Description updated to latest commit (54a460f)

    Copy link

    PR Review 🔍

    ⏱️ Estimated effort to review [1-5]

    2, because the changes are straightforward and involve updating URLs and SHA256 hashes for browser and driver versions. The changes are limited to a single file and are repetitive in nature, which simplifies the review process.

    🧪 Relevant tests

    No

    ⚡ Possible issues

    Possible Issue: The PR assumes that the new versions of Chrome and ChromeDriver work correctly without any compatibility issues. It is essential to verify that these updates do not introduce new bugs or compatibility problems with existing tests and environments.

    🔒 Security concerns

    No

    Copy link

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Security
    Verify the integrity of the new URLs and their SHA256 checksums

    Consider verifying the integrity of the new URLs provided for the Chrome and Chromedriver
    downloads. This can be done by manually downloading the files using the URLs and checking
    if the SHA256 checksums match the ones provided in the PR. This ensures that the files
    have not been tampered with and are safe to use.

    common/repositories.bzl [202-203]

     url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/linux64/chrome-linux64.zip",
    -sha256 = "22ac5d13b0bcbe1e7a454714421ab2448f8f8568ad3954cb4a87750bd70336c2",
    +sha256 = "22ac5d13b0bcbe1e7a454714421ab2448f8f8568ad3954cb4a87750bd70336c2",  # Verified
     
    Suggestion importance[1-10]: 8

    Why: Verifying the integrity of URLs and their checksums is crucial for security to ensure the files are not tampered with. This suggestion directly addresses a potential security concern.

    8
    Maintainability
    Add a fallback URL for Chrome downloads to enhance robustness

    Consider adding a fallback URL or a retry mechanism in case the primary URL for
    downloading Chrome or Chromedriver becomes unavailable. This can help maintain the build
    system's robustness and reduce downtime.

    common/repositories.bzl [202]

     url = "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/linux64/chrome-linux64.zip",
    +fallback_url = "https://mirror.example.com/chrome-linux64.zip",  # Fallback URL
     
    Suggestion importance[1-10]: 6

    Why: Adding a fallback URL is a good practice for maintaining robustness in build systems, ensuring continuity in case the primary URL fails. This is a practical improvement suggestion.

    6

    Copy link

    codiumai-pr-agent-pro bot commented May 14, 2024

    CI Failure Feedback 🧐

    (Checks updated until commit 54a460f)

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

    Failed stage: Run Bazel [❌]

    Failure summary:

    The action failed due to multiple test failures across various integration tests for the Selenium
    WebDriver. The primary issue appears to be the inability to start new sessions, as indicated by
    repeated SessionNotCreatedError exceptions. This error suggests that the driver service was unable
    to initiate a session and subsequently stopped, which is a critical failure in the testing
    environment setup. Additionally, there are mentions of 'FLAKY' test results, indicating intermittent
    failures which could be due to environmental inconsistencies or timing issues in the test execution.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  macOS
    ...
    
    765:  �[32m[1 / 1]�[0m checking cached actions
    766:  �[32mAnalyzing:�[0m 24 targets (688 packages loaded, 28785 targets configured)
    767:  �[32m[1 / 1]�[0m checking cached actions
    768:  �[32mAnalyzing:�[0m 24 targets (688 packages loaded, 28799 targets configured)
    769:  �[32m[122 / 1,252]�[0m Creating source manifest for //rb/lib/selenium/devtools:cdp-generate [for tool]; 0s local ... (2 actions running)
    770:  �[32mINFO: �[0mAnalyzed 24 targets (688 packages loaded, 28799 targets configured).
    771:  �[32m[576 / 1,857]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 0s local ... (3 actions, 2 running)
    772:  �[32m[947 / 2,626]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 0s local ... (3 actions, 2 running)
    773:  �[32m[1,028 / 2,709]�[0m [Prepa] Creating source manifest for //rb/spec/integration/selenium/webdriver:error-safari-remote ... (2 actions, 0 running)
    ...
    
    804:  �[32m[1,646 / 3,075]�[0m Extracting npm package @mui/icons-material@5.15.8_-554584225; 5s disk-cache ... (3 actions, 0 running)
    805:  �[32mINFO: �[0mFrom Building external/protobuf~/java/core/liblite_runtime_only.jar (91 source files) [for tool]:
    806:  external/protobuf~/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:293: warning: [removal] AccessController in java.security has been deprecated and marked for removal
    807:  AccessController.doPrivileged(
    808:  ^
    809:  �[32m[1,664 / 3,075]�[0m Extracting npm package @mui/icons-material@5.15.8_-554584225; 6s disk-cache ... (4 actions, 0 running)
    810:  �[32m[1,705 / 3,075]�[0m Extracting npm package @emotion/react@11.11.3_-417419281; 0s disk-cache ... (4 actions, 0 running)
    811:  �[32mINFO: �[0mFrom Linking external/protobuf~/libprotobuf.a [for tool]:
    812:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protobuf/error_listener.o has no symbols
    ...
    
    834:  �[32mINFO: �[0mFrom Linking external/protobuf~/protoc [for tool]:
    835:  ld: warning: ignoring duplicate libraries: '-lm', '-lpthread'
    836:  �[32m[1,928 / 3,075]�[0m [Prepa] Installing external/rules_ruby~~ruby~bundle/rb/vendor/cache/bundler-2.4.19.gem (@bundle//:bundler-2.4.19) ... (4 actions, 0 running)
    837:  �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
    838:  /Users/runner/.bazel/execroot/_main/external/rules_python~~python~python_3_8_x86_64-apple-darwin/lib/python3.8/zipfile.py:1517: UserWarning: Duplicate name: 'grid-ui/'
    839:  return self._open_to_write(zinfo, force_zip64=force_zip64)
    840:  �[32m[2,180 / 3,075]�[0m Installing external/rules_ruby~~ruby~bundle/rb/vendor/cache/bundler-2.4.19.gem (@bundle//:bundler-2.4.19); 0s disk-cache, darwin-sandbox ... (4 actions, 1 running)
    841:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
    842:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    843:  private final ErrorCodes errorCodes;
    844:  ^
    845:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    846:  this.errorCodes = new ErrorCodes();
    847:  ^
    848:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    849:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    850:  ^
    851:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    852:  ErrorCodes errorCodes = new ErrorCodes();
    853:  ^
    854:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    855:  ErrorCodes errorCodes = new ErrorCodes();
    856:  ^
    857:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    858:  response.setStatus(ErrorCodes.SUCCESS);
    859:  ^
    860:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    861:  response.setState(ErrorCodes.SUCCESS_STRING);
    862:  ^
    863:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    864:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    865:  ^
    866:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    867:  new ErrorCodes().getExceptionType((String) rawError);
    868:  ^
    869:  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
    870:  private final ErrorCodes errorCodes = new ErrorCodes();
    871:  ^
    872:  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
    873:  private final ErrorCodes errorCodes = new ErrorCodes();
    874:  ^
    875:  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
    876:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    877:  ^
    878:  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
    879:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    880:  ^
    881:  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
    882:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    883:  ^
    884:  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
    885:  response.setStatus(ErrorCodes.SUCCESS);
    886:  ^
    887:  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
    888:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    889:  ^
    890:  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
    891:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    892:  ^
    893:  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
    894:  private final ErrorCodes errorCodes = new ErrorCodes();
    895:  ^
    896:  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
    897:  private final ErrorCodes errorCodes = new ErrorCodes();
    898:  ^
    899:  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
    900:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    901:  ^
    902:  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
    903:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    904:  ^
    905:  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
    906:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    1014:  �[32m[3,075 / 3,076]�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 16s local, disk-cache
    1015:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log)
    1016:  �[32m[3,075 / 3,076]�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 17s local, disk-cache
    1017:  �[32m[3,075 / 3,076]�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 27s local, disk-cache
    1018:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log)
    1019:  �[32m[3,075 / 3,076]�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 28s local, disk-cache
    1020:  �[32m[3,075 / 3,076]�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote; 37s local, disk-cache
    1021:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test.log)
    1022:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:bidi-safari-remote (Summary)
    ...
    
    1024:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log
    1025:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log
    1026:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
    1027:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
    1028:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1029:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1030:  2024-05-14 00:55:43 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1031:  Running Ruby specs:
    1032:  An error occurred in a `before(:suite)` hook.
    1033:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1034:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1035:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1067:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1068:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1069:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1070:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1071:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1072:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1073:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1074:  Finished in 12.94 seconds (files took 0.48284 seconds to load)
    1075:  0 examples, 0 failures, 1 error occurred outside of examples
    1076:  ================================================================================
    1077:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
    1078:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1079:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1080:  2024-05-14 00:55:59 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1081:  Running Ruby specs:
    1082:  An error occurred in a `before(:suite)` hook.
    1083:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1084:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1085:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1117:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1118:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1119:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1120:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1121:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1122:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1123:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1124:  Finished in 7.99 seconds (files took 0.34001 seconds to load)
    1125:  0 examples, 0 failures, 1 error occurred outside of examples
    1126:  ================================================================================
    1127:  ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari-remote:
    1128:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1129:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1130:  2024-05-14 00:56:10 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1131:  Running Ruby specs:
    1132:  An error occurred in a `before(:suite)` hook.
    1133:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1134:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1135:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1167:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1168:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1169:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1170:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1171:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1172:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1173:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1174:  Finished in 7.79 seconds (files took 0.35235 seconds to load)
    1175:  0 examples, 0 failures, 1 error occurred outside of examples
    1176:  ================================================================================
    1177:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 0s disk-cache
    1178:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote
    1179:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 1s local, disk-cache
    1180:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 10s local, disk-cache
    1181:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log)
    1182:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 11s local, disk-cache
    1183:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 22s local, disk-cache
    1184:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log)
    1185:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 23s local, disk-cache
    1186:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 107s local, disk-cache
    1187:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log)
    1188:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (Summary)
    ...
    
    1190:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
    1191:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
    1192:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote:
    1193:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
    1194:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1195:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1196:  2024-05-14 00:56:24 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1197:  Running Ruby specs:
    1198:  An error occurred in a `before(:suite)` hook.
    1199:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1200:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1201:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1233:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1234:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1235:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1236:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1237:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1238:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1239:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1240:  Finished in 7.71 seconds (files took 0.33401 seconds to load)
    1241:  0 examples, 0 failures, 1 error occurred outside of examples
    1242:  ================================================================================
    1243:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
    1244:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1245:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1246:  2024-05-14 00:56:35 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1247:  Running Ruby specs:
    1248:  An error occurred in a `before(:suite)` hook.
    1249:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1250:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1251:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1283:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1284:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1285:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1286:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1287:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1288:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1289:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1290:  Finished in 8.69 seconds (files took 0.36314 seconds to load)
    1291:  0 examples, 0 failures, 1 error occurred outside of examples
    ...
    
    1318:  finds by xpath
    1319:  finds by css selector
    1320:  finds by tag name
    1321:  finds above another
    1322:  finds child element
    1323:  finds child element by tag name
    1324:  finds elements with the shortcut syntax
    1325:  raises if element not found
    1326:  raises if invalid locator (PENDING: Test skipped because it breaks test run; Safari TimeoutError)
    1327:  many elements
    1328:  finds by class name
    1329:  finds by css selector
    1330:  finds above element
    1331:  finds above another
    1332:  finds below element
    1333:  finds near another within default distance
    1334:  finds near another within custom distance (PENDING: Test guarded; no reason given)
    1335:  finds to the left of another (FAILED - 1)
    1336:  finds to the right of another (FAILED - 2)
    ...
    
    1358:  is able to pass multiple arguments to async scripts
    1359:  times out if the callback is not invoked (PENDING: Test guarded; no reason given)
    1360:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1361:  1) Selenium::WebDriver::Driver creates default capabilities
    1362:  # Test skipped because it breaks test run; no reason given
    1363:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:27
    1364:  2) Selenium::WebDriver::Driver behaves like driver that can be started concurrently starts multiple drivers sequentially
    1365:  # No reason given
    1366:  Got 1 failure and 1 other error:
    1367:  Shared Example Group: "driver that can be started concurrently" called from ./rb/spec/integration/selenium/webdriver/driver_spec.rb:25
    1368:  2.1) Failure/Error: raise SkipDeclaredInExample.new(message)
    1369:  RSpec::Core::Pending::SkipDeclaredInExample
    1370:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/shared_examples/concurrent_driver.rb:27:in `block (2 levels) in <top (required)>'
    1371:  2.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1372:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1373:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1405:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1406:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1407:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1408:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1409:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    1410:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1411:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    1412:  3) Selenium::WebDriver::Driver one element raises if invalid locator
    1413:  # Test skipped because it breaks test run; Safari TimeoutError
    1414:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:150
    1415:  4) Selenium::WebDriver::Driver many elements finds near another within custom distance
    1416:  # Test guarded; no reason given
    1417:  Got 0 failures and 2 other errors:
    1418:  4.1) Failure/Error: near = driver.find_elements(relative: {tag_name: 'td', near: {id: 'sixth', distance: 100}})
    1419:  Selenium::WebDriver::Error::JavascriptError:
    ...
    
    1425:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1426:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
    1427:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    1428:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:333:in `execute_script'
    1429:  # ./rb/lib/selenium/webdriver/atoms.rb:35:in `execute_atom'
    1430:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:529:in `find_elements_by'
    1431:  # ./rb/lib/selenium/webdriver/common/search_context.rb:78:in `find_elements'
    1432:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:205:in `block (3 levels) in <module:WebDriver>'
    1433:  4.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1434:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1435:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1468:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1469:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1470:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1471:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    1472:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    1473:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    1474:  5) Selenium::WebDriver::Driver execute async script times out if the callback is not invoked
    1475:  # Test guarded; no reason given
    1476:  Got 1 failure:
    1477:  5.1) Failure/Error:
    1478:  expect {
    1479:  # Script is expected to be async and explicitly callback, so this should timeout.
    1480:  driver.execute_async_script 'return 1 + 2;'
    1481:  }.to raise_error(Selenium::WebDriver::Error::ScriptTimeoutError)
    1482:  expected Selenium::WebDriver::Error::ScriptTimeoutError, got Selenium::WebDriver::Error::TimeoutError with backtrace:
    ...
    
    1489:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    1490:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:338:in `execute_async_script'
    1491:  # ./rb/lib/selenium/webdriver/common/driver.rb:244:in `execute_async_script'
    1492:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:362:in `block (4 levels) in <module:WebDriver>'
    1493:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:360:in `block (3 levels) in <module:WebDriver>'
    1494:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:360:in `block (3 levels) in <module:WebDriver>'
    1495:  Failures:
    1496:  1) Selenium::WebDriver::Driver many elements finds to the left of another
    1497:  Failure/Error: driver.navigate.to url_for('relative_locators.html')
    1498:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1499:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1530:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
    1531:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1532:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1533:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1534:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1535:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
    1536:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:210:in `block (3 levels) in <module:WebDriver>'
    1537:  2) Selenium::WebDriver::Driver many elements finds to the right of another
    1538:  Failure/Error: driver.navigate.to url_for('relative_locators.html')
    1539:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1540:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1571:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
    1572:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1573:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1574:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1575:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1576:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
    1577:  # ./rb/spec/integration/selenium/webdriver/driver_spec.rb:217:in `block (3 levels) in <module:WebDriver>'
    1578:  Finished in 1 minute 21.87 seconds (files took 0.35054 seconds to load)
    1579:  50 examples, 2 failures, 5 pending
    1580:  Failed examples:
    1581:  rspec ./rb/spec/integration/selenium/webdriver/driver_spec.rb:209 # Selenium::WebDriver::Driver many elements finds to the left of another
    1582:  rspec ./rb/spec/integration/selenium/webdriver/driver_spec.rb:216 # Selenium::WebDriver::Driver many elements finds to the right of another
    1583:  ================================================================================
    1584:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 0s disk-cache
    1585:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote
    1586:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 1s local, disk-cache
    1587:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 11s local, disk-cache
    1588:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log)
    1589:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 13s local, disk-cache
    1590:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 29s local, disk-cache
    1591:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log)
    1592:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 30s local, disk-cache
    1593:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 41s local, disk-cache
    1594:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log)
    1595:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (Summary)
    ...
    
    1597:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
    1598:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1599:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
    1600:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
    1601:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
    1602:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1603:  2024-05-14 00:58:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1604:  Running Ruby specs:
    1605:  An error occurred in a `before(:suite)` hook.
    1606:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1607:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1608:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1640:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1641:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1642:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1643:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1644:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1645:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1646:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1647:  Finished in 8.82 seconds (files took 0.38204 seconds to load)
    1648:  0 examples, 0 failures, 1 error occurred outside of examples
    1649:  ================================================================================
    1650:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
    1651:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1652:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1653:  2024-05-14 00:58:29 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1654:  Running Ruby specs:
    1655:  An error occurred in a `before(:suite)` hook.
    1656:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1657:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1658:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1690:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1691:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1692:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1693:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1694:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1695:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1696:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1697:  Finished in 14.18 seconds (files took 0.51506 seconds to load)
    1698:  0 examples, 0 failures, 1 error occurred outside of examples
    1699:  ================================================================================
    1700:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
    1701:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1702:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1703:  2024-05-14 00:58:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1704:  Running Ruby specs:
    1705:  An error occurred in a `before(:suite)` hook.
    1706:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1707:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1708:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1740:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1741:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1742:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1743:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1744:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1745:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1746:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1747:  Finished in 8.11 seconds (files took 0.31465 seconds to load)
    1748:  0 examples, 0 failures, 1 error occurred outside of examples
    1749:  ================================================================================
    1750:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 1s disk-cache
    1751:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote
    1752:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 1s local, disk-cache
    1753:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 10s local, disk-cache
    1754:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log)
    1755:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 12s local, disk-cache
    1756:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 33s local, disk-cache
    1757:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (Summary)
    1758:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
    1759:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
    1760:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
    1761:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1762:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1763:  2024-05-14 00:59:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1764:  Running Ruby specs:
    1765:  An error occurred in a `before(:suite)` hook.
    1766:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1767:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1768:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1800:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1801:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1802:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1803:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1804:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1805:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1806:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1807:  Finished in 8.17 seconds (files took 0.41097 seconds to load)
    1808:  0 examples, 0 failures, 1 error occurred outside of examples
    1809:  ================================================================================
    1810:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 1s disk-cache
    1811:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-safari-remote
    1812:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 1s local, disk-cache
    1813:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 10s local, disk-cache
    1814:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log)
    1815:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 12s local, disk-cache
    1816:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 21s local, disk-cache
    1817:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log)
    1818:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 22s local, disk-cache
    1819:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 32s local, disk-cache
    1820:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log)
    1821:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (Summary)
    1822:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
    1823:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
    1824:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1825:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
    1826:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
    1827:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-safari-remote:
    1828:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1829:  2024-05-14 00:59:38 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1830:  Running Ruby specs:
    1831:  An error occurred in a `before(:suite)` hook.
    1832:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1833:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1834:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1866:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1867:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1868:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1869:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1870:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1871:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1872:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1873:  Finished in 7.8 seconds (files took 0.37588 seconds to load)
    1874:  0 examples, 0 failures, 1 error occurred outside of examples
    1875:  ================================================================================
    1876:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
    1877:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1878:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1879:  2024-05-14 00:59:49 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1880:  Running Ruby specs:
    1881:  An error occurred in a `before(:suite)` hook.
    1882:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1883:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1884:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1916:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1917:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1918:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1919:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1920:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1921:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1922:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1923:  Finished in 7.72 seconds (files took 0.30738 seconds to load)
    1924:  0 examples, 0 failures, 1 error occurred outside of examples
    1925:  ================================================================================
    1926:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
    1927:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1928:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1929:  2024-05-14 00:59:59 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1930:  Running Ruby specs:
    1931:  An error occurred in a `before(:suite)` hook.
    1932:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1933:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1934:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    1966:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    1967:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    1968:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    1969:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    1970:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    1971:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    1972:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    1973:  Finished in 7.85 seconds (files took 0.30578 seconds to load)
    1974:  0 examples, 0 failures, 1 error occurred outside of examples
    1975:  ================================================================================
    1976:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 0s disk-cache
    1977:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote
    1978:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 2s local, disk-cache
    1979:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 10s local, disk-cache
    1980:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log)
    1981:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 11s local, disk-cache
    1982:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 27s local, disk-cache
    1983:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (Summary)
    1984:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
    1985:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
    1986:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1987:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
    1988:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    1989:  2024-05-14 01:00:13 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    1990:  Running Ruby specs:
    1991:  An error occurred in a `before(:suite)` hook.
    1992:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    1993:  Selenium::WebDriver::Error::SessionNotCreatedError:
    1994:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2026:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2027:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2028:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2029:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2030:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2031:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2032:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2033:  Finished in 8.28 seconds (files took 0.36355 seconds to load)
    2034:  0 examples, 0 failures, 1 error occurred outside of examples
    2035:  ================================================================================
    2036:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 0s disk-cache
    2037:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote
    2038:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 1s local, disk-cache
    2039:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 10s local, disk-cache
    2040:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log)
    2041:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 11s local, disk-cache
    2042:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 27s local, disk-cache
    2043:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (Summary)
    2044:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
    2045:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
    2046:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2047:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
    2048:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2049:  2024-05-14 01:00:44 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2050:  Running Ruby specs:
    2051:  An error occurred in a `before(:suite)` hook.
    2052:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2053:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2054:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2086:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2087:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2088:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2089:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2090:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2091:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2092:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2093:  Finished in 7.73 seconds (files took 0.32015 seconds to load)
    2094:  0 examples, 0 failures, 1 error occurred outside of examples
    2095:  ================================================================================
    2096:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 0s disk-cache
    2097:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote
    2098:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 1s local, disk-cache
    2099:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 10s local, disk-cache
    2100:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log)
    2101:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 11s local, disk-cache
    2102:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 144s local, disk-cache
    2103:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log)
    2104:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 145s local, disk-cache
    2105:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 158s local, disk-cache
    2106:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log)
    2107:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (Summary)
    ...
    
    2109:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
    2110:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
    2111:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
    2112:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
    2113:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2114:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2115:  2024-05-14 01:01:15 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2116:  Running Ruby specs:
    2117:  An error occurred in a `before(:suite)` hook.
    2118:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2119:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2120:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2152:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2153:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2154:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2155:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2156:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2157:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2158:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2159:  Finished in 7.79 seconds (files took 0.335 seconds to load)
    2160:  0 examples, 0 failures, 1 error occurred outside of examples
    ...
    
    2202:  moves pointer to specified coordinates
    2203:  pen stylus
    2204:  sets pointer event properties (PENDING: Test guarded; Some issues with resolution?)
    2205:  #scroll_to
    2206:  scrolls to element (PENDING: Test guarded; no reason given)
    2207:  #scroll_by
    2208:  scrolls by given amount
    2209:  #scroll_from
    2210:  scrolls from element by given amount (PENDING: Test guarded; incorrect MoveTargetOutOfBoundsError)
    2211:  scrolls from element by given amount with offset (PENDING: Test guarded; incorrect MoveTargetOutOfBoundsError)
    2212:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport (FAILED - 1)
    2213:  scrolls by given amount with offset
    2214:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport (PENDING: Test guarded; no reason given)
    2215:  Pending: (Failures listed here are expected and do not affect your suite's status)
    2216:  1) Selenium::WebDriver::ActionBuilder#send_keys sends keys to the active element
    2217:  # Test guarded; no reason given
    2218:  Got 0 failures and 2 other errors:
    2219:  1.1) Failure/Error: wait.until { keylogger.text.split.length == 2 }
    2220:  Selenium::WebDriver::Error::TimeoutError:
    2221:  timed out after 10 seconds
    2222:  # ./rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
    2223:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:35:in `block (3 levels) in <module:WebDriver>'
    2224:  1.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2225:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2226:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2259:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2260:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2261:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2262:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    2263:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2264:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    2265:  2) Selenium::WebDriver::ActionBuilder multiple key presses sends keys with shift pressed
    2266:  # Test guarded; no reason given
    2267:  Got 1 failure:
    2268:  2.1) Failure/Error: expect(expected).to match(/^(focus )?keydown keydown keypress keyup keydown keypress keyup keyup$/)
    2269:  expected "\u00A0focus keydown keydown keypress keyup keydown keypress keyup keyup" to match /^(focus )?keydown keydown keypress keyup keydown keypress keyup keyup$/
    2270:  Diff:
    2271:  @@ -1 +1 @@
    2272:  -/^(focus )?keydown keydown keypress keyup keydown keypress keyup keyup$/
    2273:  +"\u00A0focus keydown keydown keypress keyup keydown keypress keyup keyup"
    2274:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:88:in `block (3 levels) in <module:WebDriver>'
    2275:  3) Selenium::WebDriver::ActionBuilder#release_actions releases pressed buttons
    2276:  # Test guarded; no reason given
    2277:  Got 1 failure:
    2278:  3.1) Failure/Error: expect(event_input.attribute(:value)).to eq('Clicked')
    2279:  expected: "Clicked"
    2280:  got: "Hello"
    2281:  (compared using ==)
    2282:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:137:in `block (3 levels) in <module:WebDriver>'
    2283:  4) Selenium::WebDriver::ActionBuilder#double_click presses pointer twice
    2284:  # Test guarded; no reason given
    2285:  Got 1 failure:
    2286:  4.1) Failure/Error: expect(element.attribute(:value)).to eq('DoubleClicked')
    2287:  expected: "DoubleClicked"
    2288:  got: "Clicked"
    2289:  (compared using ==)
    2290:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:163:in `block (3 levels) in <module:WebDriver>'
    2291:  5) Selenium::WebDriver::ActionBuilder#double_click executes with equivalent pointer methods
    2292:  # Test guarded; no reason given
    2293:  Got 1 failure:
    2294:  5.1) Failure/Error: expect(element.attribute(:value)).to eq('DoubleClicked')
    2295:  expected: "DoubleClicked"
    2296:  got: "Clicked"
    2297:  (compared using ==)
    2298:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:174:in `block (3 levels) in <module:WebDriver>'
    2299:  6) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    2300:  # Test guarded; Some issues with resolution?
    2301:  Got 0 failures and 2 other errors:
    2302:  6.1) Failure/Error: down = properties(driver.find_element(class: 'pointerdown'))
    2303:  Selenium::WebDriver::Error::NoSuchElementError:
    2304:  ; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    ...
    
    2307:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
    2308:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
    2309:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2310:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
    2311:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    2312:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:520:in `find_element_by'
    2313:  # ./rb/lib/selenium/webdriver/common/search_context.rb:63:in `find_element'
    2314:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:287:in `block (3 levels) in <module:WebDriver>'
    2315:  6.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2316:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2317:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2350:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2351:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2352:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2353:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    2354:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2355:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    2356:  7) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    2357:  # Test guarded; no reason given
    2358:  Failure/Error: driver.action.scroll_to(iframe).perform
    2359:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    ...
    
    2363:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
    2364:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2365:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
    2366:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    2367:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
    2368:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2369:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:315:in `block (3 levels) in <module:WebDriver>'
    2370:  8) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    2371:  # Test guarded; incorrect MoveTargetOutOfBoundsError
    2372:  Got 0 failures and 2 other errors:
    2373:  8.1) Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2374:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    ...
    
    2377:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
    2378:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
    2379:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2380:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
    2381:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    2382:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
    2383:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2384:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:343:in `block (3 levels) in <module:WebDriver>'
    2385:  8.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2386:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2387:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2419:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2420:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2421:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2422:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2423:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    2424:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2425:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    2426:  9) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    2427:  # Test guarded; incorrect MoveTargetOutOfBoundsError
    2428:  Got 0 failures and 2 other errors:
    2429:  9.1) Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2430:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    ...
    
    2433:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
    2434:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
    2435:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2436:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
    2437:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    2438:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
    2439:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2440:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:357:in `block (3 levels) in <module:WebDriver>'
    2441:  9.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2442:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2443:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2474:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
    2475:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2476:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2477:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2478:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2479:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    2480:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2481:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
    2482:  10) Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    2483:  # Test guarded; no reason given
    2484:  Got 1 failure:
    2485:  10.1) Failure/Error:
    2486:  expect {
    2487:  driver.action.scroll_from(scroll_origin, 0, 200).perform
    2488:  }.to raise_error(Error::MoveTargetOutOfBoundsError)
    2489:  expected Selenium::WebDriver::Error::MoveTargetOutOfBoundsError but nothing was raised
    2490:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:396:in `block (3 levels) in <module:WebDriver>'
    2491:  Failures:
    2492:  1) Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    2493:  Failure/Error: driver.navigate.to url_for('scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html')
    2494:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2495:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2526:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
    2527:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2528:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2529:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2530:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2531:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
    2532:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:367:in `block (3 levels) in <module:WebDriver>'
    2533:  Finished in 2 minutes 10.4 seconds (files took 0.40658 seconds to load)
    2534:  27 examples, 1 failure, 10 pending
    2535:  Failed examples:
    2536:  rspec ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:366 # Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    2537:  ================================================================================
    2538:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
    2539:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2540:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2541:  2024-05-14 01:03:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2542:  Running Ruby specs:
    2543:  An error occurred in a `before(:suite)` hook.
    2544:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2545:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2546:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2578:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2579:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2580:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2581:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2582:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2583:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2584:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2585:  Finished in 9.95 seconds (files took 1.4 seconds to load)
    2586:  0 examples, 0 failures, 1 error occurred outside of examples
    2587:  ================================================================================
    2588:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 1s disk-cache
    2589:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote
    2590:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 1s local, disk-cache
    2591:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 13s local, disk-cache
    2592:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log)
    2593:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 14s local, disk-cache
    2594:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 34s local, disk-cache
    2595:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (Summary)
    2596:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
    2597:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote:
    2598:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
    2599:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2600:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2601:  2024-05-14 01:03:59 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2602:  Running Ruby specs:
    2603:  An error occurred in a `before(:suite)` hook.
    2604:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2605:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2606:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2638:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2639:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2640:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2641:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2642:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2643:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2644:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2645:  Finished in 9.53 seconds (files took 0.40566 seconds to load)
    2646:  0 examples, 0 failures, 1 error occurred outside of examples
    2647:  ================================================================================
    2648:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 1s disk-cache
    2649:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote
    2650:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 1s local, disk-cache
    2651:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 11s local, disk-cache
    2652:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log)
    2653:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 13s local, disk-cache
    2654:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 21s local, disk-cache
    2655:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log)
    2656:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 22s local, disk-cache
    2657:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 33s local, disk-cache
    2658:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log)
    2659:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
    2660:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (Summary)
    2661:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2662:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
    2663:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2664:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
    2665:  2024-05-14 01:04:38 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2666:  Running Ruby specs:
    2667:  An error occurred in a `before(:suite)` hook.
    2668:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2669:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2670:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2702:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2703:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2704:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2705:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2706:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2707:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2708:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2709:  Finished in 8.44 seconds (files took 0.37717 seconds to load)
    2710:  0 examples, 0 failures, 1 error occurred outside of examples
    2711:  ================================================================================
    2712:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
    2713:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2714:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2715:  2024-05-14 01:04:49 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2716:  Running Ruby specs:
    2717:  An error occurred in a `before(:suite)` hook.
    2718:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2719:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2720:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2752:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2753:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2754:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2755:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2756:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2757:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2758:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2759:  Finished in 7.98 seconds (files took 0.3253 seconds to load)
    2760:  0 examples, 0 failures, 1 error occurred outside of examples
    2761:  ================================================================================
    2762:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
    2763:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2764:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2765:  2024-05-14 01:05:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2766:  Running Ruby specs:
    2767:  An error occurred in a `before(:suite)` hook.
    2768:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2769:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2770:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2802:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2803:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2804:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2805:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2806:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2807:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2808:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2809:  Finished in 8.28 seconds (files took 0.33975 seconds to load)
    2810:  0 examples, 0 failures, 1 error occurred outside of examples
    2811:  ================================================================================
    2812:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
    2813:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
    2814:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 0s disk-cache
    2815:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote
    2816:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 1s local, disk-cache
    2817:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 11s local, disk-cache
    2818:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log)
    2819:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 12s local, disk-cache
    2820:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 28s local, disk-cache
    2821:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (Summary)
    2822:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
    2823:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
    2824:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2825:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
    2826:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2827:  2024-05-14 01:05:16 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2828:  Running Ruby specs:
    2829:  An error occurred in a `before(:suite)` hook.
    2830:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2831:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2832:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2864:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2865:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2866:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2867:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2868:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2869:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2870:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2871:  Finished in 8.16 seconds (files took 0.35538 seconds to load)
    2872:  0 examples, 0 failures, 1 error occurred outside of examples
    2873:  ================================================================================
    2874:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s disk-cache
    2875:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote
    2876:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s local, disk-cache
    2877:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 10s local, disk-cache
    2878:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log)
    2879:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 12s local, disk-cache
    2880:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 23s local, disk-cache
    2881:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log)
    2882:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 24s local, disk-cache
    2883:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 41s local, disk-cache
    2884:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (Summary)
    2885:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
    2886:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
    2887:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2888:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
    2889:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2890:  2024-05-14 01:05:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2891:  Running Ruby specs:
    2892:  An error occurred in a `before(:suite)` hook.
    2893:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2894:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2895:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2927:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2928:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2929:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2930:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2931:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2932:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2933:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2934:  Finished in 7.77 seconds (files took 0.33577 seconds to load)
    2935:  0 examples, 0 failures, 1 error occurred outside of examples
    2936:  ================================================================================
    2937:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
    2938:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2939:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    2940:  2024-05-14 01:05:59 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    2941:  Running Ruby specs:
    2942:  An error occurred in a `before(:suite)` hook.
    2943:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    2944:  Selenium::WebDriver::Error::SessionNotCreatedError:
    2945:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    2977:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    2978:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    2979:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    2980:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2981:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    2982:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    2983:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    2984:  Finished in 8.65 seconds (files took 0.31614 seconds to load)
    2985:  0 examples, 0 failures, 1 error occurred outside of examples
    2986:  ================================================================================
    2987:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
    2988:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s disk-cache
    2989:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:element-safari-remote
    2990:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s local, disk-cache
    2991:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 10s local, disk-cache
    2992:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log)
    2993:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 12s local, disk-cache
    2994:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 85s local, disk-cache
    2995:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log)
    2996:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 87s local, disk-cache
    2997:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 96s local, disk-cache
    2998:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log)
    2999:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (Summary)
    ...
    
    3001:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
    3002:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
    3003:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-safari-remote:
    3004:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
    3005:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    3006:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    3007:  2024-05-14 01:06:32 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    3008:  Running Ruby specs:
    3009:  An error occurred in a `before(:suite)` hook.
    3010:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    3011:  Selenium::WebDriver::Error::SessionNotCreatedError:
    3012:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    3044:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    3045:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    3046:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    3047:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    3048:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    3049:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    3050:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    3051:  Finished in 7.79 seconds (files took 0.35344 seconds to load)
    3052:  0 examples, 0 failures, 1 error occurred outside of examples
    ...
    
    3058:  Running Ruby specs:
    3059:  browser: safari
    3060:  driver: remote
    3061:  version: 17.4.1
    3062:  platform: macosx
    3063:  ci: github
    3064:  ruby: ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-darwin22]
    3065:  Selenium::WebDriver::Element
    3066:  clicks (FAILED - 1)
    3067:  raises if different element receives click (PENDING: Test guarded; no reason given)
    3068:  raises if element is partially covered (PENDING: Test guarded; no reason given)
    3069:  raises if element stale (FAILED - 2)
    ...
    
    3087:  returns the same #hash for equal elements when found by Driver#find_element
    3088:  returns the same #hash for equal elements when found by Driver#find_elements
    3089:  #submit
    3090:  valid submit button
    3091:  any input element in form
    3092:  any element in form
    3093:  button with id submit
    3094:  button with name submit
    3095:  errors with button outside form
    ...
    
    3161:  size and location
    3162:  gets current location
    3163:  gets location once scrolled into view
    3164:  gets size
    3165:  gets rect
    3166:  Pending: (Failures listed here are expected and do not affect your suite's status)
    3167:  1) Selenium::WebDriver::Element raises if different element receives click
    3168:  # Test guarded; no reason given
    3169:  Failure/Error: driver.navigate.to url_for('click_tests/overlapping_elements.html')
    3170:  Selenium::WebDriver::Error::SessionNotCreatedError:
    3171:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    3203:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    3204:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    3205:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    3206:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    3207:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
    3208:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:33:in `block (2 levels) in <module:WebDriver>'
    3209:  2) Selenium::WebDriver::Element raises if element is partially covered
    3210:  # Test guarded; no reason given
    3211:  Got 1 failure:
    3212:  2.1) Failure/Error: expect { driver.find_element(id: 'other_contents').click }.to raise_error(Error::ElementClickInterceptedError)
    3213:  expected Selenium::WebDriver::Error::ElementClickInterceptedError, got Selenium::WebDriver::Error::WebDriverError with backtrace:
    ...
    
    3220:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
    3221:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:392:in `click_element'
    3222:  # ./rb/lib/selenium/webdriver/common/element.rb:77:in `click'
    3223:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (3 levels) in <module:WebDriver>'
    3224:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (2 levels) in <module:WebDriver>'
    3225:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (2 levels) in <module:WebDriver>'
    3226:  3) Selenium::WebDriver::Element sends key presses chords
    3227:  # Test guarded; no reason given
    3228:  Got 1 failure:
    3229:  3.1) Failure/Error: expect(key_reporter.attribute('value')).to eq('Hello')
    3230:  expected: "Hello"
    3231:  got: "ello"
    3232:  (compared using ==)
    3233:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:128:in `block (2 levels) in <module:WebDriver>'
    3234:  4) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute returns String
    3235:  # Test guarded; no reason given
    3236:  Got 1 failure:
    3237:  4.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
    3238:  expected: "true"
    3239:  got: "checked"
    3240:  (compared using ==)
    3241:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:186:in `block (4 levels) in <module:WebDriver>'
    3242:  5) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute does not update after click
    3243:  # Test guarded; no reason given
    3244:  Got 1 failure:
    3245:  5.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
    3246:  expected: "true"
    3247:  got: "checked"
    3248:  (compared using ==)
    3249:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:199:in `block (4 levels) in <module:WebDriver>'
    3250:  6) Selenium::WebDriver::Element properties and attributes style #property returns object
    3251:  # Test guarded; no reason given
    3252:  Got 1 failure:
    3253:  6.1) Failure/Error: expect(element.property(prop_or_attr)).to eq %w[width height]
    ...
    
    4667:  +"x" => "",
    4668:  +"y" => "",
    4669:  +"z-index" => "",
    4670:  +"zIndex" => "",
    4671:  +"zoom" => "",
    4672:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:321:in `block (4 levels) in <module:WebDriver>'
    4673:  7) Selenium::WebDriver::Element properties and attributes property attribute case difference with attribute casing #dom_attribute returns a String
    4674:  # Test guarded; no reason given
    4675:  Got 1 failure:
    4676:  7.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
    4677:  expected: "true"
    4678:  got: "readonly"
    4679:  (compared using ==)
    4680:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:351:in `block (4 levels) in <module:WebDriver>'
    4681:  8) Selenium::WebDriver::Element properties and attributes property attribute case difference with property casing #dom_attribute returns a String
    4682:  # Test guarded; no reason given
    4683:  Got 1 failure:
    4684:  8.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
    4685:  expected: "true"
    4686:  got: "readonly"
    4687:  (compared using ==)
    4688:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:371:in `block (4 levels) in <module:WebDriver>'
    4689:  Failures:
    4690:  1) Selenium::WebDriver::Element clicks
    4691:  Failure/Error: reset_driver!(time: 1) if %i[safari safari_preview].include? GlobalTestEnv.browser
    4692:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4693:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    4725:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    4726:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    4727:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    4728:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    4729:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    4730:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    4731:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
    4732:  2) Selenium::WebDriver::Element raises if element stale
    4733:  Failure/Error: reset_driver!(time: 1) if %i[safari safari_preview].include? GlobalTestEnv.browser
    4734:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4735:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    4767:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    4768:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    4769:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    4770:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    4771:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    4772:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    4773:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:51:in `block (2 levels) in <module:WebDriver>'
    4774:  Finished in 1 minute 12.37 seconds (files took 0.30978 seconds to load)
    4775:  83 examples, 2 failures, 8 pending
    4776:  Failed examples:
    4777:  rspec ./rb/spec/integration/selenium/webdriver/element_spec.rb:25 # Selenium::WebDriver::Element clicks
    4778:  rspec ./rb/spec/integration/selenium/webdriver/element_spec.rb:43 # Selenium::WebDriver::Element raises if element stale
    4779:  ================================================================================
    4780:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
    4781:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4782:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4783:  2024-05-14 01:07:58 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    4784:  Running Ruby specs:
    4785:  An error occurred in a `before(:suite)` hook.
    4786:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    4787:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4788:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    4820:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    4821:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    4822:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    4823:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    4824:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    4825:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    4826:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    4827:  Finished in 7.76 seconds (files took 0.36639 seconds to load)
    4828:  0 examples, 0 failures, 1 error occurred outside of examples
    4829:  ================================================================================
    4830:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s disk-cache
    4831:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote
    4832:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s local, disk-cache
    4833:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 10s local, disk-cache
    4834:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log)
    4835:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 11s local, disk-cache
    4836:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 22s local, disk-cache
    4837:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log)
    4838:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 24s local, disk-cache
    4839:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 45s local, disk-cache
    ...
    
    4841:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
    4842:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
    4843:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
    4844:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote:
    4845:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4846:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4847:  2024-05-14 01:08:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    4848:  Running Ruby specs:
    4849:  An error occurred in a `before(:suite)` hook.
    4850:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    4851:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4852:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    4884:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    4885:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    4886:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    4887:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    4888:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    4889:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    4890:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    4891:  Finished in 7.57 seconds (files took 0.32915 seconds to load)
    4892:  0 examples, 0 failures, 1 error occurred outside of examples
    4893:  ================================================================================
    4894:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
    4895:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4896:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4897:  2024-05-14 01:08:23 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    4898:  Running Ruby specs:
    4899:  An error occurred in a `before(:suite)` hook.
    4900:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    4901:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4902:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    4934:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    4935:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    4936:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    4937:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    4938:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    4939:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    4940:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    4941:  Finished in 8.41 seconds (files took 0.37513 seconds to load)
    4942:  0 examples, 0 failures, 1 error occurred outside of examples
    4943:  ================================================================================
    4944:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s disk-cache
    4945:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote
    4946:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s local, disk-cache
    4947:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 10s local, disk-cache
    4948:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log)
    4949:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 12s local, disk-cache
    4950:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 34s local, disk-cache
    4951:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log)
    4952:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 35s local, disk-cache
    4953:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 37s local, disk-cache
    4954:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 48s local, disk-cache
    4955:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log)
    4956:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (Summary)
    ...
    
    4958:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
    4959:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
    4960:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log
    4961:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote:
    4962:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4963:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    4964:  2024-05-14 01:09:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    4965:  Running Ruby specs:
    4966:  An error occurred in a `before(:suite)` hook.
    4967:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    4968:  Selenium::WebDriver::Error::SessionNotCreatedError:
    4969:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5001:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5002:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5003:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5004:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5005:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5006:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5007:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5008:  Finished in 7.98 seconds (files took 0.35068 seconds to load)
    5009:  0 examples, 0 failures, 1 error occurred outside of examples
    ...
    
    5015:  Running Ruby specs:
    5016:  browser: safari
    5017:  driver: remote
    5018:  version: 17.4.1
    5019:  platform: macosx
    5020:  ci: github
    5021:  ruby: ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-darwin22]
    5022:  Selenium::WebDriver::Driver
    5023:  supports listener (FAILED - 1)
    5024:  Failures:
    5025:  1) Selenium::WebDriver::Driver supports listener
    5026:  Failure/Error:
    5027:  expect {
    5028:  create_driver!(listener: Selenium::WebDriver::Support::AbstractEventListener.new) { nil }
    5029:  }.not_to raise_exception
    5030:  expected no Exception, got #<Selenium::WebDriver::Error::SessionNotCreatedError: Could not start a new session. Error while crea...arch: 'x86_64', os.version: '13.6.6', java.version: '17.0.8.1'
    ...
    
    5056:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5057:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5058:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5059:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:37:in `create_driver!'
    5060:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:29:in `block (3 levels) in <module:WebDriver>'
    5061:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
    5062:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
    5063:  Finished in 20.69 seconds (files took 0.45879 seconds to load)
    5064:  1 example, 1 failure
    5065:  Failed examples:
    5066:  rspec ./rb/spec/integration/selenium/webdriver/listener_spec.rb:27 # Selenium::WebDriver::Driver supports listener
    5067:  ================================================================================
    5068:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
    5069:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5070:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5071:  2024-05-14 01:09:37 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5072:  Running Ruby specs:
    5073:  An error occurred in a `before(:suite)` hook.
    5074:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5075:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5076:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5108:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5109:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5110:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5111:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5112:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5113:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5114:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5115:  Finished in 10.05 seconds (files took 0.31106 seconds to load)
    5116:  0 examples, 0 failures, 1 error occurred outside of examples
    5117:  ================================================================================
    5118:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 0s disk-cache
    5119:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote
    5120:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 1s local, disk-cache
    5121:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 10s local, disk-cache
    5122:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log)
    5123:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 12s local, disk-cache
    5124:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 21s local, disk-cache
    5125:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log)
    5126:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 22s local, disk-cache
    5127:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 37s local, disk-cache
    ...
    
    5129:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
    5130:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
    5131:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
    5132:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5133:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
    5134:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5135:  2024-05-14 01:09:52 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5136:  Running Ruby specs:
    5137:  An error occurred in a `before(:suite)` hook.
    5138:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5139:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5140:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5172:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5173:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5174:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5175:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5176:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5177:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5178:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5179:  Finished in 7.7 seconds (files took 0.31943 seconds to load)
    5180:  0 examples, 0 failures, 1 error occurred outside of examples
    5181:  ================================================================================
    5182:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
    5183:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5184:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5185:  2024-05-14 01:10:03 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5186:  Running Ruby specs:
    5187:  An error occurred in a `before(:suite)` hook.
    5188:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5189:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5190:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5222:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5223:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5224:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5225:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5226:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5227:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5228:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5229:  Finished in 7.68 seconds (files took 0.37278 seconds to load)
    5230:  0 examples, 0 failures, 1 error occurred outside of examples
    5231:  ================================================================================
    5232:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 0s disk-cache
    5233:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote
    5234:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 1s local, disk-cache
    5235:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 9s local, disk-cache
    5236:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log)
    5237:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 11s local, disk-cache
    5238:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 92s local, disk-cache
    5239:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (Summary)
    5240:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
    5241:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
    5242:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5243:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
    5244:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5245:  2024-05-14 01:10:32 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5246:  Running Ruby specs:
    5247:  An error occurred in a `before(:suite)` hook.
    5248:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5249:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5250:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5282:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5283:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5284:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5285:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5286:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5287:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5288:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5289:  Finished in 7.35 seconds (files took 0.2807 seconds to load)
    5290:  0 examples, 0 failures, 1 error occurred outside of examples
    5291:  ================================================================================
    5292:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 1s disk-cache
    5293:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 0s local, disk-cache
    5294:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 10s local, disk-cache
    5295:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log)
    5296:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 11s local, disk-cache
    5297:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 21s local, disk-cache
    5298:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log)
    5299:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 22s local, disk-cache
    5300:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 48s local, disk-cache
    ...
    
    5302:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
    5303:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
    5304:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
    5305:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-safari-remote:
    5306:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5307:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5308:  2024-05-14 01:12:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5309:  Running Ruby specs:
    5310:  An error occurred in a `before(:suite)` hook.
    5311:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5312:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5313:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5345:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5346:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5347:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5348:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5349:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5350:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5351:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5352:  Finished in 7.65 seconds (files took 0.30732 seconds to load)
    5353:  0 examples, 0 failures, 1 error occurred outside of examples
    5354:  ================================================================================
    5355:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
    5356:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5357:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5358:  2024-05-14 01:12:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5359:  Running Ruby specs:
    5360:  An error occurred in a `before(:suite)` hook.
    5361:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5362:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5363:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5395:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5396:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5397:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5398:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5399:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5400:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5401:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5402:  Finished in 8.4 seconds (files took 0.35526 seconds to load)
    5403:  0 examples, 0 failures, 1 error occurred outside of examples
    5404:  ================================================================================
    5405:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 0s disk-cache
    5406:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote
    5407:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s local, disk-cache
    5408:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 9s local, disk-cache
    5409:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log)
    5410:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 11s local, disk-cache
    5411:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 20s local, disk-cache
    5412:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log)
    5413:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 21s local, disk-cache
    5414:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 30s local, disk-cache
    5415:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log)
    5416:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (Summary)
    ...
    
    5418:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
    5419:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
    5420:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
    5421:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
    5422:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5423:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5424:  2024-05-14 01:12:58 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5425:  Running Ruby specs:
    5426:  An error occurred in a `before(:suite)` hook.
    5427:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5428:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5429:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5461:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5462:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5463:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5464:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5465:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5466:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5467:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5468:  Finished in 7.39 seconds (files took 0.29694 seconds to load)
    5469:  0 examples, 0 failures, 1 error occurred outside of examples
    5470:  ================================================================================
    5471:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
    5472:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5473:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5474:  2024-05-14 01:13:08 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5475:  Running Ruby specs:
    5476:  An error occurred in a `before(:suite)` hook.
    5477:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5478:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5479:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5511:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5512:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5513:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5514:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5515:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5516:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5517:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5518:  Finished in 7.79 seconds (files took 0.28225 seconds to load)
    5519:  0 examples, 0 failures, 1 error occurred outside of examples
    5520:  ================================================================================
    5521:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
    5522:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5523:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5524:  2024-05-14 01:13:19 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5525:  Running Ruby specs:
    5526:  An error occurred in a `before(:suite)` hook.
    5527:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5528:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5529:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5561:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5562:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5563:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5564:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5565:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5566:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5567:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5568:  Finished in 7.42 seconds (files took 0.28511 seconds to load)
    5569:  0 examples, 0 failures, 1 error occurred outside of examples
    5570:  ================================================================================
    5571:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 1s disk-cache
    5572:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 0s local, disk-cache
    5573:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 9s local, disk-cache
    5574:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log)
    5575:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 11s local, disk-cache
    5576:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 25s local, disk-cache
    5577:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log)
    5578:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 27s local, disk-cache
    5579:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 44s local, disk-cache
    ...
    
    5581:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
    5582:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
    5583:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
    5584:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
    5585:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5586:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5587:  2024-05-14 01:13:32 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5588:  Running Ruby specs:
    5589:  An error occurred in a `before(:suite)` hook.
    5590:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5591:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5592:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5624:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5625:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5626:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5627:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5628:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5629:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5630:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5631:  Finished in 7.55 seconds (files took 0.26891 seconds to load)
    5632:  0 examples, 0 failures, 1 error occurred outside of examples
    5633:  ================================================================================
    5634:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
    5635:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5636:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5637:  2024-05-14 01:13:43 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5638:  Running Ruby specs:
    5639:  An error occurred in a `before(:suite)` hook.
    5640:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5641:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5642:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5674:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5675:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5676:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5677:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5678:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5679:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5680:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5681:  Finished in 12.4 seconds (files took 0.54565 seconds to load)
    5682:  0 examples, 0 failures, 1 error occurred outside of examples
    5683:  ================================================================================
    5684:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 1s disk-cache
    5685:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-safari-remote
    5686:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 1s local, disk-cache
    5687:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 11s local, disk-cache
    5688:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log)
    5689:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 12s local, disk-cache
    5690:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 36s local, disk-cache
    5691:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log)
    5692:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 38s local, disk-cache
    5693:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 50s local, disk-cache
    5694:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log)
    5695:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
    5696:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (Summary)
    5697:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5698:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
    5699:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
    5700:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
    5701:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5702:  2024-05-14 01:14:22 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5703:  Running Ruby specs:
    5704:  An error occurred in a `before(:suite)` hook.
    5705:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5706:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5707:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5739:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5740:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5741:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5742:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5743:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5744:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5745:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5746:  Finished in 8.55 seconds (files took 0.3223 seconds to load)
    5747:  0 examples, 0 failures, 1 error occurred outside of examples
    ...
    
    5762:  sets the size of the current window
    5763:  gets the position of the current window
    5764:  sets the position of the current window
    5765:  gets the rect of the current window
    5766:  sets the rect of the current window
    5767:  can maximize the current window
    5768:  can make window full screen
    5769:  can minimize the window
    5770:  An error occurred in an `after(:context)` hook.
    5771:  Failure/Error: after(:all) { reset_driver! }
    5772:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5773:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5805:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5806:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5807:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5808:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5809:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
    5810:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    5811:  # ./rb/spec/integration/selenium/webdriver/window_spec.rb:25:in `block (2 levels) in <module:WebDriver>'
    5812:  Finished in 23.19 seconds (files took 0.27385 seconds to load)
    5813:  9 examples, 0 failures, 1 error occurred outside of examples
    5814:  ================================================================================
    5815:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
    5816:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5817:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5818:  2024-05-14 01:15:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5819:  Running Ruby specs:
    5820:  An error occurred in a `before(:suite)` hook.
    5821:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5822:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5823:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5855:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5856:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5857:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5858:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5859:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5860:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5861:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5862:  Finished in 9.79 seconds (files took 0.59764 seconds to load)
    5863:  0 examples, 0 failures, 1 error occurred outside of examples
    5864:  ================================================================================
    5865:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-safari-remote:
    5866:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 1s disk-cache
    5867:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote
    5868:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 1s local, disk-cache
    5869:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 10s local, disk-cache
    5870:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log)
    5871:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 11s local, disk-cache
    5872:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 26s local, disk-cache
    5873:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (Summary)
    5874:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
    5875:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
    5876:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5877:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote:
    5878:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5879:  2024-05-14 01:15:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5880:  Running Ruby specs:
    5881:  An error occurred in a `before(:suite)` hook.
    5882:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5883:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5884:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5916:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5917:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5918:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5919:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5920:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5921:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5922:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5923:  Finished in 7.8 seconds (files took 0.46242 seconds to load)
    5924:  0 examples, 0 failures, 1 error occurred outside of examples
    5925:  ================================================================================
    5926:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 1s disk-cache
    5927:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 0s local, disk-cache
    5928:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 9s local, disk-cache
    5929:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log)
    5930:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 11s local, disk-cache
    5931:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 19s local, disk-cache
    5932:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log)
    5933:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 21s local, disk-cache
    5934:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 29s local, disk-cache
    5935:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log)
    5936:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (Summary)
    ...
    
    5938:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
    5939:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5940:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
    5941:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
    5942:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5943:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
    5944:  2024-05-14 01:15:46 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5945:  Running Ruby specs:
    5946:  An error occurred in a `before(:suite)` hook.
    5947:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5948:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5949:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    5981:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    5982:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    5983:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    5984:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    5985:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    5986:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    5987:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    5988:  Finished in 7.18 seconds (files took 0.2627 seconds to load)
    5989:  0 examples, 0 failures, 1 error occurred outside of examples
    5990:  ================================================================================
    5991:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
    5992:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5993:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    5994:  2024-05-14 01:15:56 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    5995:  Running Ruby specs:
    5996:  An error occurred in a `before(:suite)` hook.
    5997:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    5998:  Selenium::WebDriver::Error::SessionNotCreatedError:
    5999:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    6031:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    6032:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    6033:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    6034:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    6035:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    6036:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    6037:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    6038:  Finished in 7.19 seconds (files took 0.26306 seconds to load)
    6039:  0 examples, 0 failures, 1 error occurred outside of examples
    6040:  ================================================================================
    6041:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
    6042:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    6043:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    6044:  2024-05-14 01:16:06 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    6045:  Running Ruby specs:
    6046:  An error occurred in a `before(:suite)` hook.
    6047:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    6048:  Selenium::WebDriver::Error::SessionNotCreatedError:
    6049:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    6081:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    6082:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    6083:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    6084:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    6085:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    6086:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    6087:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    6088:  Finished in 7.23 seconds (files took 0.36189 seconds to load)
    6089:  0 examples, 0 failures, 1 error occurred outside of examples
    6090:  ================================================================================
    6091:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 1s disk-cache
    6092:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 0s local, disk-cache
    6093:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 9s local, disk-cache
    6094:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log)
    6095:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 10s local, disk-cache
    6096:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 26s local, disk-cache
    6097:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (Summary)
    6098:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
    6099:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
    6100:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
    6101:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    6102:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
    6103:  2024-05-14 01:16:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
    6104:  Running Ruby specs:
    6105:  An error occurred in a `before(:suite)` hook.
    6106:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
    6107:  Selenium::WebDriver::Error::SessionNotCreatedError:
    6108:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
    ...
    
    6140:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
    6141:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
    6142:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
    6143:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    6144:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
    6145:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
    6146:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
    6147:  Finished in 7.27 seconds (files took 0.25748 seconds to load)
    6148:  0 examples, 0 failures, 1 error occurred outside of examples
    6149:  ================================================================================
    6150:  �[32mINFO: �[0mFound 24 test targets...
    6151:  �[32mINFO: �[0mElapsed time: 1414.314s, Critical Path: 203.44s
    6152:  �[32mINFO: �[0m2869 processes: 1640 disk cache hit, 1089 internal, 22 darwin-sandbox, 118 local.
    6153:  �[32mINFO: �[0mBuild completed, 11 tests FAILED, 2869 total actions
    6154:  //rb/spec/integration/selenium/webdriver:guard-safari-remote              �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 16.0s
    6155:  Stats over 2 runs: max = 16.0s, min = 10.5s, avg = 13.2s, dev = 2.7s
    6156:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
    6157:  //rb/spec/integration/selenium/webdriver:manager-safari-remote            �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 20.6s
    6158:  Stats over 2 runs: max = 20.6s, min = 13.1s, avg = 16.8s, dev = 3.8s
    6159:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
    6160:  //rb/spec/integration/selenium/webdriver:navigation-safari-remote         �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 16.8s
    6161:  Stats over 2 runs: max = 16.8s, min = 9.5s, avg = 13.2s, dev = 3.7s
    6162:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
    6163:  //rb/spec/integration/selenium/webdriver:timeout-safari-remote            �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 22.6s
    6164:  Stats over 2 runs: max = 22.6s, min = 10.9s, avg = 16.8s, dev = 5.8s
    6165:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
    6166:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 16.8s
    6167:  Stats over 2 runs: max = 16.8s, min = 10.7s, avg = 13.7s, dev = 3.0s
    6168:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
    6169:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 82.0s
    6170:  Stats over 2 runs: max = 82.0s, min = 9.8s, avg = 45.9s, dev = 36.1s
    6171:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
    6172:  //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote      �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 16.5s
    6173:  Stats over 2 runs: max = 16.5s, min = 10.7s, avg = 13.6s, dev = 2.9s
    6174:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
    6175:  //rb/spec/integration/selenium/webdriver/remote:element-safari-remote     �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 17.1s
    6176:  Stats over 2 runs: max = 17.1s, min = 11.0s, avg = 14.0s, dev = 3.0s
    6177:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
    6178:  //rb/spec/integration/selenium/webdriver:select-safari-remote             �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 26.1s
    6179:  Stats over 3 runs: max = 26.1s, min = 10.4s, avg = 15.8s, dev = 7.3s
    6180:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
    6181:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
    6182:  //rb/spec/integration/selenium/webdriver:storage-safari-remote            �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 23.2s
    6183:  Stats over 3 runs: max = 23.2s, min = 10.1s, avg = 15.0s, dev = 5.9s
    6184:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
    6185:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
    6186:  //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote   �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 18.9s
    6187:  Stats over 3 runs: max = 18.9s, min = 9.8s, avg = 14.7s, dev = 3.8s
    6188:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
    6189:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
    6190:  //rb/spec/integration/selenium/webdriver:zipper-safari-remote             �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 18.0s
    6191:  Stats over 3 runs: max = 18.0s, min = 10.9s, avg = 13.4s, dev = 3.2s
    6192:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
    6193:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
    6194:  //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote      �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 16.2s
    6195:  Stats over 3 runs: max = 16.2s, min = 10.2s, avg = 12.3s, dev = 2.8s
    6196:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
    6197:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
    6198:  //rb/spec/integration/selenium/webdriver:action_builder-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 133.4s
    6199:  Stats over 3 runs: max = 133.4s, min = 10.4s, avg = 52.7s, dev = 57.1s
    6200:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log
    6201:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
    6202:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
    6203:  //rb/spec/integration/selenium/webdriver:bidi-safari-remote              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 15.9s
    6204:  Stats over 3 runs: max = 15.9s, min = 10.5s, avg = 12.4s, dev = 2.5s
    6205:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test.log
    6206:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_1.log
    6207:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari-remote/test_attempts/attempt_2.log
    6208:  //rb/spec/integration/selenium/webdriver:devtools-safari-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 9.9s
    6209:  Stats over 3 runs: max = 9.9s, min = 9.2s, avg = 9.6s, dev = 0.3s
    6210:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
    6211:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
    6212:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
    6213:  //rb/spec/integration/selenium/webdriver:driver-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 84.9s
    6214:  Stats over 3 runs: max = 84.9s, min = 10.2s, avg = 35.6s, dev = 34.9s
    6215:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
    6216:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
    6217:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
    6218:  //rb/spec/integration/selenium/webdriver:element-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 74.9s
    6219:  Stats over 3 runs: max = 74.9s, min = 10.3s, avg = 31.9s, dev = 30.4s
    6220:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
    6221:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
    6222:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
    6223:  //rb/spec/integration/selenium/webdriver:error-safari-remote             �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 10.5s
    6224:  Stats over 3 runs: max = 10.5s, min = 10.4s, avg = 10.4s, dev = 0.1s
    6225:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
    6226:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
    6227:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
    6228:  //rb/spec/integration/selenium/webdriver:listener-safari-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 23.5s
    6229:  Stats over 3 runs: max = 23.5s, min = 10.6s, avg = 15.7s, dev = 5.6s
    6230:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log
    6231:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
    6232:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log
    6233:  //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 17.5s
    6234:  Stats over 3 runs: max = 17.5s, min = 10.9s, avg = 13.4s, dev = 2.9s
    6235:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
    6236:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
    6237:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
    6238:  //rb/spec/integration/selenium/webdriver:target_locator-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 10.3s
    6239:  Stats over 3 runs: max = 10.3s, min = 9.7s, avg = 10.0s, dev = 0.2s
    6240:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log
    6241:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
    6242:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
    6243:  //rb/spec/integration/selenium/webdriver:window-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 25.2s
    6244:  Stats over 3 runs: max = 25.2s, min = 11.3s, avg = 16.4s, dev = 6.2s
    6245:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
    6246:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
    6247:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
    6248:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 11.1s
    6249:  Stats over 3 runs: max = 11.1s, min = 10.5s, avg = 10.9s, dev = 0.3s
    6250:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
    6251:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
    6252:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
    6253:  Executed 24 out of 24 tests: 13 tests pass and �[0m�[31m�[1m11 fail locally�[0m.
    6254:  �[0m
    6255:  ##[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