Improve test support #330
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 10 warnings
python3.11
Process completed with exit code 1.
|
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
|