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

Improve the FreeBSD CI #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Try something naive

405d90c
Select commit
Loading
Failed to load commit list.
Open

Improve the FreeBSD CI #20

Try something naive
405d90c
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD failed Jul 30, 2024 in 1m 32s

Task Summary

Instruction setup failed in 00:23

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 01:07 install
❌ 00:23 setup

export PATH=$HOME/.local/ghcup/bin:/opt/ghcup/bin:$PATH
./.cirrus/ci.sh setup_freebsd
+ case ${1:-help} in
+ setup_freebsd
+ export GHCUP_INSTALL_BASE_PREFIX=/opt/ghc/
+ GHCUP_INSTALL_BASE_PREFIX=/opt/ghc/
+ mkdir -p //.local/ghcup/bin/
+ mkdir -p /opt/ghcup/bin/
+ export PATH=//.local/ghcup/bin:/opt/ghcup/bin://.local/ghcup/bin:/opt/ghcup/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ PATH=//.local/ghcup/bin:/opt/ghcup/bin://.local/ghcup/bin:/opt/ghcup/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ curl -L https://downloads.haskell.org/~ghcup/x86_64-portbld-freebsd-ghcup --output /opt/ghcup/bin/ghcup
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 27.5M  100 27.5M    0     0  60.7M      0 --:--:-- --:--:-- --:--:-- 60.8M
+ chmod +x /opt/ghcup/bin/ghcup
+ ghcup install ghc 9.8.2
�[1m�[92m[ Info  ]�[0m�[0m downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml as file /opt/ghc/.ghcup/cache/ghcup-0.0.8.yaml
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  455k  100  455k    0     0  5051k      0 --:--:-- --:--:-- --:--:-- 5112k
�[1m�[92m[ Info  ]�[0m�[0m downloading: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.8.2/ghc-9.8.2-x86_64-portbld-freebsd.tar.xz as file /opt/ghc/.ghcup/tmp/ghcup-9677fa46789d3bd8/ghc-9.8.2-x86_64-portbld-freebsd.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
  1  202M    1 2079k    0     0  8664k      0  0:00:23 --:--:--  0:00:23 8665k
 67  202M   67  136M    0     0   109M      0  0:00:01  0:00:01 --:--:--  109M
100  202M  100  202M    0     0   118M      0  0:00:01  0:00:01 --:--:--  118M
�[1m�[92m[ Info  ]�[0m�[0m verifying digest of: ghc-9.8.2-x86_64-portbld-freebsd.tar.xz
�[1m�[92m[ Info  ]�[0m�[0m Unpacking: ghc-9.8.2-x86_64-portbld-freebsd.tar.xz to /opt/ghc/.ghcup/tmp/ghcup-cd0fc3bf14797641
�[1m�[92m[ Info  ]�[0m�[0m Installing GHC (this may take a while)







�[6A�[0J





�[1m�[91m[ Error ]�[0m�[0m [�]8;;https://errors.haskell.org/messages/GHCup-00841�\GHCup-00841�]8;;�\] Process "make" with arguments ["DESTDIR=/opt/ghc/.ghcup/tmp/ghcup-a340db1f5989b15a",
�[1m�[91m[ ...   ] �[0m�[0m                               "install"] failed with exit code 1.
�[1m�[91m[ Error ]�[0m�[0m Also check the logs in /opt/ghc/.ghcup/logs

Exit status: 3