Actions
action #123873
closedopenQA test using wheel repo fails to clone: auto_review:"unable to access.*wheel.*Could not resolve host: github.com":retry
Start date:
2023-02-01
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
https://openqa.opensuse.org/tests/3088469 incompleted with
[2023-02-01T16:53:44.341388+01:00] [debug] [pid:45919] git hash in openqa: dc8b61dc63c391f46b33d788a775a2d2acf87a1c
[2023-02-01T16:53:44.345518+01:00] [info] [pid:45919] ::: OpenQA::Isotovideo::Utils::clone_git: Cloning git URL 'https://github.com/os-autoinst/os-autoinst-wheel-launcher.git'
[2023-02-01T16:53:54.371593+01:00] [debug] [pid:45919] Cloning into 'os-autoinst-wheel-launcher'...
fatal: unable to access 'https://github.com/os-autoinst/os-autoinst-wheel-launcher.git/': Could not resolve host: github.com
Unable to clone Git repository 'https://github.com/os-autoinst/os-autoinst-wheel-launcher.git' specified via openqa/wheels.yaml (see log for details) at /usr/lib/os-autoinst/OpenQA/Isotovideo/Utils.pm line 52.
45919: EXIT 1
Expected result¶
certainly github.com was not unresolvable for long so the error shouldn't cause fatal aborts
Updated by livdywan almost 2 years ago
I suspect this will be solved the same way as #123556 because retrying doesn't in fact seem to work as intended.
Updated by livdywan almost 2 years ago
- Related to action #123556: os-autoinst git cloning of test case repo can fail with auto_review:"fatal.*unable to access.*Connection timed out":retry size:M added
Updated by okurz almost 2 years ago
- Related to action #123888: [os-autoinst] Clone retry attempts seem to be the wrong way around, retrying when not necessary and vice versa size:M added
Updated by jbaier_cz almost 2 years ago
- Status changed from Blocked to Resolved
The git clone should be fine and retry if needed:
[2023-02-09T16:55:39.427567+01:00] [info] [pid:2401] ::: OpenQA::Isotovideo::Utils::clone_git: Cloning git URL 'https://github.com/os-autoinst/os-autoinst-wheel-launcher.git'
[2023-02-09T16:55:39.904224+01:00] [debug] [pid:2401] Cloning into 'os-autoinst-wheel-launcher'...
[2023-02-09T16:55:39.914523+01:00] [debug] [pid:2401] scheduling boot /tests/install/boot.pm
Actions