Apologies if this is the wrong group. Zuul appears to be broken. See https://zuul.opendev.org/t/openstack/build/179c40f7e382474cb9c676b812caa6fb
On 2025-03-18 09:09:27 -0000 (-0000), ronald.stone@windriver.com wrote:
Apologies if this is the wrong group. Zuul appears to be broken. See https://zuul.opendev.org/t/openstack/build/179c40f7e382474cb9c676b812caa6fb
The openstack-tox-docs job recently switched (last week) from running on ubuntu-jammy nodes with Python 3.10 to ubuntu-noble nodes with Python 3.12. It looks like you're pinning to an old version of PyYAML (6.0 from four years ago, latest is 6.0.2 from about 7 months ago), and there are no prebuilt wheels of 6.0 for 3.12 so pip is trying to build it from source. The debug output isn't included in the log, but probably you're missing the necessary C library dependencies and/or build toolchain to do that within the job. Some options: * pin your variant of the job back to olderr ubuntu-jammy nodes * change your constraints to allow using a newer PyYAML version * add the missing PyYAML build requirements to your bindep.txt Any of those should get the job running again. -- Jeremy Stanley
participants (2)
-
Jeremy Stanley
-
ronald.stone@windriver.com