SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.78k stars 8.02k forks source link

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

Closed selenium-ci closed 1 month ago

selenium-ci commented 1 month ago

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

codiumai-pr-agent-pro[bot] commented 1 month ago

PR Review 🔍

⏱️ Estimated effort to review [1-5] 2, because the changes are straightforward updates to URLs and checksums for browser versions. The structure and logic of the code remain unchanged, making it relatively easy to review.
🧪 Relevant tests No
⚡ Possible issues Possible Dependency Issue: Ensure that the updated browser versions are compatible with the existing system and do not introduce new compatibility issues.
🔒 Security concerns No
codiumai-pr-agent-pro[bot] commented 1 month ago

PR Code Suggestions ✨

CategorySuggestion                                                                                                                                    Score
Maintainability
Define version numbers and URLs as variables to improve maintainability ___ **To improve maintainability, consider defining the version numbers and URLs as variables at
the top of the file. This will make future updates easier and reduce the risk of errors.** [common/repositories.bzl [53-54]](https://github.com/SeleniumHQ/selenium/pull/14037/files#diff-25d82cd18102fed27d3202000e1f1b3a56a85ad2848236d91989cd30a3952401R53-R54) ```diff -url = "https://ftp.mozilla.org/pub/firefox/releases/127.0b6/linux-x86_64/en-US/firefox-127.0b6.tar.bz2", -sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", +FIREFOX_VERSION = "127.0b6" +FIREFOX_URL = f"https://ftp.mozilla.org/pub/firefox/releases/{FIREFOX_VERSION}/linux-x86_64/en-US/firefox-{FIREFOX_VERSION}.tar.bz2" +FIREFOX_SHA256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3" +url = FIREFOX_URL, +sha256 = FIREFOX_SHA256, + ```
Suggestion importance[1-10]: 7 Why: Defining version numbers and URLs as variables at the top of the file is a significant improvement for maintainability and reduces the risk of errors during updates.
7
Enhancement
Add a retry mechanism for downloading the archives to handle transient network issues ___ **Consider adding a retry mechanism for downloading the archives to handle transient network
issues. This can improve the robustness of the build process.** [common/repositories.bzl [53-54]](https://github.com/SeleniumHQ/selenium/pull/14037/files#diff-25d82cd18102fed27d3202000e1f1b3a56a85ad2848236d91989cd30a3952401R53-R54) ```diff url = "https://ftp.mozilla.org/pub/firefox/releases/127.0b6/linux-x86_64/en-US/firefox-127.0b6.tar.bz2", sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", +# Add a retry mechanism for downloading the archive ```
Suggestion importance[1-10]: 6 Why: Adding a retry mechanism for downloads can significantly improve the robustness of the build process, especially in cases of network instability.
6
Security
Add a comment to verify the integrity of downloaded files using the provided sha256 hashes ___ **Consider adding a comment or a mechanism to verify the integrity of the downloaded files
using the provided sha256 hashes. This can help ensure that the files have not been
tampered with.** [common/repositories.bzl [53-54]](https://github.com/SeleniumHQ/selenium/pull/14037/files#diff-25d82cd18102fed27d3202000e1f1b3a56a85ad2848236d91989cd30a3952401R53-R54) ```diff url = "https://ftp.mozilla.org/pub/firefox/releases/127.0b6/linux-x86_64/en-US/firefox-127.0b6.tar.bz2", -sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", +sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", # Ensure the file integrity using this sha256 hash ```
Suggestion importance[1-10]: 3 Why: The suggestion to add a comment for verifying file integrity using sha256 is a good practice, but it's minor in impact as the hash itself inherently serves this purpose in the build tool.
3
Best practice
Verify that the URLs and SHA256 hashes are correct and correspond to the intended files ___ **Ensure that the URLs and SHA256 hashes are correct and correspond to the intended files.
This can be done by manually verifying the URLs and computing the SHA256 hashes of the
downloaded files.** [common/repositories.bzl [53-54]](https://github.com/SeleniumHQ/selenium/pull/14037/files#diff-25d82cd18102fed27d3202000e1f1b3a56a85ad2848236d91989cd30a3952401R53-R54) ```diff url = "https://ftp.mozilla.org/pub/firefox/releases/127.0b6/linux-x86_64/en-US/firefox-127.0b6.tar.bz2", -sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", +sha256 = "368de7ef7109f943cfc2a18c458e07797b87fc6b306222f0dc3ba85c9dc757d3", # Verify this hash manually ```
Suggestion importance[1-10]: 3 Why: While ensuring the correctness of URLs and hashes is important, the suggestion to manually verify them does not reflect a practical or scalable approach in code review or automated processes.
3
codiumai-pr-agent-pro[bot] commented 1 month ago

CI Failure Feedback 🧐

(Checks updated until commit https://github.com/SeleniumHQ/selenium/commit/fa1330e465a7d596c96c06278e879f6dbe5d6449)

**Action:** Ruby / Local Tests (safari, macos) / Local Tests (safari, macos)
**Failed stage:** [Run Bazel](https://github.com/SeleniumHQ/selenium/actions/runs/9239312313/job/25418465596) [❌]
**Failed test name:** test_integration_selenium_webdriver
**Failure summary:** The action failed because multiple tests encountered a Selenium::WebDriver::Error::WebDriverError
during the before(:suite) hook. The specific reasons for the failure include:
  • Permission denied warnings for /var/root/.local/share/gem/ruby/3.0.0/specifications.
  • The before(:suite) hook raised a Selenium::WebDriver::Error::WebDriverError due to an inability to
    connect.
  • Relevant error logs: ```yaml 1: ##[group]Operating System 2: macOS ... 666: INFO: From Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]: 667: external/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:347:14: warning: unused function 'Offset' [-Wunused-function] 668: inline void* Offset(void* base, uint32_t offset) { 669:  ^ 670: 1 warning generated. 671: INFO: From Linking external/protobuf~/libprotobuf_lite.a [for tool]: 672: /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_lite/io_win32.o has no symbols 673: INFO: From Linking external/protobuf~/libprotobuf.a [for tool]: 674: /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 ... 796: * `Zip::Entry` 797: * `Zip::InputStream` 798: * `Zip::OutputStream` 799: Please ensure that your Gemfiles and .gemspecs are suitably restrictive 800: to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0). 801: See https://github.com/rubyzip/rubyzip for details. The Changelog also 802: lists other enhancements and bugfixes that have been implemented since 803: version 2.3.0. 804: [1,863 / 1,864] Testing //rb/spec/integration/selenium/webdriver:error-safari; 0s disk-cache 805: [1,863 / 1,864] [Sched] Testing //rb/spec/integration/selenium/webdriver:error-safari 806: [1,863 / 1,864] Testing //rb/spec/integration/selenium/webdriver:error-safari; 1s local, disk-cache 807: [1,863 / 1,864] Testing //rb/spec/integration/selenium/webdriver:error-safari; 9s local, disk-cache ... 817: [1,865 / 1,866] 2 / 24 tests; Testing //rb/spec/integration/selenium/webdriver:listener-safari; 24s local, disk-cache 818: FLAKY: //rb/spec/integration/selenium/webdriver:listener-safari (Summary) 819: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari/test_attempts/attempt_1.log 820: ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari: 821: INFO: From Testing //rb/spec/integration/selenium/webdriver:listener-safari: 822: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 823: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 824: Running Ruby specs: 825: An error occurred in a `before(:suite)` hook. 826: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 827: Selenium::WebDriver::Error::WebDriverError: ... 838: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 839: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 840: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 841: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 842: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 843: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 844: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 845: Finished in 20.25 seconds (files took 0.25685 seconds to load) 846: 0 examples, 0 failures, 1 error occurred outside of examples ... 852: FAIL: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_1.log) 853: [1,866 / 1,867] 3 / 24 tests; Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari; 23s local, disk-cache 854: [1,866 / 1,867] 3 / 24 tests; Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari; 43s local, disk-cache 855: FAIL: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_2.log) 856: [1,866 / 1,867] 3 / 24 tests; Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari; 45s local, disk-cache 857: [1,866 / 1,867] 3 / 24 tests; Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari; 65s local, disk-cache 858: FAIL: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test.log) 859: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari: 860: FAILED: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari (Summary) 861: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 862: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test.log 863: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_1.log 864: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_2.log 865: INFO: From Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari: 866: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 867: Running Ruby specs: 868: An error occurred in a `before(:suite)` hook. 869: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 870: Selenium::WebDriver::Error::WebDriverError: ... 881: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 882: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 883: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 884: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 885: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 886: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 887: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 888: Finished in 20.2 seconds (files took 0.26009 seconds to load) 889: 0 examples, 0 failures, 1 error occurred outside of examples 890: ================================================================================ 891: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari: 892: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 893: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 894: Running Ruby specs: 895: An error occurred in a `before(:suite)` hook. 896: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 897: Selenium::WebDriver::Error::WebDriverError: ... 908: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 909: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 910: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 911: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 912: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 913: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 914: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 915: Finished in 20.19 seconds (files took 0.26972 seconds to load) 916: 0 examples, 0 failures, 1 error occurred outside of examples 917: ================================================================================ 918: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari: 919: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 920: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 921: Running Ruby specs: 922: An error occurred in a `before(:suite)` hook. 923: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 924: Selenium::WebDriver::Error::WebDriverError: ... 935: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 936: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 937: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 938: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 939: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 940: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 941: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 942: Finished in 20.22 seconds (files took 0.26717 seconds to load) 943: 0 examples, 0 failures, 1 error occurred outside of examples 944: ================================================================================ 945: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 1s disk-cache 946: [1,867 / 1,868] 4 / 24 tests, 1 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:timeout-safari 947: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 1s local, disk-cache 948: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 21s local, disk-cache 949: FAIL: //rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log) 950: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 22s local, disk-cache 951: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 42s local, disk-cache 952: FAIL: //rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log) 953: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 43s local, disk-cache 954: [1,867 / 1,868] 4 / 24 tests, 1 failed; Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 63s local, disk-cache 955: FAIL: //rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log) 956: FAILED: //rb/spec/integration/selenium/webdriver:timeout-safari (Summary) 957: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log 958: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log 959: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log 960: INFO: From Testing //rb/spec/integration/selenium/webdriver:timeout-safari: 961: ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari: 962: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 963: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 964: Running Ruby specs: 965: An error occurred in a `before(:suite)` hook. 966: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 967: Selenium::WebDriver::Error::WebDriverError: ... 978: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 979: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 980: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 981: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 982: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 983: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 984: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 985: Finished in 20.29 seconds (files took 0.26101 seconds to load) 986: 0 examples, 0 failures, 1 error occurred outside of examples 987: ================================================================================ 988: ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari: 989: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 990: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 991: Running Ruby specs: 992: An error occurred in a `before(:suite)` hook. 993: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 994: Selenium::WebDriver::Error::WebDriverError: ... 1005: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1006: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1007: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1008: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1009: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1010: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1011: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1012: Finished in 20.28 seconds (files took 0.25387 seconds to load) 1013: 0 examples, 0 failures, 1 error occurred outside of examples 1014: ================================================================================ 1015: ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari: 1016: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1017: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1018: Running Ruby specs: 1019: An error occurred in a `before(:suite)` hook. 1020: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1021: Selenium::WebDriver::Error::WebDriverError: ... 1032: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1033: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1034: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1035: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1036: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1037: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1038: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1039: Finished in 20.26 seconds (files took 0.25584 seconds to load) 1040: 0 examples, 0 failures, 1 error occurred outside of examples 1041: ================================================================================ 1042: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 0s disk-cache 1043: [1,868 / 1,869] 5 / 24 tests, 2 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:manager-safari 1044: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 1s local, disk-cache 1045: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 21s local, disk-cache 1046: FAIL: //rb/spec/integration/selenium/webdriver:manager-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log) 1047: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 22s local, disk-cache 1048: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 42s local, disk-cache 1049: FAIL: //rb/spec/integration/selenium/webdriver:manager-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log) 1050: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 44s local, disk-cache 1051: [1,868 / 1,869] 5 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:manager-safari; 46s local, disk-cache 1052: ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari: 1053: FLAKY: //rb/spec/integration/selenium/webdriver:manager-safari (Summary) 1054: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log 1055: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log 1056: INFO: From Testing //rb/spec/integration/selenium/webdriver:manager-safari: 1057: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1058: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1059: Running Ruby specs: 1060: An error occurred in a `before(:suite)` hook. 1061: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1062: Selenium::WebDriver::Error::WebDriverError: ... 1073: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1074: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1075: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1076: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1077: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1078: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1079: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1080: Finished in 20.28 seconds (files took 0.26065 seconds to load) 1081: 0 examples, 0 failures, 1 error occurred outside of examples 1082: ================================================================================ 1083: ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari: 1084: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1085: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1086: Running Ruby specs: 1087: An error occurred in a `before(:suite)` hook. 1088: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1089: Selenium::WebDriver::Error::WebDriverError: ... 1100: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1101: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1102: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1103: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1104: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1105: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1106: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1107: Finished in 20.28 seconds (files took 0.25584 seconds to load) 1108: 0 examples, 0 failures, 1 error occurred outside of examples 1109: ================================================================================ 1110: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 1s disk-cache 1111: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 0s local, disk-cache 1112: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 21s local, disk-cache 1113: FAIL: //rb/spec/integration/selenium/webdriver:bidi-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_1.log) 1114: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 22s local, disk-cache 1115: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 42s local, disk-cache 1116: FAIL: //rb/spec/integration/selenium/webdriver:bidi-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_2.log) 1117: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 44s local, disk-cache 1118: [1,869 / 1,870] 6 / 24 tests, 2 failed; Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 64s local, disk-cache 1119: FAIL: //rb/spec/integration/selenium/webdriver:bidi-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test.log) 1120: FAILED: //rb/spec/integration/selenium/webdriver:bidi-safari (Summary) 1121: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test.log 1122: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_1.log 1123: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_2.log 1124: INFO: From Testing //rb/spec/integration/selenium/webdriver:bidi-safari: 1125: ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari: 1126: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1127: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1128: Running Ruby specs: 1129: An error occurred in a `before(:suite)` hook. 1130: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1131: Selenium::WebDriver::Error::WebDriverError: ... 1142: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1143: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1144: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1145: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1146: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1147: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1148: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1149: Finished in 20.24 seconds (files took 0.26555 seconds to load) 1150: 0 examples, 0 failures, 1 error occurred outside of examples 1151: ================================================================================ 1152: ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari: 1153: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1154: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1155: Running Ruby specs: 1156: An error occurred in a `before(:suite)` hook. 1157: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1158: Selenium::WebDriver::Error::WebDriverError: ... 1169: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1170: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1171: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1172: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1173: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1174: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1175: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1176: Finished in 20.31 seconds (files took 0.25749 seconds to load) 1177: 0 examples, 0 failures, 1 error occurred outside of examples 1178: ================================================================================ 1179: ==================== Test output for //rb/spec/integration/selenium/webdriver:bidi-safari: 1180: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1181: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1182: Running Ruby specs: 1183: An error occurred in a `before(:suite)` hook. 1184: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1185: Selenium::WebDriver::Error::WebDriverError: ... 1196: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1197: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1198: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1199: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1200: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1201: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1202: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1203: Finished in 20.3 seconds (files took 0.25249 seconds to load) 1204: 0 examples, 0 failures, 1 error occurred outside of examples 1205: ================================================================================ 1206: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 1s disk-cache 1207: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 0s local, disk-cache 1208: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 21s local, disk-cache 1209: FAIL: //rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log) 1210: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 22s local, disk-cache 1211: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 42s local, disk-cache 1212: FAIL: //rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log) 1213: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 43s local, disk-cache 1214: [1,870 / 1,871] 7 / 24 tests, 3 failed; Testing //rb/spec/integration/selenium/webdriver:select-safari; 63s local, disk-cache 1215: FAIL: //rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log) 1216: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari: 1217: FAILED: //rb/spec/integration/selenium/webdriver:select-safari (Summary) 1218: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log 1219: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log 1220: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log 1221: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1222: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1223: Running Ruby specs: 1224: An error occurred in a `before(:suite)` hook. 1225: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1226: Selenium::WebDriver::Error::WebDriverError: ... 1237: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1238: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1239: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1240: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1241: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1242: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1243: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1244: Finished in 20.27 seconds (files took 0.26241 seconds to load) 1245: 0 examples, 0 failures, 1 error occurred outside of examples 1246: ================================================================================ 1247: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari: 1248: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1249: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1250: Running Ruby specs: 1251: An error occurred in a `before(:suite)` hook. 1252: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1253: Selenium::WebDriver::Error::WebDriverError: ... 1264: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1265: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1266: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1267: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1268: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1269: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1270: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1271: Finished in 20.26 seconds (files took 0.27309 seconds to load) 1272: 0 examples, 0 failures, 1 error occurred outside of examples 1273: ================================================================================ 1274: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari: 1275: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1276: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1277: Running Ruby specs: 1278: An error occurred in a `before(:suite)` hook. 1279: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1280: Selenium::WebDriver::Error::WebDriverError: ... 1291: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1292: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1293: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1294: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1295: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1296: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1297: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1298: Finished in 20.24 seconds (files took 0.26501 seconds to load) 1299: 0 examples, 0 failures, 1 error occurred outside of examples 1300: ================================================================================ 1301: INFO: From Testing //rb/spec/integration/selenium/webdriver:select-safari: 1302: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 1s disk-cache 1303: [1,871 / 1,872] 8 / 24 tests, 4 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari 1304: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 1s local, disk-cache 1305: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 21s local, disk-cache 1306: FAIL: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log) 1307: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 22s local, disk-cache 1308: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 42s local, disk-cache 1309: FAIL: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_2.log) 1310: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 44s local, disk-cache 1311: [1,871 / 1,872] 8 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 126s local, disk-cache 1312: FLAKY: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari (Summary) 1313: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari: 1314: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log 1315: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1316: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_2.log 1317: INFO: From Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari: 1318: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1319: Running Ruby specs: 1320: An error occurred in a `before(:suite)` hook. 1321: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1322: Selenium::WebDriver::Error::WebDriverError: ... 1333: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1334: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1335: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1336: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1337: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1338: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1339: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1340: Finished in 20.23 seconds (files took 0.27246 seconds to load) 1341: 0 examples, 0 failures, 1 error occurred outside of examples 1342: ================================================================================ 1343: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari: 1344: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1345: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1346: Running Ruby specs: 1347: An error occurred in a `before(:suite)` hook. 1348: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1349: Selenium::WebDriver::Error::WebDriverError: ... 1360: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1361: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1362: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1363: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1364: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1365: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1366: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1367: Finished in 20.24 seconds (files took 0.27656 seconds to load) 1368: 0 examples, 0 failures, 1 error occurred outside of examples 1369: ================================================================================ 1370: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 1s disk-cache 1371: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 0s local, disk-cache 1372: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 21s local, disk-cache 1373: FAIL: //rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log) 1374: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 23s local, disk-cache 1375: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 42s local, disk-cache 1376: FAIL: //rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log) 1377: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 43s local, disk-cache 1378: [1,872 / 1,873] 9 / 24 tests, 4 failed; Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 64s local, disk-cache 1379: FAIL: //rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log) 1380: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari: 1381: FAILED: //rb/spec/integration/selenium/webdriver:devtools-safari (Summary) 1382: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1383: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log 1384: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log 1385: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log 1386: INFO: From Testing //rb/spec/integration/selenium/webdriver:devtools-safari: 1387: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1388: Running Ruby specs: 1389: An error occurred in a `before(:suite)` hook. 1390: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1391: Selenium::WebDriver::Error::WebDriverError: ... 1402: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1403: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1404: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1405: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1406: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1407: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1408: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1409: Finished in 20.31 seconds (files took 0.25992 seconds to load) 1410: 0 examples, 0 failures, 1 error occurred outside of examples 1411: ================================================================================ 1412: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari: 1413: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1414: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1415: Running Ruby specs: 1416: An error occurred in a `before(:suite)` hook. 1417: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1418: Selenium::WebDriver::Error::WebDriverError: ... 1429: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1430: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1431: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1432: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1433: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1434: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1435: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1436: Finished in 20.28 seconds (files took 0.27229 seconds to load) 1437: 0 examples, 0 failures, 1 error occurred outside of examples 1438: ================================================================================ 1439: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari: 1440: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1441: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1442: Running Ruby specs: 1443: An error occurred in a `before(:suite)` hook. 1444: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1445: Selenium::WebDriver::Error::WebDriverError: ... 1456: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1457: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1458: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1459: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1460: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1461: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1462: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1463: Finished in 20.29 seconds (files took 0.27155 seconds to load) 1464: 0 examples, 0 failures, 1 error occurred outside of examples 1465: ================================================================================ 1466: [1,873 / 1,874] 10 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:element-safari; 1s disk-cache 1467: [1,873 / 1,874] 10 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:element-safari; 0s local, disk-cache 1468: [1,873 / 1,874] 10 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:element-safari; 21s local, disk-cache 1469: FAIL: //rb/spec/integration/selenium/webdriver:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log) 1470: [1,873 / 1,874] 10 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:element-safari; 22s local, disk-cache 1471: [1,873 / 1,874] 10 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:element-safari; 45s local, disk-cache 1472: FLAKY: //rb/spec/integration/selenium/webdriver:element-safari (Summary) 1473: ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari: 1474: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log 1475: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1476: INFO: From Testing //rb/spec/integration/selenium/webdriver:element-safari: 1477: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1478: Running Ruby specs: 1479: An error occurred in a `before(:suite)` hook. 1480: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1481: Selenium::WebDriver::Error::WebDriverError: ... 1492: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1493: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1494: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1495: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1496: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1497: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1498: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1499: Finished in 20.29 seconds (files took 0.2695 seconds to load) 1500: 0 examples, 0 failures, 1 error occurred outside of examples 1501: ================================================================================ 1502: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 0s disk-cache 1503: [1,874 / 1,875] 11 / 24 tests, 5 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari 1504: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 2s local, disk-cache 1505: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 21s local, disk-cache 1506: FAIL: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log) 1507: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 22s local, disk-cache 1508: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 42s local, disk-cache 1509: FAIL: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log) 1510: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 44s local, disk-cache 1511: [1,874 / 1,875] 11 / 24 tests, 5 failed; Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 65s local, disk-cache 1512: FAIL: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log) 1513: FAILED: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (Summary) 1514: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log 1515: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log 1516: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log 1517: INFO: From Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari: 1518: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari: 1519: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1520: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1521: Running Ruby specs: 1522: An error occurred in a `before(:suite)` hook. 1523: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1524: Selenium::WebDriver::Error::WebDriverError: ... 1535: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1536: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1537: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1538: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1539: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1540: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1541: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1542: Finished in 20.21 seconds (files took 0.28422 seconds to load) 1543: 0 examples, 0 failures, 1 error occurred outside of examples 1544: ================================================================================ 1545: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari: 1546: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1547: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1548: Running Ruby specs: 1549: An error occurred in a `before(:suite)` hook. 1550: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1551: Selenium::WebDriver::Error::WebDriverError: ... 1562: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1563: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1564: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1565: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1566: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1567: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1568: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1569: Finished in 20.24 seconds (files took 0.32429 seconds to load) 1570: 0 examples, 0 failures, 1 error occurred outside of examples 1571: ================================================================================ 1572: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari: 1573: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1574: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1575: Running Ruby specs: 1576: An error occurred in a `before(:suite)` hook. 1577: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1578: Selenium::WebDriver::Error::WebDriverError: ... 1589: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1590: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1591: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1592: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1593: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1594: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1595: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1596: Finished in 20.33 seconds (files took 0.35473 seconds to load) 1597: 0 examples, 0 failures, 1 error occurred outside of examples 1598: ================================================================================ 1599: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 1s disk-cache 1600: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 0s local, disk-cache 1601: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 21s local, disk-cache 1602: FAIL: //rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log) 1603: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 23s local, disk-cache 1604: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 42s local, disk-cache 1605: FAIL: //rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log) 1606: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 44s local, disk-cache 1607: [1,875 / 1,876] 12 / 24 tests, 6 failed; Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 64s local, disk-cache 1608: FAIL: //rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log) 1609: ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari: 1610: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1611: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1612: Running Ruby specs: 1613: FAILED: //rb/spec/integration/selenium/webdriver:target_locator-safari (Summary) 1614: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log 1615: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log 1616: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log 1617: INFO: From Testing //rb/spec/integration/selenium/webdriver:target_locator-safari: 1618: An error occurred in a `before(:suite)` hook. 1619: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1620: Selenium::WebDriver::Error::WebDriverError: ... 1631: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1632: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1633: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1634: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1635: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1636: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1637: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1638: Finished in 20.21 seconds (files took 0.32615 seconds to load) 1639: 0 examples, 0 failures, 1 error occurred outside of examples 1640: ================================================================================ 1641: ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari: 1642: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1643: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1644: Running Ruby specs: 1645: An error occurred in a `before(:suite)` hook. 1646: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1647: Selenium::WebDriver::Error::WebDriverError: ... 1658: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1659: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1660: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1661: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1662: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1663: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1664: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1665: Finished in 20.28 seconds (files took 0.26003 seconds to load) 1666: 0 examples, 0 failures, 1 error occurred outside of examples 1667: ================================================================================ 1668: ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari: 1669: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1670: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1671: Running Ruby specs: 1672: An error occurred in a `before(:suite)` hook. 1673: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1674: Selenium::WebDriver::Error::WebDriverError: ... 1685: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1686: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1687: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1688: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1689: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1690: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1691: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1692: Finished in 20.27 seconds (files took 0.25489 seconds to load) 1693: 0 examples, 0 failures, 1 error occurred outside of examples 1694: ================================================================================ 1695: [1,876 / 1,877] 13 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:guard-safari; 1s disk-cache 1696: [1,876 / 1,877] 13 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:guard-safari; 0s local, disk-cache 1697: [1,876 / 1,877] 13 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:guard-safari; 21s local, disk-cache 1698: FAIL: //rb/spec/integration/selenium/webdriver:guard-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log) 1699: [1,876 / 1,877] 13 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:guard-safari; 22s local, disk-cache 1700: [1,876 / 1,877] 13 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:guard-safari; 23s local, disk-cache 1701: FLAKY: //rb/spec/integration/selenium/webdriver:guard-safari (Summary) 1702: ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari: 1703: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log 1704: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1705: INFO: From Testing //rb/spec/integration/selenium/webdriver:guard-safari: 1706: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1707: Running Ruby specs: 1708: An error occurred in a `before(:suite)` hook. 1709: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1710: Selenium::WebDriver::Error::WebDriverError: ... 1721: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1722: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1723: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1724: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1725: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1726: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1727: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1728: Finished in 20.24 seconds (files took 0.25552 seconds to load) 1729: 0 examples, 0 failures, 1 error occurred outside of examples 1730: ================================================================================ 1731: [1,877 / 1,878] 14 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 0s disk-cache 1732: [1,877 / 1,878] 14 / 24 tests, 7 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-safari 1733: [1,877 / 1,878] 14 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 1s local, disk-cache 1734: [1,877 / 1,878] 14 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 30s local, disk-cache 1735: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 0s disk-cache 1736: [1,878 / 1,879] 15 / 24 tests, 7 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-safari 1737: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 1s local, disk-cache 1738: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 21s local, disk-cache 1739: FAIL: //rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log) 1740: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 22s local, disk-cache 1741: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 42s local, disk-cache 1742: FAIL: //rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log) 1743: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 44s local, disk-cache 1744: [1,878 / 1,879] 15 / 24 tests, 7 failed; Testing //rb/spec/integration/selenium/webdriver:storage-safari; 63s local, disk-cache 1745: FAIL: //rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log) 1746: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari: 1747: FAILED: //rb/spec/integration/selenium/webdriver:storage-safari (Summary) 1748: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1749: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log 1750: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1751: Running Ruby specs: 1752: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log 1753: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log 1754: INFO: From Testing //rb/spec/integration/selenium/webdriver:storage-safari: 1755: An error occurred in a `before(:suite)` hook. 1756: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1757: Selenium::WebDriver::Error::WebDriverError: ... 1768: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1769: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1770: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1771: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1772: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1773: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1774: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1775: Finished in 20.28 seconds (files took 0.25711 seconds to load) 1776: 0 examples, 0 failures, 1 error occurred outside of examples 1777: ================================================================================ 1778: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari: 1779: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1780: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1781: Running Ruby specs: 1782: An error occurred in a `before(:suite)` hook. 1783: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1784: Selenium::WebDriver::Error::WebDriverError: ... 1795: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1796: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1797: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1798: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1799: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1800: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1801: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1802: Finished in 20.29 seconds (files took 0.27101 seconds to load) 1803: 0 examples, 0 failures, 1 error occurred outside of examples 1804: ================================================================================ 1805: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari: 1806: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1807: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1808: Running Ruby specs: 1809: An error occurred in a `before(:suite)` hook. 1810: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1811: Selenium::WebDriver::Error::WebDriverError: ... 1822: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1823: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1824: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1825: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1826: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1827: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1828: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1829: Finished in 20.28 seconds (files took 0.25661 seconds to load) 1830: 0 examples, 0 failures, 1 error occurred outside of examples 1831: ================================================================================ 1832: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 1s disk-cache 1833: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 0s local, disk-cache 1834: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 21s local, disk-cache 1835: FAIL: //rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log) 1836: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 22s local, disk-cache 1837: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 42s local, disk-cache 1838: FAIL: //rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log) 1839: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 44s local, disk-cache 1840: [1,879 / 1,880] 16 / 24 tests, 8 failed; Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 64s local, disk-cache 1841: FAIL: //rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log) 1842: ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari: 1843: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1844: FAILED: //rb/spec/integration/selenium/webdriver:action_builder-safari (Summary) 1845: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1846: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log 1847: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log 1848: Running Ruby specs: 1849: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log 1850: INFO: From Testing //rb/spec/integration/selenium/webdriver:action_builder-safari: 1851: An error occurred in a `before(:suite)` hook. 1852: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1853: Selenium::WebDriver::Error::WebDriverError: ... 1864: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1865: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1866: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1867: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1868: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1869: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1870: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1871: Finished in 20.27 seconds (files took 0.2574 seconds to load) 1872: 0 examples, 0 failures, 1 error occurred outside of examples 1873: ================================================================================ 1874: ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari: 1875: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1876: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1877: Running Ruby specs: 1878: An error occurred in a `before(:suite)` hook. 1879: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1880: Selenium::WebDriver::Error::WebDriverError: ... 1891: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1892: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1893: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1894: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1895: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1896: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1897: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1898: Finished in 20.26 seconds (files took 0.27724 seconds to load) 1899: 0 examples, 0 failures, 1 error occurred outside of examples 1900: ================================================================================ 1901: ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari: 1902: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1903: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1904: Running Ruby specs: 1905: An error occurred in a `before(:suite)` hook. 1906: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1907: Selenium::WebDriver::Error::WebDriverError: ... 1918: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1919: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1920: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1921: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1922: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1923: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1924: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1925: Finished in 20.22 seconds (files took 0.26378 seconds to load) 1926: 0 examples, 0 failures, 1 error occurred outside of examples 1927: ================================================================================ 1928: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 1s disk-cache 1929: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 0s local, disk-cache 1930: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 21s local, disk-cache 1931: FAIL: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log) 1932: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 23s local, disk-cache 1933: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 42s local, disk-cache 1934: FAIL: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log) 1935: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 44s local, disk-cache 1936: [1,880 / 1,881] 17 / 24 tests, 9 failed; Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 64s local, disk-cache 1937: FAIL: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log) 1938: ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari: 1939: FAILED: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari (Summary) 1940: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1941: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log 1942: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log 1943: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log 1944: INFO: From Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari: 1945: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1946: Running Ruby specs: 1947: An error occurred in a `before(:suite)` hook. 1948: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1949: Selenium::WebDriver::Error::WebDriverError: ... 1960: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1961: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1962: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1963: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1964: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1965: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1966: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1967: Finished in 20.26 seconds (files took 0.26818 seconds to load) 1968: 0 examples, 0 failures, 1 error occurred outside of examples 1969: ================================================================================ 1970: ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari: 1971: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1972: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1973: Running Ruby specs: 1974: An error occurred in a `before(:suite)` hook. 1975: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 1976: Selenium::WebDriver::Error::WebDriverError: ... 1987: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 1988: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 1989: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 1990: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 1991: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 1992: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 1993: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 1994: Finished in 20.21 seconds (files took 0.28541 seconds to load) 1995: 0 examples, 0 failures, 1 error occurred outside of examples 1996: ================================================================================ 1997: ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari: 1998: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 1999: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2000: Running Ruby specs: 2001: An error occurred in a `before(:suite)` hook. 2002: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2003: Selenium::WebDriver::Error::WebDriverError: ... 2014: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2015: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2016: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2017: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2018: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2019: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2020: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2021: Finished in 20.3 seconds (files took 0.25875 seconds to load) 2022: 0 examples, 0 failures, 1 error occurred outside of examples 2023: ================================================================================ 2024: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 1s disk-cache 2025: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 0s local, disk-cache 2026: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 21s local, disk-cache 2027: FAIL: //rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log) 2028: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 22s local, disk-cache 2029: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 42s local, disk-cache 2030: FAIL: //rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log) 2031: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 43s local, disk-cache 2032: [1,881 / 1,882] 18 / 24 tests, 10 failed; Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 64s local, disk-cache 2033: FAIL: //rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log) 2034: FAILED: //rb/spec/integration/selenium/webdriver/remote:driver-safari (Summary) 2035: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari: 2036: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log 2037: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log 2038: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log 2039: INFO: From Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari: 2040: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2041: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2042: Running Ruby specs: 2043: An error occurred in a `before(:suite)` hook. 2044: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2045: Selenium::WebDriver::Error::WebDriverError: ... 2056: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2057: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2058: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2059: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2060: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2061: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2062: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2063: Finished in 20.31 seconds (files took 0.27282 seconds to load) 2064: 0 examples, 0 failures, 1 error occurred outside of examples 2065: ================================================================================ 2066: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari: 2067: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2068: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2069: Running Ruby specs: 2070: An error occurred in a `before(:suite)` hook. 2071: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2072: Selenium::WebDriver::Error::WebDriverError: ... 2083: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2084: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2085: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2086: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2087: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2088: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2089: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2090: Finished in 20.27 seconds (files took 0.25958 seconds to load) 2091: 0 examples, 0 failures, 1 error occurred outside of examples 2092: ================================================================================ 2093: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari: 2094: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2095: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2096: Running Ruby specs: 2097: An error occurred in a `before(:suite)` hook. 2098: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2099: Selenium::WebDriver::Error::WebDriverError: ... 2110: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2111: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2112: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2113: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2114: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2115: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2116: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2117: Finished in 20.33 seconds (files took 0.25816 seconds to load) 2118: 0 examples, 0 failures, 1 error occurred outside of examples 2119: ================================================================================ 2120: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 0s disk-cache 2121: [1,882 / 1,883] 19 / 24 tests, 11 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:driver-safari 2122: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 1s local, disk-cache 2123: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 21s local, disk-cache 2124: FAIL: //rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log) 2125: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 22s local, disk-cache 2126: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 42s local, disk-cache 2127: FAIL: //rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log) 2128: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 43s local, disk-cache 2129: [1,882 / 1,883] 19 / 24 tests, 11 failed; Testing //rb/spec/integration/selenium/webdriver:driver-safari; 63s local, disk-cache 2130: FAIL: //rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log) 2131: FAILED: //rb/spec/integration/selenium/webdriver:driver-safari (Summary) 2132: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log 2133: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log 2134: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log 2135: INFO: From Testing //rb/spec/integration/selenium/webdriver:driver-safari: 2136: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari: 2137: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2138: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2139: Running Ruby specs: 2140: An error occurred in a `before(:suite)` hook. 2141: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2142: Selenium::WebDriver::Error::WebDriverError: ... 2153: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2154: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2155: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2156: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2157: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2158: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2159: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2160: Finished in 20.31 seconds (files took 0.25698 seconds to load) 2161: 0 examples, 0 failures, 1 error occurred outside of examples 2162: ================================================================================ 2163: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari: 2164: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2165: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2166: Running Ruby specs: 2167: An error occurred in a `before(:suite)` hook. 2168: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2169: Selenium::WebDriver::Error::WebDriverError: ... 2180: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2181: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2182: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2183: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2184: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2185: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2186: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2187: Finished in 20.29 seconds (files took 0.25053 seconds to load) 2188: 0 examples, 0 failures, 1 error occurred outside of examples 2189: ================================================================================ 2190: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari: 2191: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2192: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2193: Running Ruby specs: 2194: An error occurred in a `before(:suite)` hook. 2195: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2196: Selenium::WebDriver::Error::WebDriverError: ... 2207: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2208: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2209: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2210: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2211: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2212: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2213: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2214: Finished in 20.31 seconds (files took 0.25589 seconds to load) 2215: 0 examples, 0 failures, 1 error occurred outside of examples 2216: ================================================================================ 2217: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 1s disk-cache 2218: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 0s local, disk-cache 2219: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 21s local, disk-cache 2220: FAIL: //rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log) 2221: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 23s local, disk-cache 2222: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 42s local, disk-cache 2223: FAIL: //rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log) 2224: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 43s local, disk-cache 2225: [1,883 / 1,884] 20 / 24 tests, 12 failed; Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 64s local, disk-cache 2226: FAIL: //rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log) 2227: FAILED: //rb/spec/integration/selenium/webdriver:navigation-safari (Summary) 2228: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log 2229: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log 2230: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log 2231: INFO: From Testing //rb/spec/integration/selenium/webdriver:navigation-safari: 2232: ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari: 2233: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2234: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2235: Running Ruby specs: 2236: An error occurred in a `before(:suite)` hook. 2237: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2238: Selenium::WebDriver::Error::WebDriverError: ... 2249: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2250: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2251: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2252: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2253: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2254: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2255: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2256: Finished in 20.31 seconds (files took 0.25666 seconds to load) 2257: 0 examples, 0 failures, 1 error occurred outside of examples 2258: ================================================================================ 2259: ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari: 2260: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2261: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2262: Running Ruby specs: 2263: An error occurred in a `before(:suite)` hook. 2264: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2265: Selenium::WebDriver::Error::WebDriverError: ... 2276: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2277: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2278: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2279: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2280: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2281: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2282: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2283: Finished in 20.31 seconds (files took 0.2525 seconds to load) 2284: 0 examples, 0 failures, 1 error occurred outside of examples 2285: ================================================================================ 2286: ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari: 2287: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2288: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2289: Running Ruby specs: 2290: An error occurred in a `before(:suite)` hook. 2291: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2292: Selenium::WebDriver::Error::WebDriverError: ... 2303: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2304: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2305: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2306: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2307: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2308: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2309: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2310: Finished in 20.28 seconds (files took 0.26393 seconds to load) 2311: 0 examples, 0 failures, 1 error occurred outside of examples 2312: ================================================================================ 2313: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 0s disk-cache 2314: [1,884 / 1,885] 21 / 24 tests, 13 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari 2315: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 1s local, disk-cache 2316: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 21s local, disk-cache 2317: FAIL: //rb/spec/integration/selenium/webdriver/safari:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log) 2318: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 22s local, disk-cache 2319: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 42s local, disk-cache 2320: FAIL: //rb/spec/integration/selenium/webdriver/safari:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log) 2321: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 44s local, disk-cache 2322: [1,884 / 1,885] 21 / 24 tests, 13 failed; Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 63s local, disk-cache 2323: FAIL: //rb/spec/integration/selenium/webdriver/safari:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test.log) 2324: ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari: 2325: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2326: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2327: Running Ruby specs: 2328: FAILED: //rb/spec/integration/selenium/webdriver/safari:driver-safari (Summary) 2329: An error occurred in a `before(:suite)` hook. 2330: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2331: Selenium::WebDriver::Error::WebDriverError: ... 2342: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2343: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2344: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2345: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2346: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2347: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2348: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2349: Finished in 20.3 seconds (files took 0.25124 seconds to load) 2350: 0 examples, 0 failures, 1 error occurred outside of examples 2351: ================================================================================ 2352: ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari: 2353: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2354: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2355: Running Ruby specs: 2356: An error occurred in a `before(:suite)` hook. 2357: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2358: Selenium::WebDriver::Error::WebDriverError: ... 2373: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2374: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test.log 2375: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log 2376: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log 2377: INFO: From Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari: 2378: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2379: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2380: Finished in 20.25 seconds (files took 0.28742 seconds to load) 2381: 0 examples, 0 failures, 1 error occurred outside of examples 2382: ================================================================================ 2383: ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari: 2384: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2385: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2386: Running Ruby specs: 2387: An error occurred in a `before(:suite)` hook. 2388: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2389: Selenium::WebDriver::Error::WebDriverError: ... 2400: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2401: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2402: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2403: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2404: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2405: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2406: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2407: Finished in 20.22 seconds (files took 0.26367 seconds to load) 2408: 0 examples, 0 failures, 1 error occurred outside of examples 2409: ================================================================================ 2410: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 0s disk-cache 2411: [1,885 / 1,886] 22 / 24 tests, 14 failed; [Sched] Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari 2412: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 1s local, disk-cache 2413: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 21s local, disk-cache 2414: FAIL: //rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log) 2415: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 22s local, disk-cache 2416: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 42s local, disk-cache 2417: FAIL: //rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log) 2418: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 44s local, disk-cache 2419: [1,885 / 1,886] 22 / 24 tests, 14 failed; Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 63s local, disk-cache 2420: FAIL: //rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log) 2421: FAILED: //rb/spec/integration/selenium/webdriver:shadow_root-safari (Summary) 2422: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari: 2423: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log 2424: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2425: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log 2426: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log 2427: INFO: From Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari: 2428: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2429: Running Ruby specs: 2430: An error occurred in a `before(:suite)` hook. 2431: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2432: Selenium::WebDriver::Error::WebDriverError: ... 2443: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2444: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2445: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2446: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2447: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2448: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2449: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2450: Finished in 20.23 seconds (files took 0.27332 seconds to load) 2451: 0 examples, 0 failures, 1 error occurred outside of examples 2452: ================================================================================ 2453: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari: 2454: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2455: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2456: Running Ruby specs: 2457: An error occurred in a `before(:suite)` hook. 2458: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2459: Selenium::WebDriver::Error::WebDriverError: ... 2470: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2471: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2472: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2473: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2474: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2475: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2476: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2477: Finished in 20.25 seconds (files took 0.2639 seconds to load) 2478: 0 examples, 0 failures, 1 error occurred outside of examples 2479: ================================================================================ 2480: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari: 2481: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2482: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2483: Running Ruby specs: 2484: An error occurred in a `before(:suite)` hook. 2485: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2486: Selenium::WebDriver::Error::WebDriverError: ... 2497: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2498: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2499: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2500: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2501: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2502: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2503: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2504: Finished in 20.23 seconds (files took 0.26814 seconds to load) 2505: 0 examples, 0 failures, 1 error occurred outside of examples 2506: ================================================================================ 2507: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 1s disk-cache 2508: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 0s local, disk-cache 2509: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 21s local, disk-cache 2510: FAIL: //rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log) 2511: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 23s local, disk-cache 2512: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 42s local, disk-cache 2513: FAIL: //rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log) 2514: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 44s local, disk-cache 2515: [1,886 / 1,887] 23 / 24 tests, 15 failed; Testing //rb/spec/integration/selenium/webdriver:window-safari; 64s local, disk-cache 2516: FAIL: //rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log) 2517: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari: 2518: FAILED: //rb/spec/integration/selenium/webdriver:window-safari (Summary) 2519: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2520: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log 2521: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2522: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log 2523: Running Ruby specs: 2524: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log 2525: INFO: From Testing //rb/spec/integration/selenium/webdriver:window-safari: 2526: An error occurred in a `before(:suite)` hook. 2527: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2528: Selenium::WebDriver::Error::WebDriverError: ... 2539: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2540: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2541: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2542: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2543: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2544: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2545: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2546: Finished in 20.32 seconds (files took 0.28221 seconds to load) 2547: 0 examples, 0 failures, 1 error occurred outside of examples 2548: ================================================================================ 2549: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari: 2550: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2551: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2552: Running Ruby specs: 2553: An error occurred in a `before(:suite)` hook. 2554: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2555: Selenium::WebDriver::Error::WebDriverError: ... 2566: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2567: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2568: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2569: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2570: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2571: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2572: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2573: Finished in 20.28 seconds (files took 0.25252 seconds to load) 2574: 0 examples, 0 failures, 1 error occurred outside of examples 2575: ================================================================================ 2576: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari: 2577: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2578: :134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied 2579: Running Ruby specs: 2580: An error occurred in a `before(:suite)` hook. 2581: Failure/Error: raise Error::WebDriverError, cannot_connect_error_text 2582: Selenium::WebDriver::Error::WebDriverError: ... 2593: # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for' 2594: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver' 2595: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!' 2596: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance' 2597: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env' 2598: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env' 2599: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in ' 2600: Finished in 20.2 seconds (files took 0.35769 seconds to load) 2601: 0 examples, 0 failures, 1 error occurred outside of examples 2602: ================================================================================ 2603: INFO: Found 24 test targets... 2604: INFO: Elapsed time: 1495.627s, Critical Path: 173.64s 2605: INFO: 1887 processes: 1030 disk cache hit, 751 internal, 13 darwin-sandbox, 93 local. 2606: //rb/spec/integration/selenium/webdriver:error-safari PASSED in 9.0s 2607: INFO: Build completed, 16 tests FAILED, 1887 total actions 2608: //rb/spec/integration/selenium/webdriver:zipper-safari PASSED in 2.3s 2609: //rb/spec/integration/selenium/webdriver/remote:element-safari PASSED in 30.3s 2610: //rb/spec/integration/selenium/webdriver:element-safari FLAKY, failed in 1 out of 2 in 23.8s 2611: Stats over 2 runs: max = 23.8s, min = 21.2s, avg = 22.5s, dev = 1.3s 2612: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log 2613: //rb/spec/integration/selenium/webdriver:guard-safari FLAKY, failed in 1 out of 2 in 21.1s 2614: Stats over 2 runs: max = 21.1s, min = 2.6s, avg = 11.9s, dev = 9.3s 2615: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log 2616: //rb/spec/integration/selenium/webdriver:listener-safari FLAKY, failed in 1 out of 2 in 21.1s 2617: Stats over 2 runs: max = 21.1s, min = 2.8s, avg = 12.0s, dev = 9.2s 2618: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari/test_attempts/attempt_1.log 2619: //rb/spec/integration/selenium/webdriver:manager-safari FLAKY, failed in 2 out of 3 in 21.2s 2620: Stats over 3 runs: max = 21.2s, min = 3.8s, avg = 15.4s, dev = 8.2s 2621: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log 2622: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log 2623: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari FLAKY, failed in 2 out of 3 in 83.7s 2624: Stats over 3 runs: max = 83.7s, min = 21.2s, avg = 42.0s, dev = 29.4s 2625: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log 2626: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_2.log 2627: //rb/spec/integration/selenium/webdriver:action_builder-safari FAILED in 3 out of 3 in 21.3s 2628: Stats over 3 runs: max = 21.3s, min = 21.2s, avg = 21.2s, dev = 0.1s 2629: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log 2630: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log 2631: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log 2632: //rb/spec/integration/selenium/webdriver:bidi-safari FAILED in 3 out of 3 in 21.3s 2633: Stats over 3 runs: max = 21.3s, min = 21.1s, avg = 21.2s, dev = 0.1s 2634: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test.log 2635: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_1.log 2636: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi-safari/test_attempts/attempt_2.log 2637: //rb/spec/integration/selenium/webdriver:devtools-safari FAILED in 3 out of 3 in 21.2s 2638: Stats over 3 runs: max = 21.2s, min = 21.2s, avg = 21.2s, dev = 0.0s 2639: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log 2640: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log 2641: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log 2642: //rb/spec/integration/selenium/webdriver:driver-safari FAILED in 3 out of 3 in 21.2s 2643: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s 2644: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log 2645: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log 2646: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log 2647: //rb/spec/integration/selenium/webdriver:navigation-safari FAILED in 3 out of 3 in 21.2s 2648: Stats over 3 runs: max = 21.2s, min = 21.2s, avg = 21.2s, dev = 0.0s 2649: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log 2650: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log 2651: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log 2652: //rb/spec/integration/selenium/webdriver:select-safari FAILED in 3 out of 3 in 21.2s 2653: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s 2654: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log 2655: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log 2656: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log 2657: //rb/spec/integration/selenium/webdriver:shadow_root-safari FAILED in 3 out of 3 in 21.2s 2658: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.1s, dev = 0.0s 2659: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log 2660: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log 2661: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log 2662: //rb/spec/integration/selenium/webdriver:storage-safari FAILED in 3 out of 3 in 21.2s 2663: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s 2664: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log 2665: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log 2666: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log 2667: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari FAILED in 3 out of 3 in 21.3s 2668: Stats over 3 runs: max = 21.3s, min = 21.2s, avg = 21.2s, dev = 0.0s 2669: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log 2670: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log 2671: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log 2672: //rb/spec/integration/selenium/webdriver:target_locator-safari FAILED in 3 out of 3 in 21.4s 2673: Stats over 3 runs: max = 21.4s, min = 21.1s, avg = 21.3s, dev = 0.1s 2674: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log 2675: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log 2676: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log 2677: //rb/spec/integration/selenium/webdriver:timeout-safari FAILED in 3 out of 3 in 21.2s 2678: Stats over 3 runs: max = 21.2s, min = 21.2s, avg = 21.2s, dev = 0.0s 2679: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log 2680: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log 2681: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log 2682: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari FAILED in 3 out of 3 in 22.0s 2683: Stats over 3 runs: max = 22.0s, min = 21.2s, avg = 21.5s, dev = 0.4s 2684: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log 2685: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log 2686: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log 2687: //rb/spec/integration/selenium/webdriver:window-safari FAILED in 3 out of 3 in 21.5s 2688: Stats over 3 runs: max = 21.5s, min = 21.1s, avg = 21.3s, dev = 0.1s 2689: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log 2690: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log 2691: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log 2692: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari FAILED in 3 out of 3 in 22.1s 2693: Stats over 3 runs: max = 22.1s, min = 21.2s, avg = 21.5s, dev = 0.4s 2694: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test.log 2695: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_1.log 2696: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari/test_attempts/attempt_2.log 2697: //rb/spec/integration/selenium/webdriver/remote:driver-safari FAILED in 3 out of 3 in 21.2s 2698: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s 2699: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log 2700: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log 2701: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log 2702: //rb/spec/integration/selenium/webdriver/safari:driver-safari FAILED in 3 out of 3 in 21.2s 2703: Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s 2704: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test.log 2705: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log 2706: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log 2707: Executed 24 out of 24 tests: 8 tests pass and 16 fail locally. 2708: There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 2709:  2710: ##[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](https://pr-agent-docs.codium.ai/tools/ci_feedback/).