Relevant error logs:
1: ##[group]Operating System
2: Microsoft Windows Server 2022
...
792: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/@[email protected]/node_modules/@popperjs/core/lib/utils/computeOffsets.js.flow, 1.9 KiB / 1.9 KiB; 166s disk-cache ... (4 actions, 1 running)
793: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/@[email protected]/node_modules/@wry/context/lib/index.js; 167s disk-cache ... (4 actions, 1 running)
794: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/caniuse-lite/data/features/css-dir-pseudo.js; 168s disk-cache ... (4 actions, 1 running)
795: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/caniuse-lite/data/features/geolocation.js; 169s disk-cache ... (4 actions, 1 running)
796: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/caniuse-lite/data/features/selectlist.js; 170s disk-cache ... (4 actions, 1 running)
797: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/caniuse-lite/data/regions/ER.js; 171s disk-cache ... (4 actions, 1 running)
798: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/chalk/readme.md, 10.5 KiB / 10.5 KiB; 172s disk-cache ... (4 actions, 1 running)
799: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/dom-helpers/esm/contains.d.ts; 173s disk-cache ... (4 actions, 1 running)
800: [32m[2,577 / 3,139][0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; Downloading node_modules/.aspect_rules_js/[email protected]/node_modules/graphql/error/GraphQLError.d.ts, 5.1 KiB / 5.1 KiB; 174s disk-cache ... (4 actions, 1 running)
...
818: C:\Users\RUNNER~1\AppData\Local\Temp\Bazel.runfiles_l50l3l5v\runfiles\rules_python~~python~python_3_8_x86_64-pc-windows-msvc\lib\zipfile.py:1525: UserWarning: Duplicate name: 'grid-ui/'
819: return self._open_to_write(zinfo, force_zip64=force_zip64)
820: [32m[2,989 / 3,139][0m Building java/src/org/openqa/selenium/docker/libdocker.jar (26 source files); 1s disk-cache, multiplex-worker ... (4 actions, 2 running)
821: [32m[3,010 / 3,139][0m [Prepa] RunBinary rb/lib/selenium/devtools/v85.rb ... (4 actions, 1 running)
822: [32m[3,012 / 3,139][0m [Prepa] RunBinary rb/lib/selenium/devtools/v85.rb; 4s ... (4 actions, 3 running)
823: [32m[3,012 / 3,139][0m Installing external/rules_ruby~~ruby~bundle/rb/vendor/cache/bundler-2.5.14.gem (@bundle//:bundler-2.5.14); 2s local, disk-cache ... (4 actions running)
824: [32m[3,018 / 3,139][0m Installing external/rules_ruby~~ruby~bundle/rb/vendor/cache/bundler-2.5.14.gem (@bundle//:bundler-2.5.14); 3s local, disk-cache ... (2 actions running)
825: [32mINFO: [0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
826: java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
827: private final ErrorCodes errorCodes;
828: ^
829: java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
830: this.errorCodes = new ErrorCodes();
831: ^
832: java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
833: public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
834: ^
835: java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
836: ErrorCodes errorCodes = new ErrorCodes();
837: ^
838: java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
839: ErrorCodes errorCodes = new ErrorCodes();
840: ^
841: java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
842: response.setStatus(ErrorCodes.SUCCESS);
843: ^
844: java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
845: response.setState(ErrorCodes.SUCCESS_STRING);
846: ^
847: java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
848: new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
849: ^
850: java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
851: new ErrorCodes().getExceptionType((String) rawError);
852: ^
853: 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
854: private final ErrorCodes errorCodes = new ErrorCodes();
855: ^
856: 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
857: private final ErrorCodes errorCodes = new ErrorCodes();
858: ^
859: 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
860: int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
861: ^
862: 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
863: response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
864: ^
865: 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
866: response.setStatus(ErrorCodes.UNHANDLED_ERROR);
867: ^
868: java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
869: response.setStatus(ErrorCodes.SUCCESS);
870: ^
871: java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
872: response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
873: ^
874: 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
875: response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
876: ^
877: 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
878: private final ErrorCodes errorCodes = new ErrorCodes();
879: ^
880: 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
881: private final ErrorCodes errorCodes = new ErrorCodes();
882: ^
883: 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
884: response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
885: ^
886: 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
887: response.setStatus(ErrorCodes.UNHANDLED_ERROR);
888: ^
889: 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
890: response.setStatus(ErrorCodes.SUCCESS);
...
1070: [32m[3,147 / 3,163][0m 8 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 37s ... (4 actions, 1 running)
1071: [32m[3,147 / 3,163][0m 8 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 38s ... (4 actions, 1 running)
1072: [32m[3,147 / 3,163][0m 8 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 48s ... (4 actions, 1 running)
1073: [32m[3,147 / 3,163][0m 8 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:guard-edge-remote; 51s ... (4 actions, 1 running)
1074: [32m[3,147 / 3,163][0m 8 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 40s ... (4 actions, 2 running)
1075: [32m[3,148 / 3,163][0m 9 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 42s ... (4 actions, 1 running)
1076: [32m[3,148 / 3,163][0m 9 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 52s ... (4 actions, 1 running)
1077: [32m[3,148 / 3,163][0m 9 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:element-edge-remote; 54s ... (4 actions, 1 running)
1078: [32m[3,149 / 3,163][0m 10 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 21s ... (4 actions, 1 running)
1079: [32m[3,149 / 3,163][0m 10 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 22s ... (4 actions, 1 running)
1080: [32m[3,149 / 3,163][0m 10 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 32s ... (4 actions, 1 running)
1081: [32m[3,149 / 3,163][0m 10 / 29 tests;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-edge-remote; 35s ... (4 actions, 1 running)
...
1122: [32m[3,158 / 3,163][0m 19 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 191s local, disk-cache ... (4 actions, 2 running)
1123: [32m[3,158 / 3,163][0m 19 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 194s local, disk-cache ... (4 actions, 2 running)
1124: [32m[3,158 / 3,163][0m 19 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 196s local, disk-cache ... (4 actions, 2 running)
1125: [32m[3,159 / 3,163][0m 20 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 197s local, disk-cache ... (4 actions, 1 running)
1126: [32m[3,159 / 3,163][0m 20 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 207s local, disk-cache ... (4 actions, 1 running)
1127: [32m[3,159 / 3,163][0m 20 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 212s local, disk-cache ... (4 actions, 1 running)
1128: [32m[3,159 / 3,163][0m 20 / 29 tests;[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote; 224s local, disk-cache ... (4 actions, 2 running)
1129: [31m[1mFAIL: [0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log)
1130: [31m[1mFAILED: [0m//rb/spec/integration/selenium/webdriver/remote:driver-edge-remote (Summary)
...
1145: Selenium::WebDriver::Remote::Driver
1146: exposes session_id
1147: exposes remote status
1148: Request#[] is deprecated and will be removed in a future version of Rack. Please use request.params[] instead
1149: uses a default file detector
1150: lists downloads
1151: downloads a file
1152: deletes downloadable files
1153: errors when not set (FAILED - 1)
1154: Failures:
1155: 1) Selenium::WebDriver::Remote::Driver errors when not set
1156: Failure/Error:
1157: expect {
1158: driver.downloadable_files
1159: }.to raise_exception(Error::WebDriverError,
1160: 'You must enable downloads in order to work with downloadable files.')
1161: expected Selenium::WebDriver::Error::WebDriverError with "You must enable downloads in order to work with downloadable files.", got #<Selenium::WebDriver::Error::UnknownError: Cannot find downloads file system for session id: 7a7ad2f... os.arch: 'amd64', os.version: '10.0', java.version: '17.0.11'
1162: Driver info: driver.version: unknown> with backtrace:
1163: # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1164: # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...
1170: # ./rb/lib/selenium/webdriver/remote/http/common.rb:67:in `call'
1171: # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1172: # ./rb/lib/selenium/webdriver/remote/features.rb:62:in `downloadable_files'
1173: # ./rb/lib/selenium/webdriver/common/driver_extensions/has_file_downloads.rb:27:in `downloadable_files'
1174: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:87:in `block (3 levels) in <module:Remote>'
1175: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1176: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1177: Finished in 22.07 seconds (files took 0.64708 seconds to load)
1178: 7 examples, 1 failure
1179: Failed examples:
1180: rspec ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:84 # Selenium::WebDriver::Remote::Driver errors when not set
...
1192: Selenium::WebDriver::Remote::Driver
1193: exposes session_id
1194: exposes remote status
1195: Request#[] is deprecated and will be removed in a future version of Rack. Please use request.params[] instead
1196: uses a default file detector
1197: lists downloads
1198: downloads a file
1199: deletes downloadable files
1200: errors when not set (FAILED - 1)
1201: Failures:
1202: 1) Selenium::WebDriver::Remote::Driver errors when not set
1203: Failure/Error:
1204: expect {
1205: driver.downloadable_files
1206: }.to raise_exception(Error::WebDriverError,
1207: 'You must enable downloads in order to work with downloadable files.')
1208: expected Selenium::WebDriver::Error::WebDriverError with "You must enable downloads in order to work with downloadable files.", got #<Selenium::WebDriver::Error::UnknownError: Cannot find downloads file system for session id: 18d580c... os.arch: 'amd64', os.version: '10.0', java.version: '17.0.11'
1209: Driver info: driver.version: unknown> with backtrace:
1210: # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1211: # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...
1217: # ./rb/lib/selenium/webdriver/remote/http/common.rb:67:in `call'
1218: # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1219: # ./rb/lib/selenium/webdriver/remote/features.rb:62:in `downloadable_files'
1220: # ./rb/lib/selenium/webdriver/common/driver_extensions/has_file_downloads.rb:27:in `downloadable_files'
1221: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:87:in `block (3 levels) in <module:Remote>'
1222: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1223: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1224: Finished in 20.86 seconds (files took 0.73305 seconds to load)
1225: 7 examples, 1 failure
1226: Failed examples:
1227: rspec ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:84 # Selenium::WebDriver::Remote::Driver errors when not set
...
1239: Selenium::WebDriver::Remote::Driver
1240: exposes session_id
1241: exposes remote status
1242: Request#[] is deprecated and will be removed in a future version of Rack. Please use request.params[] instead
1243: uses a default file detector
1244: lists downloads
1245: downloads a file
1246: deletes downloadable files
1247: errors when not set (FAILED - 1)
1248: Failures:
1249: 1) Selenium::WebDriver::Remote::Driver errors when not set
1250: Failure/Error:
1251: expect {
1252: driver.downloadable_files
1253: }.to raise_exception(Error::WebDriverError,
1254: 'You must enable downloads in order to work with downloadable files.')
1255: expected Selenium::WebDriver::Error::WebDriverError with "You must enable downloads in order to work with downloadable files.", got #<Selenium::WebDriver::Error::UnknownError: Cannot find downloads file system for session id: 229fac4... os.arch: 'amd64', os.version: '10.0', java.version: '17.0.11'
1256: Driver info: driver.version: unknown> with backtrace:
1257: # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1258: # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...
1264: # ./rb/lib/selenium/webdriver/remote/http/common.rb:67:in `call'
1265: # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1266: # ./rb/lib/selenium/webdriver/remote/features.rb:62:in `downloadable_files'
1267: # ./rb/lib/selenium/webdriver/common/driver_extensions/has_file_downloads.rb:27:in `downloadable_files'
1268: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:87:in `block (3 levels) in <module:Remote>'
1269: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1270: # ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:86:in `block (2 levels) in <module:Remote>'
1271: Finished in 21.17 seconds (files took 0.62443 seconds to load)
1272: 7 examples, 1 failure
1273: Failed examples:
1274: rspec ./rb/spec/integration/selenium/webdriver/remote/driver_spec.rb:84 # Selenium::WebDriver::Remote::Driver errors when not set
1275: ================================================================================
1276: [32m[3,160 / 3,163][0m 21 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 31s ... (3 actions, 1 running)
1277: [32m[3,160 / 3,163][0m 21 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 41s ... (3 actions, 1 running)
1278: [32m[3,160 / 3,163][0m 21 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 39s ... (3 actions, 2 running)
1279: [32m[3,161 / 3,163][0m 22 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 41s ... (2 actions, 1 running)
1280: [32m[3,161 / 3,163][0m 22 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 51s ... (2 actions, 1 running)
1281: [32m[3,161 / 3,163][0m 22 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:select-edge-remote; 25s local, disk-cache ... (2 actions running)
1282: [32m[3,162 / 3,163][0m 23 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 1s local, disk-cache
1283: [32m[3,162 / 3,163][0m 23 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 11s local, disk-cache
1284: [32m[3,162 / 3,163][0m 23 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:window-edge-remote; 17s local, disk-cache
1285: [32m[3,163 / 3,164][0m 24 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-edge-remote; 0s disk-cache
1286: [32m[3,163 / 3,164][0m 24 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:script-edge-remote
1287: [32m[3,163 / 3,164][0m 24 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-edge-remote; 2s local, disk-cache
1288: [32m[3,163 / 3,164][0m 24 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-edge-remote; 14s local, disk-cache
1289: [32m[3,164 / 3,165][0m 25 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 0s disk-cache
1290: [32m[3,164 / 3,165][0m 25 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote
1291: [32m[3,164 / 3,165][0m 25 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 1s local, disk-cache
1292: [32m[3,164 / 3,165][0m 25 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:devtools-edge-remote; 85s local, disk-cache
1293: [32m[3,165 / 3,166][0m 26 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 0s disk-cache
1294: [32m[3,165 / 3,166][0m 26 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote
1295: [32m[3,165 / 3,166][0m 26 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 1s local, disk-cache
1296: [32m[3,165 / 3,166][0m 26 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote; 14s local, disk-cache
1297: [32m[3,166 / 3,167][0m 27 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s disk-cache
1298: [32m[3,166 / 3,167][0m 27 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote
1299: [32m[3,166 / 3,167][0m 27 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 1s local, disk-cache
1300: [32m[3,166 / 3,167][0m 27 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote; 14s local, disk-cache
1301: [32m[3,167 / 3,168][0m 28 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s disk-cache
1302: [32m[3,167 / 3,168][0m 28 / 29 tests, [31m[1m1 failed[0m;[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote
1303: [32m[3,167 / 3,168][0m 28 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 1s local, disk-cache
1304: [32m[3,167 / 3,168][0m 28 / 29 tests, [31m[1m1 failed[0m;[0m Testing //rb/spec/integration/selenium/webdriver:bidi-edge-remote; 14s local, disk-cache
1305: [32mINFO: [0mFound 29 test targets...
1306: [32mINFO: [0mElapsed time: 1660.586s, Critical Path: 765.01s
1307: [32mINFO: [0m2889 processes: 1499 disk cache hit, 1180 internal, 150 local, 60 worker.
1308: [32mINFO: [0mBuild completed, 1 test FAILED, 2889 total actions
1309: //rb/spec/integration/selenium/webdriver:action_builder-edge-remote [0m[32mPASSED[0m in 27.4s
1310: //rb/spec/integration/selenium/webdriver:bidi-edge-remote [0m[32mPASSED[0m in 14.5s
1311: //rb/spec/integration/selenium/webdriver:devtools-edge-remote [0m[32mPASSED[0m in 85.2s
1312: //rb/spec/integration/selenium/webdriver:driver-edge-remote [0m[32mPASSED[0m in 35.9s
1313: //rb/spec/integration/selenium/webdriver:element-edge-remote [0m[32mPASSED[0m in 29.3s
1314: //rb/spec/integration/selenium/webdriver:error-edge-remote [0m[32mPASSED[0m in 14.4s
...
1329: //rb/spec/integration/selenium/webdriver/bidi:browsing_context-edge-remote [0m[32mPASSED[0m in 14.5s
1330: //rb/spec/integration/selenium/webdriver/bidi:log_inspector-edge-remote [0m[32mPASSED[0m in 14.4s
1331: //rb/spec/integration/selenium/webdriver/bidi:script-edge-remote [0m[32mPASSED[0m in 14.6s
1332: //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote [0m[32mPASSED[0m in 34.0s
1333: //rb/spec/integration/selenium/webdriver/edge:options-edge-remote [0m[32mPASSED[0m in 21.7s
1334: //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote [0m[32mPASSED[0m in 44.4s
1335: //rb/spec/integration/selenium/webdriver/edge:service-edge-remote [0m[32mPASSED[0m in 21.8s
1336: //rb/spec/integration/selenium/webdriver/remote:element-edge-remote [0m[32mPASSED[0m in 16.6s
1337: //rb/spec/integration/selenium/webdriver/remote:driver-edge-remote [0m[31m[1mFAILED[0m in 3 out of 3 in 29.0s
1338: Stats over 3 runs: max = 29.0s, min = 28.1s, avg = 28.4s, dev = 0.4s
1339: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test.log
1340: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_1.log
1341: D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-edge-remote/test_attempts/attempt_2.log
1342: Executed 29 out of 29 tests: 28 tests pass and [0m[31m[1m1 fails locally[0m.
1343: There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
1344: [0m
1345: ##[error]Process completed with exit code 1.
|