Skip to content

Update tested Python versions #401

Update tested Python versions

Update tested Python versions #401

Triggered via push November 7, 2023 16:51
Status Failure
Total duration 3m 50s
Artifacts

pr-check.yml

on: push
Matrix: mac-unittest
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 10 warnings
python3.6.8
[Errno 2] No such file or directory: 'alidist/non-existing.sh'
python3.6.8
Unable to parse /home/runner/work/alibuild/alibuild/tests/testdist/broken1.sh. Header missing.
python3.6.8
Unable to parse /home/runner/work/alibuild/alibuild/tests/testdist/broken1.sh. Header missing.
python3.6.8
Malformed header for /home/runner/work/alibuild/alibuild/tests/testdist/broken2.sh
python3.6.8
Empty recipe.
python3.6.8
Empty recipe.
python3.6.8
Unable to parse /home/runner/work/alibuild/alibuild/tests/testdist/broken3.sh
python3.6.8
while parsing a block mapping
python3.6.8
expected <block end>, but found ':'
python3.6.8
in "<unicode string>", line 2, column 6:
python3.12
Process completed with exit code 1.
python3.8.10
The job was canceled because "_3_12" failed.
python3.9.16
The job was canceled because "_3_12" failed.
python3.9.16
The operation was canceled.
python3.11
The job was canceled because "_3_12" failed.
python3.11
The operation was canceled.
python3.6.8
Package ZeroMQ cannot be picked up from the system and will be built by aliBuild.
python3.6.8
This is due to the fact the following script fails:
python3.6.8
brew() { true; }; REQUESTED_VERSION=v4.3.2
python3.6.8
printf "#include <zmq.h>\n#if(ZMQ_VERSION < 40105)\n#error \"zmq version >= 4.1.5 needed\"\n#endif\n int main(){}" | c++ -I$(brew --prefix zeromq)/include -xc++ - -o /dev/null 2>&1
python3.6.8
with the following output:
python3.6.8
ZeroMQ: <stdin>:1:10: fatal error: zmq.h: No such file or directory
python3.6.8
ZeroMQ: compilation terminated.
python3.6.8
Package FreeType cannot be picked up from the system and will be built by aliBuild.
python3.6.8
This is due to the fact the following script fails:
python3.6.8
brew() { true; }; REQUESTED_VERSION=v2.10.1