Console Output
19:08:54 [2025-02-07T19:08:54.395Z] + set -xeuo pipefail
19:08:54 [2025-02-07T19:08:54.395Z] ++ umask
19:08:54 [2025-02-07T19:08:54.395Z] + '[' 0022 = 0000 ']'
19:08:54 [2025-02-07T19:08:54.395Z] + cosa init --branch rawhide --commit=14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3 https://github.com/coreos/fedora-coreos-config
19:08:54 [2025-02-07T19:08:54.395Z] notice: failed to look up uid in /etc/passwd; enabling workaround
19:08:54 [2025-02-07T19:08:54.395Z] info: Missing CAP_SYS_ADMIN; using virt
19:08:54 [2025-02-07T19:08:54.395Z] + mkdir -p src
19:08:54 [2025-02-07T19:08:54.395Z] + cd src
19:08:54 [2025-02-07T19:08:54.395Z] + test -e config
19:08:54 [2025-02-07T19:08:54.395Z] + case "${source}" in
19:08:54 [2025-02-07T19:08:54.395Z] + git clone --branch=rawhide --depth=1 --shallow-submodules --recurse-submodules https://github.com/coreos/fedora-coreos-config config
19:08:54 [2025-02-07T19:08:54.395Z] Cloning into 'config'...
19:08:54 [2025-02-07T19:08:54.649Z] Submodule 'fedora-bootc' (https://gitlab.com/fedora/bootc/base-images.git) registered for path 'fedora-bootc'
19:08:54 [2025-02-07T19:08:54.649Z] Cloning into '/home/jenkins/agent/workspace/test-override/src/config/fedora-bootc'...
19:08:56 [2025-02-07T19:08:56.531Z] From https://gitlab.com/fedora/bootc/base-images
19:08:56 [2025-02-07T19:08:56.531Z] * branch 3374cd88426e8278e261ac27bbbe5b195eb70dd4 -> FETCH_HEAD
19:08:56 [2025-02-07T19:08:56.531Z] Submodule path 'fedora-bootc': checked out '3374cd88426e8278e261ac27bbbe5b195eb70dd4'
19:08:56 [2025-02-07T19:08:56.531Z] + '[' -n 14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3 ']'
19:08:56 [2025-02-07T19:08:56.531Z] + git -C ./config fetch origin 14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3
19:08:56 [2025-02-07T19:08:56.785Z] From https://github.com/coreos/fedora-coreos-config
19:08:56 [2025-02-07T19:08:56.786Z] * branch 14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3 -> FETCH_HEAD
19:08:57 [2025-02-07T19:08:57.042Z] Fetching submodule fedora-bootc
19:08:58 [2025-02-07T19:08:58.403Z] From https://gitlab.com/fedora/bootc/base-images
19:08:58 [2025-02-07T19:08:58.403Z] * branch 461786bc6a0bbb9e7511e115209a7ffbfafda452 -> FETCH_HEAD
19:08:58 [2025-02-07T19:08:58.403Z] * branch 7530b75489ae404974dc8a955e41eb161c5b8523 -> FETCH_HEAD
19:08:58 [2025-02-07T19:08:58.403Z] * branch 7b7c32b0150408293bac6899fe712f9b0903ff2a -> FETCH_HEAD
19:08:58 [2025-02-07T19:08:58.403Z] * branch 93c50b4806ee8aaf7396c1e868f3cadfcb5fe3af -> FETCH_HEAD
19:08:58 [2025-02-07T19:08:58.403Z] * branch 9bc06392c3a65fcacc972066d1aa016be623c25b -> FETCH_HEAD
19:08:58 [2025-02-07T19:08:58.403Z] + git -C ./config reset --hard 14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3
19:08:58 [2025-02-07T19:08:58.403Z] HEAD is now at 14e6c91 overrides: fast-track kernel-6.14.0-0.rc1.20250205git5c8c229261f1.17.fc43
19:08:58 [2025-02-07T19:08:58.403Z] + git -C ./config submodule update --init --recursive
19:08:58 [2025-02-07T19:08:58.403Z] + set +x
19:08:58 [2025-02-07T19:08:58.403Z] Config commit: 14e6c91f9b4c81ec82fa4172db531a45e2fd5dc3
19:08:58 [2025-02-07T19:08:58.403Z] + manifest=src/config/manifest.yaml
19:08:58 [2025-02-07T19:08:58.403Z] + image=src/config/image.yaml
19:08:58 [2025-02-07T19:08:58.403Z] + [[ -n '' ]]
19:08:58 [2025-02-07T19:08:58.403Z] + [[ ! -f src/config/manifest.yaml ]]
19:08:58 [2025-02-07T19:08:58.403Z] + [[ ! -f src/config/image.yaml ]]
19:08:58 [2025-02-07T19:08:58.403Z] + mkdir -p cache
19:08:58 [2025-02-07T19:08:58.403Z] + mkdir -p builds
19:08:58 [2025-02-07T19:08:58.403Z] + mkdir -p tmp
19:08:58 [2025-02-07T19:08:58.403Z] + mkdir -p overrides/rpm
19:08:58 [2025-02-07T19:08:58.403Z] + mkdir -p overrides/rootfs
19:08:58 [2025-02-07T19:08:58.403Z] + test 0 = 1
19:08:58 [2025-02-07T19:08:58.403Z] + case "${YUMREPOS}" in
19:08:58 [2025-02-07T19:08:58.403Z] + set +x
19:08:58 [2025-02-07T19:08:58.403Z] Initialized /home/jenkins/agent/workspace/test-override as coreos-assembler working directory.