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
Failed test name: Internet Explorer Options sets the file upload dialog timeout
Failure summary:
The action failed because the Ruby RSpec test "Internet Explorer Options sets the file upload dialog timeout" failed with a Net::ReadTimeout error. The test is located in ./spec/browsers/internet_explorer_spec.rb:28. The specific error occurred during the driver.quit call, resulting in a timeout with a closed TCP socket. The action was retried once with debug mode enabled, but the same test failed again with the same error.
Relevant error logs:
1: ##[group]Operating System2: Microsoft Windows Server 2022
...
357: ##[endgroup]358: Creating settings.xml with server-id: github359: Writing to C:\Users\runneradmin\.m2\settings.xml360: ##[group]Run nick-invision/retry@v3.0.2361: with:362: timeout_minutes: 20363: max_attempts: 2364: command: cd examples/ruby365: bundle exec rspec366:
367: new_command_on_retry: cd examples/ruby; $env:DEBUG="true"; bundle exec rspec --only-failures --backtrace368:
369: retry_wait_seconds: 10370: polling_interval_seconds: 1371: warning_on_retry: true372: continue_on_error: false373: env:
...
388: MSYSTEM_CARCH: x86_64389: MSYSTEM_CHOST: x86_64-w64-mingw32390: MSYSTEM_PREFIX: /ucrt64391: PKG_CONFIG_PATH: /ucrt64/lib/pkgconfig:/ucrt64/share/pkgconfig392: PROMPT: $P$G393: RI_DEVKIT: C:\hostedtoolcache\windows\Ruby\3.2.8\x64\msys64
394: Path: C:\Program Files\MongoDB\Server\5.0\bin;C:\aliyun-cli;C:\vcpkg;C:\Program Files (x86)\NSIS\;C:\tools\zstd;C:\Program Files\Mercurial\;C:\hostedtoolcache\windows\stack\3.5.1\x64;C:\cabal\bin;C:\\ghcup\bin;C:\mingw64\bin;C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\R\R-4.4.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\SeleniumWebDrivers\EdgeDriver\;C:\SeleniumWebDrivers\ChromeDriver;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\Program Files (x86)\pipx_bin;C:\npm\prefix;C:\hostedtoolcache\windows\go\1.24.3\x64\bin;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\tools\kotlinc\bin;C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\8.0.452-9\x64\bin;C:\Program Files\ImageMagick-7.1.1-Q16-HDRI;C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin;C:\ProgramData\kind;C:\ProgramData\Chocolatey\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\WiX Toolset v3.14\bin;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\ProgramData\chocolatey\lib\pulumi\tools\Pulumi\bin;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\lib\maven\apache-maven-3.9.9\bin;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\Amazon\SessionManagerPlugin\bin\;C:\Program Files\Amazon\AWSSAMCLI\bin\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\LLVM\bin;C:\Users\runneradmin\.dotnet\tools;C:\Users\runneradmin\.cargo\bin;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps
395: JAVA_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.27-6\x64396: JAVA_HOME_11_X64: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.27-6\x64397: ##[endgroup]398: ##[group]Attempt 1399: ...................................*....................................................F...*.*....****.....*........*.......*******..........**************..................................400: Pending: (Failures listed here are expected and do not affect your suite's status)401: 1) Network waits for downloads402: # Test guarded; Guarded by {:platform=>:windows, :reason=>"No reason given"};403: Failure/Error: expect { Selenium::WebDriver::Wait.new.until { @completed } }.not_to raise_exception404: expected no Exception, got #<Selenium::WebDriver::Error::TimeoutError: timed out after 5 seconds> with backtrace:405: # ./spec/bidi/cdp/network_spec.rb:92:in `block (3 levels) in <top (required)>'
...
482: # ./spec/elements/locators_spec.rb:43483: 27) Element Locators with relative locators finds element to the left484: # These are reference following the documentation example485: # ./spec/elements/locators_spec.rb:47486: 28) Element Locators with relative locators finds element to the right487: # These are reference following the documentation example488: # ./spec/elements/locators_spec.rb:51489: 29) Element Locators with relative locators finds near element490: # These are reference following the documentation example491: # ./spec/elements/locators_spec.rb:55492: 30) Element Locators with relative locators chains relative locators493: # These are reference following the documentation example494: # ./spec/elements/locators_spec.rb:59495: Failures:496: 1) Internet Explorer Options sets the file upload dialog timeout497: Failure/Error: driver.quit498: Net::ReadTimeout:499: Net::ReadTimeout with #<TCPSocket:(closed)>500: # ./spec/browsers/internet_explorer_spec.rb:31:in `block (3 levels) in <top (required)>'501: Finished in 11 minutes 17 seconds (files took 1.14 seconds to load)502: 190 examples, 1 failure, 30 pending503: Failed examples:504: rspec ./spec/browsers/internet_explorer_spec.rb:28 # Internet Explorer Options sets the file upload dialog timeout505: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1506: ##[endgroup]
...
755: 2025-05-28 14:07:01 DEBUG Selenium [:process] Checking if 8952 is exited: 756: 2025-05-28 14:07:01 DEBUG Selenium [:process] Checking if 8952 is exited: 757: 2025-05-28 14:07:01 DEBUG Selenium [:process] Checking if 8952 is exited: 758: 2025-05-28 14:07:01 DEBUG Selenium [:process] Checking if 8952 is exited: 759: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 760: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 761: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 762: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 763: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 764: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 765: 2025-05-28 14:07:02 DEBUG Selenium [:process] Sending TERM to process: 8952 766: 2025-05-28 14:07:02 DEBUG Selenium [:process] -> sending KILL to process: 8952 767: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 768: 2025-05-28 14:07:02 DEBUG Selenium [:process] -> exit code is 0 769: 2025-05-28 14:07:02 DEBUG Selenium [:process] -> killed 8952 770: Run options: include {:last_run_status=>"failed"}771: F772: Failures:773: 1) Internet Explorer Options sets the file upload dialog timeout774: Failure/Error: driver.quit775: Net::ReadTimeout:
...
809: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/example_group.rb:615:in `run'810: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'811: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:121:in `map'812: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'813: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'814: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:116:in `block in run_specs'815: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/reporter.rb:74:in `report'816: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:115:in `run_specs'817: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:89:in `run'818: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:71:in `run'819: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/lib/rspec/core/runner.rb:45:in `invoke'820: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/rspec-core-3.13.4/exe/rspec:4:in `<top (required)>'821: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/bin/rspec:25:in `load'822: # C:/hostedtoolcache/windows/Ruby/3.2.8/x64/bin/rspec:25:in `<main>'823: Finished in 2 minutes 21.8 seconds (files took 0.81237 seconds to load)824: 1 example, 1 failure825: Failed examples:826: rspec ./spec/browsers/internet_explorer_spec.rb:28 # Internet Explorer Options sets the file upload dialog timeout827: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 828: 2025-05-28 14:07:02 DEBUG Selenium [:process] -> exit code is 0 829: 2025-05-28 14:07:02 DEBUG Selenium [:process] Checking if 8952 is exited: 830: 2025-05-28 14:07:02 DEBUG Selenium [:process] -> exit code is 0 831: ##[endgroup]832: ##[error]Final attempt failed. Child_process exited with error code 1833: Post job cleanup.
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.
This PR contains the following updates:
3.13.0->3.13.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.