On Sat, Apr 18, 2020 at 7:48 PM Andreas Jaeger <aj@suse.com> wrote:
On 18/04/2020 18.11, Andreas Jaeger wrote:
More fun:
change https://review.opendev.org/720877 removes:
install_command = pip install {opts} {packages}
And suddenly lower-constraints fails - and the failure looks correct, so removing it is fine but will cause a surprise ;(
Andreas
So, as diagnosed by Jeremy on IRC, the old command ignores failures, check this output:
https://zuul.opendev.org/t/openstack/build/cbac188c8bcf4125b38c91fc229a4c3b/...
It shows errors - but succeeds the installation, full results in https://zuul.opendev.org/t/openstack/build/cbac188c8bcf4125b38c91fc229a4c3b
So, there are no new errors - we finally see them ;(
Hmm, but I see that stage 1 behaves the same in either patch: https://zuul.opendev.org/t/openstack/build/83104f33d2c24ac5bab700583066e2a7/... It is only stage 2 that fails: https://zuul.opendev.org/t/openstack/build/83104f33d2c24ac5bab700583066e2a7/... -yoctozepto