Source: jenkins-job-builder Version: 6.4.2-3 Severity: serious After #1112587 is fixed, there is now a different failure that happens always:
https://ci.debian.net/packages/j/jenkins-job-builder/unstable/amd64/ https://ci.debian.net/packages/j/jenkins-job-builder/stable/amd64/ ... 21s autopkgtest [11:38:49]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import jenkins_job_builder; print(jenkins_job_builder)" ; done 21s autopkgtest [11:38:49]: test autodep8-python3: [----------------------- 21s Testing with python3.13: 21s Traceback (most recent call last): 21s File "<string>", line 1, in <module> 21s import jenkins_job_builder; print(jenkins_job_builder) 21s ^^^^^^^^^^^^^^^^^^^^^^^^^^ 21s ModuleNotFoundError: No module named 'jenkins_job_builder' 21s autopkgtest [11:38:49]: test autodep8-python3: -----------------------] 21s autopkgtest [11:38:49]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 21s autodep8-python3 FAIL non-zero exit status 1 ... This seems to be fixed by the second commit in https://salsa.debian.org/openstack-team/third-party/jenkins-job-builder/-/merge_requests/5

