Console Output

20:11:57 [2025-03-03T20:11:57.528Z] + set -xeuo pipefail
20:11:57 [2025-03-03T20:11:57.528Z] ++ umask
20:11:57 [2025-03-03T20:11:57.528Z] + '[' 0022 = 0000 ']'
20:11:57 [2025-03-03T20:11:57.528Z] + cosa init --branch branched --commit=36a136d5e2e08222c0b1d83b057a814cbef03017 https://github.com/coreos/fedora-coreos-config
20:11:57 [2025-03-03T20:11:57.528Z] notice: failed to look up uid in /etc/passwd; enabling workaround
20:11:57 [2025-03-03T20:11:57.783Z] info: Missing CAP_SYS_ADMIN; using virt
20:11:57 [2025-03-03T20:11:57.783Z] + mkdir -p src
20:11:57 [2025-03-03T20:11:57.783Z] + cd src
20:11:57 [2025-03-03T20:11:57.783Z] + test -e config
20:11:57 [2025-03-03T20:11:57.783Z] + case "${source}" in
20:11:57 [2025-03-03T20:11:57.784Z] + git clone --branch=branched --depth=1 --shallow-submodules --recurse-submodules https://github.com/coreos/fedora-coreos-config config
20:11:57 [2025-03-03T20:11:57.784Z] Cloning into 'config'...
20:11:58 [2025-03-03T20:11:58.038Z] Submodule 'fedora-bootc' (https://gitlab.com/fedora/bootc/base-images.git) registered for path 'fedora-bootc'
20:11:58 [2025-03-03T20:11:58.038Z] Cloning into '/home/jenkins/agent/workspace/test-override/src/config/fedora-bootc'...
20:11:59 [2025-03-03T20:11:59.935Z] From https://gitlab.com/fedora/bootc/base-images
20:11:59 [2025-03-03T20:11:59.935Z]  * branch            7b4e013126bfe5851b2f882b1d9af0a764c6e7dc -> FETCH_HEAD
20:11:59 [2025-03-03T20:11:59.935Z] Submodule path 'fedora-bootc': checked out '7b4e013126bfe5851b2f882b1d9af0a764c6e7dc'
20:11:59 [2025-03-03T20:11:59.935Z] + '[' -n 36a136d5e2e08222c0b1d83b057a814cbef03017 ']'
20:11:59 [2025-03-03T20:11:59.935Z] + git -C ./config fetch origin 36a136d5e2e08222c0b1d83b057a814cbef03017
20:12:00 [2025-03-03T20:12:00.497Z] From https://github.com/coreos/fedora-coreos-config
20:12:00 [2025-03-03T20:12:00.497Z]  * branch            36a136d5e2e08222c0b1d83b057a814cbef03017 -> FETCH_HEAD
20:12:00 [2025-03-03T20:12:00.752Z] Fetching submodule fedora-bootc
20:12:02 [2025-03-03T20:12:02.111Z] From https://gitlab.com/fedora/bootc/base-images
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            3374cd88426e8278e261ac27bbbe5b195eb70dd4 -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            461786bc6a0bbb9e7511e115209a7ffbfafda452 -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            7530b75489ae404974dc8a955e41eb161c5b8523 -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            7b7c32b0150408293bac6899fe712f9b0903ff2a -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            93c50b4806ee8aaf7396c1e868f3cadfcb5fe3af -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z]  * branch            9bc06392c3a65fcacc972066d1aa016be623c25b -> FETCH_HEAD
20:12:02 [2025-03-03T20:12:02.111Z] + git -C ./config reset --hard 36a136d5e2e08222c0b1d83b057a814cbef03017
20:12:02 [2025-03-03T20:12:02.111Z] HEAD is now at 36a136d tree: import changes from testing-devel at c537e88c866daa21a7bba15c6ecb825a0bb973c0
20:12:02 [2025-03-03T20:12:02.111Z] + git -C ./config submodule update --init --recursive
20:12:02 [2025-03-03T20:12:02.111Z] + set +x
20:12:02 [2025-03-03T20:12:02.111Z] Config commit: 36a136d5e2e08222c0b1d83b057a814cbef03017
20:12:02 [2025-03-03T20:12:02.111Z] + manifest=src/config/manifest.yaml
20:12:02 [2025-03-03T20:12:02.111Z] + image=src/config/image.yaml
20:12:02 [2025-03-03T20:12:02.111Z] + [[ -n '' ]]
20:12:02 [2025-03-03T20:12:02.111Z] + [[ ! -f src/config/manifest.yaml ]]
20:12:02 [2025-03-03T20:12:02.111Z] + [[ ! -f src/config/image.yaml ]]
20:12:02 [2025-03-03T20:12:02.111Z] + mkdir -p cache
20:12:02 [2025-03-03T20:12:02.111Z] + mkdir -p builds
20:12:02 [2025-03-03T20:12:02.111Z] + mkdir -p tmp
20:12:02 [2025-03-03T20:12:02.111Z] + mkdir -p overrides/rpm
20:12:02 [2025-03-03T20:12:02.111Z] + mkdir -p overrides/rootfs
20:12:02 [2025-03-03T20:12:02.111Z] + test 0 = 1
20:12:02 [2025-03-03T20:12:02.111Z] + case "${YUMREPOS}" in
20:12:02 [2025-03-03T20:12:02.111Z] + set +x
20:12:02 [2025-03-03T20:12:02.111Z] Initialized /home/jenkins/agent/workspace/test-override as coreos-assembler working directory.