Relevant error logs:
1: ##[group]Operating System
2: macOS
...
967: [32m[2,095 / 3,075][0m Compiling src/google/protobuf/generated_message_bases.cc [for tool]; 1s darwin-sandbox, disk-cache ... (5 actions, 4 running)
968: [32m[2,098 / 3,075][0m Compiling src/google/protobuf/compiler/java/message_builder_lite.cc [for tool]; 1s darwin-sandbox, disk-cache ... (4 actions running)
969: [32m[2,100 / 3,075][0m Compiling src/google/protobuf/extension_set_heavy.cc [for tool]; 2s darwin-sandbox, disk-cache ... (4 actions running)
970: [32m[2,105 / 3,075][0m Compiling src/google/protobuf/compiler/java/message_field_lite.cc [for tool]; 1s darwin-sandbox, disk-cache ... (4 actions running)
971: [32m[2,109 / 3,075][0m Compiling src/google/protobuf/descriptor.pb.cc [for tool]; 1s darwin-sandbox, disk-cache ... (4 actions, 3 running)
972: [32m[2,111 / 3,075][0m Compiling src/google/protobuf/descriptor.pb.cc [for tool]; 2s darwin-sandbox, disk-cache ... (4 actions, 3 running)
973: [32m[2,115 / 3,075][0m Compiling src/google/protobuf/compiler/java/primitive_field_lite.cc [for tool]; 1s darwin-sandbox, disk-cache ... (4 actions, 3 running)
974: [32mINFO: [0mFrom Linking external/protobuf~/libprotobuf.a [for tool]:
975: /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
...
998: [32mINFO: [0mFrom Linking external/protobuf~/protoc [for tool]:
999: ld: warning: ignoring duplicate libraries: '-lm', '-lpthread'
1000: [32m[2,147 / 3,075][0m Action java/src/org/openqa/selenium/manager/libmanager-module.jar; 1s darwin-sandbox, disk-cache ... (4 actions, 3 running)
1001: [32m[2,161 / 3,075][0m Action java/src/org/openqa/selenium/manager/libmanager-module.jar; 2s darwin-sandbox, disk-cache ... (4 actions, 3 running)
1002: [32m[2,177 / 3,075][0m Action java/src/org/openqa/selenium/manager/libmanager-module.jar; 3s darwin-sandbox, disk-cache ... (3 actions running)
1003: [32m[2,183 / 3,075][0m Building external/protobuf~/java/core/libcore.jar (36 source files, 1 source jar) [for tool]; 1s disk-cache, multiplex-worker ... (4 actions running)
1004: [32m[2,186 / 3,075][0m Building external/protobuf~/java/core/libcore.jar (36 source files, 1 source jar) [for tool]; 2s disk-cache, multiplex-worker ... (4 actions running)
1005: [32mINFO: [0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
1006: java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1007: private final ErrorCodes errorCodes;
1008: ^
1009: java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1010: this.errorCodes = new ErrorCodes();
1011: ^
1012: java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1013: public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1014: ^
1015: java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1016: ErrorCodes errorCodes = new ErrorCodes();
1017: ^
1018: java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1019: ErrorCodes errorCodes = new ErrorCodes();
1020: ^
1021: java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1022: response.setStatus(ErrorCodes.SUCCESS);
1023: ^
1024: java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1025: response.setState(ErrorCodes.SUCCESS_STRING);
1026: ^
1027: java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1028: new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1029: ^
1030: java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1031: new ErrorCodes().getExceptionType((String) rawError);
1032: ^
1033: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1034: private final ErrorCodes errorCodes = new ErrorCodes();
1035: ^
1036: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1037: private final ErrorCodes errorCodes = new ErrorCodes();
1038: ^
1039: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1040: int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1041: ^
1042: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1043: response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1044: ^
1045: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1046: response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1047: ^
1048: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1049: response.setStatus(ErrorCodes.SUCCESS);
1050: ^
1051: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:125: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1052: response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1053: ^
1054: java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:131: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1055: response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1056: ^
1057: java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1058: private final ErrorCodes errorCodes = new ErrorCodes();
1059: ^
1060: java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1061: private final ErrorCodes errorCodes = new ErrorCodes();
1062: ^
1063: java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1064: response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1065: ^
1066: java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1067: response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1068: ^
1069: java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1070: response.setStatus(ErrorCodes.SUCCESS);
...
1128: [32m[3,076 / 3,077][0m 1 / 24 tests;[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 14s local, disk-cache
1129: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log)
1130: [32m[3,076 / 3,077][0m 1 / 24 tests;[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 15s local, disk-cache
1131: [32m[3,076 / 3,077][0m 1 / 24 tests;[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 28s local, disk-cache
1132: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log)
1133: [32m[3,076 / 3,077][0m 1 / 24 tests;[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 29s local, disk-cache
1134: [32m[3,076 / 3,077][0m 1 / 24 tests;[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 42s local, disk-cache
1135: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log)
1136: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (Summary)
1137: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1138: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
1139: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1140: 2024-05-03 21:54:21 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1141: Running Ruby specs:
1142: An error occurred in a `before(:suite)` hook.
1143: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1144: Selenium::WebDriver::Error::SessionNotCreatedError:
1145: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1177: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1178: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1179: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1180: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1181: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1182: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1183: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1184: Finished in 7.49 seconds (files took 0.94673 seconds to load)
1185: 0 examples, 0 failures, 1 error occurred outside of examples
1186: ================================================================================
1187: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1188: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1189: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
1190: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
1191: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1192: 2024-05-03 21:54:35 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1193: Running Ruby specs:
1194: An error occurred in a `before(:suite)` hook.
1195: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1196: Selenium::WebDriver::Error::SessionNotCreatedError:
1197: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1229: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1230: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1231: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1232: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1233: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1234: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1235: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1236: Finished in 7.48 seconds (files took 0.84459 seconds to load)
1237: 0 examples, 0 failures, 1 error occurred outside of examples
1238: ================================================================================
1239: ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1240: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1241: 2024-05-03 21:54:50 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1242: Running Ruby specs:
1243: An error occurred in a `before(:suite)` hook.
1244: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1245: Selenium::WebDriver::Error::SessionNotCreatedError:
1246: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1278: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1279: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1280: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1281: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1282: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1283: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1284: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1285: Finished in 7.28 seconds (files took 0.86042 seconds to load)
1286: 0 examples, 0 failures, 1 error occurred outside of examples
1287: ================================================================================
1288: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 1s local, disk-cache
1289: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 14s local, disk-cache
1290: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log)
1291: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 16s local, disk-cache
1292: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 28s local, disk-cache
1293: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log)
1294: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 30s local, disk-cache
1295: [32m[3,077 / 3,078][0m 2 / 24 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 44s local, disk-cache
1296: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log)
1297: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (Summary)
1298: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
1299: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
1300: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
1301: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1302: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1303: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1304: 2024-05-03 21:55:04 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1305: Running Ruby specs:
1306: An error occurred in a `before(:suite)` hook.
1307: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1308: Selenium::WebDriver::Error::SessionNotCreatedError:
1309: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1341: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1342: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1343: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1344: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1345: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1346: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1347: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1348: Finished in 7.2 seconds (files took 0.85893 seconds to load)
1349: 0 examples, 0 failures, 1 error occurred outside of examples
1350: ================================================================================
1351: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1352: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1353: 2024-05-03 21:55:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1354: Running Ruby specs:
1355: An error occurred in a `before(:suite)` hook.
1356: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1357: Selenium::WebDriver::Error::SessionNotCreatedError:
1358: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1390: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1391: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1392: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1393: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1394: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1395: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1396: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1397: Finished in 7.67 seconds (files took 0.83255 seconds to load)
1398: 0 examples, 0 failures, 1 error occurred outside of examples
1399: ================================================================================
1400: ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1401: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1402: 2024-05-03 21:55:34 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1403: Running Ruby specs:
1404: An error occurred in a `before(:suite)` hook.
1405: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1406: Selenium::WebDriver::Error::SessionNotCreatedError:
1407: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1439: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1440: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1441: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1442: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1443: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1444: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1445: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1446: Finished in 7.73 seconds (files took 0.86778 seconds to load)
1447: 0 examples, 0 failures, 1 error occurred outside of examples
1448: ================================================================================
1449: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 1s local, disk-cache
1450: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 14s local, disk-cache
1451: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log)
1452: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 16s local, disk-cache
1453: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 28s local, disk-cache
1454: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log)
1455: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 30s local, disk-cache
1456: [32m[3,078 / 3,079][0m 3 / 24 tests, [31m[1m2 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 58s local, disk-cache
1457: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log)
1458: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (Summary)
1459: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log
1460: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
1461: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
1462: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1463: ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1464: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1465: 2024-05-03 21:55:50 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1466: Running Ruby specs:
1467: An error occurred in a `before(:suite)` hook.
1468: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1469: Selenium::WebDriver::Error::SessionNotCreatedError:
1470: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1502: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1503: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1504: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1505: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1506: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1507: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1508: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1509: Finished in 7.37 seconds (files took 0.85662 seconds to load)
1510: 0 examples, 0 failures, 1 error occurred outside of examples
1511: ================================================================================
1512: ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1513: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1514: 2024-05-03 21:56:04 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1515: Running Ruby specs:
1516: An error occurred in a `before(:suite)` hook.
1517: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1518: Selenium::WebDriver::Error::SessionNotCreatedError:
1519: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1551: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1552: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1553: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1554: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1555: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1556: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1557: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1558: Finished in 7.43 seconds (files took 0.89341 seconds to load)
1559: 0 examples, 0 failures, 1 error occurred outside of examples
...
1566: driver: remote
1567: version: 17.4.1
1568: platform: macosx
1569: ci: github
1570: ruby: jruby 9.4.6.0 (3.1.4) 2024-02-20 576fab2c51 OpenJDK 64-Bit Server VM 17.0.8.1+1-LTS on 17.0.8.1+1-LTS [x86_64-darwin]
1571: Selenium::WebDriver::Timeouts
1572: gets all the timeouts
1573: implicit waits
1574: implicitlies wait for a single element (FAILED - 1)
1575: stills fail to find an element with implicit waits enabled
1576: returns after first attempt to find one after disabling implicit waits (FAILED - 2)
1577: implicitlies wait until at least one element is found when searching for many (FAILED - 3)
1578: stills fail to find elements when implicit waits are enabled
1579: returns after first attempt to find many after disabling implicit waits
1580: page load
1581: times out if page takes too long to load
1582: times out if page takes too long to load after click (PENDING: Test guarded; no reason given)
1583: Pending: (Failures listed here are expected and do not affect your suite's status)
1584: 1) Selenium::WebDriver::Timeouts page load times out if page takes too long to load after click
1585: # Test guarded; no reason given
1586: Got 1 failure:
1587: 1.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
1588: expected Selenium::WebDriver::Error::TimeoutError but nothing was raised
1589: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb:92:in `block in WebDriver'
1590: Failures:
1591: 1) Selenium::WebDriver::Timeouts implicit waits implicitlies wait for a single element
1592: Failure/Error: e = error
1593: Selenium::WebDriver::Error::TimeoutError:
...
1597: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1598: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1599: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1600: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1601: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:96:in `get'
1602: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
1603: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb:29:in `block in WebDriver'
1604: 2) Selenium::WebDriver::Timeouts implicit waits returns after first attempt to find one after disabling implicit waits
1605: Failure/Error: e = error
1606: Selenium::WebDriver::Error::TimeoutError:
...
1610: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1611: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1612: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1613: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1614: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:96:in `get'
1615: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
1616: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb:29:in `block in WebDriver'
1617: 3) Selenium::WebDriver::Timeouts implicit waits implicitlies wait until at least one element is found when searching for many
1618: Failure/Error: e = error
1619: Selenium::WebDriver::Error::StaleElementReferenceError:
1620: A node reference could not be resolved: Node with identifier 'node-D29B2558-F041-471B-BFAC-7D19183DE419' was not found; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
...
1624: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1625: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1626: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1627: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1628: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:392:in `click_element'
1629: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/element.rb:77:in `click'
1630: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb:63:in `block in WebDriver'
1631: Finished in 22.45 seconds (files took 0.84975 seconds to load)
1632: 9 examples, 3 failures, 1 pending
1633: Failed examples:
1634: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb[1:2:1]' # Selenium::WebDriver::Timeouts implicit waits implicitlies wait for a single element
1635: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb[1:2:3]' # Selenium::WebDriver::Timeouts implicit waits returns after first attempt to find one after disabling implicit waits
1636: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/timeout_spec.rb[1:2:4]' # Selenium::WebDriver::Timeouts implicit waits implicitlies wait until at least one element is found when searching for many
1637: ================================================================================
1638: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 0s local, disk-cache
1639: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 14s local, disk-cache
1640: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log)
1641: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 15s local, disk-cache
1642: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 29s local, disk-cache
1643: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log)
1644: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 30s local, disk-cache
1645: [32m[3,079 / 3,080][0m 4 / 24 tests, [31m[1m3 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 43s local, disk-cache
1646: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log)
1647: ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
1648: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:error-safari-remote (Summary)
1649: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
1650: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
1651: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
1652: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:error-safari-remote:
1653: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1654: 2024-05-03 21:56:48 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1655: Running Ruby specs:
1656: An error occurred in a `before(:suite)` hook.
1657: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1658: Selenium::WebDriver::Error::SessionNotCreatedError:
1659: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1691: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1692: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1693: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1694: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1695: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1696: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1697: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1698: Finished in 7.2 seconds (files took 0.8323 seconds to load)
1699: 0 examples, 0 failures, 1 error occurred outside of examples
1700: ================================================================================
1701: ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
1702: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1703: 2024-05-03 21:57:03 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1704: Running Ruby specs:
1705: An error occurred in a `before(:suite)` hook.
1706: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1707: Selenium::WebDriver::Error::SessionNotCreatedError:
1708: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1740: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1741: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1742: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1743: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1744: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1745: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1746: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1747: Finished in 7.52 seconds (files took 0.86074 seconds to load)
1748: 0 examples, 0 failures, 1 error occurred outside of examples
1749: ================================================================================
1750: ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
1751: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1752: 2024-05-03 21:57:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1753: Running Ruby specs:
1754: An error occurred in a `before(:suite)` hook.
1755: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1756: Selenium::WebDriver::Error::SessionNotCreatedError:
1757: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1789: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1790: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1791: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1792: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1793: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1794: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1795: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1796: Finished in 7.55 seconds (files took 0.82489 seconds to load)
1797: 0 examples, 0 failures, 1 error occurred outside of examples
1798: ================================================================================
1799: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 0s local, disk-cache
1800: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 13s local, disk-cache
1801: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log)
1802: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 14s local, disk-cache
1803: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 28s local, disk-cache
1804: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log)
1805: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 29s local, disk-cache
1806: [32m[3,080 / 3,081][0m 5 / 24 tests, [31m[1m4 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 42s local, disk-cache
1807: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log)
1808: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (Summary)
1809: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1810: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
1811: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
1812: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
1813: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1814: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1815: 2024-05-03 21:57:32 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1816: Running Ruby specs:
1817: An error occurred in a `before(:suite)` hook.
1818: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1819: Selenium::WebDriver::Error::SessionNotCreatedError:
1820: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1852: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1853: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1854: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1855: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1856: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1857: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1858: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1859: Finished in 7.35 seconds (files took 0.82577 seconds to load)
1860: 0 examples, 0 failures, 1 error occurred outside of examples
1861: ================================================================================
1862: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1863: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1864: 2024-05-03 21:57:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1865: Running Ruby specs:
1866: An error occurred in a `before(:suite)` hook.
1867: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1868: Selenium::WebDriver::Error::SessionNotCreatedError:
1869: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1901: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1902: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1903: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1904: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1905: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1906: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1907: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1908: Finished in 7.38 seconds (files took 0.8914 seconds to load)
1909: 0 examples, 0 failures, 1 error occurred outside of examples
1910: ================================================================================
1911: ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1912: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1913: 2024-05-03 21:58:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1914: Running Ruby specs:
1915: An error occurred in a `before(:suite)` hook.
1916: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1917: Selenium::WebDriver::Error::SessionNotCreatedError:
1918: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
1950: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1951: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
1952: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
1953: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1954: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
1955: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1956: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
1957: Finished in 7.24 seconds (files took 0.86946 seconds to load)
1958: 0 examples, 0 failures, 1 error occurred outside of examples
1959: ================================================================================
1960: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 0s local, disk-cache
1961: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 13s local, disk-cache
1962: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log)
1963: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 16s local, disk-cache
1964: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 28s local, disk-cache
1965: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log)
1966: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 29s local, disk-cache
1967: [32m[3,081 / 3,082][0m 6 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 47s local, disk-cache
1968: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
1969: [35mFLAKY: [0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (Summary)
1970: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
1971: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
1972: 2024-05-03 21:58:15 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1973: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log
1974: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
1975: Running Ruby specs:
1976: An error occurred in a `before(:suite)` hook.
1977: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1978: Selenium::WebDriver::Error::SessionNotCreatedError:
1979: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2011: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2012: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2013: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2014: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2015: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2016: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2017: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2018: Finished in 7.39 seconds (files took 0.8268 seconds to load)
2019: 0 examples, 0 failures, 1 error occurred outside of examples
2020: ================================================================================
2021: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
2022: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2023: 2024-05-03 21:58:29 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2024: Running Ruby specs:
2025: An error occurred in a `before(:suite)` hook.
2026: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2027: Selenium::WebDriver::Error::SessionNotCreatedError:
2028: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2060: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2061: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2062: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2063: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2064: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2065: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2066: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2067: Finished in 7.45 seconds (files took 0.82652 seconds to load)
2068: 0 examples, 0 failures, 1 error occurred outside of examples
2069: ================================================================================
2070: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 0s local, disk-cache
2071: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 14s local, disk-cache
2072: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log)
2073: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 15s local, disk-cache
2074: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 157s local, disk-cache
2075: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log)
2076: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 159s local, disk-cache
2077: [32m[3,082 / 3,083][0m 7 / 24 tests, [31m[1m5 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 171s local, disk-cache
2078: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log)
2079: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (Summary)
2080: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log
2081: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
2082: ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2083: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
2084: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2085: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2086: 2024-05-03 21:59:04 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2087: Running Ruby specs:
2088: An error occurred in a `before(:suite)` hook.
2089: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2090: Selenium::WebDriver::Error::SessionNotCreatedError:
2091: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2123: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2124: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2125: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2126: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2127: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2128: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2129: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2130: Finished in 7.16 seconds (files took 0.85763 seconds to load)
2131: 0 examples, 0 failures, 1 error occurred outside of examples
...
2138: driver: remote
2139: version: 17.4.1
2140: platform: macosx
2141: ci: github
2142: ruby: jruby 9.4.6.0 (3.1.4) 2024-02-20 576fab2c51 OpenJDK 64-Bit Server VM 17.0.8.1+1-LTS on 17.0.8.1+1-LTS [x86_64-darwin]
2143: Selenium::WebDriver::ActionBuilder
2144: #send_keys
2145: sends keys to the active element (PENDING: Test guarded; no reason given)
2146: sends keys to element (FAILED - 1)
...
2172: moves pointer to specified coordinates
2173: pen stylus
2174: sets pointer event properties (PENDING: Test guarded; Some issues with resolution?)
2175: #scroll_to
2176: scrolls to element (PENDING: Test guarded; no reason given)
2177: #scroll_by
2178: scrolls by given amount
2179: #scroll_from
2180: scrolls from element by given amount (PENDING: Test guarded; incorrect MoveTargetOutOfBoundsError)
2181: scrolls from element by given amount with offset (PENDING: Test guarded; incorrect MoveTargetOutOfBoundsError)
2182: raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport (FAILED - 2)
2183: scrolls by given amount with offset
2184: raises MoveTargetOutOfBoundsError when origin offset is out of viewport (PENDING: Test guarded; no reason given)
2185: Pending: (Failures listed here are expected and do not affect your suite's status)
2186: 1) Selenium::WebDriver::ActionBuilder#send_keys sends keys to the active element
2187: # Test guarded; no reason given
2188: Got 0 failures and 2 other errors:
2189: 1.1) Failure/Error: raise Error::TimeoutError, msg
2190: Selenium::WebDriver::Error::TimeoutError:
2191: timed out after 10 seconds
2192: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
2193: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:35:in `block in WebDriver'
2194: 1.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2195: Selenium::WebDriver::Error::SessionNotCreatedError:
2196: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2229: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2230: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2231: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2232: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
2233: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
2234: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
2235: 2) Selenium::WebDriver::ActionBuilder multiple key presses sends keys with shift pressed
2236: # Test guarded; no reason given
2237: Got 1 failure:
2238: 2.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
2239: expected " focus keydown keydown keypress keyup keydown keypress keyup keyup" to match /^(focus )?keydown keydown keypress keyup keydown keypress keyup keyup$/
2240: Diff:
2241: @@ -1 +1 @@
2242: -/^(focus )?keydown keydown keypress keyup keydown keypress keyup keyup$/
2243: +" focus keydown keydown keypress keyup keydown keypress keyup keyup"
2244: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:88:in `block in WebDriver'
2245: 3) Selenium::WebDriver::ActionBuilder#release_actions releases pressed buttons
2246: # Test guarded; no reason given
2247: Got 1 failure:
2248: 3.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
2249: expected: "Clicked"
2250: got: "Hello"
2251: (compared using ==)
2252: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:137:in `block in WebDriver'
2253: 4) Selenium::WebDriver::ActionBuilder#double_click presses pointer twice
2254: # Test guarded; no reason given
2255: Got 1 failure:
2256: 4.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
2257: expected: "DoubleClicked"
2258: got: "Clicked"
2259: (compared using ==)
2260: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:163:in `block in WebDriver'
2261: 5) Selenium::WebDriver::ActionBuilder#double_click executes with equivalent pointer methods
2262: # Test guarded; no reason given
2263: Got 1 failure:
2264: 5.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
2265: expected: "DoubleClicked"
2266: got: "Clicked"
2267: (compared using ==)
2268: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:174:in `block in WebDriver'
2269: 6) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
2270: # Test guarded; Some issues with resolution?
2271: Got 0 failures and 2 other errors:
2272: 6.1) Failure/Error: e = error
2273: Selenium::WebDriver::Error::NoSuchElementError:
2274: ; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
...
2277: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
2278: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
2279: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
2280: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
2281: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
2282: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:520:in `find_element_by'
2283: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/search_context.rb:63:in `find_element'
2284: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:287:in `block in WebDriver'
2285: 6.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2286: Selenium::WebDriver::Error::SessionNotCreatedError:
2287: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2320: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2321: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2322: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2323: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
2324: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
2325: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
2326: 7) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
2327: # Test guarded; no reason given
2328: Got 0 failures and 2 other errors:
2329: 7.1) Failure/Error: e = error
2330: Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
...
2333: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
2334: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
2335: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
2336: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
2337: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
2338: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
2339: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
2340: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:315:in `block in WebDriver'
2341: 7.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2342: Selenium::WebDriver::Error::SessionNotCreatedError:
2343: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2375: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2376: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2377: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2378: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2379: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
2380: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
2381: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
2382: 8) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
2383: # Test guarded; incorrect MoveTargetOutOfBoundsError
2384: Got 0 failures and 2 other errors:
2385: 8.1) Failure/Error: e = error
2386: Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
...
2389: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
2390: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
2391: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
2392: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
2393: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
2394: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
2395: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
2396: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:343:in `block in WebDriver'
2397: 8.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2398: Selenium::WebDriver::Error::SessionNotCreatedError:
2399: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2431: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2432: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2433: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2434: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2435: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
2436: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
2437: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
2438: 9) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
2439: # Test guarded; incorrect MoveTargetOutOfBoundsError
2440: Got 0 failures and 2 other errors:
2441: 9.1) Failure/Error: e = error
2442: Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
...
2445: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
2446: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
2447: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
2448: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
2449: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
2450: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:380:in `send_actions'
2451: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
2452: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:357:in `block in WebDriver'
2453: 9.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2454: Selenium::WebDriver::Error::SessionNotCreatedError:
2455: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2486: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
2487: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2488: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2489: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2490: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2491: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
2492: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
2493: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
2494: 10) Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset is out of viewport
2495: # Test guarded; no reason given
2496: Got 1 failure:
2497: 10.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
2498: expected Selenium::WebDriver::Error::MoveTargetOutOfBoundsError but nothing was raised
2499: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:396:in `block in WebDriver'
2500: Failures:
2501: 1) Selenium::WebDriver::ActionBuilder#send_keys sends keys to element
2502: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2503: Selenium::WebDriver::Error::SessionNotCreatedError:
2504: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2534: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/driver.rb:38:in `initialize'
2535: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
2536: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2537: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2538: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2539: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2540: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
2541: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:42:in `block in WebDriver'
2542: 2) Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
2543: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2544: Selenium::WebDriver::Error::SessionNotCreatedError:
2545: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2576: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
2577: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2578: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2579: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2580: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2581: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
2582: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb:367:in `block in WebDriver'
2583: Finished in 2 minutes 16.3 seconds (files took 0.85371 seconds to load)
2584: 27 examples, 2 failures, 10 pending
2585: Failed examples:
2586: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb[1:1:2]' # Selenium::WebDriver::ActionBuilder#send_keys sends keys to element
2587: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/action_builder_spec.rb[1:14:3]' # Selenium::WebDriver::ActionBuilder#scroll_from raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
2588: ================================================================================
2589: ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2590: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2591: 2024-05-03 22:01:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2592: Running Ruby specs:
2593: An error occurred in a `before(:suite)` hook.
2594: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2595: Selenium::WebDriver::Error::SessionNotCreatedError:
2596: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2628: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2629: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2630: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2631: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2632: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2633: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2634: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2635: Finished in 7.21 seconds (files took 0.85942 seconds to load)
2636: 0 examples, 0 failures, 1 error occurred outside of examples
2637: ================================================================================
2638: [32m[3,083 / 3,084][0m 8 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 0s local, disk-cache
2639: [32m[3,083 / 3,084][0m 8 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 14s local, disk-cache
2640: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log)
2641: [32m[3,083 / 3,084][0m 8 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 16s local, disk-cache
2642: [32m[3,083 / 3,084][0m 8 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 40s local, disk-cache
2643: [35mFLAKY: [0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (Summary)
2644: ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
2645: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
2646: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2647: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote:
2648: 2024-05-03 22:01:55 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2649: Running Ruby specs:
2650: An error occurred in a `before(:suite)` hook.
2651: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2652: Selenium::WebDriver::Error::SessionNotCreatedError:
2653: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2685: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2686: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2687: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2688: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2689: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2690: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2691: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2692: Finished in 7.48 seconds (files took 0.85007 seconds to load)
2693: 0 examples, 0 failures, 1 error occurred outside of examples
2694: ================================================================================
2695: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 1s local, disk-cache
2696: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 14s local, disk-cache
2697: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log)
2698: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 15s local, disk-cache
2699: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 27s local, disk-cache
2700: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log)
2701: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 29s local, disk-cache
2702: [32m[3,084 / 3,085][0m 9 / 24 tests, [31m[1m6 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 43s local, disk-cache
2703: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log)
2704: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (Summary)
2705: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
2706: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
2707: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
2708: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2709: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2710: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2711: 2024-05-03 22:02:37 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2712: Running Ruby specs:
2713: An error occurred in a `before(:suite)` hook.
2714: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2715: Selenium::WebDriver::Error::SessionNotCreatedError:
2716: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2748: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2749: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2750: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2751: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2752: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2753: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2754: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2755: Finished in 7.46 seconds (files took 0.82911 seconds to load)
2756: 0 examples, 0 failures, 1 error occurred outside of examples
2757: ================================================================================
2758: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2759: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2760: 2024-05-03 22:02:51 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2761: Running Ruby specs:
2762: An error occurred in a `before(:suite)` hook.
2763: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2764: Selenium::WebDriver::Error::SessionNotCreatedError:
2765: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2797: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2798: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2799: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2800: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2801: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2802: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2803: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2804: Finished in 7.31 seconds (files took 0.87501 seconds to load)
2805: 0 examples, 0 failures, 1 error occurred outside of examples
2806: ================================================================================
2807: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2808: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2809: 2024-05-03 22:03:06 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2810: Running Ruby specs:
2811: An error occurred in a `before(:suite)` hook.
2812: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2813: Selenium::WebDriver::Error::SessionNotCreatedError:
2814: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2846: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2847: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2848: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2849: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2850: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2851: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2852: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2853: Finished in 7.73 seconds (files took 1.04 seconds to load)
2854: 0 examples, 0 failures, 1 error occurred outside of examples
2855: ================================================================================
2856: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 1s local, disk-cache
2857: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 14s local, disk-cache
2858: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log)
2859: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 16s local, disk-cache
2860: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 30s local, disk-cache
2861: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log)
2862: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 31s local, disk-cache
2863: [32m[3,085 / 3,086][0m 10 / 24 tests, [31m[1m7 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 47s local, disk-cache
2864: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log)
2865: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (Summary)
2866: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2867: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log
2868: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
2869: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2870: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log
2871: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2872: 2024-05-03 22:03:21 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2873: Running Ruby specs:
2874: An error occurred in a `before(:suite)` hook.
2875: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2876: Selenium::WebDriver::Error::SessionNotCreatedError:
2877: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2909: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2910: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2911: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2912: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2913: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2914: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2915: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2916: Finished in 7.79 seconds (files took 0.85657 seconds to load)
2917: 0 examples, 0 failures, 1 error occurred outside of examples
2918: ================================================================================
2919: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2920: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2921: 2024-05-03 22:03:36 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2922: Running Ruby specs:
2923: An error occurred in a `before(:suite)` hook.
2924: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2925: Selenium::WebDriver::Error::SessionNotCreatedError:
2926: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
2958: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2959: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
2960: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
2961: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2962: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
2963: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2964: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
2965: Finished in 8.06 seconds (files took 0.91534 seconds to load)
2966: 0 examples, 0 failures, 1 error occurred outside of examples
2967: ================================================================================
2968: ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2969: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
2970: 2024-05-03 22:03:53 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2971: Running Ruby specs:
2972: An error occurred in a `before(:suite)` hook.
2973: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2974: Selenium::WebDriver::Error::SessionNotCreatedError:
2975: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
3007: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3008: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
3009: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
3010: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3011: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
3012: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3013: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
3014: Finished in 8.68 seconds (files took 1.08 seconds to load)
3015: 0 examples, 0 failures, 1 error occurred outside of examples
3016: ================================================================================
3017: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s local, disk-cache
3018: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 14s local, disk-cache
3019: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log)
3020: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 16s local, disk-cache
3021: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 29s local, disk-cache
3022: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log)
3023: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 30s local, disk-cache
3024: [32m[3,086 / 3,087][0m 11 / 24 tests, [31m[1m8 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 43s local, disk-cache
3025: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log)
3026: ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
3027: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (Summary)
3028: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
3029: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log
3030: 2024-05-03 22:04:09 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3031: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
3032: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
3033: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
3034: Running Ruby specs:
3035: An error occurred in a `before(:suite)` hook.
3036: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3037: Selenium::WebDriver::Error::SessionNotCreatedError:
3038: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
3070: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3071: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
3072: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
3073: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3074: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
3075: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3076: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
3077: Finished in 7.62 seconds (files took 1.04 seconds to load)
3078: 0 examples, 0 failures, 1 error occurred outside of examples
3079: ================================================================================
3080: ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
3081: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
3082: 2024-05-03 22:04:24 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3083: Running Ruby specs:
3084: An error occurred in a `before(:suite)` hook.
3085: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3086: Selenium::WebDriver::Error::SessionNotCreatedError:
3087: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
3119: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3120: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
3121: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
3122: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3123: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
3124: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3125: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
3126: Finished in 7.56 seconds (files took 0.98198 seconds to load)
3127: 0 examples, 0 failures, 1 error occurred outside of examples
3128: ================================================================================
3129: ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
3130: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
3131: 2024-05-03 22:04:38 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
3132: Running Ruby specs:
3133: An error occurred in a `before(:suite)` hook.
3134: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3135: Selenium::WebDriver::Error::SessionNotCreatedError:
3136: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
3168: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3169: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
3170: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
3171: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3172: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
3173: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
3174: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
3175: Finished in 7.47 seconds (files took 0.91723 seconds to load)
3176: 0 examples, 0 failures, 1 error occurred outside of examples
3177: ================================================================================
3178: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 0s local, disk-cache
3179: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 82s local, disk-cache
3180: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log)
3181: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 83s local, disk-cache
3182: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 97s local, disk-cache
3183: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log)
3184: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 98s local, disk-cache
3185: [32m[3,087 / 3,088][0m 12 / 24 tests, [31m[1m9 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 112s local, disk-cache
3186: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log)
3187: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:element-safari-remote (Summary)
...
3195: Running Ruby specs:
3196: browser: safari
3197: driver: remote
3198: version: 17.4.1
3199: platform: macosx
3200: ci: github
3201: ruby: jruby 9.4.6.0 (3.1.4) 2024-02-20 576fab2c51 OpenJDK 64-Bit Server VM 17.0.8.1+1-LTS on 17.0.8.1+1-LTS [x86_64-darwin]
3202: Selenium::WebDriver::Element
3203: clicks (FAILED - 1)
3204: raises if different element receives click (PENDING: Test guarded; no reason given)
3205: raises if element is partially covered (PENDING: Test guarded; no reason given)
3206: raises if element stale (FAILED - 2)
...
3224: returns the same #hash for equal elements when found by Driver#find_element
3225: returns the same #hash for equal elements when found by Driver#find_elements
3226: #submit
3227: valid submit button
3228: any input element in form
3229: any element in form
3230: button with id submit
3231: button with name submit
3232: errors with button outside form
...
3298: size and location
3299: gets current location
3300: gets location once scrolled into view
3301: gets size
3302: gets rect
3303: Pending: (Failures listed here are expected and do not affect your suite's status)
3304: 1) Selenium::WebDriver::Element raises if different element receives click
3305: # Test guarded; no reason given
3306: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
3307: Selenium::WebDriver::Error::SessionNotCreatedError:
3308: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
3340: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
3341: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
3342: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
3343: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
3344: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
3345: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:33:in `block in WebDriver'
3346: 2) Selenium::WebDriver::Element raises if element is partially covered
3347: # Test guarded; no reason given
3348: Got 1 failure:
3349: 2.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
3350: expected Selenium::WebDriver::Error::ElementClickInterceptedError, got Selenium::WebDriver::Error::WebDriverError with backtrace:
...
3357: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
3358: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/bridge.rb:392:in `click_element'
3359: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/element.rb:77:in `click'
3360: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block in WebDriver'
3361: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block in WebDriver'
3362: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block in WebDriver'
3363: 3) Selenium::WebDriver::Element sends key presses chords
3364: # Test guarded; no reason given
3365: Got 1 failure:
3366: 3.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
3367: expected: "Hello"
3368: got: "ello"
3369: (compared using ==)
3370: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:128:in `block in WebDriver'
3371: 4) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute returns String
3372: # Test guarded; no reason given
3373: Got 1 failure:
3374: 4.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
3375: expected: "true"
3376: got: "checked"
3377: (compared using ==)
3378: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:186:in `block in WebDriver'
3379: 5) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute does not update after click
3380: # Test guarded; no reason given
3381: Got 1 failure:
3382: 5.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
3383: expected: "true"
3384: got: "checked"
3385: (compared using ==)
3386: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:199:in `block in WebDriver'
3387: 6) Selenium::WebDriver::Element properties and attributes style #property returns object
3388: # Test guarded; no reason given
3389: Got 1 failure:
3390: 6.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
...
4804: +"x" => "",
4805: +"y" => "",
4806: +"z-index" => "",
4807: +"zIndex" => "",
4808: +"zoom" => "",
4809: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:321:in `block in WebDriver'
4810: 7) Selenium::WebDriver::Element properties and attributes property attribute case difference with attribute casing #dom_attribute returns a String
4811: # Test guarded; no reason given
4812: Got 1 failure:
4813: 7.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
4814: expected: "true"
4815: got: "readonly"
4816: (compared using ==)
4817: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:351:in `block in WebDriver'
4818: 8) Selenium::WebDriver::Element properties and attributes property attribute case difference with property casing #dom_attribute returns a String
4819: # Test guarded; no reason given
4820: Got 1 failure:
4821: 8.1) Failure/Error: assign_backtrace(failure) unless failure.backtrace
4822: expected: "true"
4823: got: "readonly"
4824: (compared using ==)
4825: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:371:in `block in WebDriver'
4826: Failures:
4827: 1) Selenium::WebDriver::Element clicks
4828: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4829: Selenium::WebDriver::Error::SessionNotCreatedError:
4830: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
4862: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4863: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
4864: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
4865: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4866: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4867: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4868: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:28:in `block in WebDriver'
4869: 2) Selenium::WebDriver::Element raises if element stale
4870: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4871: Selenium::WebDriver::Error::SessionNotCreatedError:
4872: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
4904: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4905: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
4906: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
4907: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4908: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4909: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4910: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb:51:in `block in WebDriver'
4911: Finished in 1 minute 14.74 seconds (files took 1.08 seconds to load)
4912: 83 examples, 2 failures, 8 pending
4913: Failed examples:
4914: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb[1:1]' # Selenium::WebDriver::Element clicks
4915: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/element_spec.rb[1:4]' # Selenium::WebDriver::Element raises if element stale
4916: ================================================================================
4917: ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
4918: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
4919: 2024-05-03 22:06:16 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4920: Running Ruby specs:
4921: An error occurred in a `before(:suite)` hook.
4922: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4923: Selenium::WebDriver::Error::SessionNotCreatedError:
4924: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
4956: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4957: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
4958: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
4959: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4960: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
4961: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4962: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
4963: Finished in 7.83 seconds (files took 1.06 seconds to load)
4964: 0 examples, 0 failures, 1 error occurred outside of examples
4965: ================================================================================
4966: ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
4967: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
4968: 2024-05-03 22:06:31 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4969: Running Ruby specs:
4970: An error occurred in a `before(:suite)` hook.
4971: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4972: Selenium::WebDriver::Error::SessionNotCreatedError:
4973: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5005: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5006: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5007: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5008: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5009: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5010: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5011: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5012: Finished in 7.59 seconds (files took 0.99304 seconds to load)
5013: 0 examples, 0 failures, 1 error occurred outside of examples
5014: ================================================================================
5015: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s local, disk-cache
5016: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 14s local, disk-cache
5017: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log)
5018: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 15s local, disk-cache
5019: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 28s local, disk-cache
5020: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log)
5021: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 30s local, disk-cache
5022: [32m[3,088 / 3,089][0m 13 / 24 tests, [31m[1m10 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 43s local, disk-cache
5023: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log)
5024: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (Summary)
5025: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log
5026: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
5027: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
5028: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
5029: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5030: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote:
5031: 2024-05-03 22:06:46 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5032: Running Ruby specs:
5033: An error occurred in a `before(:suite)` hook.
5034: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5035: Selenium::WebDriver::Error::SessionNotCreatedError:
5036: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5068: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5069: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5070: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5071: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5072: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5073: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5074: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5075: Finished in 7.57 seconds (files took 1.11 seconds to load)
5076: 0 examples, 0 failures, 1 error occurred outside of examples
5077: ================================================================================
5078: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
5079: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5080: 2024-05-03 22:07:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5081: Running Ruby specs:
5082: An error occurred in a `before(:suite)` hook.
5083: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5084: Selenium::WebDriver::Error::SessionNotCreatedError:
5085: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5117: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5118: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5119: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5120: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5121: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5122: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5123: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5124: Finished in 7.42 seconds (files took 1.02 seconds to load)
5125: 0 examples, 0 failures, 1 error occurred outside of examples
5126: ================================================================================
5127: ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
5128: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5129: 2024-05-03 22:07:15 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5130: Running Ruby specs:
5131: An error occurred in a `before(:suite)` hook.
5132: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5133: Selenium::WebDriver::Error::SessionNotCreatedError:
5134: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5166: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5167: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5168: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5169: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5170: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5171: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5172: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5173: Finished in 7.68 seconds (files took 0.92061 seconds to load)
5174: 0 examples, 0 failures, 1 error occurred outside of examples
5175: ================================================================================
5176: [32m[3,089 / 3,090][0m 14 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s local, disk-cache
5177: [32m[3,089 / 3,090][0m 14 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 14s local, disk-cache
5178: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log)
5179: [32m[3,089 / 3,090][0m 14 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 16s local, disk-cache
5180: [32m[3,089 / 3,090][0m 14 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 46s local, disk-cache
5181: [35mFLAKY: [0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (Summary)
5182: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
5183: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote:
5184: ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
5185: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5186: 2024-05-03 22:07:30 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5187: Running Ruby specs:
5188: An error occurred in a `before(:suite)` hook.
5189: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5190: Selenium::WebDriver::Error::SessionNotCreatedError:
5191: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5223: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5224: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5225: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5226: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5227: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5228: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5229: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5230: Finished in 7.73 seconds (files took 0.88181 seconds to load)
5231: 0 examples, 0 failures, 1 error occurred outside of examples
5232: ================================================================================
5233: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 1s local, disk-cache
5234: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 14s local, disk-cache
5235: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log)
5236: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 15s local, disk-cache
5237: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 28s local, disk-cache
5238: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log)
5239: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 30s local, disk-cache
5240: [32m[3,090 / 3,091][0m 15 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 49s local, disk-cache
5241: [35mFLAKY: [0m//rb/spec/integration/selenium/webdriver/safari:driver-safari-remote (Summary)
5242: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
5243: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
5244: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
5245: ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
5246: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5247: 2024-05-03 22:08:17 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5248: Running Ruby specs:
5249: An error occurred in a `before(:suite)` hook.
5250: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5251: Selenium::WebDriver::Error::SessionNotCreatedError:
5252: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5284: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5285: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5286: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5287: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5288: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5289: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5290: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5291: Finished in 7.42 seconds (files took 0.8547 seconds to load)
5292: 0 examples, 0 failures, 1 error occurred outside of examples
5293: ================================================================================
5294: ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote:
5295: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5296: 2024-05-03 22:08:31 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5297: Running Ruby specs:
5298: An error occurred in a `before(:suite)` hook.
5299: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5300: Selenium::WebDriver::Error::SessionNotCreatedError:
5301: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5333: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5334: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5335: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5336: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5337: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5338: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5339: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5340: Finished in 7.44 seconds (files took 0.85073 seconds to load)
5341: 0 examples, 0 failures, 1 error occurred outside of examples
5342: ================================================================================
5343: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 0s local, disk-cache
5344: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 14s local, disk-cache
5345: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log)
5346: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 16s local, disk-cache
5347: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 28s local, disk-cache
5348: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log)
5349: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 30s local, disk-cache
5350: [32m[3,091 / 3,092][0m 16 / 24 tests, [31m[1m11 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 43s local, disk-cache
5351: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log)
5352: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (Summary)
5353: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log
5354: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
5355: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log
5356: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
5357: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
5358: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5359: 2024-05-03 22:09:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5360: Running Ruby specs:
5361: An error occurred in a `before(:suite)` hook.
5362: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5363: Selenium::WebDriver::Error::SessionNotCreatedError:
5364: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5396: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5397: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5398: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5399: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5400: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5401: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5402: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5403: Finished in 7.3 seconds (files took 0.87384 seconds to load)
5404: 0 examples, 0 failures, 1 error occurred outside of examples
5405: ================================================================================
5406: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
5407: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5408: 2024-05-03 22:09:21 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5409: Running Ruby specs:
5410: An error occurred in a `before(:suite)` hook.
5411: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5412: Selenium::WebDriver::Error::SessionNotCreatedError:
5413: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5445: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5446: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5447: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5448: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5449: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5450: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5451: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5452: Finished in 7.29 seconds (files took 0.88201 seconds to load)
5453: 0 examples, 0 failures, 1 error occurred outside of examples
5454: ================================================================================
5455: ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
5456: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5457: 2024-05-03 22:09:36 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5458: Running Ruby specs:
5459: An error occurred in a `before(:suite)` hook.
5460: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5461: Selenium::WebDriver::Error::SessionNotCreatedError:
5462: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5494: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5495: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5496: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5497: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5498: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5499: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5500: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5501: Finished in 7.43 seconds (files took 1.12 seconds to load)
5502: 0 examples, 0 failures, 1 error occurred outside of examples
5503: ================================================================================
5504: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 1s local, disk-cache
5505: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 14s local, disk-cache
5506: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log)
5507: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 15s local, disk-cache
5508: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 28s local, disk-cache
5509: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log)
5510: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 29s local, disk-cache
5511: [32m[3,092 / 3,093][0m 17 / 24 tests, [31m[1m12 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 42s local, disk-cache
5512: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log)
5513: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:select-safari-remote (Summary)
5514: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log
5515: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
5516: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
5517: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:select-safari-remote:
5518: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
5519: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5520: 2024-05-03 22:09:51 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5521: Running Ruby specs:
5522: An error occurred in a `before(:suite)` hook.
5523: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5524: Selenium::WebDriver::Error::SessionNotCreatedError:
5525: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5557: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5558: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5559: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5560: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5561: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5562: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5563: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5564: Finished in 7.41 seconds (files took 0.91692 seconds to load)
5565: 0 examples, 0 failures, 1 error occurred outside of examples
5566: ================================================================================
5567: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
5568: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5569: 2024-05-03 22:10:05 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5570: Running Ruby specs:
5571: An error occurred in a `before(:suite)` hook.
5572: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5573: Selenium::WebDriver::Error::SessionNotCreatedError:
5574: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5606: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5607: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5608: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5609: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5610: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5611: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5612: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5613: Finished in 7.2 seconds (files took 0.9038 seconds to load)
5614: 0 examples, 0 failures, 1 error occurred outside of examples
5615: ================================================================================
5616: ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
5617: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
5618: 2024-05-03 22:10:19 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5619: Running Ruby specs:
5620: An error occurred in a `before(:suite)` hook.
5621: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5622: Selenium::WebDriver::Error::SessionNotCreatedError:
5623: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5655: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5656: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5657: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5658: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5659: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
5660: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5661: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
5662: Finished in 7.39 seconds (files took 0.92602 seconds to load)
5663: 0 examples, 0 failures, 1 error occurred outside of examples
5664: ================================================================================
5665: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s local, disk-cache
5666: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 164s local, disk-cache
5667: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log)
5668: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 165s local, disk-cache
5669: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 179s local, disk-cache
5670: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log)
5671: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 180s local, disk-cache
5672: [32m[3,093 / 3,094][0m 18 / 24 tests, [31m[1m13 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 332s local, disk-cache
5673: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log)
5674: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (Summary)
...
5698: handles exceptions inside the block
5699: switches to a window without a block
5700: uses the original window if the block closes the popup
5701: #new_window
5702: switches to a new window
5703: switches to a new tab
5704: raises exception when the new window type is not recognized
5705: switches to the new window then close it when given a block
5706: does not error if switching to a new window with a block that closes window
5707: with more than two windows
5708: closes current window via block (PENDING: Test guarded; no reason given)
5709: closes another window (PENDING: Test guarded; no reason given)
5710: iterates over open windows when current window is not closed (PENDING: Test guarded; no reason given)
5711: iterates over open windows when current window is closed (PENDING: Test guarded; no reason given)
5712: alerts
5713: allows the user to accept an alert (FAILED - 1)
5714: allows the user to dismiss an alert
5715: allows the user to set the value of a prompt
5716: allows the user to get the text of an alert
5717: raises when calling #text on a closed alert
5718: raises NoAlertOpenError if no alert is present
5719: unhandled alert error
5720: raises an UnexpectedAlertOpenError if an alert has not been dealt with (FAILED - 2)
5721: Pending: (Failures listed here are expected and do not affect your suite's status)
5722: 1) Selenium::WebDriver::TargetLocator with more than two windows closes current window via block
5723: # Test guarded; no reason given
5724: Got 0 failures and 2 other errors:
5725: 1.1) Failure/Error: raise Error::TimeoutError, msg
5726: Selenium::WebDriver::Error::TimeoutError:
5727: timed out after 10 seconds
5728: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5729: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:175:in `block in WebDriver'
5730: 1.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5731: Selenium::WebDriver::Error::SessionNotCreatedError:
5732: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5765: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5766: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5767: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5768: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5769: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5770: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
5771: 2) Selenium::WebDriver::TargetLocator with more than two windows closes another window
5772: # Test guarded; no reason given
5773: Got 0 failures and 2 other errors:
5774: 2.1) Failure/Error: raise Error::TimeoutError, msg
5775: Selenium::WebDriver::Error::TimeoutError:
5776: timed out after 10 seconds
5777: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5778: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:188:in `block in WebDriver'
5779: 2.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5780: Selenium::WebDriver::Error::SessionNotCreatedError:
5781: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5814: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5815: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5816: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5817: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5818: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5819: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
5820: 3) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is not closed
5821: # Test guarded; no reason given
5822: Got 0 failures and 2 other errors:
5823: 3.1) Failure/Error: raise Error::TimeoutError, msg
5824: Selenium::WebDriver::Error::TimeoutError:
5825: timed out after 10 seconds
5826: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5827: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:202:in `block in WebDriver'
5828: 3.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5829: Selenium::WebDriver::Error::SessionNotCreatedError:
5830: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5863: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5864: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5865: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5866: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5867: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5868: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
5869: 4) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is closed
5870: # Test guarded; no reason given
5871: Got 0 failures and 2 other errors:
5872: 4.1) Failure/Error: raise Error::TimeoutError, msg
5873: Selenium::WebDriver::Error::TimeoutError:
5874: timed out after 10 seconds
5875: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5876: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:221:in `block in WebDriver'
5877: 4.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5878: Selenium::WebDriver::Error::SessionNotCreatedError:
5879: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5912: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5913: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5914: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5915: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5916: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5917: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
5918: Failures:
5919: 1) Selenium::WebDriver::TargetLocator alerts allows the user to accept an alert
5920: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5921: Selenium::WebDriver::Error::SessionNotCreatedError:
5922: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5952: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/driver.rb:38:in `initialize'
5953: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
5954: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5955: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5956: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5957: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5958: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
5959: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:25:in `block in WebDriver'
5960: 2) Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
5961: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5962: Selenium::WebDriver::Error::SessionNotCreatedError:
5963: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
5995: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5996: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
5997: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
5998: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5999: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6000: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6001: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:328:in `block in WebDriver'
6002: Finished in 2 minutes 37.4 seconds (files took 0.95684 seconds to load)
6003: 26 examples, 2 failures, 4 pending
6004: Failed examples:
6005: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb[1:9:1]' # Selenium::WebDriver::TargetLocator alerts allows the user to accept an alert
6006: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb[1:9:7:1]' # Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
6007: ================================================================================
6008: ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
6009: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6010: 2024-05-03 22:13:19 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6011: Running Ruby specs:
6012: An error occurred in a `before(:suite)` hook.
6013: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6014: Selenium::WebDriver::Error::SessionNotCreatedError:
6015: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6047: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6048: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6049: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6050: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6051: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6052: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6053: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6054: Finished in 7.66 seconds (files took 1.25 seconds to load)
6055: 0 examples, 0 failures, 1 error occurred outside of examples
...
6076: handles exceptions inside the block
6077: switches to a window without a block
6078: uses the original window if the block closes the popup
6079: #new_window
6080: switches to a new window
6081: switches to a new tab
6082: raises exception when the new window type is not recognized
6083: switches to the new window then close it when given a block
6084: does not error if switching to a new window with a block that closes window
...
6088: iterates over open windows when current window is not closed (PENDING: Test guarded; no reason given)
6089: iterates over open windows when current window is closed (PENDING: Test guarded; no reason given)
6090: alerts
6091: allows the user to accept an alert
6092: allows the user to dismiss an alert
6093: allows the user to set the value of a prompt
6094: allows the user to get the text of an alert
6095: raises when calling #text on a closed alert
6096: raises NoAlertOpenError if no alert is present
6097: unhandled alert error
6098: raises an UnexpectedAlertOpenError if an alert has not been dealt with (FAILED - 1)
6099: Pending: (Failures listed here are expected and do not affect your suite's status)
6100: 1) Selenium::WebDriver::TargetLocator with more than two windows closes current window via block
6101: # Test guarded; no reason given
6102: Got 0 failures and 2 other errors:
6103: 1.1) Failure/Error: raise Error::TimeoutError, msg
6104: Selenium::WebDriver::Error::TimeoutError:
6105: timed out after 10 seconds
6106: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
6107: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:175:in `block in WebDriver'
6108: 1.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6109: Selenium::WebDriver::Error::SessionNotCreatedError:
6110: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6143: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6144: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6145: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6146: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6147: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6148: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
6149: 2) Selenium::WebDriver::TargetLocator with more than two windows closes another window
6150: # Test guarded; no reason given
6151: Got 0 failures and 2 other errors:
6152: 2.1) Failure/Error: raise Error::TimeoutError, msg
6153: Selenium::WebDriver::Error::TimeoutError:
6154: timed out after 10 seconds
6155: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
6156: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:188:in `block in WebDriver'
6157: 2.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6158: Selenium::WebDriver::Error::SessionNotCreatedError:
6159: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6192: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6193: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6194: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6195: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6196: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6197: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
6198: 3) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is not closed
6199: # Test guarded; no reason given
6200: Got 0 failures and 2 other errors:
6201: 3.1) Failure/Error: raise Error::TimeoutError, msg
6202: Selenium::WebDriver::Error::TimeoutError:
6203: timed out after 10 seconds
6204: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
6205: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:202:in `block in WebDriver'
6206: 3.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6207: Selenium::WebDriver::Error::SessionNotCreatedError:
6208: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6241: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6242: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6243: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6244: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6245: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6246: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
6247: 4) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is closed
6248: # Test guarded; no reason given
6249: Got 0 failures and 2 other errors:
6250: 4.1) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6251: Selenium::WebDriver::Error::SessionNotCreatedError:
6252: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6282: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/remote/driver.rb:38:in `initialize'
6283: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
6284: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6285: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6286: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6287: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6288: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
6289: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:25:in `block in WebDriver'
6290: 4.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6291: Selenium::WebDriver::Error::SessionNotCreatedError:
6292: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6324: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6325: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6326: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6327: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6328: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6329: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6330: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block in <main>'
6331: Failures:
6332: 1) Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
6333: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6334: Selenium::WebDriver::Error::SessionNotCreatedError:
6335: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6367: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6368: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6369: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6370: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6371: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
6372: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
6373: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb:328:in `block in WebDriver'
6374: Finished in 2 minutes 25.5 seconds (files took 0.84058 seconds to load)
6375: 26 examples, 1 failure, 4 pending
6376: Failed examples:
6377: rspec '/Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/target_locator_spec.rb[1:9:7:1]' # Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
6378: ================================================================================
6379: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 0s local, disk-cache
6380: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 15s local, disk-cache
6381: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log)
6382: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 16s local, disk-cache
6383: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 29s local, disk-cache
6384: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log)
6385: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 30s local, disk-cache
6386: [32m[3,094 / 3,095][0m 19 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 56s local, disk-cache
6387: [35mFLAKY: [0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote (Summary)
6388: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
6389: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
6390: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
6391: ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
6392: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6393: 2024-05-03 22:16:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6394: Running Ruby specs:
6395: An error occurred in a `before(:suite)` hook.
6396: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6397: Selenium::WebDriver::Error::SessionNotCreatedError:
6398: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6430: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6431: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6432: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6433: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6434: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6435: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6436: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6437: Finished in 7.62 seconds (files took 0.98526 seconds to load)
6438: 0 examples, 0 failures, 1 error occurred outside of examples
6439: ================================================================================
6440: ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote:
6441: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6442: 2024-05-03 22:16:22 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6443: Running Ruby specs:
6444: An error occurred in a `before(:suite)` hook.
6445: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6446: Selenium::WebDriver::Error::SessionNotCreatedError:
6447: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6479: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6480: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6481: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6482: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6483: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6484: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6485: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6486: Finished in 7.37 seconds (files took 0.93191 seconds to load)
6487: 0 examples, 0 failures, 1 error occurred outside of examples
6488: ================================================================================
6489: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 0s local, disk-cache
6490: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 14s local, disk-cache
6491: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log)
6492: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 16s local, disk-cache
6493: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 31s local, disk-cache
6494: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log)
6495: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 32s local, disk-cache
6496: [32m[3,095 / 3,096][0m 20 / 24 tests, [31m[1m14 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 46s local, disk-cache
6497: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log)
6498: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:window-safari-remote (Summary)
6499: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
6500: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
6501: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
6502: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:window-safari-remote:
6503: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
6504: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6505: 2024-05-03 22:17:04 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6506: Running Ruby specs:
6507: An error occurred in a `before(:suite)` hook.
6508: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6509: Selenium::WebDriver::Error::SessionNotCreatedError:
6510: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6542: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6543: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6544: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6545: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6546: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6547: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6548: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6549: Finished in 7.57 seconds (files took 0.93963 seconds to load)
6550: 0 examples, 0 failures, 1 error occurred outside of examples
6551: ================================================================================
6552: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
6553: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6554: 2024-05-03 22:17:20 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6555: Running Ruby specs:
6556: An error occurred in a `before(:suite)` hook.
6557: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6558: Selenium::WebDriver::Error::SessionNotCreatedError:
6559: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6591: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6592: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6593: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6594: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6595: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6596: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6597: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6598: Finished in 7.89 seconds (files took 1.17 seconds to load)
6599: 0 examples, 0 failures, 1 error occurred outside of examples
6600: ================================================================================
6601: ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
6602: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6603: 2024-05-03 22:17:36 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6604: Running Ruby specs:
6605: An error occurred in a `before(:suite)` hook.
6606: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6607: Selenium::WebDriver::Error::SessionNotCreatedError:
6608: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6640: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6641: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6642: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6643: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6644: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6645: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6646: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6647: Finished in 7.5 seconds (files took 1.1 seconds to load)
6648: 0 examples, 0 failures, 1 error occurred outside of examples
6649: ================================================================================
6650: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 0s local, disk-cache
6651: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 16s local, disk-cache
6652: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log)
6653: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 17s local, disk-cache
6654: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 31s local, disk-cache
6655: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log)
6656: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 33s local, disk-cache
6657: [32m[3,096 / 3,097][0m 21 / 24 tests, [31m[1m15 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 48s local, disk-cache
6658: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log)
6659: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (Summary)
6660: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log
6661: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
6662: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log
6663: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote:
6664: ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
6665: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6666: 2024-05-03 22:17:53 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6667: Running Ruby specs:
6668: An error occurred in a `before(:suite)` hook.
6669: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6670: Selenium::WebDriver::Error::SessionNotCreatedError:
6671: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6703: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6704: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6705: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6706: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6707: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6708: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6709: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6710: Finished in 8.04 seconds (files took 1.04 seconds to load)
6711: 0 examples, 0 failures, 1 error occurred outside of examples
6712: ================================================================================
6713: ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
6714: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6715: 2024-05-03 22:18:09 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6716: Running Ruby specs:
6717: An error occurred in a `before(:suite)` hook.
6718: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6719: Selenium::WebDriver::Error::SessionNotCreatedError:
6720: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6752: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6753: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6754: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6755: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6756: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6757: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6758: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6759: Finished in 7.63 seconds (files took 0.95102 seconds to load)
6760: 0 examples, 0 failures, 1 error occurred outside of examples
6761: ================================================================================
6762: ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
6763: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6764: 2024-05-03 22:18:25 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6765: Running Ruby specs:
6766: An error occurred in a `before(:suite)` hook.
6767: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6768: Selenium::WebDriver::Error::SessionNotCreatedError:
6769: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6801: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6802: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6803: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6804: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6805: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6806: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6807: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6808: Finished in 7.77 seconds (files took 1.03 seconds to load)
6809: 0 examples, 0 failures, 1 error occurred outside of examples
6810: ================================================================================
6811: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 0s local, disk-cache
6812: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 15s local, disk-cache
6813: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log)
6814: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 16s local, disk-cache
6815: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 30s local, disk-cache
6816: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log)
6817: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 32s local, disk-cache
6818: [32m[3,097 / 3,098][0m 22 / 24 tests, [31m[1m16 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 48s local, disk-cache
6819: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log)
6820: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
6821: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (Summary)
6822: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6823: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
6824: 2024-05-03 22:18:40 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6825: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
6826: Running Ruby specs:
6827: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
6828: [32mINFO: [0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
6829: An error occurred in a `before(:suite)` hook.
6830: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6831: Selenium::WebDriver::Error::SessionNotCreatedError:
6832: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6864: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6865: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6866: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6867: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6868: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6869: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6870: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6871: Finished in 7.81 seconds (files took 0.96146 seconds to load)
6872: 0 examples, 0 failures, 1 error occurred outside of examples
6873: ================================================================================
6874: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
6875: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6876: 2024-05-03 22:18:56 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6877: Running Ruby specs:
6878: An error occurred in a `before(:suite)` hook.
6879: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6880: Selenium::WebDriver::Error::SessionNotCreatedError:
6881: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6913: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6914: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6915: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6916: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6917: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6918: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6919: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6920: Finished in 7.74 seconds (files took 0.91572 seconds to load)
6921: 0 examples, 0 failures, 1 error occurred outside of examples
6922: ================================================================================
6923: ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
6924: WARNING: Unable to find ~/.rspec because the HOME environment variable is not set. Called from /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/external/rules_ruby~~ruby~bundle/vendor/bundle/jruby/3.1.0/gems/rspec-core-3.13.0/exe/rspec:4:in `<main>'.
6925: 2024-05-03 22:19:13 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
6926: Running Ruby specs:
6927: An error occurred in a `before(:suite)` hook.
6928: Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
6929: Selenium::WebDriver::Error::SessionNotCreatedError:
6930: Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...
6962: # /Users/runner/work/selenium/selenium/rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
6963: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:222:in `remote_driver'
6964: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:164:in `create_driver!'
6965: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
6966: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:197:in `current_env'
6967: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
6968: # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block in <main>'
6969: Finished in 8.29 seconds (files took 1.08 seconds to load)
6970: 0 examples, 0 failures, 1 error occurred outside of examples
6971: ================================================================================
6972: [32m[3,098 / 3,099][0m 23 / 24 tests, [31m[1m17 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 0s local, disk-cache
6973: [32m[3,098 / 3,099][0m 23 / 24 tests, [31m[1m17 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 29s local, disk-cache
6974: [32mINFO: [0mFound 24 test targets...
6975: [32mINFO: [0mElapsed time: 1945.158s, Critical Path: 404.32s
6976: [32mINFO: [0m2869 processes: 18 disk cache hit, 1085 internal, 730 darwin-sandbox, 181 local, 855 worker.
6977: [32mINFO: [0mBuild completed, 17 tests FAILED, 2869 total actions
6978: //rb/spec/integration/selenium/webdriver:bidi-safari-remote [0m[32mPASSED[0m in 100.6s
6979: //rb/spec/integration/selenium/webdriver:navigation-safari-remote [0m[32mPASSED[0m in 29.2s
6980: //rb/spec/integration/selenium/webdriver:listener-safari-remote [0m[35mFLAKY[0m, failed in 1 out of 2 in 31.6s
6981: Stats over 2 runs: max = 31.6s, min = 14.4s, avg = 23.0s, dev = 8.6s
6982: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
6983: //rb/spec/integration/selenium/webdriver:manager-safari-remote [0m[35mFLAKY[0m, failed in 1 out of 2 in 26.5s
6984: Stats over 2 runs: max = 26.5s, min = 14.0s, avg = 20.3s, dev = 6.2s
6985: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
6986: //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote [0m[35mFLAKY[0m, failed in 2 out of 3 in 27.2s
6987: Stats over 3 runs: max = 27.2s, min = 14.0s, avg = 18.8s, dev = 6.0s
6988: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_1.log
6989: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari-remote/test_attempts/attempt_2.log
6990: //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote [0m[35mFLAKY[0m, failed in 2 out of 3 in 19.6s
6991: Stats over 3 runs: max = 19.6s, min = 14.0s, avg = 15.9s, dev = 2.6s
6992: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
6993: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_2.log
6994: //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote [0m[35mFLAKY[0m, failed in 2 out of 3 in 20.6s
6995: Stats over 3 runs: max = 20.6s, min = 14.2s, avg = 16.4s, dev = 3.0s
6996: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_1.log
6997: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari-remote/test_attempts/attempt_2.log
6998: //rb/spec/integration/selenium/webdriver:action_builder-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 143.5s
6999: Stats over 3 runs: max = 143.5s, min = 13.7s, avg = 57.1s, dev = 61.1s
7000: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test.log
7001: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
7002: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_2.log
7003: //rb/spec/integration/selenium/webdriver:devtools-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 17.8s
7004: Stats over 3 runs: max = 17.8s, min = 15.0s, avg = 16.1s, dev = 1.2s
7005: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test.log
7006: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
7007: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_2.log
7008: //rb/spec/integration/selenium/webdriver:driver-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.3s
7009: Stats over 3 runs: max = 14.3s, min = 14.1s, avg = 14.2s, dev = 0.1s
7010: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
7011: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
7012: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
7013: //rb/spec/integration/selenium/webdriver:element-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 82.6s
7014: Stats over 3 runs: max = 82.6s, min = 14.6s, avg = 37.3s, dev = 32.0s
7015: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
7016: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
7017: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
7018: //rb/spec/integration/selenium/webdriver:error-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.6s
7019: Stats over 3 runs: max = 14.6s, min = 14.4s, avg = 14.5s, dev = 0.1s
7020: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test.log
7021: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
7022: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
7023: //rb/spec/integration/selenium/webdriver:guard-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 16.5s
7024: Stats over 3 runs: max = 16.5s, min = 15.2s, avg = 15.9s, dev = 0.6s
7025: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test.log
7026: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
7027: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_2.log
7028: //rb/spec/integration/selenium/webdriver:select-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.2s
7029: Stats over 3 runs: max = 14.2s, min = 14.1s, avg = 14.2s, dev = 0.0s
7030: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test.log
7031: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
7032: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_2.log
7033: //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 16.2s
7034: Stats over 3 runs: max = 16.2s, min = 14.0s, avg = 14.9s, dev = 0.9s
7035: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
7036: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
7037: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
7038: //rb/spec/integration/selenium/webdriver:storage-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.9s
7039: Stats over 3 runs: max = 14.9s, min = 14.3s, avg = 14.5s, dev = 0.3s
7040: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test.log
7041: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
7042: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
7043: //rb/spec/integration/selenium/webdriver:target_locator-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 164.4s
7044: Stats over 3 runs: max = 164.4s, min = 14.9s, avg = 110.6s, dev = 67.8s
7045: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log
7046: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
7047: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
7048: //rb/spec/integration/selenium/webdriver:timeout-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 29.5s
7049: Stats over 3 runs: max = 29.5s, min = 14.1s, avg = 19.3s, dev = 7.2s
7050: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test.log
7051: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
7052: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
7053: //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.6s
7054: Stats over 3 runs: max = 14.6s, min = 13.7s, avg = 14.1s, dev = 0.4s
7055: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
7056: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
7057: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
7058: //rb/spec/integration/selenium/webdriver:window-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 16.2s
7059: Stats over 3 runs: max = 16.2s, min = 14.9s, avg = 15.5s, dev = 0.6s
7060: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
7061: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
7062: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
7063: //rb/spec/integration/selenium/webdriver:zipper-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 14.9s
7064: Stats over 3 runs: max = 14.9s, min = 14.3s, avg = 14.6s, dev = 0.3s
7065: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log
7066: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
7067: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
7068: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 15.5s
7069: Stats over 3 runs: max = 15.5s, min = 13.6s, avg = 14.5s, dev = 0.8s
7070: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test.log
7071: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
7072: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_2.log
7073: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 15.1s
7074: Stats over 3 runs: max = 15.1s, min = 14.0s, avg = 14.4s, dev = 0.4s
7075: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test.log
7076: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
7077: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_2.log
7078: //rb/spec/integration/selenium/webdriver/remote:element-safari-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 16.8s
7079: Stats over 3 runs: max = 16.8s, min = 14.8s, avg = 15.7s, dev = 0.9s
7080: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test.log
7081: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
7082: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_2.log
7083: Executed 24 out of 24 tests: 7 tests pass and [0m[31m[1m17 fail locally[0m.
7084: There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
7085: [0m
7086: ##[error]Process completed with exit code 3.
7087: Post job cleanup.
7088: ##[group]Save cache for external-rb-remote-safari-test-manifest
7089: Attempting to save /var/folders/bc/7ycrpl196j7dsckgtn2m6g800000gn/T/external-cache-manifest.txt cache to setup-bazel-2-darwin-external-rb-remote-safari-test-manifest-7bbaef8aa0be0197ad78c0c6bcdc9b491714bba74de3d819644e574d7a81153c
7090: [command]/usr/local/bin/gtar --posix -cf cache.tzst --exclude cache.tzst -P -C /Users/runner/work/selenium/selenium --files-from manifest.txt --delay-directory-restore --use-compress-program zstdmt
7091: Failed to save: Unable to reserve cache with key setup-bazel-2-darwin-external-rb-remote-safari-test-manifest-7bbaef8aa0be0197ad78c0c6bcdc9b491714bba74de3d819644e574d7a81153c, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/13906/merge, Key: setup-bazel-2-darwin-external-rb-remote-safari-test-manifest-7bbaef8aa0be0197ad78c0c6bcdc9b491714bba74de3d819644e574d7a81153c, Version: b891bdb203c78463749501e6e94234ab11d9ba1f55c4fd7e4d296504db4a5ab5
|