image-refresh/centos-9-bootc@cockpit-project/bots#8d6308dd4bc4 Running on: a09ca8ec-f6aa-4fcb-91e3-8ecb35ee1a2f Job({ "subject": { "forge": null, "repo": "cockpit-project/bots", "sha": "8d6308dd4bc469bb1eca09444f6ffb6cb1053c15", "pull": 9173, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-upload" ], "command": [ "./image-refresh", "--verbose", "--issue=9173", "centos-9-bootc" ], "env": {}, "timeout": 120, "context": "image-refresh/centos-9-bootc", "slug": "image-refresh-centos-9-bootc-8d6308dd-20260610-102105", "title": null, "report": null }) Using container image: ghcr.io/cockpit-project/tasks:latest Trying to pull ghcr.io/cockpit-project/tasks:latest... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:3bf996a67c510a85b207fd5a3395499e357e06c42db956e58c966727b8595ebe Copying blob sha256:1fd43c80f797bf345b2afc94cb5e652a1f917ee52bc5d01191ddba6b8668915b Copying blob sha256:dd08cc42e2938fbf179f703b2e141047037571f0ebf5b5c4c66739648b9642f9 Copying blob sha256:6419ad1d974ea3e15e5d482884093ce5f08593a073731e73bc18d3a93940f2f6 Copying blob sha256:29bd5c03619b14f9bc84c4e990c55b1e57399f7393002dfa741d875636657cbf Copying config sha256:2d16a024469cd7f9caf5c25c12c897b8b008a7d6bfce55d59e28aa882c2b4f58 Writing manifest to image destination + [checkout-and-run] --revision=8d6308dd4bc469bb1eca09444f6ffb6cb1053c15 --rebase=main https://github.com/cockpit-project/bots -- ./image-refresh --verbose --issue=9173 centos-9-bootc + cat /run/.containerenv + uname -a Linux 85bdca67a223 7.1.0-0.rc6.40.fc45.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 1 13:52:43 UTC 2026 x86_64 GNU/Linux + mkdir -p /var/tmp/attachments + git clone -- https://github.com/cockpit-project/bots make-checkout-workdir Cloning into 'make-checkout-workdir'... + cd make-checkout-workdir + git fetch -- origin 8d6308dd4bc469bb1eca09444f6ffb6cb1053c15 From https://github.com/cockpit-project/bots * branch 8d6308dd4bc469bb1eca09444f6ffb6cb1053c15 -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at 8d6308dd bootc: Switch to image-builder-cli container + git fetch -- origin main From https://github.com/cockpit-project/bots * branch main -> FETCH_HEAD + git rebase -- d6a0e5b18fba8f903a732ac58eaa16b6382ffb61 HEAD is up to date. + git log HEAD '^d6a0e5b18fba8f903a732ac58eaa16b6382ffb61' commit 8d6308dd4bc469bb1eca09444f6ffb6cb1053c15 Author: Jelle van der Waa Date: Wed Jun 10 12:14:25 2026 +0200 bootc: Switch to image-builder-cli container The bootc-image-builder container is deprecated and for building RHEL 11 images we need to use the image-builder container. Since it is a fairly easy switch around with minimal changes do the change now. Resolves: COCKPIT-1838 + git log -n1 d6a0e5b18fba8f903a732ac58eaa16b6382ffb61 commit d6a0e5b18fba8f903a732ac58eaa16b6382ffb61 Author: Jelle van der Waa Date: Tue Jun 9 16:43:59 2026 +0200 images: Drop Fedora 42 We no longer release to Fedora 42 as it is EOL. + ./image-refresh --verbose --issue=9173 centos-9-bootc + ./vm-reset + ./image-download centos-9-bootc > https://cockpit-images.eu-central-1.linodeobjects.com/ (authenticated) > https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ (authenticated) > https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ (authenticated) => https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-9-bootc-4ac11b8cc9c6c9ce1c8dc8f2e947b0b215e6b93dcb894856e1ed722e0d347fb8.qcow2 + ./image-create --verbose centos-9-bootc ++ dirname /work/make-checkout-workdir/images/scripts/centos-9-bootc.bootstrap + exec /work/make-checkout-workdir/images/scripts/lib/bootc.bootstrap /var/tmp/centos-9-bootcx6ou002m.qcow2 quay.io/centos-bootc/centos-bootc:stream9 > https://cockpit-images.eu-central-1.linodeobjects.com/ (authenticated) > https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ (authenticated) > https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ (authenticated) => https://cockpit-ci-images.s3.us-east-1.amazonaws.com/fedora-44-a6da1b8783b66e0a234c31c00d27c98f71cc8ec0d96e6c841ae6dec03afe6f50.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/images/fedora-44 -F qcow2 /var/tmp/bots-run/cockpit-qekzefvo.qcow2 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading /work/make-checkout-workdir/images/scripts/lib scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2301 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-76 -r -p /work/make-checkout-workdir/images/scripts/lib vm:/root + podman build -f lib/bootc.Containerfile -t localhost/bootc:latest --build-arg base_image=quay.io/centos-bootc/centos-bootc:stream9 . STEP 1/5: FROM quay.io/centos-bootc/centos-bootc:stream9 Trying to pull quay.io/centos-bootc/centos-bootc:stream9... Getting image source signatures Copying blob sha256:9f2741e8a325eabbd2d2fdd05a403342e367cba176db17ad0cee655fd76c2620 Copying blob sha256:da750830d43c1d637df04a55939350b316775abd8e8a0dad7389be27e504b5ce Copying blob sha256:305f07bdb0d1fc4b1b6a6e232c8bc48aca4b81c6f531191a14c53cc4a5cecd52 Copying blob sha256:9035b9f74d3d1c7f2492c8a49923a68444ae07e8aae4884c5d43ef95639a672c Copying blob sha256:6f116ffa304ccda19ddd5ef8b7df0ce3a5f96d2277bda78b816968f7e3493f1a Copying blob sha256:a95ee80f83f475cbc1c616b310e4cccab8b9b0e23c549cac361b9597c242532e Copying blob sha256:ff269c45600212e19166ec77f94a46149c3f2be3bf4f2488039f502c9add9c1c Copying blob sha256:9e58b906901567f5d201c07a995c4fd7ba3da11d2ff3d15a47d1933daed45fee Copying blob sha256:ae9cfd906907d9bfea69eaede449329880ff5460ecf8b97589bc99d316084bcf Copying blob sha256:6ee126a5532153e66782dd894cebfffc75a8b963b0d0af29f2b090f487b58cb8 Copying blob sha256:23a9f5c8009b6d1d830c7b2e925cd162bb45686c4bed3f63eab72f680ec7b9da Copying blob sha256:81f927859e835c1d9f744f7d0b2f5ebe6e3e583513cf4a81f7be15a065415cc0 Copying blob sha256:cf28b7f1770d6e7903c387a9e54458c7fdcac0b7b3a04e43759cdf98857ae3e6 Copying blob sha256:f588c0f0426629a0005eb025760679917dae8362f03ff784a4b1babbaf923085 Copying blob sha256:57a9c4bd7226a3ac94037fb20a7c4edbcbb240d1665e5126edb168825576edbc Copying blob sha256:495dd5e7f6e1fbc5c5c3e4297c81a5610761be5465f15fcc0c64ae4defb7b5a2 Copying blob sha256:4687c045d7dfb80dba0df16efd7292a4d361027d646e80188f5e701a6defb3f2 Copying blob sha256:d65c8874c7338db3b087355e276f93597b797bdf415e9933ddcf98bf99ef1a9d Copying blob sha256:153eef24bd2a9644d9af0cdaea59742ac0ed0160ae608ad334230e386c46c956 Copying blob sha256:45b08dbfbc84298ce2a834a5dc40df5bcb89b11e5d79bed0b83494b3e712e92b Copying blob sha256:b510d44bbea563d16376e8feed1e9dc1855d4c4b72c4163e6c7f1e04b22feea2 Copying blob sha256:9f5c844ce23af7ac8a482a47036d42f44cd69e853eb94d6137b99711e2bfa6f7 Copying blob sha256:90a403b20ccf23c727cf066c4660ba2ca8464309d6627b2707302669deb7d37d Copying blob sha256:cc166c4357d659eaef070e93d7afcac7ae7deae17142e0e46376d6452383174d Copying blob sha256:8093a23945697319760dc2e4c8dbb817d0784e6792ae2c67687d24f7674aeffe Copying blob sha256:51ab906a94597d0f53323da81c2342038aad230abee2fc1b9c66f46158446503 Copying blob sha256:a36aeec9278912a5a8fc850e6829504fe8f43b1606f3d2b584b2434cd2a60c84 Copying blob sha256:dfa5cad87d0773c6e70478dded124ffce643b8a602bfdcd2af5bbe7b97389958 Copying blob sha256:5d7168cf07c4fe4c3684a0549e826ab066aa10d599039486f2e3a068bee68100 Copying blob sha256:ee00080d3f8ac026f0bd9411c4c3c71a6bc0744b67b151ffad09fd4a2eb19d48 Copying blob sha256:b0c582b864c2892b4af26ba41beaa0f53a26206647c6e7ee4f1fbab897c871dc Copying blob sha256:db664d604006478085616db49e3ae9e61fe2f1d52f1b8f42c30d363f0c4861c3 Copying blob sha256:d4a2a8c3e19fb07d6769afb21ca044c35b182b0e59f3af56798cbf6fdbd47423 Copying blob sha256:6a082342f0403e3a6eb9064a4a7199b60883f39d051dcf2d36af59d7a35260b7 Copying blob sha256:5805e22b099347cfd64ba90732a39c46a7b530aa93a272c0a5ba9a4e1d58e4b3 Copying blob sha256:f2fd4bfe3fc6fbe7061f356c8e74a51486fe08601e9709eed0728830d747bbfe Copying blob sha256:aa0aa2ce138bf46c56e5c13297399eb3776d7589ed83389fea74cc7b14ea3755 Copying blob sha256:b43e6244348058e8f6d3df371d3844a100b690c87543964f97dc8d69b6d0e60a Copying blob sha256:836af9806042b20b3a0d746f6e51a9caef1230e55614150699b5eb0723452a19 Copying blob sha256:77a60f3dbaaddad7d3942ec809bfd70708bfb68509d6817684851ac374dbc945 Copying blob sha256:c0ad27d3310d6e156f0b90c384127c21717eae88884ca224f677a4eb377a1c60 Copying blob sha256:062c13e7c74bb42e76e4cb3c5f087cab87b1ceea9f2bd2f3fa28eeaf11278cc0 Copying blob sha256:292615af9102e6981fcd87b179ec1c60fe494f9b74d8fe247d3d0a5e8eaee4ad Copying blob sha256:0ee86c1c994388fe202cfdd4c38020d8520b4a4fa22db6b090ee6faad1e31072 Copying blob sha256:7b262cf4f93c8d6a3657b2ecf27d127ff3a7d3f905f7fd20413f11baf5c4a6c1 Copying blob sha256:26ef16e21720413a8990f02b086c9ba3046ed2c9faf979d16030f44ab6642e1d Copying blob sha256:cd5fd0943d7984923f88d244bcd938b2b35f159f693fa7174d5a396b163e0837 Copying blob sha256:fb12ee9c4c8723c65060d1450c145ad3f548cd4897b65c185fffe00c8383e41d Copying blob sha256:b0339046d9cc655b8ef2cdc0942b883b398b3755936cba4fae8eabc92236eb8f Copying blob sha256:8cc9570a4e0794c12acf646ab42260f2995054fd25ef0e171a99803060cdc788 Copying blob sha256:1b5fd9534990c0dcdd172ec48b6bb7f3975b3179d3a03e2d2e0bce62405194b0 Copying blob sha256:7fab4a788d7e2928a907e4ff8994879356a5d40c057af1f07e653c1a442326a0 Copying blob sha256:baa660c841e8cdb07f85b0b5ad49661acc968ce2921ad1676979d7fe7ee1918c Copying blob sha256:e216660b4a9e743d789cc25cf4c21175d038250b3ae0786bbe391f04138a6612 Copying blob sha256:389fbed0a6b8046b01a7029ad90e1e3bd666dc159ab20e3cdc366020152ddb1a Copying blob sha256:e2c758481f4b7b1d41d8bc18ad8545ff5b68316bd48fd1bf8137fe70bcfb3097 Copying blob sha256:2aa9e4cc84e0255db1b60cd408bf8c1c2a7396b942efe8caa33a8038b08b9ecd Copying blob sha256:4eea9608558281c57244e7598f18acd43fa30b861c2d345ccf405898bf240885 Copying blob sha256:513a1a01483e7c2a37807f18b9bc9d9dd716a4a011b4902d4e7858a2bf918fea Copying blob sha256:20802943a88e516a9a6bf4db6ed0715e51ed889d9b42e842370c1e427c49c311 Copying blob sha256:bf77bea35d9815cc1a1d852af4faff224d2483b8af76f4499b15f7b03dec8a5f Copying blob sha256:3d664b907e34892728583a4d4b76204560fd3e6d4698dfe67b8aa284cd3465d1 Copying blob sha256:5a26327db510d7abcd8530bc7e34650ebcd89561a829a3ec6c06d4b8190c740b Copying blob sha256:4649e5840c9e48902d82041cfa282da3de7c7289763e474e8c6154dc19bed155 Copying blob sha256:ad312c5c40ccd18a3c639cc139211f3c4284e568b69b2e748027cee057986fe0 Copying blob sha256:7dba61e96fcedb8f5fa04c54c4eb684d3e565fe91933b3293f8e6c07538f0cf1 Copying config sha256:3061f26a34f126be16c84f0d619d7f608bd2d0f794bc217dcbc2aec290ba425b Writing manifest to image destination STEP 2/5: RUN dnf update -y --exclude='kernel*' && dnf install -y --setopt install_weak_deps=False cockpit-system cockpit-networkmanager && dnf install -y dnsmasq pcp python3-pcp rsync sscg strace system-logos wireguard-tools && dnf install -y glib-networking tlog udisks2-lvm2 && dnf install -y checkpolicy policycoreutils && dnf clean all Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. CentOS Stream 9 - BaseOS 879 kB/s | 8.9 MB 00:10 CentOS Stream 9 - AppStream 4.0 MB/s | 28 MB 00:06 CentOS Stream 9 - Extras packages 16 kB/s | 21 kB 00:01 Dependencies resolved. Nothing to do. Complete! Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:00:02 ago on Wed Jun 10 10:38:51 2026. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: cockpit-system noarch 363.2-1.el9 baseos 5.3 M Installing dependencies: cockpit-bridge noarch 363.2-1.el9 baseos 657 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 6.0 M Installed size: 6.8 M Downloading Packages: (1/2): cockpit-bridge-363.2-1.el9.noarch.rpm 1.5 MB/s | 657 kB 00:00 (2/2): cockpit-system-363.2-1.el9.noarch.rpm 8.3 MB/s | 5.3 MB 00:00 -------------------------------------------------------------------------------- Total 6.4 MB/s | 6.0 MB 00:00 CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : cockpit-bridge-363.2-1.el9.noarch 1/2 Installing : cockpit-system-363.2-1.el9.noarch 2/2 Running scriptlet: cockpit-system-363.2-1.el9.noarch 2/2 Verifying : cockpit-bridge-363.2-1.el9.noarch 1/2 Verifying : cockpit-system-363.2-1.el9.noarch 2/2 Installed products updated. Installed: cockpit-bridge-363.2-1.el9.noarch cockpit-system-363.2-1.el9.noarch Complete! Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:00:05 ago on Wed Jun 10 10:38:51 2026. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: centos-logos x86_64 90.9-1.el9 appstream 2.1 M dnsmasq x86_64 2.85-20.el9 appstream 327 k pcp x86_64 6.3.7-9.el9 appstream 1.7 M python3-pcp x86_64 6.3.7-9.el9 appstream 156 k rsync x86_64 3.2.5-7.el9 baseos 408 k sscg x86_64 4.0.3-2.el9 appstream 49 k strace x86_64 6.12-1.el9 baseos 1.5 M wireguard-tools x86_64 1.0.20210914-4.el9 appstream 130 k Installing dependencies: pcp-conf x86_64 6.3.7-9.el9 appstream 31 k pcp-libs x86_64 6.3.7-9.el9 appstream 645 k pcp-selinux x86_64 6.3.7-9.el9 appstream 32 k systemd-resolved x86_64 252-70.el9 baseos 367 k Transaction Summary ================================================================================ Install 12 Packages Total download size: 7.3 M Installed size: 15 M Downloading Packages: (1/12): rsync-3.2.5-7.el9.x86_64.rpm 1.6 MB/s | 408 kB 00:00 (2/12): strace-6.12-1.el9.x86_64.rpm 5.4 MB/s | 1.5 MB 00:00 (3/12): systemd-resolved-252-70.el9.x86_64.rpm 1.0 MB/s | 367 kB 00:00 (4/12): dnsmasq-2.85-20.el9.x86_64.rpm 312 kB/s | 327 kB 00:01 (5/12): centos-logos-90.9-1.el9.x86_64.rpm 1.9 MB/s | 2.1 MB 00:01 (6/12): pcp-6.3.7-9.el9.x86_64.rpm 1.4 MB/s | 1.7 MB 00:01 (7/12): pcp-conf-6.3.7-9.el9.x86_64.rpm 59 kB/s | 31 kB 00:00 (8/12): pcp-selinux-6.3.7-9.el9.x86_64.rpm 60 kB/s | 32 kB 00:00 (9/12): pcp-libs-6.3.7-9.el9.x86_64.rpm 745 kB/s | 645 kB 00:00 (10/12): python3-pcp-6.3.7-9.el9.x86_64.rpm 229 kB/s | 156 kB 00:00 (11/12): sscg-4.0.3-2.el9.x86_64.rpm 84 kB/s | 49 kB 00:00 (12/12): wireguard-tools-1.0.20210914-4.el9.x86 188 kB/s | 130 kB 00:00 -------------------------------------------------------------------------------- Total 2.5 MB/s | 7.3 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 1/12 Installing : pcp-selinux-6.3.7-9.el9.x86_64 1/12 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 1/12 libsemanage.semanage_direct_install_info: Overriding pcp module at lower priority 100 with module at priority 200. Installing : pcp-conf-6.3.7-9.el9.x86_64 2/12 Installing : pcp-libs-6.3.7-9.el9.x86_64 3/12 Running scriptlet: pcp-6.3.7-9.el9.x86_64 4/12 Creating group 'pcp' with GID 983. Creating user 'pcp' (Performance Co-Pilot) with UID 983 and GID 983. Installing : pcp-6.3.7-9.el9.x86_64 4/12 Running scriptlet: pcp-6.3.7-9.el9.x86_64 4/12 Running scriptlet: systemd-resolved-252-70.el9.x86_64 5/12 Installing : systemd-resolved-252-70.el9.x86_64 5/12 Running scriptlet: systemd-resolved-252-70.el9.x86_64 5/12 Installing : wireguard-tools-1.0.20210914-4.el9.x86_64 6/12 Installing : python3-pcp-6.3.7-9.el9.x86_64 7/12 Installing : sscg-4.0.3-2.el9.x86_64 8/12 Running scriptlet: dnsmasq-2.85-20.el9.x86_64 9/12 Installing : dnsmasq-2.85-20.el9.x86_64 9/12 Running scriptlet: dnsmasq-2.85-20.el9.x86_64 9/12 Installing : centos-logos-90.9-1.el9.x86_64 10/12 Running scriptlet: centos-logos-90.9-1.el9.x86_64 10/12 Installing : strace-6.12-1.el9.x86_64 11/12 Installing : rsync-3.2.5-7.el9.x86_64 12/12 Running scriptlet: centos-logos-90.9-1.el9.x86_64 12/12 Running scriptlet: rsync-3.2.5-7.el9.x86_64 12/12 Verifying : rsync-3.2.5-7.el9.x86_64 1/12 Verifying : strace-6.12-1.el9.x86_64 2/12 Verifying : systemd-resolved-252-70.el9.x86_64 3/12 Verifying : centos-logos-90.9-1.el9.x86_64 4/12 Verifying : dnsmasq-2.85-20.el9.x86_64 5/12 Verifying : pcp-6.3.7-9.el9.x86_64 6/12 Verifying : pcp-conf-6.3.7-9.el9.x86_64 7/12 Verifying : pcp-libs-6.3.7-9.el9.x86_64 8/12 Verifying : pcp-selinux-6.3.7-9.el9.x86_64 9/12 Verifying : python3-pcp-6.3.7-9.el9.x86_64 10/12 Verifying : sscg-4.0.3-2.el9.x86_64 11/12 Verifying : wireguard-tools-1.0.20210914-4.el9.x86_64 12/12 Installed products updated. Installed: centos-logos-90.9-1.el9.x86_64 dnsmasq-2.85-20.el9.x86_64 pcp-6.3.7-9.el9.x86_64 pcp-conf-6.3.7-9.el9.x86_64 pcp-libs-6.3.7-9.el9.x86_64 pcp-selinux-6.3.7-9.el9.x86_64 python3-pcp-6.3.7-9.el9.x86_64 rsync-3.2.5-7.el9.x86_64 sscg-4.0.3-2.el9.x86_64 strace-6.12-1.el9.x86_64 systemd-resolved-252-70.el9.x86_64 wireguard-tools-1.0.20210914-4.el9.x86_64 Complete! Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:00:23 ago on Wed Jun 10 10:38:51 2026. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: glib-networking x86_64 2.68.3-3.el9 baseos 186 k tlog x86_64 14-1.el9 appstream 119 k udisks2-lvm2 x86_64 2.9.4-12.el9 appstream 41 k Installing dependencies: adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 baseos 832 k fonts-filesystem noarch 1:2.0.5-7.el9.1 baseos 10 k gsettings-desktop-schemas x86_64 40.0-8.el9 baseos 682 k libblockdev-lvm x86_64 2.28-16.el9 appstream 33 k libproxy x86_64 0.4.15-35.el9 baseos 74 k webkit2gtk3-jsc x86_64 2.52.3-1.el9 appstream 8.9 M Installing weak dependencies: abattis-cantarell-fonts noarch 0.301-4.el9 appstream 365 k libproxy-webkitgtk4 x86_64 0.4.15-35.el9 appstream 22 k Transaction Summary ================================================================================ Install 11 Packages Total download size: 11 M Installed size: 42 M Downloading Packages: (1/11): fonts-filesystem-2.0.5-7.el9.1.noarch.r 60 kB/s | 10 kB 00:00 (2/11): glib-networking-2.68.3-3.el9.x86_64.rpm 360 kB/s | 186 kB 00:00 (3/11): libproxy-0.4.15-35.el9.x86_64.rpm 688 kB/s | 74 kB 00:00 (4/11): gsettings-desktop-schemas-40.0-8.el9.x8 1.2 MB/s | 682 kB 00:00 (5/11): abattis-cantarell-fonts-0.301-4.el9.noa 3.2 MB/s | 365 kB 00:00 (6/11): adobe-source-code-pro-fonts-2.030.1.050 1.1 MB/s | 832 kB 00:00 (7/11): libproxy-webkitgtk4-0.4.15-35.el9.x86_6 572 kB/s | 22 kB 00:00 (8/11): libblockdev-lvm-2.28-16.el9.x86_64.rpm 749 kB/s | 33 kB 00:00 (9/11): udisks2-lvm2-2.9.4-12.el9.x86_64.rpm 1.2 MB/s | 41 kB 00:00 (10/11): webkit2gtk3-jsc-2.52.3-1.el9.x86_64.rp 87 MB/s | 8.9 MB 00:00 (11/11): tlog-14-1.el9.x86_64.rpm 662 kB/s | 119 kB 00:00 -------------------------------------------------------------------------------- Total 9.4 MB/s | 11 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libproxy-0.4.15-35.el9.x86_64 1/11 Installing : fonts-filesystem-1:2.0.5-7.el9.1.noarch 2/11 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.n 3/11 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 4/11 Installing : gsettings-desktop-schemas-40.0-8.el9.x86_64 5/11 Installing : webkit2gtk3-jsc-2.52.3-1.el9.x86_64 6/11 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 7/11 Installing : libblockdev-lvm-2.28-16.el9.x86_64 8/11 Installing : udisks2-lvm2-2.9.4-12.el9.x86_64 9/11 Installing : glib-networking-2.68.3-3.el9.x86_64 10/11 Running scriptlet: tlog-14-1.el9.x86_64 11/11 Installing : tlog-14-1.el9.x86_64 11/11 Running scriptlet: tlog-14-1.el9.x86_64 11/11 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.n 1/11 Verifying : fonts-filesystem-1:2.0.5-7.el9.1.noarch 2/11 Verifying : glib-networking-2.68.3-3.el9.x86_64 3/11 Verifying : gsettings-desktop-schemas-40.0-8.el9.x86_64 4/11 Verifying : libproxy-0.4.15-35.el9.x86_64 5/11 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 6/11 Verifying : libblockdev-lvm-2.28-16.el9.x86_64 7/11 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 8/11 Verifying : tlog-14-1.el9.x86_64 9/11 Verifying : udisks2-lvm2-2.9.4-12.el9.x86_64 10/11 Verifying : webkit2gtk3-jsc-2.52.3-1.el9.x86_64 11/11 Installed products updated. Installed: abattis-cantarell-fonts-0.301-4.el9.noarch adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch fonts-filesystem-1:2.0.5-7.el9.1.noarch glib-networking-2.68.3-3.el9.x86_64 gsettings-desktop-schemas-40.0-8.el9.x86_64 libblockdev-lvm-2.28-16.el9.x86_64 libproxy-0.4.15-35.el9.x86_64 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 tlog-14-1.el9.x86_64 udisks2-lvm2-2.9.4-12.el9.x86_64 webkit2gtk3-jsc-2.52.3-1.el9.x86_64 Complete! Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:00:27 ago on Wed Jun 10 10:38:51 2026. Package policycoreutils-3.6-7.el9.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: checkpolicy x86_64 3.6-1.el9 baseos 353 k Transaction Summary ================================================================================ Install 1 Package Total download size: 353 k Installed size: 1.5 M Downloading Packages: checkpolicy-3.6-1.el9.x86_64.rpm 2.3 MB/s | 353 kB 00:00 -------------------------------------------------------------------------------- Total 1.4 MB/s | 353 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : checkpolicy-3.6-1.el9.x86_64 1/1 Running scriptlet: checkpolicy-3.6-1.el9.x86_64 1/1 Verifying : checkpolicy-3.6-1.el9.x86_64 1/1 Installed products updated. Installed: checkpolicy-3.6-1.el9.x86_64 Complete! Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. 21 files removed --> 5b35d6a53094 STEP 3/5: ADD lib/mcast1.nmconnection /usr/lib/NetworkManager/system-connections/ --> 3f77ef24561f STEP 4/5: RUN chmod 600 /usr/lib/NetworkManager/system-connections/mcast1.nmconnection --> 4c5adbb21add STEP 5/5: RUN rm -rf /usr/local; ln -s ../var/usrlocal /usr/local COMMIT localhost/bootc:latest --> ac4f629a5edd Successfully tagged localhost/bootc:latest ac4f629a5edd0456b6c55b37a34681e8000c0123870acbb1729e5fdef5656151 + mkdir -p /root + cat > /root/config.json + mkdir output + podman run --rm -i --privileged --security-opt=label=type:unconfined_t --volume=/var/lib/containers/storage:/var/lib/containers/storage --volume=./config.json:/config.json --volume=./output:/output ghcr.io/osbuild/image-builder-cli:latest build qcow2 --bootc-ref localhost/bootc:latest --blueprint /config.json --output-dir /output --output-name disk.qcow2 Trying to pull ghcr.io/osbuild/image-builder-cli:latest... Getting image source signatures Copying blob sha256:5af0c6f654d54603d085d99d71f347817c6291785f01d7f92b2ea65802ca63ba Copying blob sha256:f865d5152e25679dec9c8121c562a392bd9efa33f9151a1f3c7eb962b38e51d7 Copying blob sha256:392b02b079b6a7ee438a7f8a0a5552cb81631bd9736da0e77b9e6adbdd9d338f Copying blob sha256:f19843d08454280ce1e73e41a0136de93322b04426af9f5089c659a120c070b7 Copying blob sha256:21652e66ff32f8fb7592bfeea154db2737bc5fe064b878c120cd7b98ff068787 Copying config sha256:9c03db3b52a5cef0a7f15bec23cfc0df6e4ddb85788f33b113820a6186f736bc Writing manifest to image destination Manifest generation step Building manifest for bootc-based-qcow2 Image building step starting -Pipeline source org.osbuild.containers-storage: a1517a34d80cd520c99cf4d4f02ffbd4e68750f674c4debf4ec3c9f86b19f8b8 Build root: Pipeline build: abda1d00dd542ac7529469349ed17207171afd4784a50fafc34af0b01a2bc83d Build root: runner: org.osbuild.fedora38 (org.osbuild.fedora38) org.osbuild.container-deploy: ceafbde7b32a0abfa5e0b23d4109d65059b8b5d2fa7544532cae1054227a1ecd { "remove-signatures": true } ac4f629a5edd0456b6c55b37a34681e8000c0123870acbb1729e5fdef5656151 umount: /run/osbuild/containers/storage/overlay: not mounted. WARNING: umount of overlay dir failed with an error: CompletedProcess(args=['umount', '-f', '--lazy', '/run/osbuild/containers/storage/overlay'], returncode=32) ⏱ Duration: 37.73s org.osbuild.selinux: abda1d00dd542ac7529469349ed17207171afd4784a50fafc34af0b01a2bc83d { "file_contexts": "etc/selinux/targeted/contexts/files/file_contexts", "exclude_paths": [ "/sysroot" ], "labels": { "/usr/bin/mount": "system_u:object_r:install_exec_t:s0", "/usr/bin/ostree": "system_u:object_r:install_exec_t:s0", "/usr/bin/umount": "system_u:object_r:install_exec_t:s0" } } /run/osbuild/tree/etc/selinux/targeted/contexts/files/file_contexts.bin: Old compiled fcontext format, skipping /run/osbuild/tree/etc/selinux/targeted/contexts/files/file_contexts.homedirs.bin: Old compiled fcontext format, skipping ⏱ Duration: 4.28s Pipeline image: 350e1779dcf4df762b30d50ed2037d9219421f7aec1bdd7f47c378b6d7027a37 Build root: abda1d00dd542ac7529469349ed17207171afd4784a50fafc34af0b01a2bc83d runner: org.osbuild.linux (org.osbuild.linux) org.osbuild.truncate: 304d46643daa8c216a7fcbfb6c7e3d1c6b0a0fa965f768390239ba9abab29604 { "filename": "disk.raw", "size": "10737418240" } ⏱ Duration: 0.52s org.osbuild.sfdisk: 9281fa2b667fcdc488ffcb7ab11c3eafeece94749c29da11202bfdc0458693ab { "label": "gpt", "uuid": "2e086ecb-e8ea-4e73-bcb1-c86803888392", "partitions": [ { "bootable": true, "size": 2048, "start": 2048, "type": "21686148-6449-6E6F-744E-656564454649", "uuid": "90e02292-50b4-42d7-afbc-af6070e646f5" }, { "size": 1026048, "start": 4096, "type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "uuid": "a3f2117e-b89f-4979-b79e-8933808fc067" }, { "size": 2097152, "start": 1030144, "type": "BC13C2FF-59E6-4262-A352-B275FD6F7172", "uuid": "1fa70e9c-6c6f-44bf-bc6b-f0c01c0fb6e8" }, { "size": 17844191, "start": 3127296, "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "uuid": "f5391d6e-8008-48e3-80b6-86141d5b3ee6" } ] } device/device (org.osbuild.loopback): loop0 acquired (locked: True) label: gpt label-id: 2e086ecb-e8ea-4e73-bcb1-c86803888392 start="2048", size="2048", type="21686148-6449-6E6F-744E-656564454649", uuid="90e02292-50b4-42d7-afbc-af6070e646f5", bootable start="4096", size="1026048", type="C12A7328-F81F-11D2-BA4B-00A0C93EC93B", uuid="a3f2117e-b89f-4979-b79e-8933808fc067" start="1030144", size="2097152", type="BC13C2FF-59E6-4262-A352-B275FD6F7172", uuid="1fa70e9c-6c6f-44bf-bc6b-f0c01c0fb6e8" start="3127296", size="17844191", type="0FC63DAF-8483-4772-8E79-3D69D8477DE4", uuid="f5391d6e-8008-48e3-80b6-86141d5b3ee6" { "partitiontable": { "label": "gpt", "id": "2E086ECB-E8EA-4E73-BCB1-C86803888392", "device": "/dev/loop0", "unit": "sectors", "firstlba": 2048, "lastlba": 20971486, "sectorsize": 512, "partitions": [ { "node": "/dev/loop0p1", "start": 2048, "size": 2048, "type": "21686148-6449-6E6F-744E-656564454649", "uuid": "90E02292-50B4-42D7-AFBC-AF6070E646F5" },{ "node": "/dev/loop0p2", "start": 4096, "size": 1026048, "type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "uuid": "A3F2117E-B89F-4979-B79E-8933808FC067" },{ "node": "/dev/loop0p3", "start": 1030144, "size": 2097152, "type": "BC13C2FF-59E6-4262-A352-B275FD6F7172", "uuid": "1FA70E9C-6C6F-44BF-BC6B-F0C01C0FB6E8" },{ "node": "/dev/loop0p4", "start": 3127296, "size": 17844191, "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "uuid": "F5391D6E-8008-48E3-80B6-86141D5B3EE6" } ] } } ⏱ Duration: 0.85s org.osbuild.mkfs.fat: 5be7a4c0002a7725968c7a315a113a895a2790fdb9b29476260c7eecef912796 { "volid": "C80BD48A", "label": "EFI-SYSTEM" } device/device (org.osbuild.loopback): loop0 acquired (locked: True) mkfs.fat 4.2 (2021-01-31) ⏱ Duration: 0.57s org.osbuild.mkfs.xfs: 37d87b0a4e094c3a6e5a558f2f252c241955507682c4c6a308150d3571279d32 { "uuid": "44400361-25ec-4c35-9e8f-50b700b861a2", "label": "boot" } device/device (org.osbuild.loopback): loop0 acquired (locked: True) meta-data=/dev/loop0 isize=512 agcount=4, agsize=65536 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=1 inobtcount=1 nrext64=0 data = bsize=4096 blocks=262144, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=16384, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 Discarding blocks...Done. ⏱ Duration: 0.56s org.osbuild.mkfs.xfs: e6ec4ed01acf38eef275887f3a923db52ec5e7f6140795fe4c4adeb57ed10d3d { "uuid": "dabc131f-c847-41b7-8e16-8f99c6442bea", "label": "root" } device/device (org.osbuild.loopback): loop0 acquired (locked: True) meta-data=/dev/loop0 isize=512 agcount=4, agsize=557631 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=1 inobtcount=1 nrext64=0 data = bsize=4096 blocks=2230523, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=16384, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 Discarding blocks...Done. ⏱ Duration: 0.55s org.osbuild.bootc.install-to-filesystem: 660263437ef04ee6ab8763df2ff7b3c0f59ab1674cbe64fc7c00617ff341bf7e { "kernel-args": [ "rw", "console=tty0", "console=ttyS0" ], "target-imgref": "localhost/bootc:latest" } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/boot/efi Installing image: docker://localhost/bootc:latest Initializing ostree layout layers already present: 0; layers needed: 70 (2.1 GB) Deploying container image...done (25 seconds) Bootloader: grub Installing bootloader via bootupd [WARN bootupd::bootupd] Skipping device /dev/loop0 for EFI: ESP not found in GPT partition table Added 01_users.cfg Added 10_blscfg.cfg Added 14_menu_show_once.cfg Added 30_uefi-firmware.cfg Added 41_custom.cfg Installed: grub.cfg Installed: bootuuid.cfg Installed: "centos/grub.cfg" Installed: "centos/bootuuid.cfg" Trimming root .: 8.5 GiB (9136222208 bytes) trimmed Finalizing filesystem root Trimming boot boot: 1 GiB (1073741824 bytes) trimmed Finalizing filesystem boot Installation complete! umount: /run/osbuild/containers/storage/overlay: not mounted. WARNING: umount of overlay dir failed with an error: CompletedProcess(args=['umount', '-f', '--lazy', '/run/osbuild/containers/storage/overlay'], returncode=32) mount/boot-efi (org.osbuild.fat): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/boot/efi unmounted mount/boot (org.osbuild.xfs): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/boot unmounted mount/- (org.osbuild.xfs): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-j8u2v7e2/mounts/ unmounted ⏱ Duration: 110.67s org.osbuild.systemd.unit.create: 14d3d9c19ab8645c559e3e0d8bd223a3d1e9d6a12d76e135065866c4e39465a2 { "filename": "-.mount", "unit-path": "etc", "config": { "Unit": { "DefaultDependencies": true }, "Mount": { "What": "/dev/disk/by-uuid/dabc131f-c847-41b7-8e16-8f99c6442bea", "Where": "/", "Type": "xfs", "Options": "ro" }, "Install": { "WantedBy": [ "multi-user.target" ] } } } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-71w5p1b7/mounts/ ⏱ Duration: 2.93s org.osbuild.systemd.unit.create: 17336a11a1b080390d6ded790bcc32df06fd35b72deae9fb6661ebdb59883669 { "filename": "boot-efi.mount", "unit-path": "etc", "config": { "Unit": { "DefaultDependencies": true }, "Mount": { "What": "/dev/disk/by-uuid/C80B-D48A", "Where": "/boot/efi", "Type": "vfat", "Options": "umask=0077,shortname=winnt" }, "Install": { "WantedBy": [ "multi-user.target" ] } } } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-u9buahf8/mounts/ ⏱ Duration: 2.34s org.osbuild.systemd.unit.create: 7b4490e080b8b39ab5db91255ee4a0ef51cfaf01699493f1dbf2ccc2f046febf { "filename": "boot.mount", "unit-path": "etc", "config": { "Unit": { "DefaultDependencies": true }, "Mount": { "What": "/dev/disk/by-uuid/44400361-25ec-4c35-9e8f-50b700b861a2", "Where": "/boot", "Type": "xfs", "Options": "ro" }, "Install": { "WantedBy": [ "multi-user.target" ] } } } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-d3hm_8y8/mounts/ ⏱ Duration: 1.41s org.osbuild.systemd: e1c5599370e9b500d84655e7eec5c0f79407774daa2445c29ee51010e4d27a82 { "enabled_services": [ "-.mount", "boot-efi.mount", "boot.mount" ] } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts Created symlink /run/osbuild/tree/etc/systemd/system/multi-user.target.wants/-.mount → /etc/systemd/system/-.mount. Created symlink /run/osbuild/tree/etc/systemd/system/multi-user.target.wants/boot-efi.mount → /etc/systemd/system/boot-efi.mount. Created symlink /run/osbuild/tree/etc/systemd/system/multi-user.target.wants/boot.mount → /etc/systemd/system/boot.mount. mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-otgg9moy/mounts/ ⏱ Duration: 1.42s org.osbuild.mkdir: 38e42d35cdfd4ece914be9164d1f683a32b4659e5b577cfbd9052537fcbe42c7 { "paths": [ { "path": "/var/roothome", "mode": 448, "exist_ok": true }, { "path": "/var/home", "mode": 493, "exist_ok": true } ] } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-hr24t8cg/mounts/ ⏱ Duration: 1.44s org.osbuild.users: 3fc9d71402ce176bf56f91c2f11ac8ddf273b0816fb554dc1b1ca17a845df463 { "users": { "admin": { "groups": [ "wheel" ], "password": "$6$WUMDfbGx8Xnh09ob$qTEMrNer3A1TD78G8EfoWFm2zC94o4doK6yt3OgBC5jfxxvoLc0XnIJ75l/N90nwjBZoiQn3F0fCT9WPmywYY1", "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUOtNJdBEXyKxBB898rdT54ULjMGuO6v4jLXmRsdRhR5Id/lKNc9hsdioPWUePgYlqML2iSV72vKQoVhkyYkpcsjr3zvBny9+5xej3+TBLoEMAm2hmllKPmxYJDU8jQJ7wJuRrOVOnk0iSNF+FcY/yaQ0owSF02Nphx47j2KWc0IjGGlt4fl0fmHJuZBA2afN/4IYIIsEWZziDewVtaEjWV3InMRLllfdqGMllhFR+ed2hQz9PN2QcapmEvUR4UCy/mJXrke5htyFyHi8ECfyMMyYeHwbWLFQIve4CWix9qtksvKjcetnxT+WWrutdr3c9cfIj/c0v/Zg/c4zETxtp cockpit-test" }, "root": { "password": "$6$vjF2zkXgRz9vGV5J$RO4EBRHJFzwJZjsZbVoH.iufDY5OgrqWZtvWRnlB0fN.DmK6FXspyN0XW5RhYXnatp7hn3.8xiwEPmjjD0e8K0", "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUOtNJdBEXyKxBB898rdT54ULjMGuO6v4jLXmRsdRhR5Id/lKNc9hsdioPWUePgYlqML2iSV72vKQoVhkyYkpcsjr3zvBny9+5xej3+TBLoEMAm2hmllKPmxYJDU8jQJ7wJuRrOVOnk0iSNF+FcY/yaQ0owSF02Nphx47j2KWc0IjGGlt4fl0fmHJuZBA2afN/4IYIIsEWZziDewVtaEjWV3InMRLllfdqGMllhFR+ed2hQz9PN2QcapmEvUR4UCy/mJXrke5htyFyHi8ECfyMMyYeHwbWLFQIve4CWix9qtksvKjcetnxT+WWrutdr3c9cfIj/c0v/Zg/c4zETxtp cockpit-test" } } } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' Creating mailbox file: No such file or directory mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-075cagm4/mounts/ ⏱ Duration: 1.50s org.osbuild.selinux: 1c073d79c8183c72e7c16ded49226292412bdf626957010616c6dfca7599a787 { "target": "tree:///etc", "file_contexts": "etc/selinux/targeted/contexts/files/file_contexts", "exclude_paths": [ "/sysroot" ] } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts Can't stat exclude path "/run/osbuild/tree/etc/sysroot", No such file or directory - ignoring. mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-bigje_6z/mounts/ ⏱ Duration: 1.75s org.osbuild.selinux: 350e1779dcf4df762b30d50ed2037d9219421f7aec1bdd7f47c378b6d7027a37 { "target": "tree:///var", "file_contexts": "etc/selinux/targeted/contexts/files/file_contexts", "exclude_paths": [ "/sysroot" ] } device/disk (org.osbuild.loopback): loop0 acquired (locked: False) mount/- (org.osbuild.xfs): mounting /dev/loop0p4 -> /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/ mount/boot (org.osbuild.xfs): mounting /dev/loop0p3 -> /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot mount/boot-efi (org.osbuild.fat): mounting /dev/loop0p2 -> /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot/efi mount/ostree.deployment (org.osbuild.ostree.deployment): Deployment root at 'ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0' mount/ostree.deployment (org.osbuild.ostree.deployment): mounting /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/ostree/deploy/default/deploy/0388d8758dd3b074a58a334f6a10df152be31b201329b6b3f2bab185bdba5de4.0 -> /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts Can't stat exclude path "/run/osbuild/tree/var/sysroot", No such file or directory - ignoring. mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/boot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/var unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree/sysroot unmounted mount/bind-ostree-deployment-to-tree (org.osbuild.bind): umount: /var/cache/image-builder/store/stage/uuid-f2260ce63fb2464b9d81ad76e636ef95/data/tree unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/var unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/sysroot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot/efi unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot unmounted mount/ostree.deployment (org.osbuild.ostree.deployment): umount: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts unmounted mount/boot-efi (org.osbuild.fat): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot/efi mount/boot (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/boot mount/- (org.osbuild.xfs): already unmounted: /var/cache/image-builder/store/tmp/buildroot-tmp-179_or36/mounts/ ⏱ Duration: 1.65s Pipeline qcow2: a580ec56fc6c131685965f36e4ba750b6dc7c4893a18d5bbe05281bdf2e26bb1 Build root: runner: org.osbuild.fedora38 (org.osbuild.fedora38) org.osbuild.qemu: a580ec56fc6c131685965f36e4ba750b6dc7c4893a18d5bbe05281bdf2e26bb1 { "filename": "disk.qcow2", "format": { "type": "qcow2", "compat": "1.1" } } ⏱ Duration: 43.37s manifest - finished successfully Pipelines build: abda1d00dd542ac7529469349ed17207171afd4784a50fafc34af0b01a2bc83d image: 350e1779dcf4df762b30d50ed2037d9219421f7aec1bdd7f47c378b6d7027a37 qcow2: a580ec56fc6c131685965f36e4ba750b6dc7c4893a18d5bbe05281bdf2e26bb1 vmdk: e4dc834211595aa2d0071ebaac0853eed1e278646cf14bfdb6d4ba8d9aedbe7b vpc: 96826ced658429ee18f3ed26698fe071c5449008229807521eee1ffb5d883793 ovf: ffd04266aab0bc0a9f835b0b05524be3d55a59ea9510ead1fd2f9dad3be5bc3f archive: 591b592201f398ce22895171503b960332a09440d262595de8d8e3a815c5df34 gce: 3869ecef8f39f982624329b1ebfc3f7443ff6b1c41244eed49d59f55c96a86e4 Checkpoints Image build successful: /output/disk.qcow2 Downloading output/disk.qcow2 scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2301 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-76 vm:output/disk.qcow2 /var/tmp/centos-9-bootcx6ou002m.qcow2 + podman save localhost/bootc:latest killing ssh master process 158 Image resized. + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading /tmp/tmpmfkqwoj_ scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2401 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-76 -r -p /tmp/tmpmfkqwoj_ vm:/var/cache/bootc.oci.tar killing ssh master process 262 Running setup script /work/make-checkout-workdir/images/scripts/centos-9-bootc.setup + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading /work/make-checkout-workdir/images/scripts/lib/ scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-55 -r -p /work/make-checkout-workdir/images/scripts/lib/ vm:/var/lib/testvm Uploading /work/make-checkout-workdir/images/scripts/centos-9-bootc.setup scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-55 -r -p /work/make-checkout-workdir/images/scripts/centos-9-bootc.setup vm:/var/tmp/SETUP run setup script on guest + /var/tmp/SETUP centos-9-bootc + IMAGE=centos-9-bootc + usermod -c Administrator admin + podman pull quay.io/cockpit/ws Trying to pull quay.io/cockpit/ws:latest... Getting image source signatures Copying blob sha256:891e00f801ba115b868ac66c12cfa1afe71bc04de0cce92a19da451b2e439b7e Copying blob sha256:fcd733c0a3f8319f2f3c8461428c8f27f7629f822966b0db0ac36c1a6211a362 Copying config sha256:3f5c6762df147b57fd8a700dde98673133f61533b6e2c3064eb1be16798607e4 Writing manifest to image destination 3f5c6762df147b57fd8a700dde98673133f61533b6e2c3064eb1be16798607e4 + podman pull quay.io/jitesoft/nginx Trying to pull quay.io/jitesoft/nginx:latest... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb Copying blob sha256:38ee21f7253cce56c9405334d504677e72dcd55e39751923a4736661e951eba5 Copying blob sha256:f0209cdf0839c56b91ac8089406f5470257767cf2fdcd9619e0ab2715c12094a Copying config sha256:19a946b53dd4d97b65f081398cf3d0188f21ac896cbee79c6723f57dffe7fb73 Writing manifest to image destination 19a946b53dd4d97b65f081398cf3d0188f21ac896cbee79c6723f57dffe7fb73 + /var/lib/testvm/podman-images.setup + podman pull quay.io/prometheus/busybox Trying to pull quay.io/prometheus/busybox:latest... Getting image source signatures Copying blob sha256:2af27af7524c3e58d5bdd67c73f46037150b41ec87b29f08e85a4388ee80e7b3 Copying blob sha256:c93f261857c30539c2598b304472fa5c9a1a511a0c0274fb574661623b38d2e2 Copying config sha256:3639b69565edc0c346ffee44b53748f75176f7fbf1578f6a83e7b66e7e86eba8 Writing manifest to image destination 3639b69565edc0c346ffee44b53748f75176f7fbf1578f6a83e7b66e7e86eba8 + podman pull quay.io/jitesoft/alpine Trying to pull quay.io/jitesoft/alpine:latest... Getting image source signatures Copying blob sha256:38ee21f7253cce56c9405334d504677e72dcd55e39751923a4736661e951eba5 Copying blob sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb Copying config sha256:b2f2a2203a2139b7a80e25fb5973d8e440fa9c717fc425aa55471a101925fbeb Writing manifest to image destination b2f2a2203a2139b7a80e25fb5973d8e440fa9c717fc425aa55471a101925fbeb + podman pull quay.io/libpod/registry:2.8 Trying to pull quay.io/libpod/registry:2.8... Getting image source signatures Copying blob sha256:d637f99b74411f98a3d6a4e4f9a496eac649828eac5253d596eac97128af1aaf Copying blob sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 Copying blob sha256:3b494d572400cf4b26beff6a89af57b70fbc1d7a2c1aa7a0d7b67c756bdaed61 Copying blob sha256:88ce0e919729180f43f37c386397ee7df6154e172f4f104c7196572d2eb88919 Copying blob sha256:0fec280ccc88586d94f581861ff02b7e9c16fc128e61be7315365e18efa9994f Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 Writing manifest to image destination d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 + podman tag quay.io/prometheus/busybox localhost/test-busybox + podman rmi quay.io/prometheus/busybox Untagged: quay.io/prometheus/busybox:latest + podman tag quay.io/jitesoft/alpine localhost/test-alpine + podman rmi quay.io/jitesoft/alpine Untagged: quay.io/jitesoft/alpine:latest + podman tag quay.io/libpod/registry:2.8 localhost/test-registry + podman rmi quay.io/libpod/registry:2.8 Untagged: quay.io/libpod/registry:2.8 ++ awk '{ print substr($3, 1, 1) }' ++ podman -v + '[' 5 -lt 4 ']' + podman load Getting image source signatures Copying blob sha256:cacabe1f650e824fc62a47dcf0ed78aeea43389e25f97008f644034d64d452c2 Copying blob sha256:ccec4fedada3f7df57f7f6a7a96a559a5d36ff0439fd149f49c847133b60a76c Copying blob sha256:0bfcb4e8725934f67c297e34f457c7f49c022ec2294ec675eb1c12b563f5d135 Copying blob sha256:99b3f294c44700f521cc959b908ec56a937ac6b46334cdae0fec3d9d33209f57 Copying blob sha256:5f39c4a915a929be4765e7c6984792ababa36246bcaee031180ba066b26a3fd9 Copying blob sha256:aa8eaa73e98836f7d60092106d678245ab140a8960139fde3cb435069f278100 Copying blob sha256:61db445d21cc4f4e25f81be189f9c8559a11fa94051df48a388974bfe7058bed Copying blob sha256:04f9cee8ecdbcda133a6ac855a44a44ceca6d3e4a7f2d17e2741aeafa7166c02 Copying blob sha256:784bcbd639349ca553580a756bbbbd06b9d3f90a28c80a31e4142a1904f47605 Copying blob sha256:b18d4b940f9e1015cf549077b8fa0601776635d7284c2472fca6bcc1a1d1fe55 Copying blob sha256:3a4869df10b0f2d690ed2420e5779e38e2a6344353ec6fb49487d550029edaf0 Copying blob sha256:ad0e2240ae28e022aab4e338393340283b60b41c58d0897d70685e49892e6e35 Copying blob sha256:2850be76401126a03c6bb5e0ff286faeb02b357cf969c00dbfc1e48acaa605a1 Copying blob sha256:7c13cedd52e0a4339863ad696e86f9894ec23e71ed7d0eaa524d81bbca97c9b1 Copying blob sha256:5fd6fba4adee83177b096f05153eb57c513b2c7c9dece8932a76b52e9aef2200 Copying blob sha256:319c09a67101423c978749b977c57c31a5fe31c3bea92c23d3e45fa5efa4b2be Copying blob sha256:d8abe0940970c1d331dee5d4d7d820304e8758162e9133cf5b1c4791805fd4b4 Copying blob sha256:a3fd2eaa542ac076e7ec83d43243826eadb7f6b4928c6e98f6931a06352df76a Copying blob sha256:0f56bed5506234cb8b946a92fdf6eb9c03467f5edee0a49d1cd06d80f37f08f1 Copying blob sha256:cd413702002b5bcc0e816aff41f75678eb1e2627bddd9f73b03c2e262a08de39 Copying blob sha256:45bb74cdfd5213ec0e786d9a6a401579431c23efbaf5b145ba7e00543899ae90 Copying blob sha256:70edf877efa75c47d70589c3ec6a90aacec5b37e08f2844b069ab4ee17b3dcdd Copying blob sha256:a4bc269de2940aedbe9c552066245bff3ef3a3667c8b35273a6527e02fadf7c8 Copying blob sha256:7898f670cd9196d908a5abef5596758727844a074faf260537db00cfde612515 Copying blob sha256:96e1612dee52ed761d1821c5bb9e6988e45cc0e47da8f10d88270e2f81034479 Copying blob sha256:10b10891fcebe0088139a84ef4a77388b69e03473b335c33521c2bec390d5b04 Copying blob sha256:9416c907eebdcc5bcf3d01df8e6eb7d974872309f4e9f80fe947ca10ef7b17c7 Copying blob sha256:0e125371d79323e390cf6e7a5c8caf9beb984d74859ce333ff4f3a4ad931a91e Copying blob sha256:c184d7839f16908eb81018e99c115e990e44a22c64d7417e950868a2ed94f20a Copying blob sha256:194fc80b09e83ff50068f554919d6927854f2ab3ae1ddfda453e6511bb8b4f51 Copying blob sha256:22cec0f4144fc8cf244b3640515520bcc1182fc0f56c660132f27b4e68230418 Copying blob sha256:9a3e3dd0295c895e3cb12a87e7c16e6fac0d81811c3f26931b4c96022a6e6937 Copying blob sha256:7d4c56e10108c9c6ac79f20bea93a53317aea8bf5850d7293c2ce533ac35ee13 Copying blob sha256:eb68dc5a93ed664f59bbc7cb2d33f6a259d67892eff6063a211b8c6f9b60f71e Copying blob sha256:d5d289b7eb6a11dbd1b99d446b6a60894a6f9460e504b81965a5565a9a6156da Copying blob sha256:464bbd6fd2193de7a589e389ecb475f70fb6aea04d8df197fe599670f911fbb6 Copying blob sha256:ef0fa06ce133f7e154be4e1b24a1c702c4bd2d05e12b04510cc7e89454bc142d Copying blob sha256:82aa23c3bd0157763b742912333cb36b1b971d91212094c6a569d8d825a65902 Copying blob sha256:1d8e78fe6a2684d2f338626ee8e0a2cdee430cb885f29081e11f541362d44512 Copying blob sha256:84aacacc1e56ef2353c4abd64e6229c95ff1799df5327f2b878f3af79f0f62e7 Copying blob sha256:7746c4e247944217ae05910803296697c5d96d9e91fe8b3a78e5fa1bd77e3d93 Copying blob sha256:511fed890d1bf139702826ab31b9ddf2603ef24c8101c2f5daccdbad97a5adc9 Copying blob sha256:f3c7fcc425b2fb4f9a5ba7f5cddcbede543a44b275f894b5116d864c8c551d01 Copying blob sha256:bb8741050865c4dd8f21a56b45e9c164db976052edd5a327e44e761d13b841cf Copying blob sha256:abaad56b84f378db3a5c82d05f314fa0ef8b9f76963d2b4a6364bf1b1fdb73f9 Copying blob sha256:5c8d10faf6688e02655c8606fe87f899c555589d2307bd1bbb328d0a878da167 Copying blob sha256:7fb55a0a2b199267203738bd75c4b6d15480377a91883a468f50dc7068fb1949 Copying blob sha256:c773768643f690f01c3cc7655169767828c8a0156033e970f398791a07063eec Copying blob sha256:43943e2fa12475c23e4e0625dbb49dab5144b82b0eb1f0c5067eb0012d111734 Copying blob sha256:43c6b6cbed9475b2b5073f7ac4639a05e0b8ba8e93197177f4bd04d560f623a1 Copying blob sha256:fea99f00b1c0a4b08e3173e7ac06993c7caa9d062949e49c0e2de556231b218c Copying blob sha256:e90bb51487de1092e703ceb6eafcec9716c532a6e20ac4c4f77e07e6b0e8508f Copying blob sha256:55497059222474b5c38a0a6a2248b88bb7811c74df1c38d6c9b79413730544e3 Copying blob sha256:87f6fa5c8878916a72b6081f9a3c9fe45c22abac71111ae00df6d9010f7cea7e Copying blob sha256:ea201217514f14701edf906198edfb835c916712f170c5c99d135b2d4f1865fb Copying blob sha256:9d0ba618caea88efecea4de4c8fcd63de232986a7b9558d36345b0164de89656 Copying blob sha256:add48939a20d6f8bfa615fc14297012a07076326339b108d1475e1130f59ead9 Copying blob sha256:8a838f94a8a90556110b183ddca1e6a5fd51479b982f440e680d600011cb0900 Copying blob sha256:23f8bf930a8b1f34935432e8bd114d1c4196701f13f62cc638b0523a657a70cc Copying blob sha256:412d1ec14fd5ce9fe4a14827db78286e5bbf52de7de93f38f9a1c6e50af83936 Copying blob sha256:159503fef7befac2780d4eff031a6736b2f92e26352dcf4118e1fa7807811c17 Copying blob sha256:c1a65d002c741ad93b8f8af5898cba6f6a69cde8c75eb9628f1d1c840a092da8 Copying blob sha256:ec60706d2641cb150ee8c6661721e380ab90766e6dd4e556eb8c2090e760e53c Copying blob sha256:e442b5fdd0a8386be81563d29795f7b92e4f4572f1ad1e16d907c3022db7233e Copying blob sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1 Copying blob sha256:a91ec33da7489158e9db4b83978dd2e8c67155931c7cfb82ac49357fbabde6e8 Copying blob sha256:ae62901c1be68d17137b2a34cc92ce9ba36a2dbe8322735d207ef12cc2649752 Copying blob sha256:81faa78715e4d73ff6ccae2984257f8db11d2ff9c96a3234c879db135197c3dd Copying blob sha256:ffba4a213d683dac10142ea504ba536b02e40a69d65055f89753117e0d9a4230 Copying blob sha256:8366e4c4d8744d8d254d0d3dd03c5c46acc8595e83e3bf71e2f259b55486af67 Copying config sha256:ac4f629a5edd0456b6c55b37a34681e8000c0123870acbb1729e5fdef5656151 Writing manifest to image destination Loaded image: localhost/bootc:latest + mkdir /var/lib/cockpit-test-registry + chcon -t container_file_t /var/lib/cockpit-test-registry/ + podman run -d --rm --name ostree-registry -p 5000:5000 -v /var/lib/cockpit-test-registry:/var/lib/registry localhost/test-registry ec186e79697509329be5ccf1ab8de33800218414aba070e95df94497af129c5e + mv /etc/containers/registries.conf /etc/containers/registries.conf.orig + printf '[registries.insecure]\nregistries = ["localhost:5000"]\n' + podman tag localhost/bootc:latest localhost:5000/bootc:latest + podman push localhost:5000/bootc:latest Getting image source signatures Copying blob sha256:ccec4fedada3f7df57f7f6a7a96a559a5d36ff0439fd149f49c847133b60a76c Copying blob sha256:0bfcb4e8725934f67c297e34f457c7f49c022ec2294ec675eb1c12b563f5d135 Copying blob sha256:99b3f294c44700f521cc959b908ec56a937ac6b46334cdae0fec3d9d33209f57 Copying blob sha256:5f39c4a915a929be4765e7c6984792ababa36246bcaee031180ba066b26a3fd9 Copying blob sha256:aa8eaa73e98836f7d60092106d678245ab140a8960139fde3cb435069f278100 Copying blob sha256:cacabe1f650e824fc62a47dcf0ed78aeea43389e25f97008f644034d64d452c2 Copying blob sha256:61db445d21cc4f4e25f81be189f9c8559a11fa94051df48a388974bfe7058bed Copying blob sha256:04f9cee8ecdbcda133a6ac855a44a44ceca6d3e4a7f2d17e2741aeafa7166c02 Copying blob sha256:784bcbd639349ca553580a756bbbbd06b9d3f90a28c80a31e4142a1904f47605 Copying blob sha256:b18d4b940f9e1015cf549077b8fa0601776635d7284c2472fca6bcc1a1d1fe55 Copying blob sha256:3a4869df10b0f2d690ed2420e5779e38e2a6344353ec6fb49487d550029edaf0 Copying blob sha256:ad0e2240ae28e022aab4e338393340283b60b41c58d0897d70685e49892e6e35 Copying blob sha256:2850be76401126a03c6bb5e0ff286faeb02b357cf969c00dbfc1e48acaa605a1 Copying blob sha256:7c13cedd52e0a4339863ad696e86f9894ec23e71ed7d0eaa524d81bbca97c9b1 Copying blob sha256:5fd6fba4adee83177b096f05153eb57c513b2c7c9dece8932a76b52e9aef2200 Copying blob sha256:319c09a67101423c978749b977c57c31a5fe31c3bea92c23d3e45fa5efa4b2be Copying blob sha256:d8abe0940970c1d331dee5d4d7d820304e8758162e9133cf5b1c4791805fd4b4 Copying blob sha256:a3fd2eaa542ac076e7ec83d43243826eadb7f6b4928c6e98f6931a06352df76a Copying blob sha256:0f56bed5506234cb8b946a92fdf6eb9c03467f5edee0a49d1cd06d80f37f08f1 Copying blob sha256:cd413702002b5bcc0e816aff41f75678eb1e2627bddd9f73b03c2e262a08de39 Copying blob sha256:45bb74cdfd5213ec0e786d9a6a401579431c23efbaf5b145ba7e00543899ae90 Copying blob sha256:70edf877efa75c47d70589c3ec6a90aacec5b37e08f2844b069ab4ee17b3dcdd Copying blob sha256:a4bc269de2940aedbe9c552066245bff3ef3a3667c8b35273a6527e02fadf7c8 Copying blob sha256:7898f670cd9196d908a5abef5596758727844a074faf260537db00cfde612515 Copying blob sha256:96e1612dee52ed761d1821c5bb9e6988e45cc0e47da8f10d88270e2f81034479 Copying blob sha256:10b10891fcebe0088139a84ef4a77388b69e03473b335c33521c2bec390d5b04 Copying blob sha256:9416c907eebdcc5bcf3d01df8e6eb7d974872309f4e9f80fe947ca10ef7b17c7 Copying blob sha256:0e125371d79323e390cf6e7a5c8caf9beb984d74859ce333ff4f3a4ad931a91e Copying blob sha256:c184d7839f16908eb81018e99c115e990e44a22c64d7417e950868a2ed94f20a Copying blob sha256:194fc80b09e83ff50068f554919d6927854f2ab3ae1ddfda453e6511bb8b4f51 Copying blob sha256:22cec0f4144fc8cf244b3640515520bcc1182fc0f56c660132f27b4e68230418 Copying blob sha256:9a3e3dd0295c895e3cb12a87e7c16e6fac0d81811c3f26931b4c96022a6e6937 Copying blob sha256:7d4c56e10108c9c6ac79f20bea93a53317aea8bf5850d7293c2ce533ac35ee13 Copying blob sha256:eb68dc5a93ed664f59bbc7cb2d33f6a259d67892eff6063a211b8c6f9b60f71e Copying blob sha256:d5d289b7eb6a11dbd1b99d446b6a60894a6f9460e504b81965a5565a9a6156da Copying blob sha256:464bbd6fd2193de7a589e389ecb475f70fb6aea04d8df197fe599670f911fbb6 Copying blob sha256:ef0fa06ce133f7e154be4e1b24a1c702c4bd2d05e12b04510cc7e89454bc142d Copying blob sha256:82aa23c3bd0157763b742912333cb36b1b971d91212094c6a569d8d825a65902 Copying blob sha256:1d8e78fe6a2684d2f338626ee8e0a2cdee430cb885f29081e11f541362d44512 Copying blob sha256:84aacacc1e56ef2353c4abd64e6229c95ff1799df5327f2b878f3af79f0f62e7 Copying blob sha256:7746c4e247944217ae05910803296697c5d96d9e91fe8b3a78e5fa1bd77e3d93 Copying blob sha256:511fed890d1bf139702826ab31b9ddf2603ef24c8101c2f5daccdbad97a5adc9 Copying blob sha256:f3c7fcc425b2fb4f9a5ba7f5cddcbede543a44b275f894b5116d864c8c551d01 Copying blob sha256:bb8741050865c4dd8f21a56b45e9c164db976052edd5a327e44e761d13b841cf Copying blob sha256:abaad56b84f378db3a5c82d05f314fa0ef8b9f76963d2b4a6364bf1b1fdb73f9 Copying blob sha256:5c8d10faf6688e02655c8606fe87f899c555589d2307bd1bbb328d0a878da167 Copying blob sha256:7fb55a0a2b199267203738bd75c4b6d15480377a91883a468f50dc7068fb1949 Copying blob sha256:c773768643f690f01c3cc7655169767828c8a0156033e970f398791a07063eec Copying blob sha256:43943e2fa12475c23e4e0625dbb49dab5144b82b0eb1f0c5067eb0012d111734 Copying blob sha256:43c6b6cbed9475b2b5073f7ac4639a05e0b8ba8e93197177f4bd04d560f623a1 Copying blob sha256:fea99f00b1c0a4b08e3173e7ac06993c7caa9d062949e49c0e2de556231b218c Copying blob sha256:e90bb51487de1092e703ceb6eafcec9716c532a6e20ac4c4f77e07e6b0e8508f Copying blob sha256:55497059222474b5c38a0a6a2248b88bb7811c74df1c38d6c9b79413730544e3 Copying blob sha256:87f6fa5c8878916a72b6081f9a3c9fe45c22abac71111ae00df6d9010f7cea7e Copying blob sha256:ea201217514f14701edf906198edfb835c916712f170c5c99d135b2d4f1865fb Copying blob sha256:9d0ba618caea88efecea4de4c8fcd63de232986a7b9558d36345b0164de89656 Copying blob sha256:add48939a20d6f8bfa615fc14297012a07076326339b108d1475e1130f59ead9 Copying blob sha256:8a838f94a8a90556110b183ddca1e6a5fd51479b982f440e680d600011cb0900 Copying blob sha256:23f8bf930a8b1f34935432e8bd114d1c4196701f13f62cc638b0523a657a70cc Copying blob sha256:412d1ec14fd5ce9fe4a14827db78286e5bbf52de7de93f38f9a1c6e50af83936 Copying blob sha256:159503fef7befac2780d4eff031a6736b2f92e26352dcf4118e1fa7807811c17 Copying blob sha256:c1a65d002c741ad93b8f8af5898cba6f6a69cde8c75eb9628f1d1c840a092da8 Copying blob sha256:ec60706d2641cb150ee8c6661721e380ab90766e6dd4e556eb8c2090e760e53c Copying blob sha256:e442b5fdd0a8386be81563d29795f7b92e4f4572f1ad1e16d907c3022db7233e Copying blob sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1 Copying blob sha256:a91ec33da7489158e9db4b83978dd2e8c67155931c7cfb82ac49357fbabde6e8 Copying blob sha256:ae62901c1be68d17137b2a34cc92ce9ba36a2dbe8322735d207ef12cc2649752 Copying blob sha256:81faa78715e4d73ff6ccae2984257f8db11d2ff9c96a3234c879db135197c3dd Copying blob sha256:ffba4a213d683dac10142ea504ba536b02e40a69d65055f89753117e0d9a4230 Copying blob sha256:8366e4c4d8744d8d254d0d3dd03c5c46acc8595e83e3bf71e2f259b55486af67 Copying config sha256:ac4f629a5edd0456b6c55b37a34681e8000c0123870acbb1729e5fdef5656151 Writing manifest to image destination + podman rmi localhost:5000/bootc:latest localhost/bootc:latest Untagged: localhost:5000/bootc:latest Untagged: localhost/bootc:latest Deleted: ac4f629a5edd0456b6c55b37a34681e8000c0123870acbb1729e5fdef5656151 + podman rm -f -t0 ostree-registry ostree-registry + rm /var/cache/bootc.oci.tar + '[' centos-9-bootc '!=' centos-9-bootc ']' + '[' -bootc '!=' centos-9-bootc ']' + cp -va /var/lib/testvm/test.thing-workarounds/tt-sshd-vsock.socket /var/lib/testvm/test.thing-workarounds/tt-sd_notify.service /var/lib/testvm/test.thing-workarounds/tt-sshd-vsock@.service /etc/systemd/system '/var/lib/testvm/test.thing-workarounds/tt-sshd-vsock.socket' -> '/etc/systemd/system/tt-sshd-vsock.socket' '/var/lib/testvm/test.thing-workarounds/tt-sd_notify.service' -> '/etc/systemd/system/tt-sd_notify.service' '/var/lib/testvm/test.thing-workarounds/tt-sshd-vsock@.service' -> '/etc/systemd/system/tt-sshd-vsock@.service' + systemctl daemon-reload + systemctl enable tt-sshd-vsock.socket tt-sd_notify.service Created symlink /etc/systemd/system/sockets.target.wants/tt-sshd-vsock.socket → /etc/systemd/system/tt-sshd-vsock.socket. Created symlink /etc/systemd/system/sockets.target.wants/tt-sd_notify.service → /etc/systemd/system/tt-sd_notify.service. + checkmodule -M -m -o /tmp/sshd_vsock.mod /var/lib/testvm/test.thing-workarounds/sshd_vsock.te + semodule_package -m /tmp/sshd_vsock.mod -o /tmp/sshd_vsock.pp + semodule -i /tmp/sshd_vsock.pp + tee -a /etc/hosts + echo 100::55:4e4b:4e4f:574e UNKNOWN 100::55:4e4b:4e4f:574e UNKNOWN + systemctl disable bootc-fetch-apply-updates.timer fstrim.timer logrotate.timer raid-check.timer Removed "/etc/systemd/system/timers.target.wants/logrotate.timer". Removed "/etc/systemd/system/timers.target.wants/raid-check.timer". + /var/lib/testvm/zero-disk.setup dd: writing to '/root/junk': No space left on device 30900169+0 records in 30900168+0 records out 15820886016 bytes (16 GB, 15 GiB) copied, 36.8578 s, 429 MB/s + rm -f /var/tmp/SETUP killing ssh master process 314 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Saving... + git add -- images/centos-9-bootc + git diff --cached --quiet -- + ./image-diff /work/.cache/cockpit-images/centos-9-bootc-4ac11b8cc9c6c9ce1c8dc8f2e947b0b215e6b93dcb894856e1ed722e0d347fb8.qcow2 centos-9-bootc + ./image-upload --prune-s3 centos-9-bootc Pruning services-b5f839944589c053dc372c29fa1b6c044bb9017eee36228688d0adb3cacf1427.qcow2 Pruning debian-testing-2865820692f2c247cef115ed4900bf8f132ed48ea296b130d99eecc940bc9fc4.qcow2 Pruning centos-9-bootc-00f07cf8d309a8f6e639c3226b7f596088d018d76e3756885d70a612082ab440.qcow2 Uploading to https://cockpit-images.eu-central-1.linodeobjects.com/centos-9-bootc-5b68a4be7a522db76b8f77b5309d1093f150d884f85f663364e0612f246695ca.qcow2 Pruning services-b5f839944589c053dc372c29fa1b6c044bb9017eee36228688d0adb3cacf1427.qcow2 Pruning debian-testing-2865820692f2c247cef115ed4900bf8f132ed48ea296b130d99eecc940bc9fc4.qcow2 Pruning arch-9d98d772e2b49c8afe4da4f5e8c878cd82ee53501004586723bd1116248c8b20.qcow2 Uploading to https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/centos-9-bootc-5b68a4be7a522db76b8f77b5309d1093f150d884f85f663364e0612f246695ca.qcow2 Pruning services-b5f839944589c053dc372c29fa1b6c044bb9017eee36228688d0adb3cacf1427.qcow2 Pruning debian-testing-2865820692f2c247cef115ed4900bf8f132ed48ea296b130d99eecc940bc9fc4.qcow2 Uploading to https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-9-bootc-5b68a4be7a522db76b8f77b5309d1093f150d884f85f663364e0612f246695ca.qcow2 + git commit -m 'images: Update centos-9-bootc image Removed: Added: Changed: centos-gpg-keys (9.0-36.el9 -> 9.0-38.el9) centos-stream-release (9.0-36.el9 -> 9.0-38.el9) centos-stream-repos (9.0-36.el9 -> 9.0-38.el9) cockpit-bridge (362-1.el9 -> 363.2-1.el9) cockpit-system (362-1.el9 -> 363.2-1.el9) coreutils (8.32-40.el9 -> 8.32-42.el9) coreutils-common (8.32-40.el9 -> 8.32-42.el9) device-mapper (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) dnsmasq (2.85-18.el9 -> 2.85-20.el9) gnutls (3.8.10-4.el9 -> 3.8.10-5.el9) grub2-common (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-efi-x64 (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc-modules (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools-minimal (1:2.06-126.el9 -> 1:2.06-128.el9) kernel (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-core (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-modules (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-modules-core (5.14.0-701.el9 -> 5.14.0-710.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libsolv (0.7.24-5.el9 -> 0.7.24-6.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) lvm2 (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) lvm2-libs (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) nspr (4.36.0-8.el9 -> 4.39.0-1.el9) nss (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn-freebl (3.112.0-8.el9 -> 3.124.0-1.el9) nss-sysinit (3.112.0-8.el9 -> 3.124.0-1.el9) nss-util (3.112.0-8.el9 -> 3.124.0-1.el9) pciutils-libs (3.7.0-7.el9 -> 3.7.0-8.el9) shadow-utils (2:4.9-16.el9 -> 2:4.9-17.el9) shadow-utils-subid (2:4.9-16.el9 -> 2:4.9-17.el9) shim-x64 (15.8-2.el9 -> 16.1-1.el9) Closes #9173' -- + git push -- origin +HEAD:refs/heads/image-refresh-centos-9-bootc-20260610-110011 remote: remote: Create a pull request for 'image-refresh-centos-9-bootc-20260610-110011' on GitHub by visiting: remote: https://github.com/cockpit-project/bots/pull/new/image-refresh-centos-9-bootc-20260610-110011 remote: To https://github.com/cockpit-project/bots * [new branch] HEAD -> image-refresh-centos-9-bootc-20260610-110011 WARNING:root:Transient error during GitHub request, attempt #0: Remote end closed connection without response # image-refresh centos-9-bootc succeeded: https://github.com/cockpit-project/bots/commits/image-refresh-centos-9-bootc-20260610-110011 # Duration: 1935.1380517482758s Removed: Added: Changed: centos-gpg-keys (9.0-36.el9 -> 9.0-38.el9) centos-stream-release (9.0-36.el9 -> 9.0-38.el9) centos-stream-repos (9.0-36.el9 -> 9.0-38.el9) cockpit-bridge (362-1.el9 -> 363.2-1.el9) cockpit-system (362-1.el9 -> 363.2-1.el9) coreutils (8.32-40.el9 -> 8.32-42.el9) coreutils-common (8.32-40.el9 -> 8.32-42.el9) device-mapper (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) dnsmasq (2.85-18.el9 -> 2.85-20.el9) gnutls (3.8.10-4.el9 -> 3.8.10-5.el9) grub2-common (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-efi-x64 (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc-modules (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools-minimal (1:2.06-126.el9 -> 1:2.06-128.el9) kernel (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-core (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-modules (5.14.0-701.el9 -> 5.14.0-710.el9) kernel-modules-core (5.14.0-701.el9 -> 5.14.0-710.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libsolv (0.7.24-5.el9 -> 0.7.24-6.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) lvm2 (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) lvm2-libs (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) nspr (4.36.0-8.el9 -> 4.39.0-1.el9) nss (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn-freebl (3.112.0-8.el9 -> 3.124.0-1.el9) nss-sysinit (3.112.0-8.el9 -> 3.124.0-1.el9) nss-util (3.112.0-8.el9 -> 3.124.0-1.el9) pciutils-libs (3.7.0-7.el9 -> 3.7.0-8.el9) shadow-utils (2:4.9-16.el9 -> 2:4.9-17.el9) shadow-utils-subid (2:4.9-16.el9 -> 2:4.9-17.el9) shim-x64 (15.8-2.el9 -> 16.1-1.el9) Job ran successfully. :)