Upgrade llvm #158
Triggered via pull request
September 2, 2024 13:51
Status
Failure
Total duration
1h 2m 38s
Artifacts
–
ci.yaml
on: pull_request
Test the standard docker file
1m 54s
Test the debug docker file
21m 42s
Matrix: debug_llvms
Matrix: prebuilt_llvms
Annotations
12 errors and 5 warnings
Test with prebuilt LLVM 16.0.0
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get --no-install-recommends -y install libboost-dev libboost-test-dev libboost-system-dev libc6 libc6-dev libstdc++6 g++ autoconf automake python3 libffi-dev libz-dev libtinfo-dev libxml2-dev wget ca-certificates xz-utils make && /ci/install_deps.sh" did not complete successfully: exit code: 8
|
Test the standard docker file
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && ./configure --prefix=/usr/local/ CXXFLAGS=-O3 && make -j6 && make install\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 6.0.1
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 8.0.0
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 7.0.1
82CC
annotation-message>
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 3.9.1
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION --with-boost=/opt/boost/ || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 3.8.1
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION --with-boost=/opt/boost/ || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 4.0.0
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION --with-boost=/opt/boost/ || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 5.0.2
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION --with-boost=/opt/boost/ || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test with prebuilt LLVM 9.0.0
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && (CC=/opt/clang+llvm-$LLVM_VERSION/bin/clang CXX=/opt/clang+llvm-$LLVM_VERSION/bin/clang++ ./configure --prefix=/usr/local/ --with-llvm=/opt/clang+llvm-$LLVM_VERSION || (cat config.log; false)) && make -Csrc -j`nproc` all unittest\"" did not complete successfully: exit code: 2
|
Test the debug docker file
Error: ENOENT: no such file or directory, stat '/home/runner/work/_actions/satackey/action-docker-layer-caching/v0.0.11/dist/ttsc-dist/.adlc'
|
Test the debug docker file
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /bin/bash -c \"cd /nidhugg && autoreconf --install && ./configure --prefix=/usr/local/ --enable-asserts CXXFLAGS='-Og -g' LDFLAGS='-g -Wl,-rpath=/usr/local/lib/' && make -Csrc -j6 nidhugg unittest && make install && install src/unittest /usr/local/bin/nidhugg-unittest && strip /usr/local/bin/nidhugg-unittest\"" did not complete successfully: exit code: 2
|
Test the debug docker file
The following actions uses node12 which is deprecated and will be forced to run on node16: satackey/action-docker-layer-caching@v0.0.11. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test the debug docker file
The following actions use a deprecated Node.js version and will be forced to run on node20: satackey/action-docker-layer-caching@v0.0.11. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test the debug docker file
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test the debug docker file
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test the debug docker file
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|