Open
Description
Worked:
https://github.com/OpenLightingProject/ola/actions/runs/8309326167/job/22740631359
The following additional packages will be installed:
libblas3 libgfortran5 libjs-jquery libjs-jquery-ui liblapack3
libpython3.12-minimal libpython3.12-stdlib ola-python ola-rdm-tests
python3-numpy python3-protobuf python3.12 python3.12-minimal
Suggested packages:
libjs-jquery-ui-docs bash-completion gcc gfortran python3-dev python3-pytest
python3.12-venv python3.12-doc binfmt-support
Recommended packages:
javascript-common
The following NEW packages will be installed:
autopkgtest-satdep libblas3 libgfortran5 libjs-jquery libjs-jquery-ui
liblapack3 libpython3.12-minimal libpython3.12-stdlib ola-python
ola-rdm-tests python3-numpy python3-protobuf python3.12 python3.12-minimal
0 upgraded, 14 newly installed, 0 to remove and 9 not upgraded.
Failed:
https://github.com/OpenLightingProject/ola/actions/runs/8383043621/job/22958169208
The following additional packages will be installed:
gcc-14-base libblas3 libgcc-s1 libgfortran5 libjs-jquery libjs-jquery-ui
liblapack3 libstdc++6 ola-python ola-rdm-tests python3-numpy
python3-protobuf
Suggested packages:
libjs-jquery-ui-docs bash-completion gcc gfortran python3-dev python3-pytest
Recommended packages:
javascript-common
The following NEW packages will be installed:
autopkgtest-satdep libblas3 libgfortran5 libjs-jquery libjs-jquery-ui
liblapack3 ola-python ola-rdm-tests python3-numpy python3-protobuf
The following packages will be upgraded:
gcc-14-base libgcc-s1 libstdc++6
3 upgraded, 10 newly installed, 0 to remove and 12 not upgraded.
Which then results in:
autopkgtest [23:33:25]: test command3: set -e ; for py in $(py3versions -s 2>/dev/null) ; do echo "Testing with $py:" ; $py $(which rdm_responder_test.py) --help ; done
autopkgtest [23:33:25]: test command3: [-----------------------
Testing with python3.12:
bash: line 1: python3.12: command not found
autopkgtest [23:33:26]: test command3: -----------------------]
autopkgtest [23:33:26]: test command3: - - - - - - - - - - results - - - - - - - - - -
command3 FAIL non-zero exit status 127
autopkgtest [23:33:26]: test command3: - - - - - - - - - - stderr - - - - - - - - - -
bash: line 1: python3.12: command not found
It looks like something has stopped pulling in Python 3 for some reason. I haven't worked out if it's a bug in a package and if so what one.
Would reverting the debian/tests/control bit of this solve it?
82906ac
Do you have any thoughts @DaAwesomeP ? I don't know if 0.10 branch is unaffected or we just haven't rebuilt it since something external changed?