Skip to content

Improve test support #350

Improve test support

Improve test support #350

Triggered via pull request October 17, 2023 12:31
@ktfktf
synchronize #806
ktf:pr806
Status Success
Total duration 3m 5s
Artifacts

pr-check.yml

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

Annotations

10 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.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