Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cirrus CI: Remove 2 jobs #4470

Merged
merged 2 commits into from
Aug 17, 2023

Cirrus CI: Remove job 'Ubuntu 20.04 x64 bootstrap'

e46f979
Select commit
Loading
Failed to load commit list.
Merged

Cirrus CI: Remove 2 jobs #4470

Cirrus CI: Remove job 'Ubuntu 20.04 x64 bootstrap'
e46f979
Select commit
Loading
Failed to load commit list.
Cirrus CI / Ubuntu rolling x64 shared-libs-only gdmd completed Aug 17, 2023 in 1m 37s

Task Summary

Instruction install_prerequisites failed in 01:26

Details

⚠️ Monthly free compute limit exceeded and will be limited next month!

✅ 00:03 clone
❌ 01:26 install_prerequisites

Setting up llvm-15-tools (1:15.0.7-3ubuntu0.23.04.1) ...
Setting up gdc (4:12.2.0-3ubuntu1) ...
Setting up python3-dev (3.11.2-1) ...
Setting up gdmd (2.100+git210818-1) ...
Setting up llvm-15-dev (1:15.0.7-3ubuntu0.23.04.1) ...
Setting up llvm-dev (1:15.0-56~exp2) ...
Processing triggers for libc-bin (2.37-0ubuntu2) ...
Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
python3 --version
Python 3.11.4
# Download & extract CMake
curl -fL --retry 3 --max-time 300 -o cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.27.1/cmake-3.27.1-linux-$CI_ARCH.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 49.2M  100 49.2M    0     0  94.9M      0 --:--:-- --:--:-- --:--:-- 94.9M
mkdir cmake
tar -xf cmake.tar.gz --strip 1 -C cmake
rm cmake.tar.gz
# Download & extract custom Ninja on x86_64
if [[ "$CI_ARCH" == "x86_64" ]]; then
  curl -fL --retry 3 --max-time 60 -O https://github.com/symmetryinvestments/ninja/releases/download/v1.11.1-sym1/ninja-linux.zip
  mkdir ninja
  unzip ninja-linux.zip -d ninja
  rm ninja-linux.zip
fi
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 38  122k   38 48021    0     0   114k      0  0:00:01 --:--:--  0:00:01  114k
100  122k  100  122k    0     0   282k      0 --:--:-- --:--:-- --:--:-- 3417k
Archive:  ninja-linux.zip
  inflating: ninja/ninja             
# Download & extract host LDC
curl -fL --retry 3 --max-time 300 -o ldc2.tar.xz https://github.com/ldc-developers/ldc/releases/download/v$HOST_LDC_VERSION/ldc2-$HOST_LDC_VERSION-linux-$CI_ARCH.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  4 65.2M    4 3071k    0     0  4065k      0  0:00:16 --:--:--  0:00:16 4065k
  9 65.2M    9 6032k    0     0  5628k      0  0:00:11  0:00:01  0:00:10 9369k
curl: (56) Recv failure: Connection reset by peer

Exit status: 56