Skip to content

Warn about uncommitted files in final summary #313

Warn about uncommitted files in final summary

Warn about uncommitted files in final summary #313

Triggered via pull request October 9, 2023 19:57
Status Failure
Total duration 3m 16s
Artifacts

pr-check.yml

on: pull_request
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 10 warnings
python3.9
Process completed with exit code 1.
python3.11
The job was canceled because "_3_9" failed.
python3.11
Process completed with exit code 1.
python3.7
The job was canceled because "_3_9" failed.
python3.7
The operation was canceled.
python3.10
The job was canceled because "_3_9" failed.
python3.10
The operation was canceled.
python3.6.8
The job was canceled because "_3_9" failed.
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.8
The job was canceled because "_3_9" failed.
python3.8
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