You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decided to log note (at info level) instead of just handling the nil so if it errors the user gets additional understanding, and if it doesn't error it still notes that the code is going through an unexpected process.
💡 Additional Considerations
None
🔄 Types of changes
Bug fix (backwards compatible)
PR Type
Bug fix, Tests
Description
Refactored Selenium Manager command execution and error handling
Extracted command execution, result parsing, and validation into separate methods
Improved logging for nil or invalid process exit statuses
Now uses result if present, even if exit status is nil
Added and updated unit tests for new error handling logic
Tests for nil exit status with present result
Tests for nil result with successful exit status
Changes walkthrough 📝
Relevant files
Bug fix
selenium_manager.rb
Refactor and improve Selenium Manager command error handling
The error message in validate_command_result includes status&.exitstatus which could display as nil in error messages. Consider providing a more descriptive message when exitstatus is nil.
The log message for nil status could be clearer. "Invalid process exit status" might be confusing - consider "Nil process exit status detected" for more precision.
WebDriver.logger.info("Invalid process exit status for: #{command}. Assuming success if result is present.",id: :selenium_manager)
✅ Fix inconsistent log messageSuggestion Impact:The commit changed the log message to address the inconsistency, but used different wording ('No exit status') than what was suggested ('No valid process exit status')
code diff:
- WebDriver.logger.info("Invalid process exit status for: #{command}. Assuming success if result is present.",+ WebDriver.logger.info("No exit status for: #{command}. Assuming success if result is present.",
id: :selenium_manager)
The log message doesn't match the test expectation. The test expects a message containing "No valid process exit status" but the actual message uses "Invalid process exit status". Update the log message to match the test expectation.
def validate_command_result(command, status, result, stderr)
if status.nil? || status.exitstatus.nil?
- WebDriver.logger.info("Invalid process exit status for: #{command}. Assuming success if result is present.",+ WebDriver.logger.info("No valid process exit status for: #{command}. Assuming success if result is present.",
id: :selenium_manager)
end
return unless status&.exitstatus&.positive? || result.nil?
raise Error::WebDriverError,
"Unsuccessful command executed: #{command} - Code #{status&.exitstatus}\n#{result}\n#{stderr}"
end
[Suggestion has been applied]
Suggestion importance[1-10]: 6
__
Why: The suggestion correctly identifies a mismatch between the log message in the validate_command_result method and the expectation in the corresponding new test in selenium_manager_spec.rb. Applying the fix ensures the test passes and maintains consistency.
The action failed because the repository couldn't download a required dependency. Specifically, the error occurred when trying to download zlib from GitHub:
This failure happened during the Bazel build process when trying to fetch the zlib repository
The error is shown in lines 1806-1815 of the log
This dependency failure caused the analysis of numerous targets to fail, as shown by the many "errors encountered while analyzing target" warnings that followed.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
945: Package 'php-sql-formatter' is not installed, so not removed946: Package 'php8.3-ssh2' is not installed, so not removed947: Package 'php-ssh2-all-dev' is not installed, so not removed948: Package 'php8.3-stomp' is not installed, so not removed949: Package 'php-stomp-all-dev' is not installed, so not removed950: Package 'php-swiftmailer' is not installed, so not removed951: Package 'php-symfony' is not installed, so not removed952: Package 'php-symfony-asset' is not installed, so not removed953: Package 'php-symfony-asset-mapper' is not installed, so not removed954: Package 'php-symfony-browser-kit' is not installed, so not removed955: Package 'php-symfony-clock' is not installed, so not removed956: Package 'php-symfony-debug-bundle' is not installed, so not removed957: Package 'php-symfony-doctrine-bridge' is not installed, so not removed958: Package 'php-symfony-dom-crawler' is not installed, so not removed959: Package 'php-symfony-dotenv' is not installed, so not removed960: Package 'php-symfony-error-handler' is not installed, so not removed961: Package 'php-symfony-event-dispatcher' is not installed, so not removed
...
1139: Package 'php-twig-html-extra' is not installed, so not removed1140: Package 'php-twig-i18n-extension' is not installed, so not removed1141: Package 'php-twig-inky-extra' is not installed, so not removed1142: Package 'php-twig-intl-extra' is not installed, so not removed1143: Package 'php-twig-markdown-extra' is not installed, so not removed1144: Package 'php-twig-string-extra' is not installed, so not removed1145: Package 'php8.3-uopz' is not installed, so not removed1146: Package 'php-uopz-all-dev' is not installed, so not removed1147: Package 'php8.3-uploadprogress' is not installed, so not removed1148: Package 'php-uploadprogress-all-dev' is not installed, so not removed1149: Package 'php8.3-uuid' is not installed, so not removed1150: Package 'php-uuid-all-dev' is not installed, so not removed1151: Package 'php-validate' is not installed, so not removed1152: Package 'php-vlucas-phpdotenv' is not installed, so not removed1153: Package 'php-voku-portable-ascii' is not installed, so not removed1154: Package 'php-wmerrors' is not installed, so not removed1155: Package 'php-xdebug-all-dev' is not installed, so not removed
...
1791: �[32m[65 / 219]�[0m checking cached actions1792: (21:17:18) �[32mAnalyzing:�[0m 2289 targets (1432 packages loaded, 43122 targets configured)1793: �[32m[846 / 996]�[0m checking cached actions1794: (21:17:23) �[32mAnalyzing:�[0m 2289 targets (1437 packages loaded, 43312 targets configured)1795: �[32m[846 / 996]�[0m checking cached actions1796: (21:17:27) �[32mINFO: �[0mFrom Building external/contrib_rules_jvm+/java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/liballow.jar (1 source file):1797: warning: [options] source value 8 is obsolete and will be removed in a future release1798: warning: [options] target value 8 is obsolete and will be removed in a future release1799: warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.1800: (21:17:28) �[32mINFO: �[0mFrom Building external/contrib_rules_jvm+/java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/libjunit5-compile-class.jar (19 source files):1801: warning: [options] source value 8 is obsolete and will be removed in a future release1802: warning: [options] target value 8 is obsolete and will be removed in a future release1803: warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.1804: (21:17:28) �[32mAnalyzing:�[0m 2289 targets (1574 packages loaded, 48096 targets configured)1805: �[32m[1,533 / 1,612]�[0m Building java/test/org/openqa/selenium/net/libnet.jar (1 source file); 0s remote, remote-cache ... (2 actions, 0 running)1806: (21:17:31) �[35mWARNING: �[0mDownload from https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 400 Bad Request1807: (21:17:31) �[32mINFO: �[0mRepository zlib+ instantiated at:1808: <builtin>: in <toplevel>1809: Repository rule http_archive defined at:1810: /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:387:31: in <toplevel>1811: (21:17:31) �[31m�[1mERROR: �[0m/home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:136:45: An error occurred during the fetch of repository 'zlib+':1812: Traceback (most recent call last):1813: File "/home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl", line 136, column 45, in _http_archive_impl1814: download_info = ctx.download_and_extract(1815: Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz] to /home/runner/.bazel/external/zlib+/temp12129346873220701145/zlib-1.3.1.tar.gz: GET returned 400 Bad Request1816: (21:17:31) �[31m�[1mERROR: �[0mno such package '@@zlib+//': java.io.IOException: Error downloading [https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz] to /home/runner/.bazel/external/zlib+/temp12129346873220701145/zlib-1.3.1.tar.gz: GET returned 400 Bad Request1817: (21:17:32) �[31m�[1mERROR: �[0m/home/runner/.bazel/external/protobuf+/src/google/protobuf/io/BUILD.bazel:148:11: @@protobuf+//src/google/protobuf/io:gzip_stream depends on @@zlib+//:zlib in repository @@zlib+ which failed to fetch. no such package '@@zlib+//': java.io.IOException: Error downloading [https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz] to /home/runner/.bazel/external/zlib+/temp12129346873220701145/zlib-1.3.1.tar.gz: GET returned 400 Bad Request1818: (21:17:33) �[32mAnalyzing:�[0m 2289 targets (1622 packages loaded, 52460 targets configured)
...
1977: �[0m �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: `#[warn(unused_mut)]` on by default�[0m1978: �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m1979: (21:17:36) �[32mINFO: �[0mFrom Compiling Rust bin integration_browser_tests (2 files):1980: �[0m�[1m�[33mwarning�[0m�[0m�[1m: variable does not need to be mutable�[0m1981: �[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mrust/tests/common.rs:31:9�[0m1982: �[0m �[0m�[0m�[1m�[38;5;12m|�[0m1983: �[0m�[1m�[38;5;12m31�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m let mut path = PathBuf::from(env!("CARGO_BIN_EXE_selenium-manager"));�[0m1984: �[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m----�[0m�[0m�[1m�[33m^^^^�[0m1985: �[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m1986: �[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12mhelp: remove this `mut`�[0m1987: �[0m �[0m�[0m�[1m�[38;5;12m|�[0m1988: �[0m �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: `#[warn(unused_mut)]` on by default�[0m1989: �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m1990: (21:17:39) �[32mAnalyzing:�[0m 2289 targets (1652 packages loaded, 60988 targets configured)1991: �[32m[2,359 / 2,359]�[0m 115 / 115 tests;�[0m no actions running1992: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/interactions:DefaultWheelTest-spotbugs', it will not be built.1993: Analysis failed1994: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:MiscTest-edge', it will not be built.1995: Analysis failed1996: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ProxySettingTest-edge', it will not be built.1997: Analysis failed1998: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:SessionHandlingTest-edge', it will not be built.1999: Analysis failed2000: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:UnexpectedAlertBehaviorTest-spotbugs', it will not be built.2001: Analysis failed2002: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:AnnotationsTest-spotbugs', it will not be built.2003: Analysis failed2004: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:WebElementTest-spotbugs', it will not be built.2005: Analysis failed2006: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-edge-service-test.js-chrome', it will not be built.2007: Analysis failed2008: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py', it will not be built.2009: Analysis failed2010: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py', it will not be built.2011: Analysis failed2012: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ModernModalTest-chrome', it will not be built.2013: Analysis failed2014: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/driver_finder_tests.py', it will not be built.2015: Analysis failed2016: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/support/UI:SlowLoadableComponentTest', it will not be built.2017: Analysis failed2018: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-lib-form-submit-test.js-chrome', it will not be built.2019: Analysis failed2020: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/timeout_tests.py', it will not be built.2021: Analysis failed2022: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:window-chrome-remote', it will not be built.2023: Analysis failed2024: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:StressTest-chrome', it will not be built.2025: Analysis failed2026: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/ui:WebDriverWaitTest-spotbugs', it will not be built.2027: Analysis failed2028: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:NewSessionCreationTest-edge', it will not be built.2029: Analysis failed2030: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver/common/interactions:input_device', it will not be built.2031: Analysis failed2032: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:VisibilityTest-chrome', it will not be built.2033: Analysis failed2034: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/network:NetworkCommandsTest-chrome', it will not be built.2035: Analysis failed2036: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:SetFilesCommandTest-remote', it will not be built.2037: Analysis failed2038: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py', it will not be built.2039: Analysis failed2040: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/src/org/openqa/selenium/grid/sessionqueue/httpd:httpd-spotbugs', it will not be built.2041: Analysis failed2042: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-firefox-contextSwitching-test.js-chrome', it will not be built.2043: Analysis failed2044: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py', it will not be built.2045: Analysis failed2046: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/html5:LocalStorageTest-chrome', it will not be built.2047: Analysis failed2048: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/devtools_tests.py', it will not be built.2049: Analysis failed2050: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:driver-edge-remote', it will not be built.2051: Analysis failed2052: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TextPagesTest-chrome', it will not be built.2053: Analysis failed2054: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:DefaultWheelTest-chrome', it will not be built.2055: Analysis failed2056: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:manager-edge', it will not be built.2057: Analysis failed2058: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:target_locator-edge', it will not be built.2059: Analysis failed2060: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TakesScreenshotTest-chrome', it will not be built.2061: Analysis failed2062: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/network:NetworkCommandsTest-chrome-remote', it will not be built.2063: Analysis failed2064: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:navigation-firefox-beta', it will not be built.2065: Analysis failed2066: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-lib-api-test.js-chrome', it will not be built.2067: Analysis failed2068: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-remote', it will not be built.2069: Analysis failed2070: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:PageLoadingTest-spotbugs', it will not be built.2071: Analysis failed2072: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-remote', it will not be built.2073: Analysis failed2074: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox', it will not be built.2075: Analysis failed2076: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:test-chrome-test/selenium/webdriver/chrome/chrome_network_emulation_tests.py', it will not be built.2077: Analysis failed2078: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi:BiDiSessionCleanUpTest-remote', it will not be built.2079: Analysis failed2080: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-test/selenium/webdriver/common/element_attribute_tests.py', it will not be built.2081: Analysis failed2082: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver/edge:profile', it will not be built.2083: Analysis failed2084: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:Interactions/CombinedInputActionsTest-edge', it will not be built.2085: Analysis failed2086: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/selenium_manager_tests.py', it will not be built.2087: Analysis failed2088: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:PageLoadingTest-firefox-beta', it will not be built.2089: Analysis failed2090: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:SessionHandlingTest-edge', it will not be built.2091: Analysis failed2092: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/firefox:driver-firefox-beta-remote', it will not be built.2093: Analysis failed2094: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:SlowLoadingPageTest', it will not be built.2095: Analysis failed2096: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote', it will not be built.2097: Analysis failed2098: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-test/selenium/webdriver/common/click_scrolling_tests.py', it will not be built.2099: Analysis failed2100: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:TextPagesTest-chrome', it will not be built.2101: Analysis failed2102: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:PrintTest-firefox', it will not be built.2103: Analysis failed2104: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/firefox:driver-firefox', it will not be built.2105: Analysis failed2106: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ExecutingAsyncJavascriptTest-spotbugs', it will not be built.2107: Analysis failed2108: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:GetLogsTest-firefox', it will not be built.2109: Analysis failed2110: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/edge:EdgeDriverInfoTest', it will not be built.2111: Analysis failed2112: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:action_builder-edge', it will not be built.2113: Analysis failed2114: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/bidi_tests.py', it will not be built.2115: Analysis failed2116: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta-bidi', it will not be built.2117: Analysis failed2118: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:window-firefox', it will not be built.2119: Analysis failed2120: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver/edge:service', it will not be built.2121: Analysis failed2122: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browser:BrowserCommandsTest-edge-remote', it will not be built.2123: Analysis failed2124: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi', it will not be built.2125: Analysis failed2126: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:WebNetworkTest-firefox-beta', it will not be built.2127: Analysis failed2128: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-spotbugs', it will not be built.2129: Analysis failed2130: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:NetworkInterceptorTest-remote', it will not be built.2131: Analysis failed2132: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/interactions:DefaultKeyboardTest-remote', it will not be built.2133: Analysis failed2134: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/node/local:LocalNodeTest', it will not be built.2135: Analysis failed2136: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/cookie_tests.py', it will not be built.2137: Analysis failed2138: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:WebScriptExecuteTest-chrome', it will not be built.2139: Analysis failed2140: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:ProxySettingTest-edge', it will not be built.2141: Analysis failed2142: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-bidi-browsingcontext-inspector-test.js-chrome', it will not be built.2143: Analysis failed2144: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:StaleElementReferenceTest-spotbugs', it will not be built.2145: Analysis failed2146: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:StressTest-edge-remote', it will not be built.2147: Analysis failed2148: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py', it will not be built.2149: Analysis failed2150: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:EndToEndTest', it will not be built.2151: Analysis failed2152: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/network:AddInterceptParametersTest-edge', it will not be built.2153: Analysis failed2154: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:internal/LocatingElementHandlerTest', it will not be built.2155: Analysis failed2156: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:DevTools/DevToolsLogTest-chrome', it will not be built.2157: Analysis failed2158: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:small-tests-test-lib-spotbugs', it will not be built.2159: Analysis failed2160: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:zipper-firefox-bidi', it will not be built.2161: Analysis failed2162: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py', it will not be built.2163: Analysis failed2164: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:log_inspector-chrome', it will not be built.2165: Analysis failed2166: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:select-chrome-bidi', it will not be built.2167: Analysis failed2168: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/firefox:small-tests-test-lib-spotbugs', it will not be built.2169: Analysis failed2170: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:DefaultFieldDecoratorTest', it will not be built.2171: Analysis failed2172: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/select_element_handling_tests.py', it will not be built.2173: Analysis failed2174: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-elementAccessibleName-test.js-chrome', it will not be built.2175: Analysis failed2176: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py', it will not be built.2177: Analysis failed2178: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:log_inspector-chrome-bidi', it will not be built.2179: Analysis failed2180: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TypingTest-spotbugs', it will not be built.2181: Analysis failed2182: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/correct_event_firing_tests.py', it will not be built.2183: Analysis failed2184: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:HistoryNavigationTest-chrome', it will not be built.2185: Analysis failed2186: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:DistributedTest-chrome-remote', it will not be built.2187: Analysis failed2188: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:CdpEndpointFinderTest-remote', it will not be built.2189: Analysis failed2190: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:Interactions/BasicMouseInterfaceTest-chrome', it will not be built.2191: Analysis failed2192: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/element_aria_label_tests.py', it will not be built.2193: Analysis failed2194: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:fedcm-edge', it will not be built.2195: Analysis failed2196: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-firefox-addon-test.js-firefox', it will not be built.2197: Analysis failed2198: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py', it will not be built.2199: Analysis failed2200: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/webdriver:test-firefox-beta', it will not be built.2201: Analysis failed2202: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:ByAllTest-spotbugs', it will not be built.2203: Analysis failed2204: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/element_aria_label_tests.py', it will not be built.2205: Analysis failed2206: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:element-edge', it will not be built.2207: Analysis failed2208: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/ie:InternetExplorerOptionsTest-spotbugs', it will not be built.2209: Analysis failed2210: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:SelectElementHandlingTest-edge', it will not be built.2211: Analysis failed2212: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:RemoteWebDriverBiDiTest-chrome', it will not be built.2213: Analysis failed2214: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-ie-options-test.js-firefox', it will not be built.2215: Analysis failed2216: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver:proxy', it will not be built.2217: Analysis failed2218: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:SessionQueueGridWithTimeoutTest', it will not be built.2219: Analysis failed2220: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:unit-test/unit/selenium/webdriver/safari/safari_options_tests.py', it will not be built.2221: Analysis failed2222: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:network-edge-remote', it will not be built.2223: Analysis failed2224: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/node/config:SessionCapabilitiesMutatorTest-spotbugs', it will not be built.2225: Analysis failed2226: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:timeout-chrome-bidi', it will not be built.2227: Analysis failed2228: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-print-pdf-test.js-firefox', it will not be built.2229: Analysis failed2230: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/interactions:CompositeActionTest', it will not be built.2231: Analysis failed2232: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/graphql:GraphqlHandlerTest-spotbugs', it will not be built.2233: Analysis failed2234: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/support/Events:EventFiringWebDriverTest', it will not be built.2235: Analysis failed2236: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:driver-firefox-remote', it will not be built.2237: Analysis failed2238: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ModernModalTest-edge', it will not be built.2239: Analysis failed2240: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-test/selenium/webdriver/common/interactions_with_device_tests.py', it will not be built.2241: Analysis failed2242: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/interactions:ActionDurationTest', it will not be built.2243: Analysis failed2244: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-edge-remote', it will not be built.2245: Analysis failed2246: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:TextHandlingTest-firefox', it will not be built.2247: Analysis failed2248: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs', it will not be built.2249: Analysis failed2250: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-rect-test.js-chrome', it will not be built.2251: Analysis failed2252: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/network:NetworkEventsTest-chrome-remote', it will not be built.2253: Analysis failed2254: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/support/UI:SelectTests', it will not be built.2255: Analysis failed2256: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:manager-chrome-bidi', it will not be built.2257: Analysis failed2258: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/webdriverwait_tests.py', it will not be built.2259: Analysis failed2260: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote/http:UrlPathTest', it will not be built.2261: Analysis failed2262: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:BiDi/Network/NetworkEventsTest-chrome', it will not be built.2263: Analysis failed2264: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:zipper-firefox-beta-remote', it will not be built.2265: Analysis failed2266: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:DefaultElementLocatorTest', it will not be built.2267: Analysis failed2268: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:target_locator-edge-bidi', it will not be built.2269: Analysis failed2270: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/netty/server:WebSocketServingTest-spotbugs', it will not be built.2271: Analysis failed2272: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/os:CommandLineTest-spotbugs', it will not be built.2273: Analysis failed2274: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-test/selenium/webdriver/support/event_firing_webdriver_tests.py', it will not be built.2275: Analysis failed2276: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:SessionQueueGridTest-spotbugs', it will not be built.2277: Analysis failed2278: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest-edge-remote', it will not be built.2279: Analysis failed2280: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-execute-script-test.js-firefox', it will not be built.2281: Analysis failed2282: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:fedcm-firefox-remote', it will not be built.2283: Analysis failed2284: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:listener-firefox-beta', it will not be built.2285: Analysis failed2286: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:DevTools/DevToolsTargetTest-edge', it will not be built.2287: Analysis failed2288: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote', it will not be built.2289: Analysis failed2290: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver:guard', it will not be built.2291: Analysis failed2292: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:SelectElementHandlingTest-edge', it will not be built.2293: Analysis failed2294: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/net:NetworkUtilsTest', it will not be built.2295: Analysis failed2296: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:ClickScrollingTest-chrome', it will not be built.2297: Analysis failed2298: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:ProtocolHandshakeTest-spotbugs', it will not be built.2299: Analysis failed2300: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-chrome-remote', it will not be built.2301: Analysis failed2302: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:takes_screenshot-firefox-remote', it will not be built.2303: Analysis failed2304: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ElementSelectingTest', it will not be built.2305: Analysis failed2306: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:RemoteWebDriverBiDiTest-spotbugs', it will not be built.2307: Analysis failed2308: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/click_tests.py', it will not be built.2309: Analysis failed2310: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py', it will not be built.2311: Analysis failed2312: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:devtools-edge-remote', it will not be built.2313: Analysis failed2314: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox-beta', it will not be built.2315: Analysis failed2316: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:BiDi/Script/CallFunctionRemoteValueTest-chrome', it will not be built.2317: Analysis failed2318: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ImplicitWaitTest-firefox-beta', it will not be built.2319: Analysis failed2320: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TextHandlingTest-spotbugs', it will not be built.2321: Analysis failed2322: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/distributor:DrainTest-chrome', it will not be built.2323: Analysis failed2324: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:zipper-edge-bidi', it will not be built.2325: Analysis failed2326: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/web_components_tests.py', it will not be built.2327: Analysis failed2328: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:DefaultMouseTest-edge', it will not be built.2329: Analysis failed2330: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/html5:LocalStorageTest-spotbugs', it will not be built.2331: Analysis failed2332: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-bidi-locate-nodes-test.js-firefox', it will not be built.2333: Analysis failed2334: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/distributor:medium-tests-test-lib-spotbugs', it will not be built.2335: Analysis failed2336: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote/http:DumpHttpExchangeFilterTest-spotbugs', it will not be built.2337: Analysis failed2338: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:Internal/Logging/LogTest-edge', it will not be built.2339: Analysis failed2340: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:PrintTest-edge', it will not be built.2341: Analysis failed2342: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:StaleElementReferenceTest', it will not be built.2343: Analysis failed2344: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/children_finding_tests.py', it will not be built.2345: Analysis failed2346: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:ElementFindingTest-chrome', it will not be built.2347: Analysis failed2348: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:listener-chrome', it will not be built.2349: Analysis failed2350: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver/support:event_firing', it will not be built.2351: Analysis failed2352: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:bidi-firefox-remote', it will not be built.2353: Analysis failed2354: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:unit-test/unit/selenium/webdriver/common/common_options_tests.py', it will not be built.2355: Analysis failed2356: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:JmxTest', it will not be built.2357: Analysis failed2358: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TypingTest-edge', it will not be built.2359: Analysis failed2360: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-chrome', it will not be built.2361: Analysis failed2362: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:devtools-firefox-bidi', it will not be built.2363: Analysis failed2364: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-chrome-devtools-test.js-firefox', it will not be built.2365: Analysis failed2366: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/interactions_tests.py', it will not be built.2367: Analysis failed2368: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ClickScrollingTest-chrome', it will not be built.2369: Analysis failed2370: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:takes_screenshot-edge-remote', it will not be built.2371: Analysis failed2372: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/events:EventFiringDecoratorTest', it will not be built.2373: Analysis failed2374: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TextHandlingTest-chrome', it will not be built.2375: Analysis failed2376: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/distributor/local:LocalDistributorTest-spotbugs', it will not be built.2377: Analysis failed2378: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/window_switching_tests.py', it will not be built.2379: Analysis failed2380: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:JavascriptEnabledBrowserTest-firefox', it will not be built.2381: Analysis failed2382: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/json:JsonTest-spotbugs', it will not be built.2383: Analysis failed2384: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest', it will not be built.2385: Analysis failed2386: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/decorators:DecoratedRemoteWebDriverTest', it will not be built.2387: Analysis failed2388: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:FormHandlingTest', it will not be built.2389: Analysis failed2390: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:driver-chrome', it will not be built.2391: Analysis failed2392: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ClearTest-chrome', it will not be built.2393: Analysis failed2394: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:takes_screenshot-firefox-beta', it will not be built.2395: Analysis failed2396: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/remote:element-firefox-bidi', it will not be built.2397: Analysis failed2398: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ElementFindingTest-spotbugs', it will not be built.2399: Analysis failed2400: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/ie:InternetExplorerDriverServiceTest', it will not be built.2401: Analysis failed2402: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox-bidi', it will not be built.2403: Analysis failed2404: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:print/PrintOptionsTest-spotbugs', it will not be built.2405: Analysis failed2406: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:timeout-edge-bidi', it will not be built.2407: Analysis failed2408: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:BiDi/Network/NetworkEventsTest-edge', it will not be built.2409: Analysis failed2410: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:TextHandlingTest-chrome', it will not be built.2411: Analysis failed2412: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ElementFindingTest-chrome', it will not be built.2413: Analysis failed2414: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi', it will not be built.2415: Analysis failed2416: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ClickTest-firefox-beta', it will not be built.2417: Analysis failed2418: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_label_tests.py', it will not be built.2419: Analysis failed2420: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ClickScrollingTest', it will not be built.2421: Analysis failed2422: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:DefaultWheelTest-spotbugs', it will not be built.2423: Analysis failed2424: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ContentEditableTest-firefox-beta', it will not be built.2425: Analysis failed2426: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/edge:EdgeOptionsTest-remote', it will not be built.2427: Analysis failed2428: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:AlertsTest-firefox', it will not be built.2429: Analysis failed2430: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:ElementPropertyTest-firefox', it will not be built.2431: Analysis failed2432: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/element_equality_tests.py', it will not be built.2433: Analysis failed2434: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:UsingPageFactoryTest-spotbugs', it will not be built.2435: Analysis failed2436: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:network-chrome', it will not be built.2437: Analysis failed2438: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-bidi-test/selenium/webdriver/common/script_pinning_tests.py', it will not be built.2439: Analysis failed2440: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:listener-edge-bidi', it will not be built.2441: Analysis failed2442: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//javascript/selenium-webdriver:test-stale-element-test.js-firefox', it will not be built.2443: Analysis failed2444: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/input:SetFilesCommandTest-edge-remote', it will not be built.2445: Analysis failed2446: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/click_scrolling_tests.py', it will not be built.2447: Analysis failed2448: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py', it will not be built.2449: Analysis failed2450: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/src/org/openqa/selenium/support/locators:locators-spotbugs', it will not be built.2451: Analysis failed2452: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ContentEditableTest-spotbugs', it will not be built.2453: Analysis failed2454: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/unit/selenium/webdriver/common/interactions:interaction', it will not be built.2455: Analysis failed2456: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:UnexpectedAlertBehaviorTest-chrome', it will not be built.2457: Analysis failed2458: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/pagefactory:DefaultFieldDecoratorTest-spotbugs', it will not be built.2459: Analysis failed2460: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/network:NetworkCommandsTest', it will not be built.2461: Analysis failed2462: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/html5:SessionStorageTest', it will not be built.2463: Analysis failed2464: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/decorators:DecoratedRemoteWebDriverTest-spotbugs', it will not be built.2465: Analysis failed2466: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:OutputTypeTest', it will not be built.2467: Analysis failed2468: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/edge:EdgeOptionsFunctionalTest', it will not be built.2469: Analysis failed2470: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/decorators:DecoratedOptionsTest', it will not be built.2471: Analysis failed2472: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-test/selenium/webdriver/common/repr_tests.py', it will not be built.2473: Analysis failed2474: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:TakesScreenshotTest-chrome', it will not be built.2475: Analysis failed2476: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:FrameSwitchingTest-chrome', it will not be built.2477: Analysis failed2478: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ExecutingJavascriptTest', it will not be built.2479: Analysis failed2480: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/opacity_tests.py', it will not be built.2481: Analysis failed2482: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:VisibilityTest-chrome', it will not be built.2483: Analysis failed2484: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-chrome-remote', it will not be built.2485: Analysis failed2486: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/common/web_components_tests.py', it will not be built.2487: Analysis failed2488: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:target_locator-firefox-beta', it will not be built.2489: Analysis failed2490: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:action_builder-firefox-remote', it will not be built.2491: Analysis failed2492: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:window-edge-bidi', it will not be built.2493: Analysis failed2494: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote/service:DriverFinderTest', it will not be built.2495: Analysis failed2496: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/stale_reference_tests.py', it will not be built.2497: Analysis failed2498: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/firefox:FirefoxDriverConcurrentTest', it will not be built.2499: Analysis failed2500: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:TypingTest', it will not be built.2501: Analysis failed2502: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/server:NetworkOptionsTest-spotbugs', it will not be built.2503: Analysis failed2504: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:UploadTest-firefox', it will not be built.2505: Analysis failed2506: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/virtual_authenticator_tests.py', it will not be built.2507: Analysis failed2508: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/bidi:network-firefox-beta', it will not be built.2509: Analysis failed2510: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver/remote:driver-firefox-beta-bidi', it will not be built.2511: Analysis failed2512: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/firefox:FirefoxOptionsTest-spotbugs', it will not be built.2513: Analysis failed2514: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/support/ui:SelectLargeTest', it will not be built.2515: Analysis failed2516: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/text_handling_tests.py', it will not be built.2517: Analysis failed2518: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:UnexpectedAlertBehaviorTest-chrome', it will not be built.2519: Analysis failed2520: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:FrameSwitchingTest-chrome', it will not be built.2521: Analysis failed2522: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-test/selenium/webdriver/common/quit_tests.py', it will not be built.2523: Analysis failed2524: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//rb/spec/integration/selenium/webdriver:element-firefox-beta', it will not be built.2525: Analysis failed2526: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:RemoteWebDriverInitializationTest', it will not be built.2527: Analysis failed2528: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-test/selenium/webdriver/common/alerts_tests.py', it will not be built.2529: Analysis failed2530: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/firefox:TakesFullPageScreenshotTest', it will not be built.2531: Analysis failed2532: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-chrome-bidi-test/selenium/webdriver/support/relative_by_tests.py', it will not be built.2533: Analysis failed2534: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:MiscTest-edge', it will not be built.2535: Analysis failed2536: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/src/org/openqa/selenium/grid:grid-lib-spotbugs', it will not be built.2537: Analysis failed2538: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-edge-remote', it will not be built.2539: Analysis failed2540: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:FrameSwitchingTest-spotbugs', it will not be built.2541: Analysis failed2542: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:UnexpectedAlertBehaviorTest-firefox', it will not be built.2543: Analysis failed2544: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:AugmenterTest', it will not be built.2545: Analysis failed2546: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:WebElementTest-firefox', it will not be built.2547: Analysis failed2548: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py', it will not be built.2549: Analysis failed2550: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/src/org/openqa/selenium/grid/node/config:config-spotbugs', it will not be built.2551: Analysis failed2552: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/select_class_tests.py', it will not be built.2553: Analysis failed2554: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//dotnet/test/common:ContentEditableTest-firefox', it will not be built.2555: Analysis failed2556: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote:RemotableByTest', it will not be built.2557: Analysis failed2558: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium:ContentEditableTest', it will not be built.2559: Analysis failed2560: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/script:EvaluateParametersTest-remote', it will not be built.2561: Analysis failed2562: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-chrome-remote', it will not be built.2563: Analysis failed2564: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/grid/router:DistributedTest', it will not be built.2565: Analysis failed2566: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/chromium:LoggingTest', it will not be built.2567: Analysis failed2568: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:JavascriptExceptionsTest-edge-remote', it will not be built.2569: Analysis failed2570: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-edge-bidi-test/selenium/webdriver/common/executing_async_javascript_tests.py', it will not be built.2571: Analysis failed2572: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/interactions:PointerInputTest-spotbugs', it will not be built.2573: Analysis failed2574: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/remote/service:DriverCommandExecutorTest-spotbugs', it will not be built.2575: Analysis failed2576: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py', it will not be built.2577: Analysis failed2578: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//java/test/org/openqa/selenium/devtools:NetworkInterceptorTest-spotbugs', it will not be built.2579: Analysis failed2580: (21:17:40) �[35mWARNING: �[0merrors encountered while analyzing target '//py:common-firefox-test/selenium/webdriver/common/proxy_tests.py', it will not be built.2581: Analysis failed2582: (21:17:40) �[35mWARNI...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
🔗 Related Issues
Fixes #14622
💥 What does this PR do?
nil🔧 Implementation Notes
Decided to log note (at info level) instead of just handling the nil so if it errors the user gets additional understanding, and if it doesn't error it still notes that the code is going through an unexpected process.
💡 Additional Considerations
None
🔄 Types of changes
PR Type
Bug fix, Tests
Description
Refactored Selenium Manager command execution and error handling
Added and updated unit tests for new error handling logic
Changes walkthrough 📝
selenium_manager.rb
Refactor and improve Selenium Manager command error handlingrb/lib/selenium/webdriver/common/selenium_manager.rb
selenium_manager_spec.rb
Add tests for improved Selenium Manager error handlingrb/spec/unit/selenium/webdriver/common/selenium_manager_spec.rb