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

logs: Use journalctl -o with-unit for default logs #3346

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

logs: Use journalctl -o with-unit for default logs

375983f
Select commit
Loading
Failed to load commit list.
Open

logs: Use journalctl -o with-unit for default logs #3346

logs: Use journalctl -o with-unit for default logs
375983f
Select commit
Loading
Failed to load commit list.
Cirrus CI / Report Stage One - centos-stream-9 failed Jan 24, 2024 in 9s

Task Summary

Instruction setup failed in 00:01

Details

✅ 00:04 clone
❌ 00:01 setup

if [ $(command -v apt) ]; then
    echo "$ARTCURL/snap%20Build%20From%20Checkout/packages/sosreport_test_amd64.snap"
    $ARTCURL/snap%20Build%20From%20Checkout/packages/sosreport_test_amd64.snap
    apt -y purge sosreport
    apt update --allow-releaseinfo-change
    apt -y install python3-pip snapd
    systemctl start snapd
    snap install ./sosreport_test_amd64.snap --classic --dangerous
    snap alias sosreport.sos sos
fi
if [ $(command -v dnf) ]; then
    echo "$ARTCURL/rpm%20Build%20From%20Checkout%20-%20${BUILD_NAME}/packages/sos_${BUILD_NAME}.rpm"
    $ARTCURL/rpm%20Build%20From%20Checkout%20-%20${BUILD_NAME}/packages/sos_${BUILD_NAME}.rpm
    dnf -y remove sos
    dnf -y install python3-pip ethtool
    dnf -y install ./sos_${BUILD_NAME}.rpm
fi
curl --fail --location -O --url https://api.cirrus-ci.com/v1/artifact/build/4999675120451584/rpm%20Build%20From%20Checkout%20-%20centos-stream-9/packages/sos_centos-stream-9.rpm
  % 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   394    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404

Exit status: 22