Console Output

15:01:36 [2025-01-07T15:01:36.144Z] + set -xeuo pipefail
15:01:36 [2025-01-07T15:01:36.144Z] ++ umask
15:01:36 [2025-01-07T15:01:36.144Z] + '[' 0022 = 0000 ']'
15:01:36 [2025-01-07T15:01:36.145Z] + cosa init --branch testing-devel --commit=7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13 https://github.com/coreos/fedora-coreos-config
15:01:36 [2025-01-07T15:01:36.145Z] notice: failed to look up uid in /etc/passwd; enabling workaround
15:01:36 [2025-01-07T15:01:36.400Z] info: Missing CAP_SYS_ADMIN; using virt
15:01:36 [2025-01-07T15:01:36.400Z] + mkdir -p src
15:01:36 [2025-01-07T15:01:36.400Z] + cd src
15:01:36 [2025-01-07T15:01:36.400Z] + test -e config
15:01:36 [2025-01-07T15:01:36.400Z] + case "${source}" in
15:01:36 [2025-01-07T15:01:36.400Z] + git clone --branch=testing-devel --depth=1 --shallow-submodules --recurse-submodules https://github.com/coreos/fedora-coreos-config config
15:01:36 [2025-01-07T15:01:36.400Z] Cloning into 'config'...
15:01:36 [2025-01-07T15:01:36.654Z] Submodule 'fedora-bootc' (https://gitlab.com/fedora/bootc/base-images.git) registered for path 'fedora-bootc'
15:01:36 [2025-01-07T15:01:36.654Z] Cloning into '/home/jenkins/agent/workspace/test-override/src/config/fedora-bootc'...
15:01:37 [2025-01-07T15:01:37.217Z] Submodule path 'fedora-bootc': checked out '461786bc6a0bbb9e7511e115209a7ffbfafda452'
15:01:37 [2025-01-07T15:01:37.217Z] + '[' -n 7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13 ']'
15:01:37 [2025-01-07T15:01:37.217Z] + git -C ./config fetch origin 7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13
15:01:37 [2025-01-07T15:01:37.217Z] From https://github.com/coreos/fedora-coreos-config
15:01:37 [2025-01-07T15:01:37.217Z]  * branch            7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13 -> FETCH_HEAD
15:01:37 [2025-01-07T15:01:37.217Z] + git -C ./config reset --hard 7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13
15:01:37 [2025-01-07T15:01:37.217Z] HEAD is now at 7c6d0fe Bump fedora-bootc submodule
15:01:37 [2025-01-07T15:01:37.217Z] + git -C ./config submodule update --init --recursive
15:01:37 [2025-01-07T15:01:37.471Z] + set +x
15:01:37 [2025-01-07T15:01:37.471Z] Config commit: 7c6d0fe7a32eb925a1e9ce3fb6b4e64a76a33d13
15:01:37 [2025-01-07T15:01:37.471Z] + manifest=src/config/manifest.yaml
15:01:37 [2025-01-07T15:01:37.471Z] + image=src/config/image.yaml
15:01:37 [2025-01-07T15:01:37.471Z] + [[ -n '' ]]
15:01:37 [2025-01-07T15:01:37.471Z] + [[ ! -f src/config/manifest.yaml ]]
15:01:37 [2025-01-07T15:01:37.471Z] + [[ ! -f src/config/image.yaml ]]
15:01:37 [2025-01-07T15:01:37.471Z] + mkdir -p cache
15:01:37 [2025-01-07T15:01:37.471Z] + mkdir -p builds
15:01:37 [2025-01-07T15:01:37.471Z] + mkdir -p tmp
15:01:37 [2025-01-07T15:01:37.471Z] + mkdir -p overrides/rpm
15:01:37 [2025-01-07T15:01:37.471Z] + mkdir -p overrides/rootfs
15:01:37 [2025-01-07T15:01:37.471Z] + test 0 = 1
15:01:37 [2025-01-07T15:01:37.471Z] + case "${YUMREPOS}" in
15:01:37 [2025-01-07T15:01:37.471Z] + set +x
15:01:37 [2025-01-07T15:01:37.471Z] Initialized /home/jenkins/agent/workspace/test-override as coreos-assembler working directory.