Console Output
16:54:16 [2025-03-03T16:54:16.609Z] + set -xeuo pipefail
16:54:16 [2025-03-03T16:54:16.609Z] ++ umask
16:54:16 [2025-03-03T16:54:16.609Z] + '[' 0022 = 0000 ']'
16:54:16 [2025-03-03T16:54:16.609Z] + cosa init --branch rawhide --commit=ee9653bb52854ca7e2b0c742028fc91e2585e8fa https://github.com/coreos/fedora-coreos-config
16:54:16 [2025-03-03T16:54:16.609Z] notice: failed to look up uid in /etc/passwd; enabling workaround
16:54:16 [2025-03-03T16:54:16.865Z] info: Missing CAP_SYS_ADMIN; using virt
16:54:16 [2025-03-03T16:54:16.865Z] + mkdir -p src
16:54:16 [2025-03-03T16:54:16.865Z] + cd src
16:54:16 [2025-03-03T16:54:16.865Z] + test -e config
16:54:16 [2025-03-03T16:54:16.865Z] + case "${source}" in
16:54:16 [2025-03-03T16:54:16.865Z] + git clone --branch=rawhide --depth=1 --shallow-submodules --recurse-submodules https://github.com/coreos/fedora-coreos-config config
16:54:16 [2025-03-03T16:54:16.865Z] Cloning into 'config'...
16:54:17 [2025-03-03T16:54:17.119Z] Submodule 'fedora-bootc' (https://gitlab.com/fedora/bootc/base-images.git) registered for path 'fedora-bootc'
16:54:17 [2025-03-03T16:54:17.119Z] Cloning into '/home/jenkins/agent/workspace/test-override/src/config/fedora-bootc'...
16:54:18 [2025-03-03T16:54:18.999Z] From https://gitlab.com/fedora/bootc/base-images
16:54:18 [2025-03-03T16:54:18.999Z] * branch 7b4e013126bfe5851b2f882b1d9af0a764c6e7dc -> FETCH_HEAD
16:54:18 [2025-03-03T16:54:18.999Z] Submodule path 'fedora-bootc': checked out '7b4e013126bfe5851b2f882b1d9af0a764c6e7dc'
16:54:18 [2025-03-03T16:54:18.999Z] + '[' -n ee9653bb52854ca7e2b0c742028fc91e2585e8fa ']'
16:54:18 [2025-03-03T16:54:18.999Z] + git -C ./config fetch origin ee9653bb52854ca7e2b0c742028fc91e2585e8fa
16:54:19 [2025-03-03T16:54:19.273Z] From https://github.com/coreos/fedora-coreos-config
16:54:19 [2025-03-03T16:54:19.273Z] * branch ee9653bb52854ca7e2b0c742028fc91e2585e8fa -> FETCH_HEAD
16:54:19 [2025-03-03T16:54:19.528Z] Fetching submodule fedora-bootc
16:54:20 [2025-03-03T16:54:20.886Z] From https://gitlab.com/fedora/bootc/base-images
16:54:20 [2025-03-03T16:54:20.886Z] * branch 3374cd88426e8278e261ac27bbbe5b195eb70dd4 -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] * branch 461786bc6a0bbb9e7511e115209a7ffbfafda452 -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] * branch 7530b75489ae404974dc8a955e41eb161c5b8523 -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] * branch 7b7c32b0150408293bac6899fe712f9b0903ff2a -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] * branch 93c50b4806ee8aaf7396c1e868f3cadfcb5fe3af -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] * branch 9bc06392c3a65fcacc972066d1aa016be623c25b -> FETCH_HEAD
16:54:20 [2025-03-03T16:54:20.886Z] + git -C ./config reset --hard ee9653bb52854ca7e2b0c742028fc91e2585e8fa
16:54:20 [2025-03-03T16:54:20.886Z] HEAD is now at ee9653b tree: import changes from testing-devel at f2ec3035208ec5444484f492c70fec714364c8a6
16:54:20 [2025-03-03T16:54:20.886Z] + git -C ./config submodule update --init --recursive
16:54:20 [2025-03-03T16:54:20.886Z] + set +x
16:54:20 [2025-03-03T16:54:20.886Z] Config commit: ee9653bb52854ca7e2b0c742028fc91e2585e8fa
16:54:20 [2025-03-03T16:54:20.886Z] + manifest=src/config/manifest.yaml
16:54:20 [2025-03-03T16:54:20.886Z] + image=src/config/image.yaml
16:54:20 [2025-03-03T16:54:20.886Z] + [[ -n '' ]]
16:54:20 [2025-03-03T16:54:20.886Z] + [[ ! -f src/config/manifest.yaml ]]
16:54:20 [2025-03-03T16:54:20.886Z] + [[ ! -f src/config/image.yaml ]]
16:54:20 [2025-03-03T16:54:20.886Z] + mkdir -p cache
16:54:20 [2025-03-03T16:54:20.886Z] + mkdir -p builds
16:54:20 [2025-03-03T16:54:20.886Z] + mkdir -p tmp
16:54:20 [2025-03-03T16:54:20.886Z] + mkdir -p overrides/rpm
16:54:20 [2025-03-03T16:54:20.886Z] + mkdir -p overrides/rootfs
16:54:20 [2025-03-03T16:54:20.886Z] + test 0 = 1
16:54:20 [2025-03-03T16:54:20.886Z] + case "${YUMREPOS}" in
16:54:20 [2025-03-03T16:54:20.886Z] + set +x
16:54:20 [2025-03-03T16:54:20.886Z] Initialized /home/jenkins/agent/workspace/test-override as coreos-assembler working directory.