Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921241 - dev-util/selenium-manager-4.15.0 fails tests with network-sandbox: error sending request for url (https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json)
Summary: dev-util/selenium-manager-4.15.0 fails tests with network-sandbox: error send...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 912999
  Show dependency tree
 
Reported: 2024-01-03 01:59 UTC by matoro
Modified: 2024-02-24 10:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_921241.txt,560.28 KB, text/plain)
2024-01-03 01:59 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-03 01:59:00 UTC
running 1 test
test cache_path_test ... FAILED

failures:

---- cache_path_test stdout ----
thread 'cache_path_test' panicked at 'Unexpected failure.
code=65
stderr=```""```
command=`"/var/tmp/portage/dev-util/selenium-manager-4.15.0/work/selenium-selenium-4.15.0/rust/target/release/selenium-manager" "--browser" "chrome" "--cache-path" "../tmp" "--output" "json"`
code=65
stdout=```
{
  \"logs\": [
    {
      \"level\": \"ERROR\",
      \"timestamp\": 1704246682,
      \"message\": \"error sending request for url (https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution\"
    }
  ],
  \"result\": {
    \"code\": 65,
    \"message\": \"error sending request for url (https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution\",
    \"driver_path\": \"\",
    \"browser_path\": \"\"
  }
}```

stderr=""
', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/ops/function.rs:250:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    cache_path_test

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s

Reproducible: Always
Comment 1 matoro archtester 2024-01-03 01:59:49 UTC
Created attachment 881349 [details]
build.log and emerge --info