autopkgtest fails in hirsute on armhf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox (Ubuntu) |
Fix Released
|
High
|
Olivier Tilloy |
Bug Description
https:/
...
autopkgtest [15:44:53]: test command3: [------
Traceback (most recent call last):
File "/tmp/autopkgte
search URL for Google: https:/
assert url.netloc == v['netloc']
AssertionError
autopkgtest [15:45:08]: test command3: -------
autopkgtest [15:45:11]: test command3: - - - - - - - - - - results - - - - - - - - - -
command3 FAIL non-zero exit status 1
autopkgtest [15:45:12]: test command3: - - - - - - - - - - stderr - - - - - - - - - -
Traceback (most recent call last):
File "/tmp/autopkgte
assert url.netloc == v['netloc']
AssertionError
...
Most likely an infrastructure proxy/networking error.
Related branches
- Steve Langasek: Approve
-
Diff: 22 lines (+4/-0)1 file modifiedubuntu-release (+4/-0)
summary: |
- autopkgtest fails inhirsute on armhf + autopkgtest fails in hirsute on armhf |
Indeed this failure started happening on armhf recently (I'd say about a week ago or so) for all builds of firefox, affecting not just hirsute but also xenial, bionic, focal and groovy.
The google search URL that's printed suggests a race condition: selenium doesn't have a built-in method to wait until the current URL changes to a given value, instead it allows watching the URL until it changes from the current value. This combined with a slow test environment might explain why the google redirection (to their consent popup) happens before the real search URL is captured by the test.