Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912999 - dev-ruby/selenium-webdriver-4.15.0 rekeywording request
Summary: dev-ruby/selenium-webdriver-4.15.0 rekeywording request
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: CC-ARCHES, KEYWORDREQ
: 908562 (view as bug list)
Depends on: 921241 918098
Blocks:
  Show dependency tree
 
Reported: 2023-08-25 13:14 UTC by Hans de Graaff
Modified: 2024-01-03 01:59 UTC (History)
3 users (show)

See Also:
Package list:
dev-ruby/selenium-webdriver-4.15.0 arm arm64 hppa ppc ppc64 riscv sparc dev-ruby/websocket arm arm64 hppa ppc ppc64 riscv sparc dev-util/selenium-manager arm arm64 hppa ppc ppc64 riscv sparc
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2023-08-25 13:14:56 UTC
Please test and rekeyword due to a new dependency.
Comment 1 NATTkA bot gentoo-dev 2023-08-25 13:16:11 UTC Comment hidden (obsolete)
Comment 2 Hans de Graaff gentoo-dev Security 2023-08-26 12:19:19 UTC
*** Bug 908562 has been marked as a duplicate of this bug. ***
Comment 3 NATTkA bot gentoo-dev 2023-08-26 12:24:15 UTC Comment hidden (obsolete)
Comment 4 NATTkA bot gentoo-dev 2023-08-26 13:08:14 UTC Comment hidden (obsolete)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-26 13:14:32 UTC
I think we need to mask selenium-webdriver + selenium-manager on wd40 profiles, and then we can go back to using * with nattka.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-26 13:14:46 UTC
(arm etc does support rust, just not ancient arm)
Comment 7 NATTkA bot gentoo-dev 2023-09-03 06:32:27 UTC Comment hidden (obsolete)
Comment 8 Larry the Git Cow gentoo-dev 2023-09-03 06:34:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860541f830aa59bf48a0bc679bc803551d9b96cd

commit 860541f830aa59bf48a0bc679bc803551d9b96cd
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2023-09-03 06:33:32 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2023-09-03 06:34:20 +0000

    profiles/features/wd40: mask selenium-manager/webdriver
    
    Bug: https://bugs.gentoo.org/912999
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 profiles/features/wd40/package.mask     | 2 ++
 profiles/features/wd40/package.use.mask | 6 ++++++
 2 files changed, 8 insertions(+)
Comment 9 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-09-18 20:04:34 UTC
x86 done
Comment 10 Jakov Smolić archtester gentoo-dev 2023-11-30 18:34:16 UTC
riscv done
Comment 11 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-12-02 14:56:24 UTC
ppc64 done
Comment 12 matoro archtester 2023-12-10 04:47:20 UTC
selenium-manager is trying to talk to network here

running 1 test
test cache_path_test ... FAILED^O
 
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\": 1702182068,
      \"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^O. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
 
error: test failed, to rerun pass `--test cache_tests`