Start of Pipeline - (24 min in block) | | | |
node - (0.63 sec in block) | | | |
node block - (0.61 sec in block) | | | |
withEnv - (0.51 sec in block) | HOME | | |
withEnv block - (0.51 sec in block) | | | |
sh - (0.5 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf pipe && git clone https://github.com/coreos/fedora-coreos-pipeline --depth=1 pipe
| | |
load - (87 ms in block) | pipe/utils.groovy | | |
load block (pipe/utils.groovy) - (3 ms in block) | | | |
readYaml - (2 ms in self) | pipe/config.yaml | | |
properties - (48 ms in self) | | | |
libraryResource - (1 ms in self) | com/github/coreos/pod.json | | |
readJSON - (4 ms in self) | | | |
node - (24 ms in block) | | | |
node block - (12 ms in block) | | | |
writeYaml - (5 ms in self) | | | |
readFile - (4 ms in self) | pod-abc0579c-25f7-42f7-b41f-26f443326754.yaml | | |
podTemplate - (24 min in block) | | | |
podTemplate block - (24 min in block) | | | |
node - (24 min in block) | pod-abc0579c-25f7-42f7-b41f-26f443326754 | | |
node block - (24 min in block) | | | |
container - (24 min in block) | worker | | |
container block - (24 min in block) | | | |
withEnv - (0.6 sec in block) | HOME | | |
withEnv block - (0.59 sec in block) | | | |
sh - (0.59 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
(cat /cosa/coreos-assembler-git.json || :) | tee coreos-assembler-git.json
| | |
archiveArtifacts - (0.49 sec in self) | coreos-assembler-git.json | | |
withEnv - (0.75 sec in block) | HOME | | |
withEnv block - (0.74 sec in block) | | | |
sh - (0.73 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rpm -qa | sort > coreos-assembler-rpmdb.txt
| | |
archiveArtifacts - (9 ms in self) | coreos-assembler-rpmdb.txt | | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm coreos-assembler-git.json coreos-assembler-rpmdb.txt
| | |
timeout - (24 min in block) | | | |
timeout block - (24 min in block) | | | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.49 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSL https://bodhi.fedoraproject.org/updates/FEDORA-2025-ac4d4e9c47 | jq -r .update.builds[].nvr
| | |
stage - (0.53 sec in block) | Report Running | | |
stage block (Report Running) - (0.52 sec in block) | | | |
withCredentials - (0.51 sec in block) | | | |
withCredentials block - (0.49 sec in block) | | | |
withEnv - (0.49 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
/usr/lib/coreos-assembler/resultsdb-report --testcase cosa.build-and-test --testcase-url https://jenkins-coreos-ci.apps.ocp.fedoraproject.org//job/test-override --testrun-url https://jenkins-coreos-ci.apps.ocp.fedoraproject.org/job/test-override/72/display/redirect --outcome RUNNING --advisory FEDORA-2025-ac4d4e9c47 --stream testing-devel
| | |
withCredentials - (6 ms in block) | | | |
echo - (6 ms in self) | Could not find credentials entry with ID 'coreos-aarch64-builder-host': skipping | | |
withCredentials - (7 ms in block) | | | |
echo - (5 ms in self) | Could not find credentials entry with ID 'coreos-s390x-builder-host': skipping | | |
withCredentials - (6 ms in block) | | | |
echo - (7 ms in self) | Could not find credentials entry with ID 'coreos-ppc64le-builder-host': skipping | | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.48 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
git ls-remote https://github.com/coreos/fedora-coreos-config refs/heads/testing-devel | cut -d $' ' -f 1
| | |
withEnv - (3.5 sec in block) | HOME | | |
withEnv block - (3.5 sec in block) | | | |
sh - (3.5 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa init --branch testing-devel --commit=6066ca8b96e9eabfbdb8d151e3ba13ef2b7cd989 https://github.com/coreos/fedora-coreos-config
| | |
stage - (25 ms in block) | Initialize Remotes | | |
stage block (Initialize Remotes) - (15 ms in block) | | | |
parallel - (7 ms in block) | | | |
parallel block (Branch: x86_64) - (3 ms in block) | | | |
stage - (2 sec in block) | Download Overrides | | |
stage block (Download Overrides) - (2 sec in block) | | | |
parallel - (2 sec in block) | | | |
parallel block (Branch: x86_64) - (2 sec in block) | | | |
withEnv - (0.76 sec in block) | HOME | | |
withEnv block - (0.75 sec in block) | | | |
sh - (0.74 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa shell -- env -C overrides/rpm koji download-build buildah-1.41.0-1.fc42 --arch x86_64 --arch noarch
| | |
withEnv - (0.49 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa shell -- env -C overrides/rpm koji download-build containers-common-0.64.0-1.fc42 --arch x86_64 --arch noarch
| | |
withEnv - (0.75 sec in block) | HOME | | |
withEnv block - (0.74 sec in block) | | | |
sh - (0.74 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa shell -- env -C overrides/rpm koji download-build podman-5.6.0~rc1-1.fc42 --arch x86_64 --arch noarch
| | |
parallel - (24 min in block) | | | |
parallel block (Branch: x86_64) - (24 min in block) | | | |
stage - (1 min 16 sec in block) | x86_64:Fetch | | |
stage block (x86_64:Fetch) - (1 min 16 sec in block) | | | |
withEnv - (1 min 16 sec in block) | HOME | | |
withEnv block - (1 min 16 sec in block) | | | |
sh - (1 min 16 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa fetch --with-cosa-overrides
| | |
stage - (6 min 40 sec in block) | x86_64:Build OSTree/QEMU | | |
stage block (x86_64:Build OSTree/QEMU) - (6 min 39 sec in block) | | | |
withEnv - (6 min 39 sec in block) | HOME | | |
withEnv block - (6 min 39 sec in block) | | | |
sh - (6 min 39 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa build
| | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.49 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
uuidgen | cut -f1 -d-
| | |
withEnv - (0.51 sec in block) | HOME | | |
withEnv block - (0.5 sec in block) | | | |
sh - (0.49 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- mktemp -d /home/jenkins/agent/workspace/test-override/tmp/kola-XXXXX
| | |
parallel - (16 min in block) | | | |
parallel block (Branch: x86_64:kola) - (19 ms in block) | | | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
test -d /home/jenkins/agent/workspace/test-override/tests/kola
configorigin=$(cd /home/jenkins/agent/workspace/test-override/src/config && git config --get remote.origin.url)
gitorigin=$(cd /home/jenkins/agent/workspace/test-override && git config --get remote.origin.url)
test "$configorigin" != "$gitorigin"
| | |
withEnv - (0.52 sec in block) | HOME | | |
withEnv block - (0.5 sec in block) | | | |
sh - (0.5 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
kola list --json | jq -r '.[].Name'
| | |
withEnv - (16 min in block) | HOME | | |
withEnv block - (16 min in block) | | | |
sh - (16 min in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override
cosa kola run --rerun --allow-rerun-success=tags=needs-internet --build=latest --output-dir=/home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-x86_64 --on-warn-failure-exit-77 --arch=x86_64 --tag='!reprovision' --parallel=5
| | |
error - (1 ms in self) | Script returned exit code 1 | | |
parallel block (Branch: x86_64:kola:upgrade) - (1 min 44 sec in block) | | | |
withEnv - (1 min 44 sec in block) | HOME | | |
withEnv block - (1 min 44 sec in block) | | | |
sh - (1 min 44 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override
cosa kola run-upgrade --rerun --allow-rerun-success=tags=needs-internet --build=latest --output-dir=/home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-upgrade-x86_64 --on-warn-failure-exit-77 --arch=x86_64 --upgrades
| | |
withEnv - (0.52 sec in block) | HOME | | |
withEnv block - (0.51 sec in block) | | | |
sh - (0.51 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- test -d /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-upgrade-x86_64
| | |
withEnv - (0.49 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- tar -C /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu -c --xz kola-upgrade-x86_64 > /home/jenkins/agent/workspace/test-override/kola-upgrade-x86_64-4b35d064.tar.xz || :
| | |
archiveArtifacts - (30 ms in self) | | | |
withEnv - (0.5 sec in block) | HOME | | |
withEnv block - (0.49 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- /usr/lib/coreos-assembler/kola-junit --classname kola-upgrade-x86_64 --koladir /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-upgrade-x86_64 --output - > /home/jenkins/agent/workspace/test-override/kola-upgrade-x86_64-4b35d064.xml || :
| | |
junit - (0.42 sec in self) | | | |
withEnv - (0.49 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- test -d /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-x86_64
| | |
withEnv - (4.6 sec in block) | HOME | | |
withEnv block - (4.6 sec in block) | | | |
sh - (4.6 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- tar -C /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu -c --xz kola-x86_64 > /home/jenkins/agent/workspace/test-override/kola-x86_64-4b35d064.tar.xz || :
| | |
archiveArtifacts - (1.4 sec in self) | | | |
withEnv - (0.49 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cd /home/jenkins/agent/workspace/test-override && cosa shell -- /usr/lib/coreos-assembler/kola-junit --classname kola-x86_64 --koladir /home/jenkins/agent/workspace/test-override/tmp/kola-SU9bu/kola-x86_64 --output - > /home/jenkins/agent/workspace/test-override/kola-x86_64-4b35d064.xml || :
| | |
junit - (78 ms in self) | | | |
stage - (1.3 sec in block) | Report Completion | | |
stage block (Report Completion) - (1.2 sec in block) | | | |
withCredentials - (0.51 sec in block) | | | |
withCredentials block - (0.49 sec in block) | | | |
withEnv - (0.48 sec in block) | HOME | | |
withEnv block - (0.48 sec in block) | | | |
sh - (0.48 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
/usr/lib/coreos-assembler/resultsdb-report --testcase cosa.build-and-test --testcase-url https://jenkins-coreos-ci.apps.ocp.fedoraproject.org//job/test-override --testrun-url https://jenkins-coreos-ci.apps.ocp.fedoraproject.org/job/test-override/72/display/redirect --outcome FAILED --advisory FEDORA-2025-ac4d4e9c47 --stream testing-devel
| | |
withCredentials - (0.76 sec in block) | | | |
withCredentials block - (0.75 sec in block) | | | |
withEnv - (0.74 sec in block) | HOME | | |
withEnv block - (0.74 sec in block) | | | |
sh - (0.73 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -X POST -H "Content-Type: application/json" -u $TOKEN $MATRIX_WEBHOOK_URL --silent -d '
{
"body": "🔴 containers-common-0.64.0-1.fc42 podman-5.6.0~rc1-1.fc42 - [🌊](https://jenkins-coreos-ci.apps.ocp.fedoraproject.org/job/test-override/72/display/redirect) [🪷](https://bodhi.fedoraproject.org/updates/FEDORA-2025-ac4d4e9c47)"
}'
| | |