missing python docker packages for OST?

Hi all, I'm trying to run ovirt-system-tests-manual to test this patch: https://gerrit.ovirt.org/#/c/94947/ But I get this: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... this seems the root cause: *11:03:14* + sudo -n /bin/yum install -y python2-docker python3-docker *11:03:14* Loaded plugins: fastestmirror *11:03:14* Loading mirror speeds from cached hostfile *11:03:14* No package python2-docker available. *11:03:14* No package python3-docker available. *11:03:15* Error: Nothing to do *11:03:15* + local failed=0 *11:03:15* + for package in '"${packages[@]}"' *11:03:15* + rpm -q --quiet --whatprovides python2-docker *11:03:15* + log ERROR 'package '\''python2-docker'\'' is not, and could not be, installed' *11:03:15* + local level=ERROR *11:03:15* + shift *11:03:15* + local 'message=package '\''python2-docker'\'' is not, and could not be, installed' *11:03:15* + local prefix *11:03:15* + [[ 5 -gt 1 ]] *11:03:15* + prefix='global_setup[verify_packages]' *11:03:15* + echo 'global_setup[verify_packages] ERROR: package '\''python2-docker'\'' is not, and could not be, installed' *11:03:15* global_setup[verify_packages] ERROR: package 'python2-docker' is not, and could not be, installed *11:03:15* + (( ++failed )) Please suggest a fix for this Thanks, -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh

The missing packages are not the cause of failure, they always show on every run (successful or otherwise) I am not seeing compat-4.1-suite-4.2 on ost, only compat-4.1-suite-master - is that a viable run? this is the error: *11:03:17* + suit_dir=ovirt-system-tests/compat-4.1-suite-4.2*11:03:17* + cp 'ovirt-system-tests/compat-4.1-suite-4.2/*.repo' exported-artifacts*11:03:17* cp: cannot stat 'ovirt-system-tests/compat-4.1-suite-4.2/*.repo': No such file or directory*11:03:17* POST BUILD TASK : FAILURE*11:03:17* END OF POST BUILD TASK : 0 On Wed, Oct 17, 2018 at 12:16 PM Francesco Romani <fromani@redhat.com> wrote:
Hi all,
I'm trying to run ovirt-system-tests-manual to test this patch:
https://gerrit.ovirt.org/#/c/94947/
But I get this:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
this seems the root cause:
*11:03:14* + sudo -n /bin/yum install -y python2-docker python3-docker
*11:03:14* Loaded plugins: fastestmirror*11:03:14* Loading mirror speeds from cached hostfile*11:03:14* No package python2-docker available.*11:03:14* No package python3-docker available.*11:03:15* Error: Nothing to do*11:03:15* + local failed=0*11:03:15* + for package in '"${packages[@]}"'*11:03:15* + rpm -q --quiet --whatprovides python2-docker*11:03:15* + log ERROR 'package '\''python2-docker'\'' is not, and could not be, installed'*11:03:15* + local level=ERROR*11:03:15* + shift*11:03:15* + local 'message=package '\''python2-docker'\'' is not, and could not be, installed'*11:03:15* + local prefix*11:03:15* + [[ 5 -gt 1 ]]*11:03:15* + prefix='global_setup[verify_packages]'*11:03:15* + echo 'global_setup[verify_packages] ERROR: package '\''python2-docker'\'' is not, and could not be, installed'*11:03:15* global_setup[verify_packages] ERROR: package 'python2-docker' is not, and could not be, installed*11:03:15* + (( ++failed ))
Please suggest a fix for this
Thanks,
-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh
_______________________________________________ Infra mailing list -- infra@ovirt.org To unsubscribe send an email to infra-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/4W76VBSNMMOAIQ...

On 10/17/18 1:52 PM, Dafna Ron wrote:
The missing packages are not the cause of failure, they always show on every run (successful or otherwise) I am not seeing compat-4.1-suite-4.2 on ost, only compat-4.1-suite-master - is that a viable run?
this is the error:
*11:03:17* + suit_dir=ovirt-system-tests/compat-4.1-suite-4.2 *11:03:17* + cp 'ovirt-system-tests/compat-4.1-suite-4.2/*.repo' exported-artifacts *11:03:17* cp: cannot stat 'ovirt-system-tests/compat-4.1-suite-4.2/*.repo': No such file or directory *11:03:17* POST BUILD TASK : FAILURE *11:03:17* END OF POST BUILD TASK : 0
Thanks, this helps. I was testing 4.1 vs 4.2 (and indeed it seems we don't have that suite) Actually, 4.1 vs master is even more meaningful for that patch the test seems to start correctly: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh
participants (2)
-
Dafna Ron
-
Francesco Romani