2026-02-25 05:15:49.502 | diskimage-builder version 3.37.1 2026-02-25 05:15:49.503 | Building elements: base centos dynamic-login element-manifest selinux-permissive enable-packages-install interface-names ironic-agent-multipath override-pip-and-virtualenv extra-hardware ironic-python-agent-ramdisk repo-setup 2026-02-25 05:15:49.549 | DEBUG diskimage_builder.element_dependencies [-] ELEMENTS_PATH is: /usr/lib/python3.9/site-packages/diskimage_builder/elements:/usr/share/edpm-image-builder//dib/:/usr/share/ironic-python-agent-builder/dib/ _find_all_elements /usr/lib/python3.9/site-packages/diskimage_builder/element_dependencies.py:209 2026-02-25 05:15:49.587 | Expanded element dependencies to: openssh-server centos dynamic-login dhcp-all-interfaces sysprep dib-python selinux-permissive ironic-agent-multipath interface-names ibft-interfaces svc-map override-pip-and-virtualenv redhat-common cache-url repo-setup install-static yum source-repositories ironic-ramdisk-base package-installs rpm-distro selinux-fixfiles-restore extra-hardware select-boot-kernel-initrd enable-packages-install install-bin element-manifest install-types base manifests dib-init-system epel no-final-image ensure-venv ironic-python-agent-ramdisk pkg-map runtime-ssh-host-keys 2026-02-25 05:15:49.590 | + diskimage_builder/lib/disk-image-create:main:255 : '[' 1 = 1 ']' 2026-02-25 05:15:49.593 | + diskimage_builder/lib/disk-image-create:main:256 : export IMAGE_NAME=ironic-python-agent 2026-02-25 05:15:49.595 | + diskimage_builder/lib/disk-image-create:main:256 : IMAGE_NAME=ironic-python-agent 2026-02-25 05:15:49.598 | + diskimage_builder/lib/disk-image-create:main:260 : for X in ${!IMAGE_TYPES[@]} 2026-02-25 05:15:49.601 | + diskimage_builder/lib/disk-image-create:main:261 : case "${IMAGE_TYPES[$X]}" in 2026-02-25 05:15:49.603 | + diskimage_builder/lib/disk-image-create:main:263 : type qemu-img 2026-02-25 05:15:49.606 | + diskimage_builder/lib/disk-image-create:main:299 : type fstrim 2026-02-25 05:15:49.609 | + diskimage_builder/lib/disk-image-create:main:307 : [[ -n '' ]] 2026-02-25 05:15:49.612 | + diskimage_builder/lib/disk-image-create:main:314 : mk_build_dir 2026-02-25 05:15:49.615 | ++ diskimage_builder/lib/common-functions:mk_build_dir:37 : mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX 2026-02-25 05:15:49.618 | + diskimage_builder/lib/common-functions:mk_build_dir:37 : TMP_BUILD_DIR=/tmp/dib_build.cvFfxyaI 2026-02-25 05:15:49.621 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38 : mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX 2026-02-25 05:15:49.625 | + diskimage_builder/lib/common-functions:mk_build_dir:38 : TMP_IMAGE_DIR=/tmp/dib_image.4CKvuhAv 2026-02-25 05:15:49.627 | + diskimage_builder/lib/common-functions:mk_build_dir:39 : '[' 0 -eq 0 ']' 2026-02-25 05:15:49.630 | + diskimage_builder/lib/common-functions:mk_build_dir:40 : export TMP_BUILD_DIR 2026-02-25 05:15:49.636 | + diskimage_builder/lib/common-functions:mk_build_dir:41 : tmpfs_check 2026-02-25 05:15:49.638 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=1 2026-02-25 05:15:49.640 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2026-02-25 05:15:49.643 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2026-02-25 05:15:49.646 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2026-02-25 05:15:49.651 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865328 2026-02-25 05:15:49.653 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2026-02-25 05:15:49.655 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865328 -lt 14680064 ']' 2026-02-25 05:15:49.658 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 1 == 1 ']' 2026-02-25 05:15:49.660 | + diskimage_builder/lib/common-functions:tmpfs_check:31 : echo 'WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7865328 < 14G)' 2026-02-25 05:15:49.660 | WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7865328 < 14G) 2026-02-25 05:15:49.663 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2026-02-25 05:15:49.665 | + diskimage_builder/lib/common-functions:mk_build_dir:46 : trap trap_cleanup EXIT 2026-02-25 05:15:49.667 | + diskimage_builder/lib/common-functions:mk_build_dir:47 : echo Building in /tmp/dib_build.cvFfxyaI 2026-02-25 05:15:49.667 | Building in /tmp/dib_build.cvFfxyaI 2026-02-25 05:15:49.670 | + diskimage_builder/lib/common-functions:mk_build_dir:48 : export TMP_IMAGE_DIR 2026-02-25 05:15:49.672 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : export OUT_IMAGE_PATH= 2026-02-25 05:15:49.675 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : OUT_IMAGE_PATH= 2026-02-25 05:15:49.677 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : export TMP_HOOKS_PATH=/tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:15:49.680 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : TMP_HOOKS_PATH=/tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:15:49.682 | + diskimage_builder/lib/disk-image-create:main:318 : mkdir -p /tmp/dib_build.cvFfxyaI/block-device 2026-02-25 05:15:49.686 | + diskimage_builder/lib/disk-image-create:main:319 : BLOCK_DEVICE_CONFIG_YAML=/tmp/dib_build.cvFfxyaI/block-device/config.yaml 2026-02-25 05:15:49.689 | + diskimage_builder/lib/disk-image-create:main:320 : block_device_create_config_file /tmp/dib_build.cvFfxyaI/block-device/config.yaml 2026-02-25 05:15:49.701 | Searching elements for block-device[-amd64].yaml ... 2026-02-25 05:15:49.703 | ... done 2026-02-25 05:15:49.703 | Using default block-device fallback config 2026-02-25 05:15:49.707 | + diskimage_builder/lib/disk-image-create:main:323 : DIB_BLOCK_DEVICE_PARAMS_YAML=/tmp/dib_build.cvFfxyaI/block-device/params.yaml 2026-02-25 05:15:49.709 | + diskimage_builder/lib/disk-image-create:main:324 : export DIB_BLOCK_DEVICE_PARAMS_YAML 2026-02-25 05:15:49.712 | + diskimage_builder/lib/disk-image-create:main:325 : cat 2026-02-25 05:15:49.716 | + diskimage_builder/lib/disk-image-create:main:334 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py init 2026-02-25 05:15:49.832 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:15:49.832 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:15:49.833 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0', 'mkfs': {'name': 'mkfs_root', 'mount': {'mount_point': '/', 'fstab': {'options': 'defaults', 'fsck-passno': 1}}}}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:260 2026-02-25 05:15:49.833 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'image0', 'name': 'mkfs_root'}}, {'local_loop': {'name': 'image0'}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:262 2026-02-25 05:15:49.833 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'image0', 'name': 'mkfs_root', 'type': 'ext4', 'label': 'cloudimg-rootfs'}}, {'local_loop': {'name': 'image0'}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:264 2026-02-25 05:15:49.834 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.cvFfxyaI/states/block-device/config.json] 2026-02-25 05:15:49.849 | ++ diskimage_builder/lib/disk-image-create:main:338 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval root-label 2026-02-25 05:15:49.965 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:15:49.965 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:15:49.965 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label] 2026-02-25 05:15:49.965 | DEBUG diskimage_builder.block_device.blockdevice [-] root-label [cloudimg-rootfs] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:308 2026-02-25 05:15:49.980 | + diskimage_builder/lib/disk-image-create:main:338 : DIB_ROOT_LABEL=cloudimg-rootfs 2026-02-25 05:15:49.983 | + diskimage_builder/lib/disk-image-create:main:339 : export DIB_ROOT_LABEL 2026-02-25 05:15:49.986 | ++ diskimage_builder/lib/disk-image-create:main:342 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval root-fstype 2026-02-25 05:15:50.105 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:15:50.105 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:15:50.105 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype] 2026-02-25 05:15:50.105 | DEBUG diskimage_builder.block_device.blockdevice [-] root-fstype [ext4] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:315 2026-02-25 05:15:50.121 | + diskimage_builder/lib/disk-image-create:main:342 : DIB_ROOT_FSTYPE=ext4 2026-02-25 05:15:50.124 | + diskimage_builder/lib/disk-image-create:main:343 : export DIB_ROOT_FSTYPE 2026-02-25 05:15:50.127 | ++ diskimage_builder/lib/disk-image-create:main:347 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval boot-label 2026-02-25 05:15:50.242 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:15:50.242 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:15:50.243 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [boot-label] 2026-02-25 05:15:50.243 | DEBUG diskimage_builder.block_device.blockdevice [-] boot-label [] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:329 2026-02-25 05:15:50.257 | + diskimage_builder/lib/disk-image-create:main:347 : DIB_BOOT_LABEL= 2026-02-25 05:15:50.260 | + diskimage_builder/lib/disk-image-create:main:348 : export DIB_BOOT_LABEL 2026-02-25 05:15:50.263 | ++ diskimage_builder/lib/disk-image-create:main:351 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval mount-points 2026-02-25 05:15:50.379 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:15:50.379 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:15:50.379 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points] 2026-02-25 05:15:50.393 | + diskimage_builder/lib/disk-image-create:main:351 : DIB_MOUNTPOINTS=/ 2026-02-25 05:15:50.396 | + diskimage_builder/lib/disk-image-create:main:352 : export DIB_MOUNTPOINTS 2026-02-25 05:15:50.399 | + diskimage_builder/lib/disk-image-create:main:354 : create_base 2026-02-25 05:15:50.401 | + diskimage_builder/lib/common-functions:create_base:353 : mkdir /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:50.404 | + diskimage_builder/lib/common-functions:create_base:357 : sudo chown root.root /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:50.424 | + diskimage_builder/lib/common-functions:create_base:358 : export TMP_MOUNT_PATH=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:50.427 | + diskimage_builder/lib/common-functions:create_base:358 : TMP_MOUNT_PATH=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:50.429 | + diskimage_builder/lib/common-functions:create_base:360 : TARGET_ROOT=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:50.432 | + diskimage_builder/lib/common-functions:create_base:360 : run_d root 2026-02-25 05:15:50.434 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:15:50.437 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:15:50.439 | + diskimage_builder/lib/common-functions:check_element:154 : generate_hooks 2026-02-25 05:15:50.453 | Copying hooks for override-pip-and-virtualenv 2026-02-25 05:15:50.460 | Copying hooks for epel 2026-02-25 05:15:50.465 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/pre-install.d/05-rpm-epel-release 2026-02-25 05:15:50.473 | Copying hooks for enable-packages-install 2026-02-25 05:15:50.478 | Copying hooks /usr/share/edpm-image-builder/dib/enable-packages-install/environment.d/01-export-install-types.bash 2026-02-25 05:15:50.482 | Copying hooks for install-bin 2026-02-25 05:15:50.486 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-bin/pre-install.d/01-install-bin 2026-02-25 05:15:50.490 | Copying hooks for source-repositories 2026-02-25 05:15:50.495 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/extra-data.d/98-source-repositories 2026-02-25 05:15:50.504 | Copying hooks for interface-names 2026-02-25 05:15:50.510 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/70-clear-net-ifnames 2026-02-25 05:15:50.511 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/71-clean-stale-interface 2026-02-25 05:15:50.515 | Copying hooks for package-installs 2026-02-25 05:15:50.521 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs 2026-02-25 05:15:50.522 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-squash 2026-02-25 05:15:50.523 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-v2 2026-02-25 05:15:50.525 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-uninstalls 2026-02-25 05:15:50.529 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/extra-data.d/99-squash-package-install 2026-02-25 05:15:50.533 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/01-package-installs 2026-02-25 05:15:50.534 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/99-package-uninstalls 2026-02-25 05:15:50.539 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/00-package-installs 2026-02-25 05:15:50.540 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/95-package-uninstalls 2026-02-25 05:15:50.544 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/10-package-installs 2026-02-25 05:15:50.545 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/99-package-uninstalls 2026-02-25 05:15:50.552 | Copying hooks for yum 2026-02-25 05:15:50.556 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/bin/install-packages 2026-02-25 05:15:50.561 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/cleanup.d/99-remove-yum-repo-conf 2026-02-25 05:15:50.565 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/extra-data.d/99-yum-repo-conf 2026-02-25 05:15:50.569 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/post-install.d/99-reset-yum-conf 2026-02-25 05:15:50.573 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-01-yum-keepcache 2026-02-25 05:15:50.574 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-dnf-update 2026-02-25 05:15:50.575 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-install-repo-package 2026-02-25 05:15:50.577 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-00-centos-python3 2026-02-25 05:15:50.578 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-module-configuration 2026-02-25 05:15:50.583 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/root.d/50-yum-cache 2026-02-25 05:15:50.589 | Copying hooks for ironic-ramdisk-base 2026-02-25 05:15:50.593 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/98-prepare-resolve-conf 2026-02-25 05:15:50.594 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/99-ramdisk-create 2026-02-25 05:15:50.598 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/environment.d/10-checksum.bash 2026-02-25 05:15:50.603 | Copying hooks for selinux-permissive 2026-02-25 05:15:50.608 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-permissive/pre-install.d/11-selinux-permissive 2026-02-25 05:15:50.612 | Copying hooks for ensure-venv 2026-02-25 05:15:50.620 | Copying hooks for rpm-distro 2026-02-25 05:15:50.624 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/post-install.d/06-network-config-nonzeroconf 2026-02-25 05:15:50.628 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-fix-requiretty 2026-02-25 05:15:50.630 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-usr-local-bin-secure-path 2026-02-25 05:15:50.631 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch 2026-02-25 05:15:50.636 | Copying hooks for base 2026-02-25 05:15:50.641 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/environment.d/10-base-defaults 2026-02-25 05:15:50.644 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-baseline-environment 2026-02-25 05:15:50.646 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-up-to-date 2026-02-25 05:15:50.647 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/10-cloud-init 2026-02-25 05:15:50.651 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/pre-install.d/03-baseline-tools 2026-02-25 05:15:50.658 | Copying hooks for install-types 2026-02-25 05:15:50.662 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-types/extra-data.d/99-enable-install-types 2026-02-25 05:15:50.666 | Copying hooks for dhcp-all-interfaces 2026-02-25 05:15:50.670 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/50-dhcp-all-interfaces 2026-02-25 05:15:50.672 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/60-remove-cloud-image-interfaces 2026-02-25 05:15:50.673 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/NetworkManager-conf.d-00-main.conf 2026-02-25 05:15:50.675 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules 2026-02-25 05:15:50.676 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf 2026-02-25 05:15:50.677 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.init 2026-02-25 05:15:50.679 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.sh 2026-02-25 05:15:50.680 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-interface@.service 2026-02-25 05:15:50.689 | Copying hooks for element-manifest 2026-02-25 05:15:50.694 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/element-manifest/extra-data.d/75-inject-element-manifest 2026-02-25 05:15:50.699 | Copying hooks for ironic-python-agent-ramdisk 2026-02-25 05:15:50.704 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/01-debian-ipa.bash 2026-02-25 05:15:50.705 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/10-defaults.bash 2026-02-25 05:15:50.707 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash 2026-02-25 05:15:50.711 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/extra-data.d/15-ssl-ca-copy 2026-02-25 05:15:50.714 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-package-install 2026-02-25 05:15:50.716 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-source-install 2026-02-25 05:15:50.720 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/80-ironic-python-agent-ramdisk 2026-02-25 05:15:50.722 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/99-remove-extra-packages 2026-02-25 05:15:50.727 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/etc 2026-02-25 05:15:50.729 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/usr 2026-02-25 05:15:50.743 | Copying hooks for extra-hardware 2026-02-25 05:15:50.747 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/environment.d/10-enable-rdo-deps.bash 2026-02-25 05:15:50.751 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-package-install 2026-02-25 05:15:50.752 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-source-install 2026-02-25 05:15:50.756 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/pre-install.d/10-enable-rdo-deps 2026-02-25 05:15:50.765 | Copying hooks for selinux-fixfiles-restore 2026-02-25 05:15:50.769 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-fixfiles-restore/cleanup.d/99-selinux-fixfiles-restore 2026-02-25 05:15:50.773 | Copying hooks for openssh-server 2026-02-25 05:15:50.777 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/80-enable-sshd-service 2026-02-25 05:15:50.778 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/99-harden-sshd-config 2026-02-25 05:15:50.787 | Copying hooks for manifests 2026-02-25 05:15:50.791 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/cleanup.d/01-copy-manifests-dir 2026-02-25 05:15:50.795 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/environment.d/14-manifests 2026-02-25 05:15:50.799 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/extra-data.d/20-manifest-dir 2026-02-25 05:15:50.803 | Copying hooks for no-final-image 2026-02-25 05:15:50.807 | Copying hooks for sysprep 2026-02-25 05:15:50.811 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/bin/extract-image 2026-02-25 05:15:50.816 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/finalise.d/99-clear-machine-id 2026-02-25 05:15:50.821 | Copying hooks for dib-init-system 2026-02-25 05:15:50.825 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/environment.d/99-dib-init-system 2026-02-25 05:15:50.829 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/install.d/20-install-init-scripts 2026-02-25 05:15:50.833 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/post-install.d/10-enable-init-scripts 2026-02-25 05:15:50.837 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/pre-install.d/04-dib-init-system 2026-02-25 05:15:50.841 | Copying hooks for select-boot-kernel-initrd 2026-02-25 05:15:50.845 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/bin/select-boot-kernel-initrd 2026-02-25 05:15:50.850 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/cleanup.d/99-remove-dib-img-functions 2026-02-25 05:15:50.854 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/extra-data.d/99-copy-dib-img-functions 2026-02-25 05:15:50.858 | Copying hooks for install-static 2026-02-25 05:15:50.863 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/install.d/10-install-static-files 2026-02-25 05:15:50.871 | Copying hooks for dynamic-login 2026-02-25 05:15:50.877 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/systemd 2026-02-25 05:15:50.879 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/sysv 2026-02-25 05:15:50.880 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/upstart 2026-02-25 05:15:50.884 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/install.d/70-enable-dynamic-login-services 2026-02-25 05:15:50.888 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/static/usr 2026-02-25 05:15:50.894 | Copying hooks for redhat-common 2026-02-25 05:15:50.899 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/bin/map-packages 2026-02-25 05:15:50.903 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/environment.d/50-redhat-common 2026-02-25 05:15:50.906 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/finalise.d/01-clean-old-kernels 2026-02-25 05:15:50.914 | Copying hooks for repo-setup 2026-02-25 05:15:50.918 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/environment.d/01-repo-setup.bash 2026-02-25 05:15:50.922 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/pre-install.d/00-03-repo-setup 2026-02-25 05:15:50.927 | Copying hooks for cache-url 2026-02-25 05:15:50.931 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/bin/cache-url 2026-02-25 05:15:50.941 | Copying hooks for ibft-interfaces 2026-02-25 05:15:50.945 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/systemd 2026-02-25 05:15:50.946 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/sysv 2026-02-25 05:15:50.948 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/upstart 2026-02-25 05:15:50.952 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/post-install.d/70-init-ibft-interfaces 2026-02-25 05:15:50.956 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/etc 2026-02-25 05:15:50.958 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/usr 2026-02-25 05:15:50.966 | Copying hooks for dib-python 2026-02-25 05:15:50.970 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/cleanup.d/50-dib-python 2026-02-25 05:15:50.974 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/environment.d/50-dib-python-version 2026-02-25 05:15:50.978 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/pre-install.d/01-dib-python 2026-02-25 05:15:50.982 | Copying hooks for runtime-ssh-host-keys 2026-02-25 05:15:50.986 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/cleanup.d/90-remove-ssh-host-keys 2026-02-25 05:15:50.990 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/systemd 2026-02-25 05:15:50.991 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/upstart 2026-02-25 05:15:50.995 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/post-install.d/80-ssh-keygen 2026-02-25 05:15:50.999 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/static/usr 2026-02-25 05:15:51.007 | Copying hooks for ironic-agent-multipath 2026-02-25 05:15:51.011 | Copying hooks /usr/share/edpm-image-builder/dib/ironic-agent-multipath/static/etc 2026-02-25 05:15:51.019 | Copying hooks for svc-map 2026-02-25 05:15:51.023 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/bin/svc-map 2026-02-25 05:15:51.027 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/10-merge-svc-map-files 2026-02-25 05:15:51.029 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/11-copy-svc-map-file 2026-02-25 05:15:51.038 | Copying hooks for pkg-map 2026-02-25 05:15:51.043 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/bin/pkg-map 2026-02-25 05:15:51.047 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir 2026-02-25 05:15:51.051 | Copying hooks for centos 2026-02-25 05:15:51.055 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/environment.d/10-centos-distro-name.bash 2026-02-25 05:15:51.059 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/post-install.d/03-reset-bls-entries 2026-02-25 05:15:51.063 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/00-02-set-centos-mirror 2026-02-25 05:15:51.064 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/02-set-machine-id 2026-02-25 05:15:51.068 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/root.d/10-centos-cloud-image 2026-02-25 05:15:51.073 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-build-succeeds 2026-02-25 05:15:51.075 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-stream-build-succeeds 2026-02-25 05:15:51.077 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/9-stream-build-succeeds 2026-02-25 05:15:51.088 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-root bash 2026-02-25 05:15:51.091 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:15:51.092 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-root(,|$)' -q 2026-02-25 05:15:51.097 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/root.d ']' 2026-02-25 05:15:51.100 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.cvFfxyaI/hooks/root.d' 2026-02-25 05:15:51.100 | Running hooks from /tmp/dib_build.cvFfxyaI/hooks/root.d 2026-02-25 05:15:51.102 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2026-02-25 05:15:51.105 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks/root.d 2026-02-25 05:15:51.118 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:15:51.119 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:15:51.120 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:15:51.120 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:15:51.120 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:15:51.120 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:15:51.120 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:15:51.120 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:15:51.120 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:15:51.120 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-export-install-types.bash 2026-02-25 05:15:51.122 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-export-install-types.bash 2026-02-25 05:15:51.122 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:51.122 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:51.122 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-repo-setup.bash 2026-02-25 05:15:51.124 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/01-repo-setup.bash 2026-02-25 05:15:51.124 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:15:51.124 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:15:51.124 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:15:51.124 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:15:51.124 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:15:51.124 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:15:51.124 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:15:51.124 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:15:51.124 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-base-defaults 2026-02-25 05:15:51.126 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-base-defaults 2026-02-25 05:15:51.127 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:15:51.127 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:15:51.127 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:15:51.127 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:15:51.127 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:15:51.129 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:15:51.129 | ++ export DISTRO_NAME=centos 2026-02-25 05:15:51.129 | ++ DISTRO_NAME=centos 2026-02-25 05:15:51.129 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:15:51.129 | ++ DIB_RELEASE=9-stream 2026-02-25 05:15:51.129 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:15:51.129 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:15:51.129 | ++ export YUM=dnf 2026-02-25 05:15:51.129 | ++ YUM=dnf 2026-02-25 05:15:51.129 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-checksum.bash 2026-02-25 05:15:51.131 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-checksum.bash 2026-02-25 05:15:51.131 | ++ export DIB_CHECKSUM=1 2026-02-25 05:15:51.131 | ++ DIB_CHECKSUM=1 2026-02-25 05:15:51.131 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-defaults.bash 2026-02-25 05:15:51.134 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-defaults.bash 2026-02-25 05:15:51.134 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:15:51.134 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:15:51.134 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:15:51.136 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:15:51.136 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:15:51.136 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:15:51.136 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:15:51.136 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:15:51.136 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/14-manifests 2026-02-25 05:15:51.138 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/14-manifests 2026-02-25 05:15:51.139 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:15:51.139 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:15:51.139 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:15:51.139 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:15:51.139 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:15:51.141 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:15:51.141 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:15:51.141 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:15:51.141 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:15:51.141 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:15:51.141 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:15:51.141 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:15:51.141 | ++ [[ centos =~ debian ]] 2026-02-25 05:15:51.141 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/50-dib-python-version 2026-02-25 05:15:51.143 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/50-dib-python-version 2026-02-25 05:15:51.143 | ++ '[' -z 3 ']' 2026-02-25 05:15:51.143 | ++ '[' -z 3 ']' 2026-02-25 05:15:51.143 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:15:51.143 | ++ export DIB_PYTHON=python3 2026-02-25 05:15:51.143 | ++ DIB_PYTHON=python3 2026-02-25 05:15:51.143 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/50-redhat-common 2026-02-25 05:15:51.145 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/50-redhat-common 2026-02-25 05:15:51.145 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:15:51.145 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:15:51.145 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:15:51.145 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:15:51.145 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/99-dib-init-system 2026-02-25 05:15:51.147 | + source /tmp/dib_build.cvFfxyaI/hooks/root.d/../environment.d/99-dib-init-system 2026-02-25 05:15:51.148 | ++ '[' -z systemd ']' 2026-02-25 05:15:51.148 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:15:51.148 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/root.d/10-centos-cloud-image 2026-02-25 05:15:51.150 | + set -eu 2026-02-25 05:15:51.150 | + set -o pipefail 2026-02-25 05:15:51.150 | + '[' -n amd64 ']' 2026-02-25 05:15:51.150 | + '[' -n /tmp/dib_build.cvFfxyaI/mnt ']' 2026-02-25 05:15:51.150 | + [[ amd64 x86_64 arm64 aarch64 ppc64le =~ amd64 ]] 2026-02-25 05:15:51.150 | + [[ amd64 =~ amd64 ]] 2026-02-25 05:15:51.150 | + ARCH=x86_64 2026-02-25 05:15:51.150 | + [[ 9-stream == \9 ]] 2026-02-25 05:15:51.150 | + dib_release_path=9-stream 2026-02-25 05:15:51.150 | + DIB_CLOUD_IMAGES=https://cloud.centos.org/centos/9-stream/x86_64/images 2026-02-25 05:15:51.150 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.150 | + '[' -n /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2026-02-25 05:15:51.150 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.150 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.151 | ++ basename /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.151 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.151 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:51.151 | + /tmp/dib_build.cvFfxyaI/hooks/bin/extract-image CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.153 | + set -eu 2026-02-25 05:15:51.153 | + set -o pipefail 2026-02-25 05:15:51.153 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.153 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:51.153 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.153 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.153 | + CACHED_TAR=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:51.153 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2026-02-25 05:15:51.153 | + TAR_LOCK=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock 2026-02-25 05:15:51.153 | + GUID_EFI=c12a7328-f81f-11d2-ba4b-00a0c93ec93b 2026-02-25 05:15:51.153 | + GUID_LINUX_BOOT=bc13c2ff-59e6-4262-a352-b275fd6f7172 2026-02-25 05:15:51.154 | ++ date 2026-02-25 05:15:51.155 | + echo 'Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Wed Feb 25 05:15:51 UTC 2026' 2026-02-25 05:15:51.155 | Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Wed Feb 25 05:15:51 UTC 2026 2026-02-25 05:15:51.155 | + flock -w 1200 9 2026-02-25 05:15:51.156 | + extract_image 2026-02-25 05:15:51.156 | + '[' -n '' -a -f /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz ']' 2026-02-25 05:15:51.156 | + '[' -z /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2026-02-25 05:15:51.157 | + '[' '!' -f /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz -o /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 -nt /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz ']' 2026-02-25 05:15:51.157 | + echo 'Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2026-02-25 05:15:51.157 | Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:51.157 | + echo 'Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2026-02-25 05:15:51.157 | Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:51.157 | + sudo tar -C /tmp/dib_build.cvFfxyaI/mnt --numeric-owner --xattrs '--xattrs-include=*' --xattrs-exclude=security.selinux -xzf /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2026-02-25 05:15:59.543 | dib-run-parts 10-centos-cloud-image completed 2026-02-25 05:15:59.543 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/root.d/50-yum-cache 2026-02-25 05:15:59.546 | + set -eu 2026-02-25 05:15:59.546 | + set -o pipefail 2026-02-25 05:15:59.546 | + '[' -n /tmp/dib_build.cvFfxyaI/mnt ']' 2026-02-25 05:15:59.546 | + YUM_CACHE_DIR=/root/.cache/image-create/yum 2026-02-25 05:15:59.546 | + mkdir -p /root/.cache/image-create/yum 2026-02-25 05:15:59.547 | + sudo mkdir -p /tmp/dib_build.cvFfxyaI/mnt/tmp/yum 2026-02-25 05:15:59.563 | + sudo mount --bind /root/.cache/image-create/yum /tmp/dib_build.cvFfxyaI/mnt/tmp/yum 2026-02-25 05:15:59.582 | dib-run-parts 50-yum-cache completed 2026-02-25 05:15:59.582 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:15:59.582 | dib-run-parts 2026-02-25 05:15:59.583 | dib-run-parts Target: root.d 2026-02-25 05:15:59.583 | dib-run-parts 2026-02-25 05:15:59.583 | dib-run-parts Script Seconds 2026-02-25 05:15:59.583 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:15:59.583 | dib-run-parts 2026-02-25 05:15:59.591 | dib-run-parts 10-centos-cloud-image 8.394 2026-02-25 05:15:59.595 | dib-run-parts 50-yum-cache 0.038 2026-02-25 05:15:59.596 | dib-run-parts 2026-02-25 05:15:59.596 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:15:59.600 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-root bash 2026-02-25 05:15:59.603 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:15:59.604 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-root(,|$)' -q 2026-02-25 05:15:59.609 | ++ diskimage_builder/lib/common-functions:create_base:361 : ls /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:15:59.610 | ++ diskimage_builder/lib/common-functions:create_base:361 : grep -v '^lost+found\|tmp$' 2026-02-25 05:15:59.614 | + diskimage_builder/lib/common-functions:create_base:361 : '[' -z 'afs 2026-02-25 05:15:59.614 | bin 2026-02-25 05:15:59.614 | boot 2026-02-25 05:15:59.614 | dev 2026-02-25 05:15:59.614 | etc 2026-02-25 05:15:59.614 | home 2026-02-25 05:15:59.614 | lib 2026-02-25 05:15:59.614 | lib64 2026-02-25 05:15:59.614 | media 2026-02-25 05:15:59.614 | mnt 2026-02-25 05:15:59.614 | opt 2026-02-25 05:15:59.614 | proc 2026-02-25 05:15:59.614 | root 2026-02-25 05:15:59.614 | run 2026-02-25 05:15:59.614 | sbin 2026-02-25 05:15:59.614 | srv 2026-02-25 05:15:59.614 | sys 2026-02-25 05:15:59.614 | usr 2026-02-25 05:15:59.614 | var' ']' 2026-02-25 05:15:59.616 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -L /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf ']' 2026-02-25 05:15:59.619 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -f /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf ']' 2026-02-25 05:15:59.622 | + diskimage_builder/lib/common-functions:create_base:376 : sudo mv /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG 2026-02-25 05:15:59.641 | + diskimage_builder/lib/common-functions:create_base:380 : sudo touch /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:15:59.661 | + diskimage_builder/lib/common-functions:create_base:381 : sudo chmod 777 /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:15:59.680 | + diskimage_builder/lib/common-functions:create_base:383 : '[' -e /etc/resolv.conf ']' 2026-02-25 05:15:59.683 | + diskimage_builder/lib/common-functions:create_base:384 : cat /etc/resolv.conf 2026-02-25 05:15:59.687 | + diskimage_builder/lib/common-functions:create_base:388 : mount_proc_dev_sys 2026-02-25 05:15:59.689 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:15:59.708 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:15:59.729 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2026-02-25 05:15:59.732 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2026-02-25 05:15:59.736 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2026-02-25 05:15:59.739 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : sudo mount -t devpts -o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000 devpts /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:15:59.760 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:15:59.778 | + diskimage_builder/lib/disk-image-create:main:356 : mkdir -p /tmp/dib_build.cvFfxyaI/hooks/environment.d 2026-02-25 05:15:59.781 | + diskimage_builder/lib/disk-image-create:main:357 : echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}' 2026-02-25 05:15:59.784 | + diskimage_builder/lib/disk-image-create:main:358 : run_d extra-data 2026-02-25 05:15:59.787 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:15:59.789 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:15:59.792 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-extra-data bash 2026-02-25 05:15:59.795 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:15:59.795 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-extra-data(,|$)' -q 2026-02-25 05:15:59.800 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/extra-data.d ']' 2026-02-25 05:15:59.803 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.cvFfxyaI/hooks/extra-data.d' 2026-02-25 05:15:59.803 | Running hooks from /tmp/dib_build.cvFfxyaI/hooks/extra-data.d 2026-02-25 05:15:59.805 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2026-02-25 05:15:59.808 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks/extra-data.d 2026-02-25 05:15:59.820 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:15:59.823 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:15:59.823 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:15:59.823 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:15:59.823 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:15:59.823 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:15:59.823 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:15:59.823 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:15:59.823 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:15:59.823 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2026-02-25 05:15:59.825 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2026-02-25 05:15:59.825 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:59.825 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:59.825 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2026-02-25 05:15:59.828 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2026-02-25 05:15:59.828 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:15:59.828 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:15:59.828 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:15:59.828 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:15:59.828 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:15:59.828 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:15:59.828 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:15:59.828 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:15:59.828 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-base-defaults 2026-02-25 05:15:59.830 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-base-defaults 2026-02-25 05:15:59.830 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:15:59.830 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:15:59.830 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:15:59.830 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:15:59.830 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:15:59.832 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:15:59.832 | ++ export DISTRO_NAME=centos 2026-02-25 05:15:59.832 | ++ DISTRO_NAME=centos 2026-02-25 05:15:59.832 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:15:59.832 | ++ DIB_RELEASE=9-stream 2026-02-25 05:15:59.832 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:15:59.832 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:15:59.832 | ++ export YUM=dnf 2026-02-25 05:15:59.832 | ++ YUM=dnf 2026-02-25 05:15:59.832 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-checksum.bash 2026-02-25 05:15:59.834 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-checksum.bash 2026-02-25 05:15:59.834 | ++ export DIB_CHECKSUM=1 2026-02-25 05:15:59.834 | ++ DIB_CHECKSUM=1 2026-02-25 05:15:59.834 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-defaults.bash 2026-02-25 05:15:59.836 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-defaults.bash 2026-02-25 05:15:59.836 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:15:59.836 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:15:59.836 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:15:59.838 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:15:59.838 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:15:59.839 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:15:59.839 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:15:59.839 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:15:59.839 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:15:59.841 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:15:59.841 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:59.841 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:15:59.841 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/14-manifests 2026-02-25 05:15:59.843 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/14-manifests 2026-02-25 05:15:59.843 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:15:59.843 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:15:59.843 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:15:59.843 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:15:59.843 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:15:59.845 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:15:59.845 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:15:59.845 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:15:59.845 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:15:59.845 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:15:59.845 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:15:59.845 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:15:59.845 | ++ [[ centos =~ debian ]] 2026-02-25 05:15:59.845 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/50-dib-python-version 2026-02-25 05:15:59.847 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/50-dib-python-version 2026-02-25 05:15:59.847 | ++ '[' -z 3 ']' 2026-02-25 05:15:59.847 | ++ '[' -z 3 ']' 2026-02-25 05:15:59.847 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:15:59.847 | ++ export DIB_PYTHON=python3 2026-02-25 05:15:59.847 | ++ DIB_PYTHON=python3 2026-02-25 05:15:59.847 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/50-redhat-common 2026-02-25 05:15:59.849 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/50-redhat-common 2026-02-25 05:15:59.849 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:15:59.849 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:15:59.849 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:15:59.849 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:15:59.849 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/99-dib-init-system 2026-02-25 05:15:59.851 | + source /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../environment.d/99-dib-init-system 2026-02-25 05:15:59.851 | ++ '[' -z systemd ']' 2026-02-25 05:15:59.851 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:15:59.851 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/10-create-pkg-map-dir 2026-02-25 05:15:59.872 | Copying pkg-map for epel 2026-02-25 05:15:59.888 | Copying pkg-map for source-repositories 2026-02-25 05:15:59.905 | Copying pkg-map for ensure-venv 2026-02-25 05:15:59.922 | Copying pkg-map for base 2026-02-25 05:15:59.939 | Copying pkg-map for dhcp-all-interfaces 2026-02-25 05:15:59.954 | Copying pkg-map for ironic-python-agent-ramdisk 2026-02-25 05:15:59.969 | Copying pkg-map for extra-hardware 2026-02-25 05:15:59.985 | Copying pkg-map for openssh-server 2026-02-25 05:16:00.000 | Copying pkg-map for install-static 2026-02-25 05:16:00.016 | Copying pkg-map for cache-url 2026-02-25 05:16:00.031 | Copying pkg-map for ibft-interfaces 2026-02-25 05:16:00.047 | Copying pkg-map for runtime-ssh-host-keys 2026-02-25 05:16:00.063 | Copying pkg-map for svc-map 2026-02-25 05:16:00.080 | dib-run-parts 10-create-pkg-map-dir completed 2026-02-25 05:16:00.080 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/10-merge-svc-map-files 2026-02-25 05:16:00.125 | dib-run-parts 10-merge-svc-map-files completed 2026-02-25 05:16:00.125 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/11-copy-svc-map-file 2026-02-25 05:16:00.127 | + set -eu 2026-02-25 05:16:00.127 | + set -o pipefail 2026-02-25 05:16:00.127 | + sudo install -D -m 0644 /tmp/dib_build.cvFfxyaI/mnt/tmp/svc-map-services /tmp/dib_build.cvFfxyaI/mnt/usr/share/svc-map/services 2026-02-25 05:16:00.146 | dib-run-parts 11-copy-svc-map-file completed 2026-02-25 05:16:00.146 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/15-ssl-ca-copy 2026-02-25 05:16:00.149 | + set -eu 2026-02-25 05:16:00.149 | + set -o pipefail 2026-02-25 05:16:00.149 | + '[' -n '' ']' 2026-02-25 05:16:00.150 | dib-run-parts 15-ssl-ca-copy completed 2026-02-25 05:16:00.150 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/20-manifest-dir 2026-02-25 05:16:00.152 | + set -eu 2026-02-25 05:16:00.152 | + set -o pipefail 2026-02-25 05:16:00.152 | + sudo mkdir -p /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests 2026-02-25 05:16:00.169 | dib-run-parts 20-manifest-dir completed 2026-02-25 05:16:00.169 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/75-inject-element-manifest 2026-02-25 05:16:00.172 | + set -eu 2026-02-25 05:16:00.172 | + set -o pipefail 2026-02-25 05:16:00.172 | + DIB_ELEMENT_MANIFEST_PATH=/etc/dib-manifests/dib-element-manifest 2026-02-25 05:16:00.172 | ++ dirname /etc/dib-manifests/dib-element-manifest 2026-02-25 05:16:00.173 | + sudo mkdir -p /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests 2026-02-25 05:16:00.188 | + sudo /bin/bash -c 'echo openssh-server centos dynamic-login dhcp-all-interfaces sysprep dib-python selinux-permissive ironic-agent-multipath interface-names ibft-interfaces svc-map override-pip-and-virtualenv redhat-common cache-url repo-setup install-static yum source-repositories ironic-ramdisk-base package-installs rpm-distro selinux-fixfiles-restore extra-hardware select-boot-kernel-initrd enable-packages-install install-bin element-manifest install-types base manifests dib-init-system epel no-final-image ensure-venv ironic-python-agent-ramdisk pkg-map runtime-ssh-host-keys | tr '\'' '\'' '\''\n'\'' > /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib-element-manifest' 2026-02-25 05:16:00.206 | dib-run-parts 75-inject-element-manifest completed 2026-02-25 05:16:00.206 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/98-source-repositories 2026-02-25 05:16:00.216 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Wed Feb 25 05:16:00 UTC 2026 for /tmp/dib_build.cvFfxyaI/hooks/source-repository-ironic-python-agent 2026-02-25 05:16:00.221 | (0001 / 0001) 2026-02-25 05:16:00.226 | ironic-python-agent install type not set to source 2026-02-25 05:16:00.228 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Wed Feb 25 05:16:00 UTC 2026 for /tmp/dib_build.cvFfxyaI/hooks/source-repository-requirements 2026-02-25 05:16:00.231 | (0001 / 0001) 2026-02-25 05:16:00.236 | requirements install type not set to source 2026-02-25 05:16:00.237 | dib-run-parts 98-source-repositories completed 2026-02-25 05:16:00.237 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/99-copy-dib-img-functions 2026-02-25 05:16:00.240 | + set -eu 2026-02-25 05:16:00.240 | + set -o pipefail 2026-02-25 05:16:00.240 | + sudo mkdir -p /tmp/dib_build.cvFfxyaI/mnt/lib/diskimage-builder 2026-02-25 05:16:00.255 | + sudo cp -t /tmp/dib_build.cvFfxyaI/mnt/lib/diskimage-builder /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2026-02-25 05:16:00.272 | dib-run-parts 99-copy-dib-img-functions completed 2026-02-25 05:16:00.272 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/99-enable-install-types 2026-02-25 05:16:00.275 | + set -eu 2026-02-25 05:16:00.275 | + set -o pipefail 2026-02-25 05:16:00.275 | + declare -a SPECIFIED_ELEMS 2026-02-25 05:16:00.275 | + SPECIFIED_ELEMS[0]= 2026-02-25 05:16:00.275 | + PREFIX=DIB_INSTALLTYPE_ 2026-02-25 05:16:00.275 | ++ env 2026-02-25 05:16:00.276 | ++ grep '^DIB_INSTALLTYPE_' 2026-02-25 05:16:00.276 | ++ cut -d= -f1 2026-02-25 05:16:00.277 | ++ echo '' 2026-02-25 05:16:00.277 | + INSTALL_TYPE_VARS= 2026-02-25 05:16:00.277 | ++ find /tmp/dib_build.cvFfxyaI/hooks/install.d -maxdepth 1 -name '*-package-install' -type d 2026-02-25 05:16:00.278 | + default_install_type_dirs='/tmp/dib_build.cvFfxyaI/hooks/install.d/ironic-python-agent-ramdisk-package-install 2026-02-25 05:16:00.279 | /tmp/dib_build.cvFfxyaI/hooks/install.d/extra-hardware-package-install' 2026-02-25 05:16:00.279 | + for _install_dir in $default_install_type_dirs 2026-02-25 05:16:00.279 | + SUFFIX=-package-install 2026-02-25 05:16:00.279 | ++ basename /tmp/dib_build.cvFfxyaI/hooks/install.d/ironic-python-agent-ramdisk-package-install 2026-02-25 05:16:00.279 | + _install_dir=ironic-python-agent-ramdisk-package-install 2026-02-25 05:16:00.280 | + INSTALLDIRPREFIX=ironic-python-agent-ramdisk 2026-02-25 05:16:00.280 | + found=0 2026-02-25 05:16:00.280 | + '[' 0 = 0 ']' 2026-02-25 05:16:00.280 | + pushd /tmp/dib_build.cvFfxyaI/hooks/install.d 2026-02-25 05:16:00.280 | /tmp/dib_build.cvFfxyaI/hooks/install.d /usr/share/edpm-image-builder 2026-02-25 05:16:00.280 | + ln -sf ironic-python-agent-ramdisk-package-install/package-installs-ironic-python-agent-ramdisk . 2026-02-25 05:16:00.280 | + popd 2026-02-25 05:16:00.280 | /usr/share/edpm-image-builder 2026-02-25 05:16:00.280 | + for _install_dir in $default_install_type_dirs 2026-02-25 05:16:00.280 | + SUFFIX=-package-install 2026-02-25 05:16:00.281 | ++ basename /tmp/dib_build.cvFfxyaI/hooks/install.d/extra-hardware-package-install 2026-02-25 05:16:00.281 | + _install_dir=extra-hardware-package-install 2026-02-25 05:16:00.281 | + INSTALLDIRPREFIX=extra-hardware 2026-02-25 05:16:00.281 | + found=0 2026-02-25 05:16:00.281 | + '[' 0 = 0 ']' 2026-02-25 05:16:00.281 | + pushd /tmp/dib_build.cvFfxyaI/hooks/install.d 2026-02-25 05:16:00.281 | /tmp/dib_build.cvFfxyaI/hooks/install.d /usr/share/edpm-image-builder 2026-02-25 05:16:00.282 | + ln -sf extra-hardware-package-install/package-installs-extra-hardware . 2026-02-25 05:16:00.282 | + popd 2026-02-25 05:16:00.282 | /usr/share/edpm-image-builder 2026-02-25 05:16:00.283 | dib-run-parts 99-enable-install-types completed 2026-02-25 05:16:00.284 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/99-squash-package-install 2026-02-25 05:16:00.286 | + set -eu 2026-02-25 05:16:00.286 | + set -o pipefail 2026-02-25 05:16:00.286 | ++ dirname /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/99-squash-package-install 2026-02-25 05:16:00.287 | + sudo -E /usr/bin/python3 /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash '--elements=openssh-server centos dynamic-login dhcp-all-interfaces sysprep dib-python selinux-permissive ironic-agent-multipath interface-names ibft-interfaces svc-map override-pip-and-virtualenv redhat-common cache-url repo-setup install-static yum source-repositories ironic-ramdisk-base package-installs rpm-distro selinux-fixfiles-restore extra-hardware select-boot-kernel-initrd enable-packages-install install-bin element-manifest install-types base manifests dib-init-system epel no-final-image ensure-venv ironic-python-agent-ramdisk pkg-map runtime-ssh-host-keys' --path=/usr/share/ironic-python-agent-builder/dib/:/usr/share/edpm-image-builder//dib/:/usr/lib/python3.9/site-packages/diskimage_builder/elements /tmp/dib_build.cvFfxyaI/mnt/tmp/package-installs.json 2026-02-25 05:16:00.352 | DEBUG __main__ [-] element_dirs -> [('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'openssh-server'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'centos'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dynamic-login'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dhcp-all-interfaces'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'sysprep'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-python'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-permissive'), ('/usr/share/edpm-image-builder//dib/', 'ironic-agent-multipath'), ('/usr/share/edpm-image-builder//dib/', 'interface-names'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ibft-interfaces'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'svc-map'), ('/usr/share/edpm-image-builder//dib/', 'override-pip-and-virtualenv'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'redhat-common'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'cache-url'), ('/usr/share/edpm-image-builder//dib/', 'repo-setup'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-static'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'yum'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'source-repositories'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-ramdisk-base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'package-installs'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'rpm-distro'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-fixfiles-restore'), ('/usr/share/ironic-python-agent-builder/dib/', 'extra-hardware'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'select-boot-kernel-initrd'), ('/usr/share/edpm-image-builder//dib/', 'enable-packages-install'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-bin'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'element-manifest'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-types'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'manifests'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-init-system'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'epel'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'no-final-image'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ensure-venv'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-python-agent-ramdisk'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'pkg-map'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'runtime-ssh-host-keys')] main /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:212 2026-02-25 05:16:00.352 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/package-installs.yaml 2026-02-25 05:16:00.353 | DEBUG __main__ [-] Considering openssh-server/openssh-server param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.353 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.353 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/package-installs.yaml 2026-02-25 05:16:00.354 | DEBUG __main__ [-] Considering centos/device-mapper-multipath param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.354 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.354 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/package-installs.yaml 2026-02-25 05:16:00.354 | DEBUG __main__ [-] Considering dhcp-all-interfaces/dhcp-client param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.354 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.354 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ifupdown param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.354 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.355 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ndisc6 param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.355 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.355 | INFO __main__ [-] Squashing install file: /usr/share/edpm-image-builder//dib/ironic-agent-multipath/package-installs.yaml 2026-02-25 05:16:00.355 | DEBUG __main__ [-] Considering ironic-agent-multipath/iscsi-initiator-utils param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.355 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.355 | DEBUG __main__ [-] Considering ironic-agent-multipath/device-mapper-multipath param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.355 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.355 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/package-installs.yaml 2026-02-25 05:16:00.356 | DEBUG __main__ [-] Considering ibft-interfaces/iscsi_package param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.356 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.356 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/package-installs.yaml 2026-02-25 05:16:00.357 | DEBUG __main__ [-] Considering svc-map/PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 2} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.357 | DEBUG __main__ [-] ... skipping due to python version collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:175 2026-02-25 05:16:00.357 | DEBUG __main__ [-] Considering svc-map/python3-PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 3} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.357 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.357 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/package-installs.yaml 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/lsof param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/tcpdump param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/traceroute param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/which param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/gettext param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/ca-certificates param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/selinux-policy param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/selinux-policy-targeted param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/python3-libselinux param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/python3-policycoreutils param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/policycoreutils-python-utils param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/rng-tools param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.358 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.358 | DEBUG __main__ [-] Considering redhat-common/passwd param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.359 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.359 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/package-installs.yaml 2026-02-25 05:16:00.359 | DEBUG __main__ [-] Considering cache-url/curl param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.359 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.359 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/package-installs.yaml 2026-02-25 05:16:00.359 | DEBUG __main__ [-] Considering install-static/rsync param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.360 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.360 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/package-installs.yaml 2026-02-25 05:16:00.360 | DEBUG __main__ [-] Considering source-repositories/git param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.360 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.360 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/extra-hardware/package-installs.yaml 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/ethtool param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/fio param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/fio-engine-libaio param:{'when': ['IPA_DISTRO_FAMILY = rh', 'DIB_RELEASE != 7', 'DIB_RELEASE != 8']} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=7 against <9-stream> _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=8 against <9-stream> _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/hdparm param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/infiniband-diags param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/lldpad param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/pciutils param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/smartmontools param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/sysbench param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | DEBUG __main__ [-] Considering extra-hardware/biosdevname param:{'not-arch': 'aarch64,arm64,ppc64,ppc64el,ppc64le', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.362 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.362 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/package-installs.yaml 2026-02-25 05:16:00.363 | DEBUG __main__ [-] Considering epel/wget param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.363 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.363 | DEBUG __main__ [-] Considering epel/yum-utils param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.363 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.363 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ensure-venv/package-installs.yaml 2026-02-25 05:16:00.364 | DEBUG __main__ [-] Considering ensure-venv/python3-venv param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.364 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.364 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/package-installs.yaml 2026-02-25 05:16:00.371 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/curl param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.371 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.371 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dmidecode param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.371 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.371 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/iptables param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.371 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/lshw param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/ipmitool param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/qemu-utils param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gcc param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/parted param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/hdparm param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/util-linux param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/genisoimage param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gdisk param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/kmod param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/psmisc param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dosfstools param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/mdadm param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efibootmgr param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efivar param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/chrony param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/e2fsprogs param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/nvme-cli param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/open-iscsi param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/smartmontools param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libffi-dev param:{'build-only': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.372 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libssl-dev param:{'build-only': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python-dev param:{'build-only': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/linux-firmware param:{'phase': 'post-install.d', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-linux-free param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:180 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-misc-nonfree param:{'when': ['DISTRO_NAME = debian', 'IPA_DEBIAN_NONFREE = true']} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval IPA_DEBIAN_NONFREE=true against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:180 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/intel-microcode param:{'arch': 'x86_64', 'when': ['DISTRO_NAME = debian', 'IPA_DEBIAN_NONFREE = true']} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:167 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/amd64-microcode param:{'arch': 'x86_64', 'when': ['DISTRO_NAME = debian', 'IPA_DEBIAN_NONFREE = true']} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:167 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/bsdextrautils param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:180 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/cloud-init param:{'phase': 'post-install.d', 'uninstall': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/teamd param:{'phase': 'post-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/tuned param:{'phase': 'post-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/git param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.373 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.373 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/man-db param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/rsync param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/kernel-debug-devel param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/mozjs60 param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/plymouth param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python3-cairo param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python3-gobject-base param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.374 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/yum param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'DISTRO_NAME = fedora'} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... when eval DISTRO_NAME=fedora against _when /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:99 2026-02-25 05:16:00.374 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:180 2026-02-25 05:16:00.374 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/package-installs.yaml 2026-02-25 05:16:00.375 | DEBUG __main__ [-] Considering runtime-ssh-host-keys/openssh-client param:{} collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:127 2026-02-25 05:16:00.375 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:184 2026-02-25 05:16:00.375 | DEBUG __main__ [-] final_dict -> defaultdict(..., {'install.d': defaultdict(, {'uninstall': [('libffi-dev', 'ironic-python-agent-ramdisk'), ('libssl-dev', 'ironic-python-agent-ramdisk'), ('python-dev', 'ironic-python-agent-ramdisk')], 'install': [('openssh-server', 'openssh-server'), ('device-mapper-multipath', 'centos'), ('dhcp-client', 'dhcp-all-interfaces'), ('ifupdown', 'dhcp-all-interfaces'), ('ndisc6', 'dhcp-all-interfaces'), ('iscsi-initiator-utils', 'ironic-agent-multipath'), ('device-mapper-multipath', 'ironic-agent-multipath'), ('iscsi_package', 'ibft-interfaces'), ('lsof', 'redhat-common'), ('tcpdump', 'redhat-common'), ('traceroute', 'redhat-common'), ('which', 'redhat-common'), ('ca-certificates', 'redhat-common'), ('selinux-policy', 'redhat-common'), ('selinux-policy-targeted', 'redhat-common'), ('python3-libselinux', 'redhat-common'), ('python3-policycoreutils', 'redhat-common'), ('policycoreutils-python-utils', 'redhat-common'), ('rng-tools', 'redhat-common'), ('passwd', 'redhat-common'), ('curl', 'cache-url'), ('rsync', 'install-static'), ('git', 'source-repositories'), ('ethtool', 'extra-hardware'), ('fio', 'extra-hardware'), ('fio-engine-libaio', 'extra-hardware'), ('hdparm', 'extra-hardware'), ('infiniband-diags', 'extra-hardware'), ('lldpad', 'extra-hardware'), ('pciutils', 'extra-hardware'), ('smartmontools', 'extra-hardware'), ('sysbench', 'extra-hardware'), ('biosdevname', 'extra-hardware'), ('python3-venv', 'ensure-venv'), ('curl', 'ironic-python-agent-ramdisk'), ('dmidecode', 'ironic-python-agent-ramdisk'), ('iptables', 'ironic-python-agent-ramdisk'), ('lshw', 'ironic-python-agent-ramdisk'), ('ipmitool', 'ironic-python-agent-ramdisk'), ('qemu-utils', 'ironic-python-agent-ramdisk'), ('gcc', 'ironic-python-agent-ramdisk'), ('python', 'ironic-python-agent-ramdisk'), ('parted', 'ironic-python-agent-ramdisk'), ('hdparm', 'ironic-python-agent-ramdisk'), ('util-linux', 'ironic-python-agent-ramdisk'), ('genisoimage', 'ironic-python-agent-ramdisk'), ('gdisk', 'ironic-python-agent-ramdisk'), ('kmod', 'ironic-python-agent-ramdisk'), ('psmisc', 'ironic-python-agent-ramdisk'), ('dosfstools', 'ironic-python-agent-ramdisk'), ('mdadm', 'ironic-python-agent-ramdisk'), ('efibootmgr', 'ironic-python-agent-ramdisk'), ('efivar', 'ironic-python-agent-ramdisk'), ('chrony', 'ironic-python-agent-ramdisk'), ('e2fsprogs', 'ironic-python-agent-ramdisk'), ('nvme-cli', 'ironic-python-agent-ramdisk'), ('open-iscsi', 'ironic-python-agent-ramdisk'), ('smartmontools', 'ironic-python-agent-ramdisk'), ('libffi-dev', 'ironic-python-agent-ramdisk'), ('libssl-dev', 'ironic-python-agent-ramdisk'), ('python-dev', 'ironic-python-agent-ramdisk'), ('openssh-client', 'runtime-ssh-host-keys')]}), 'pre-install.d': defaultdict(, {'uninstall': [('git', 'ironic-python-agent-ramdisk'), ('man-db', 'ironic-python-agent-ramdisk'), ('rsync', 'ironic-python-agent-ramdisk'), ('kernel-debug-devel', 'ironic-python-agent-ramdisk'), ('mozjs60', 'ironic-python-agent-ramdisk'), ('plymouth', 'ironic-python-agent-ramdisk'), ('python3-cairo', 'ironic-python-agent-ramdisk'), ('python3-gobject-base', 'ironic-python-agent-ramdisk')], 'install': [('python3-PyYAML', 'svc-map'), ('gettext', 'redhat-common'), ('wget', 'epel'), ('yum-utils', 'epel')]}), 'post-install.d': defaultdict(, {'uninstall': [('cloud-init', 'ironic-python-agent-ramdisk'), ('teamd', 'ironic-python-agent-ramdisk'), ('tuned', 'ironic-python-agent-ramdisk')], 'install': [('linux-firmware', 'ironic-python-agent-ramdisk')]})}) main /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/../bin/package-installs-squash:232 2026-02-25 05:16:00.383 | dib-run-parts 99-squash-package-install completed 2026-02-25 05:16:00.383 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/extra-data.d/99-yum-repo-conf 2026-02-25 05:16:00.386 | + set -eu 2026-02-25 05:16:00.386 | + set -o pipefail 2026-02-25 05:16:00.386 | + '[' -z '/etc/yum.repos.d/*' ']' 2026-02-25 05:16:00.386 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.386 | + '[' '!' -f /etc/yum.repos.d/centos-addons.repo ']' 2026-02-25 05:16:00.386 | + sudo cp -L -f /etc/yum.repos.d/centos-addons.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.403 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.403 | + '[' '!' -f /etc/yum.repos.d/centos.repo ']' 2026-02-25 05:16:00.403 | + sudo cp -L -f /etc/yum.repos.d/centos.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.420 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.420 | + '[' '!' -f /etc/yum.repos.d/delorean-master-testing.repo ']' 2026-02-25 05:16:00.420 | + sudo cp -L -f /etc/yum.repos.d/delorean-master-testing.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.436 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.436 | + '[' '!' -f /etc/yum.repos.d/delorean.repo ']' 2026-02-25 05:16:00.436 | + sudo cp -L -f /etc/yum.repos.d/delorean.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.452 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.452 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-appstream.repo ']' 2026-02-25 05:16:00.452 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-appstream.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.468 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.468 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-baseos.repo ']' 2026-02-25 05:16:00.468 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-baseos.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.484 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.484 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo ']' 2026-02-25 05:16:00.484 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.500 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:16:00.500 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-powertools.repo ']' 2026-02-25 05:16:00.500 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-powertools.repo /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d 2026-02-25 05:16:00.517 | dib-run-parts 99-yum-repo-conf completed 2026-02-25 05:16:00.518 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:16:00.518 | dib-run-parts 2026-02-25 05:16:00.519 | dib-run-parts Target: extra-data.d 2026-02-25 05:16:00.519 | dib-run-parts 2026-02-25 05:16:00.519 | dib-run-parts Script Seconds 2026-02-25 05:16:00.519 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:16:00.519 | dib-run-parts 2026-02-25 05:16:00.527 | dib-run-parts 10-create-pkg-map-dir 0.228 2026-02-25 05:16:00.531 | dib-run-parts 10-merge-svc-map-files 0.043 2026-02-25 05:16:00.536 | dib-run-parts 11-copy-svc-map-file 0.020 2026-02-25 05:16:00.540 | dib-run-parts 15-ssl-ca-copy 0.003 2026-02-25 05:16:00.545 | dib-run-parts 20-manifest-dir 0.019 2026-02-25 05:16:00.550 | dib-run-parts 75-inject-element-manifest 0.035 2026-02-25 05:16:00.554 | dib-run-parts 98-source-repositories 0.030 2026-02-25 05:16:00.559 | dib-run-parts 99-copy-dib-img-functions 0.034 2026-02-25 05:16:00.563 | dib-run-parts 99-enable-install-types 0.010 2026-02-25 05:16:00.568 | dib-run-parts 99-squash-package-install 0.099 2026-02-25 05:16:00.572 | dib-run-parts 99-yum-repo-conf 0.133 2026-02-25 05:16:00.573 | dib-run-parts 2026-02-25 05:16:00.573 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:16:00.577 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-extra-data bash 2026-02-25 05:16:00.580 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-extra-data(,|$)' -q 2026-02-25 05:16:00.581 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:00.585 | + diskimage_builder/lib/disk-image-create:main:360 : run_d_in_target pre-install 2026-02-25 05:16:00.588 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2026-02-25 05:16:00.590 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:16:00.593 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/pre-install.d ']' 2026-02-25 05:16:00.595 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:00.613 | + diskimage_builder/lib/img-functions:run_d_in_target:73 : sudo cp /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:16:00.631 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:00.651 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:00.669 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-pre-install run_in_target bash 2026-02-25 05:16:00.672 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:00.672 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-install(,|$)' -q 2026-02-25 05:16:00.677 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2026-02-25 05:16:00.680 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2026-02-25 05:16:00.683 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2026-02-25 05:16:00.686 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d 2026-02-25 05:16:00.689 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d' 2026-02-25 05:16:00.692 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2026-02-25 05:16:00.695 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2026-02-25 05:16:00.698 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2026-02-25 05:16:00.701 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.cvFfxyaI/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c '/tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d' 2026-02-25 05:16:00.728 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:00.730 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:00.730 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:16:00.730 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:16:00.730 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:00.730 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:00.730 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:16:00.730 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:00.730 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:00.730 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:00.732 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:00.732 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:00.732 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:00.732 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:00.734 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:00.734 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:16:00.734 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:16:00.734 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:00.734 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:00.734 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:00.734 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:00.734 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:00.734 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:00.734 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2026-02-25 05:16:00.735 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2026-02-25 05:16:00.735 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:00.735 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:00.735 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:00.735 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:00.735 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:00.737 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:00.737 | ++ export DISTRO_NAME=centos 2026-02-25 05:16:00.737 | ++ DISTRO_NAME=centos 2026-02-25 05:16:00.737 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:16:00.737 | ++ DIB_RELEASE=9-stream 2026-02-25 05:16:00.737 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:00.737 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:00.737 | ++ export YUM=dnf 2026-02-25 05:16:00.737 | ++ YUM=dnf 2026-02-25 05:16:00.737 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:00.739 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:00.739 | ++ export DIB_CHECKSUM=1 2026-02-25 05:16:00.739 | ++ DIB_CHECKSUM=1 2026-02-25 05:16:00.739 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:00.741 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:00.741 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:00.741 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:00.741 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:00.743 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:00.743 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:16:00.743 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:16:00.743 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:00.743 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:00.743 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:00.744 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:00.744 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:00.744 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:00.744 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2026-02-25 05:16:00.746 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2026-02-25 05:16:00.746 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:00.746 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:00.746 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:00.746 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:00.746 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:00.748 | + source /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:00.748 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:16:00.748 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:00.748 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:00.748 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:16:00.748 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:00.748 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:00.748 | ++ [[ centos =~ debian ]] 2026-02-25 05:16:00.748 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:00.750 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:00.750 | ++ '[' -z 3 ']' 2026-02-25 05:16:00.750 | ++ '[' -z 3 ']' 2026-02-25 05:16:00.750 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:16:00.750 | ++ export DIB_PYTHON=python3 2026-02-25 05:16:00.750 | ++ DIB_PYTHON=python3 2026-02-25 05:16:00.750 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2026-02-25 05:16:00.752 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2026-02-25 05:16:00.752 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:00.752 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:00.752 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:00.752 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:00.752 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:00.753 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:00.753 | ++ '[' -z systemd ']' 2026-02-25 05:16:00.753 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:16:00.753 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-01-yum-keepcache 2026-02-25 05:16:00.756 | + set -eu 2026-02-25 05:16:00.756 | + set -o pipefail 2026-02-25 05:16:00.756 | + [[ dnf == \d\n\f ]] 2026-02-25 05:16:00.756 | + cfg=/etc/dnf/dnf.conf 2026-02-25 05:16:00.756 | + echo keepcache=1 2026-02-25 05:16:00.756 | + echo cachedir=/tmp/yum 2026-02-25 05:16:00.757 | dib-run-parts 00-01-yum-keepcache completed 2026-02-25 05:16:00.757 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-02-set-centos-mirror 2026-02-25 05:16:00.759 | + set -eu 2026-02-25 05:16:00.759 | + set -o pipefail 2026-02-25 05:16:00.759 | + DIB_DISTRIBUTION_MIRROR= 2026-02-25 05:16:00.759 | + '[' -n '' ']' 2026-02-25 05:16:00.759 | + exit 0 2026-02-25 05:16:00.760 | dib-run-parts 00-02-set-centos-mirror completed 2026-02-25 05:16:00.760 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-03-repo-setup 2026-02-25 05:16:00.762 | + set -o pipefail 2026-02-25 05:16:00.762 | + '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:16:00.762 | + echo 'DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified' 2026-02-25 05:16:00.762 | DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified 2026-02-25 05:16:00.762 | + exit 0 2026-02-25 05:16:00.763 | dib-run-parts 00-03-repo-setup completed 2026-02-25 05:16:00.763 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-dnf-update 2026-02-25 05:16:00.765 | + set -eu 2026-02-25 05:16:00.765 | + set -o pipefail 2026-02-25 05:16:00.765 | + [[ centos == \f\e\d\o\r\a ]] 2026-02-25 05:16:00.766 | dib-run-parts 00-dnf-update completed 2026-02-25 05:16:00.766 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-fix-requiretty 2026-02-25 05:16:00.768 | + set -eu 2026-02-25 05:16:00.768 | + set -o pipefail 2026-02-25 05:16:00.768 | + sed -i -e '/^Defaults\s*requiretty/d' -e '/Disable "ssh hostname/d' /etc/sudoers 2026-02-25 05:16:00.770 | + sed -i -e '/You have to run/d' /etc/sudoers 2026-02-25 05:16:00.771 | + visudo -c 2026-02-25 05:16:00.772 | /etc/sudoers: parsed OK 2026-02-25 05:16:00.773 | dib-run-parts 00-fix-requiretty completed 2026-02-25 05:16:00.773 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-install-repo-package 2026-02-25 05:16:00.775 | + set -eu 2026-02-25 05:16:00.776 | + set -o pipefail 2026-02-25 05:16:00.776 | + '[' -n '' ']' 2026-02-25 05:16:00.777 | dib-run-parts 00-install-repo-package completed 2026-02-25 05:16:00.777 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path 2026-02-25 05:16:00.779 | + set -eu 2026-02-25 05:16:00.779 | + set -o pipefail 2026-02-25 05:16:00.779 | + sed -i -e '/secure_path/ s@\([\'\''"]\?\)$@:/usr/local/bin/\1@' /etc/sudoers 2026-02-25 05:16:00.780 | + visudo -c 2026-02-25 05:16:00.781 | /etc/sudoers: parsed OK 2026-02-25 05:16:00.782 | dib-run-parts 00-usr-local-bin-secure-path completed 2026-02-25 05:16:00.782 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-00-centos-python3 2026-02-25 05:16:00.785 | + set -eu 2026-02-25 05:16:00.785 | + set -o pipefail 2026-02-25 05:16:00.785 | + [[ centos =~ (centos|rhel) ]] 2026-02-25 05:16:00.785 | + dnf install -y python3 python3-pyyaml 2026-02-25 05:16:01.137 | delorean-python-castellan-609f4ea667df386849930 21 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.274 | delorean-openstack-ironic-c525a16b06266b6b474c9 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.421 | delorean-openstack-cinder-92c645f1f1e913b5b1cd8 21 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.553 | delorean-ansible-collections-openstack-f584c54d 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.700 | delorean-openstack-ceilometer-60803e710e7f5b3cd 21 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.838 | delorean-openstack-kolla-e7bd46dad0b62ff151667b 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:01.989 | delorean-openstack-nova-3e7017eb2952d5258d96e27 20 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.126 | delorean-openstack-designate-82652559ea8641b11c 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.261 | delorean-openstack-glance-e055873be4079bc9d3716 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.402 | delorean-openstack-keystone-4f1b7e96e38463d5fcd 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.551 | delorean-openstack-manila-70623bb84e7880f7f2f75 20 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.685 | delorean-python-networking-mlnx-7139a7f0bce9d6a 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.820 | delorean-openstack-octavia-e981d3e172b8e4471f97 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:02.958 | delorean-openstack-watcher-71470dac73abba9e5dcf 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:03.099 | delorean-edpm-image-builder-69dd4e1e144dc9f3173 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:03.235 | delorean-puppet-magnum-ec92e647ad5e77720f01cce0 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:03.366 | delorean-openstack-swift-e10c2bafcb8fc80929bce3 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:03.503 | delorean-python-mistral-tests-tempest-900580c95 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:03.651 | delorean-python-django-horizon-915b939b342dc65f 21 kB/s | 3.0 kB 00:00 2026-02-25 05:16:05.123 | CentOS Stream 9 - BaseOS 4.1 kB/s | 6.1 kB 00:01 2026-02-25 05:16:05.879 | CentOS Stream 9 - AppStream 8.8 kB/s | 6.5 kB 00:00 2026-02-25 05:16:06.479 | CentOS Stream 9 - CRB 12 kB/s | 6.0 kB 00:00 2026-02-25 05:16:06.921 | CentOS Stream 9 - Extras packages 18 kB/s | 7.6 kB 00:00 2026-02-25 05:16:07.055 | dlrn-master-testing 23 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.217 | dlrn-master-build-deps 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.223 | centos9-rabbitmq 739 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.229 | centos9-storage 590 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.236 | centos9-opstools 715 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.242 | NFV SIG OpenvSwitch 615 kB/s | 3.0 kB 00:00 2026-02-25 05:16:07.248 | repo-setup-centos-appstream 1.1 MB/s | 4.4 kB 00:00 2026-02-25 05:16:07.324 | repo-setup-centos-baseos 888 kB/s | 3.9 kB 00:00 2026-02-25 05:16:07.356 | repo-setup-centos-highavailability 613 kB/s | 3.9 kB 00:00 2026-02-25 05:16:07.363 | repo-setup-centos-powertools 945 kB/s | 4.3 kB 00:00 2026-02-25 05:16:07.785 | Extra Packages for Enterprise Linux 9 - x86_64 55 kB/s | 23 kB 00:00 2026-02-25 05:16:08.163 | Package python3-3.9.25-3.el9.x86_64 is already installed. 2026-02-25 05:16:08.165 | Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2026-02-25 05:16:08.216 | Dependencies resolved. 2026-02-25 05:16:08.217 | Nothing to do. 2026-02-25 05:16:08.217 | Complete! 2026-02-25 05:16:08.271 | dib-run-parts 01-00-centos-python3 completed 2026-02-25 05:16:08.271 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-dib-python 2026-02-25 05:16:08.274 | + set -eu 2026-02-25 05:16:08.274 | + set -o pipefail 2026-02-25 05:16:08.274 | + [[ centos =~ (centos|rhel) ]] 2026-02-25 05:16:08.274 | + python_path=/usr/libexec/platform-python 2026-02-25 05:16:08.274 | + '[' -z /usr/libexec/platform-python ']' 2026-02-25 05:16:08.274 | + ln -sf /usr/libexec/platform-python /usr/local/bin/dib-python 2026-02-25 05:16:08.277 | dib-run-parts 01-dib-python completed 2026-02-25 05:16:08.277 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin 2026-02-25 05:16:08.279 | + set -eu 2026-02-25 05:16:08.279 | + set -o pipefail 2026-02-25 05:16:08.279 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin 2026-02-25 05:16:08.280 | + install -m 0755 -o root -g root /tmp/in_target.d/pre-install.d/../bin/cache-url /tmp/in_target.d/pre-install.d/../bin/extract-image /tmp/in_target.d/pre-install.d/../bin/install-packages /tmp/in_target.d/pre-install.d/../bin/map-packages /tmp/in_target.d/pre-install.d/../bin/package-installs /tmp/in_target.d/pre-install.d/../bin/package-installs-squash /tmp/in_target.d/pre-install.d/../bin/package-installs-v2 /tmp/in_target.d/pre-install.d/../bin/package-uninstalls /tmp/in_target.d/pre-install.d/../bin/pkg-map /tmp/in_target.d/pre-install.d/../bin/select-boot-kernel-initrd /tmp/in_target.d/pre-install.d/../bin/svc-map /usr/local/bin 2026-02-25 05:16:08.285 | dib-run-parts 01-install-bin completed 2026-02-25 05:16:08.285 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-module-configuration 2026-02-25 05:16:08.288 | + set -eu 2026-02-25 05:16:08.288 | + set -o pipefail 2026-02-25 05:16:08.288 | + export DIB_DNF_MODULE_STREAMS= 2026-02-25 05:16:08.288 | + DIB_DNF_MODULE_STREAMS= 2026-02-25 05:16:08.288 | + '[' dnf == dnf ']' 2026-02-25 05:16:08.289 | dib-run-parts 01-module-configuration completed 2026-02-25 05:16:08.289 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-override-yum-arch 2026-02-25 05:16:08.291 | + set -eu 2026-02-25 05:16:08.291 | + set -o pipefail 2026-02-25 05:16:08.291 | + [[ amd64 x86_64 =~ amd64 ]] 2026-02-25 05:16:08.291 | + basearch=x86_64 2026-02-25 05:16:08.291 | + arch=x86_64 2026-02-25 05:16:08.291 | + [[ dnf == \d\n\f ]] 2026-02-25 05:16:08.291 | + mkdir -p /etc/dnf/vars 2026-02-25 05:16:08.293 | + echo x86_64 2026-02-25 05:16:08.293 | + echo x86_64 2026-02-25 05:16:08.293 | + [[ centos =~ centos ]] 2026-02-25 05:16:08.293 | + [[ x86_64 == \x\8\6\_\6\4 ]] 2026-02-25 05:16:08.293 | + contentdir=centos 2026-02-25 05:16:08.293 | + echo centos 2026-02-25 05:16:08.294 | dib-run-parts 01-override-yum-arch completed 2026-02-25 05:16:08.294 | dib-run-parts Running /tmp/in_target.d/pre-install.d/02-set-machine-id 2026-02-25 05:16:08.296 | + set -eu 2026-02-25 05:16:08.296 | + set -o pipefail 2026-02-25 05:16:08.296 | + systemd-machine-id-setup 2026-02-25 05:16:08.300 | Initializing machine ID from random generator. 2026-02-25 05:16:08.303 | dib-run-parts 02-set-machine-id completed 2026-02-25 05:16:08.303 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools 2026-02-25 05:16:08.305 | + set -eu 2026-02-25 05:16:08.305 | + set -o pipefail 2026-02-25 05:16:08.305 | + case $DISTRO_NAME in 2026-02-25 05:16:08.306 | dib-run-parts 03-baseline-tools completed 2026-02-25 05:16:08.306 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system 2026-02-25 05:16:08.308 | + set -eu 2026-02-25 05:16:08.308 | + set -o pipefail 2026-02-25 05:16:08.308 | + FILE=/usr/local/bin/dib-init-system 2026-02-25 05:16:08.308 | + cat 2026-02-25 05:16:08.309 | + chown root:root /usr/local/bin/dib-init-system 2026-02-25 05:16:08.312 | + chmod 775 /usr/local/bin/dib-init-system 2026-02-25 05:16:08.314 | dib-run-parts 04-dib-init-system completed 2026-02-25 05:16:08.314 | dib-run-parts Running /tmp/in_target.d/pre-install.d/05-rpm-epel-release 2026-02-25 05:16:08.316 | + set -eu 2026-02-25 05:16:08.316 | + set -o pipefail 2026-02-25 05:16:08.316 | + [[ centos =~ almalinux ]] 2026-02-25 05:16:08.316 | + [[ centos =~ centos ]] 2026-02-25 05:16:08.316 | + dnf install -y epel-release 2026-02-25 05:16:09.266 | Extra Packages for Enterprise Linux 9 - x86_64 52 kB/s | 23 kB 00:00 2026-02-25 05:16:09.695 | Dependencies resolved. 2026-02-25 05:16:09.696 | ================================================================================ 2026-02-25 05:16:09.696 | Package Architecture Version Repository Size 2026-02-25 05:16:09.696 | ================================================================================ 2026-02-25 05:16:09.696 | Installing: 2026-02-25 05:16:09.696 | epel-release noarch 9-7.el9 extras-common 19 k 2026-02-25 05:16:09.696 | Installing weak dependencies: 2026-02-25 05:16:09.696 | epel-next-release noarch 9-7.el9 extras-common 8.1 k 2026-02-25 05:16:09.696 | 2026-02-25 05:16:09.696 | Transaction Summary 2026-02-25 05:16:09.696 | ================================================================================ 2026-02-25 05:16:09.696 | Install 2 Packages 2026-02-25 05:16:09.696 | 2026-02-25 05:16:09.696 | Total download size: 27 k 2026-02-25 05:16:09.696 | Installed size: 29 k 2026-02-25 05:16:09.696 | Downloading Packages: 2026-02-25 05:16:10.180 | (1/2): epel-next-release-9-7.el9.noarch.rpm 81 kB/s | 8.1 kB 00:00 2026-02-25 05:16:10.420 | (2/2): epel-release-9-7.el9.noarch.rpm 55 kB/s | 19 kB 00:00 2026-02-25 05:16:10.420 | -------------------------------------------------------------------------------- 2026-02-25 05:16:10.421 | Total 37 kB/s | 27 kB 00:00 2026-02-25 05:16:10.433 | CentOS Stream 9 - Extras packages 2.1 MB/s | 2.1 kB 00:00 2026-02-25 05:16:10.527 | Importing GPG key 0x1D997668: 2026-02-25 05:16:10.527 | Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) " 2026-02-25 05:16:10.527 | Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 2026-02-25 05:16:10.527 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 2026-02-25 05:16:10.530 | Key imported successfully 2026-02-25 05:16:10.556 | Running transaction check 2026-02-25 05:16:10.559 | Transaction check succeeded. 2026-02-25 05:16:10.559 | Running transaction test 2026-02-25 05:16:10.562 | Transaction test succeeded. 2026-02-25 05:16:10.563 | Running transaction 2026-02-25 05:16:10.582 | Preparing : 1/1 2026-02-25 05:16:10.584 | Installing : epel-release-9-7.el9.noarch 1/2 2026-02-25 05:16:10.592 | Running scriptlet: epel-release-9-7.el9.noarch 1/2 2026-02-25 05:16:10.592 | Many EPEL packages require the CodeReady Builder (CRB) repository. 2026-02-25 05:16:10.592 | It is recommended that you run /usr/bin/crb enable to enable the CRB repository. 2026-02-25 05:16:10.592 | 2026-02-25 05:16:10.610 | Installing : epel-next-release-9-7.el9.noarch 2/2 2026-02-25 05:16:10.744 | Running scriptlet: epel-next-release-9-7.el9.noarch 2/2 2026-02-25 05:16:10.744 | Verifying : epel-next-release-9-7.el9.noarch 1/2 2026-02-25 05:16:10.847 | Verifying : epel-release-9-7.el9.noarch 2/2 2026-02-25 05:16:10.847 | 2026-02-25 05:16:10.847 | Installed: 2026-02-25 05:16:10.847 | epel-next-release-9-7.el9.noarch epel-release-9-7.el9.noarch 2026-02-25 05:16:10.847 | 2026-02-25 05:16:10.847 | Complete! 2026-02-25 05:16:10.889 | + '[' 1 -ne 0 ']' 2026-02-25 05:16:10.889 | + [[ dnf == \d\n\f ]] 2026-02-25 05:16:10.889 | + rpm -q dnf-plugins-core 2026-02-25 05:16:10.895 | dnf-plugins-core-4.3.0-26.el9.noarch 2026-02-25 05:16:10.896 | + dnf config-manager --set-disabled 'epel*' 2026-02-25 05:16:11.065 | + DIB_EPEL_MIRROR= 2026-02-25 05:16:11.065 | + '[' -n '' ']' 2026-02-25 05:16:11.065 | + exit 0 2026-02-25 05:16:11.067 | dib-run-parts 05-rpm-epel-release completed 2026-02-25 05:16:11.067 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-enable-rdo-deps 2026-02-25 05:16:11.069 | + set -o pipefail 2026-02-25 05:16:11.069 | + '[' 0 -ne 0 ']' 2026-02-25 05:16:11.070 | dib-run-parts 10-enable-rdo-deps completed 2026-02-25 05:16:11.070 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs 2026-02-25 05:16:11.073 | + set -eu 2026-02-25 05:16:11.073 | + set -o pipefail 2026-02-25 05:16:11.073 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs 2026-02-25 05:16:11.074 | + package-installs -d /tmp/in_target.d/pre-install.d 2026-02-25 05:16:11.075 | + set -eu 2026-02-25 05:16:11.075 | + set -o pipefail 2026-02-25 05:16:11.075 | ++ basename /usr/local/bin/package-installs 2026-02-25 05:16:11.076 | + SCRIPTNAME=package-installs 2026-02-25 05:16:11.076 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d 2026-02-25 05:16:11.077 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2026-02-25 05:16:11.077 | + '[' 0 '!=' 0 ']' 2026-02-25 05:16:11.077 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2026-02-25 05:16:11.077 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2026-02-25 05:16:11.077 | + WORKDIR= 2026-02-25 05:16:11.077 | + true 2026-02-25 05:16:11.077 | + case "$1" in 2026-02-25 05:16:11.077 | + WORKDIR=/tmp/in_target.d/pre-install.d 2026-02-25 05:16:11.077 | + shift 2 2026-02-25 05:16:11.077 | + true 2026-02-25 05:16:11.077 | + case "$1" in 2026-02-25 05:16:11.077 | + shift 2026-02-25 05:16:11.077 | + break 2026-02-25 05:16:11.077 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2026-02-25 05:16:11.077 | + PACKAGES= 2026-02-25 05:16:11.078 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:16:11.079 | + '[' -n '' ']' 2026-02-25 05:16:11.079 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json 2026-02-25 05:16:14.003 | Map install for svc-map: python3-PyYAML 2026-02-25 05:16:14.003 | Map install for redhat-common: gettext 2026-02-25 05:16:14.003 | Map install for epel: wget, yum-utils 2026-02-25 05:16:14.003 | Running command: ['install-packages', 'gettext', 'yum-utils', 'python3-pyyaml', 'wget'] 2026-02-25 05:16:14.003 | > Running install-packages install. 2026-02-25 05:16:14.003 | > + dnf -v -y install gettext yum-utils python3-pyyaml wget 2026-02-25 05:16:14.003 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:14.003 | > DNF version: 4.14.0 2026-02-25 05:16:14.003 | > cachedir: /tmp/yum 2026-02-25 05:16:14.003 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-barbican 2026-02-25 05:16:14.003 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-baremetal 2026-02-25 05:16:14.003 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-cinder 2026-02-25 05:16:14.003 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-clients 2026-02-25 05:16:14.003 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-cloudops 2026-02-25 05:16:14.003 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-common 2026-02-25 05:16:14.003 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-compute 2026-02-25 05:16:14.003 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-designate 2026-02-25 05:16:14.003 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-glance 2026-02-25 05:16:14.003 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-keystone 2026-02-25 05:16:14.003 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-manila 2026-02-25 05:16:14.003 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-network 2026-02-25 05:16:14.003 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-octavia 2026-02-25 05:16:14.003 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-optimize 2026-02-25 05:16:14.003 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-podified 2026-02-25 05:16:14.003 | > delorean-component-podified: using metadata from Tue Feb 3 07:46:50 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-puppet 2026-02-25 05:16:14.003 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-swift 2026-02-25 05:16:14.003 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-tempest 2026-02-25 05:16:14.003 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: delorean-component-ui 2026-02-25 05:16:14.003 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2026-02-25 05:16:14.003 | > repo: using cache for: baseos 2026-02-25 05:16:14.003 | > baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: appstream 2026-02-25 05:16:14.003 | > appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: crb 2026-02-25 05:16:14.003 | > crb: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: extras-common 2026-02-25 05:16:14.003 | > extras-common: using metadata from Thu Feb 12 15:34:59 2026. 2026-02-25 05:16:14.003 | > dlrn-master-testing 21 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'delorean-master-testing' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2026-02-25 05:16:14.003 | > dlrn-master-build-deps 22 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'delorean-master-build-deps' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > delorean-master-build-deps: using metadata from Thu Jan 15 10:12:10 2026. 2026-02-25 05:16:14.003 | > centos9-rabbitmq 756 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'centos9-rabbitmq' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2026-02-25 05:16:14.003 | > centos9-storage 803 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'centos9-storage' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2026-02-25 05:16:14.003 | > centos9-opstools 708 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'centos9-opstools' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2026-02-25 05:16:14.003 | > NFV SIG OpenvSwitch 699 kB/s | 3.0 kB 00:00 2026-02-25 05:16:14.003 | > reviving: 'centos9-nfv-ovs' can be revived - repomd matches. 2026-02-25 05:16:14.003 | > centos9-nfv-ovs: using metadata from Mon Feb 2 05:16:39 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: repo-setup-centos-appstream 2026-02-25 05:16:14.003 | > repo-setup-centos-appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: repo-setup-centos-baseos 2026-02-25 05:16:14.003 | > repo-setup-centos-baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: repo-setup-centos-highavailability 2026-02-25 05:16:14.003 | > repo-setup-centos-highavailability: using metadata from Mon Feb 23 10:49:17 2026. 2026-02-25 05:16:14.003 | > repo: using cache for: repo-setup-centos-powertools 2026-02-25 05:16:14.003 | > repo-setup-centos-powertools: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:14.003 | > Package gettext-0.21-8.el9.x86_64 is already installed. 2026-02-25 05:16:14.003 | > Package yum-utils-4.3.0-26.el9.noarch is already installed. 2026-02-25 05:16:14.003 | > Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2026-02-25 05:16:14.003 | > --> Starting dependency resolution 2026-02-25 05:16:14.003 | > ---> Package wget.x86_64 1.21.1-8.el9 will be installed 2026-02-25 05:16:14.003 | > --> Finished dependency resolution 2026-02-25 05:16:14.003 | > Dependencies resolved. 2026-02-25 05:16:14.003 | > ================================================================================ 2026-02-25 05:16:14.003 | > Package Architecture Version Repository Size 2026-02-25 05:16:14.003 | > ================================================================================ 2026-02-25 05:16:14.003 | > Installing: 2026-02-25 05:16:14.003 | > wget x86_64 1.21.1-8.el9 appstream 784 k 2026-02-25 05:16:14.003 | > 2026-02-25 05:16:14.003 | > Transaction Summary 2026-02-25 05:16:14.003 | > ================================================================================ 2026-02-25 05:16:14.003 | > Install 1 Package 2026-02-25 05:16:14.003 | > 2026-02-25 05:16:14.003 | > Total download size: 784 k 2026-02-25 05:16:14.003 | > Installed size: 3.1 M 2026-02-25 05:16:14.003 | > Downloading Packages: 2026-02-25 05:16:14.003 | > wget-1.21.1-8.el9.x86_64.rpm 1.1 MB/s | 784 kB 00:00 2026-02-25 05:16:14.003 | > -------------------------------------------------------------------------------- 2026-02-25 05:16:14.003 | > Total 745 kB/s | 784 kB 00:01 2026-02-25 05:16:14.003 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2026-02-25 05:16:14.003 | > CentOS Stream 9 - AppStream 1.6 MB/s | 1.6 kB 00:00 2026-02-25 05:16:14.003 | > Importing GPG key 0x8483C65D: 2026-02-25 05:16:14.003 | > Userid : "CentOS (CentOS Official Signing Key) " 2026-02-25 05:16:14.003 | > Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D 2026-02-25 05:16:14.003 | > From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial 2026-02-25 05:16:14.003 | > Key imported successfully 2026-02-25 05:16:14.003 | > Running transaction check 2026-02-25 05:16:14.003 | > Transaction check succeeded. 2026-02-25 05:16:14.003 | > Running transaction test 2026-02-25 05:16:14.004 | > Transaction test succeeded. 2026-02-25 05:16:14.004 | > Running transaction 2026-02-25 05:16:14.004 | > RPMDB altered outside of DNF. 2026-02-25 05:16:14.004 | > Preparing : 1/1 2026-02-25 05:16:14.004 | > Installing : wget-1.21.1-8.el9.x86_64 1/1 2026-02-25 05:16:14.004 | > Running scriptlet: wget-1.21.1-8.el9.x86_64 1/1 2026-02-25 05:16:14.004 | > Verifying : wget-1.21.1-8.el9.x86_64 1/1 2026-02-25 05:16:14.004 | > Completion plugin: Generating completion cache... 2026-02-25 05:16:14.004 | > Installed: wget-1.21.1-8.el9.x86_64 2026-02-25 05:16:14.004 | > 2026-02-25 05:16:14.004 | > Installed: 2026-02-25 05:16:14.004 | > wget-1.21.1-8.el9.x86_64 2026-02-25 05:16:14.004 | > 2026-02-25 05:16:14.004 | > Complete! 2026-02-25 05:16:14.004 | > + '[' install == install ']' 2026-02-25 05:16:14.004 | > + '[' dnf == dnf ']' 2026-02-25 05:16:14.004 | > + dnf mark install gettext yum-utils python3-pyyaml wget 2026-02-25 05:16:14.004 | > gettext-0.21-8.el9.x86_64 marked as user installed. 2026-02-25 05:16:14.004 | > yum-utils-4.3.0-26.el9.noarch marked as user installed. 2026-02-25 05:16:14.004 | > python3-pyyaml-5.4.1-6.el9.x86_64 marked as user installed. 2026-02-25 05:16:14.004 | > wget-1.21.1-8.el9.x86_64 marked as user installed. 2026-02-25 05:16:14.004 | returncode: 0 2026-02-25 05:16:14.009 | dib-run-parts 10-package-installs completed 2026-02-25 05:16:14.009 | dib-run-parts Running /tmp/in_target.d/pre-install.d/11-selinux-permissive 2026-02-25 05:16:14.012 | + set -eu 2026-02-25 05:16:14.012 | + set -o pipefail 2026-02-25 05:16:14.012 | + echo SELINUX=permissive 2026-02-25 05:16:14.012 | + echo SELINUXTYPE=targeted 2026-02-25 05:16:14.013 | dib-run-parts 11-selinux-permissive completed 2026-02-25 05:16:14.013 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls 2026-02-25 05:16:14.016 | + set -eu 2026-02-25 05:16:14.016 | + set -o pipefail 2026-02-25 05:16:14.016 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls 2026-02-25 05:16:14.017 | + package-uninstalls -d /tmp/in_target.d/pre-install.d 2026-02-25 05:16:14.018 | + set -eu 2026-02-25 05:16:14.018 | + set -o pipefail 2026-02-25 05:16:14.018 | ++ basename /usr/local/bin/package-uninstalls 2026-02-25 05:16:14.019 | + SCRIPTNAME=package-uninstalls 2026-02-25 05:16:14.019 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d 2026-02-25 05:16:14.020 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2026-02-25 05:16:14.020 | + '[' 0 '!=' 0 ']' 2026-02-25 05:16:14.020 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2026-02-25 05:16:14.020 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2026-02-25 05:16:14.020 | + WORKDIR= 2026-02-25 05:16:14.020 | + true 2026-02-25 05:16:14.020 | + case "$1" in 2026-02-25 05:16:14.020 | + WORKDIR=/tmp/in_target.d/pre-install.d 2026-02-25 05:16:14.020 | + shift 2 2026-02-25 05:16:14.020 | + true 2026-02-25 05:16:14.020 | + case "$1" in 2026-02-25 05:16:14.020 | + shift 2026-02-25 05:16:14.020 | + break 2026-02-25 05:16:14.020 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2026-02-25 05:16:14.020 | + PACKAGES= 2026-02-25 05:16:14.020 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:16:14.022 | + install-packages -e 2026-02-25 05:16:14.027 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json 2026-02-25 05:16:14.735 | Map uninstall for ironic-python-agent-ramdisk: git, man-db, rsync, kernel-debug-devel, mozjs60, plymouth, python3-cairo, python3-gobject-base 2026-02-25 05:16:14.735 | Running command: ['install-packages', '-e', 'python3-gobject-base', 'python3-cairo', 'kernel-debug-devel', 'mozjs60', 'man-db', 'git', 'rsync', 'plymouth'] 2026-02-25 05:16:14.735 | > Running install-packages remove. 2026-02-25 05:16:14.735 | > + dnf -v -y remove python3-gobject-base python3-cairo kernel-debug-devel mozjs60 man-db git rsync plymouth 2026-02-25 05:16:14.735 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:14.735 | > DNF version: 4.14.0 2026-02-25 05:16:14.735 | > cachedir: /tmp/yum 2026-02-25 05:16:14.735 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:14.735 | > No match for argument: python3-cairo 2026-02-25 05:16:14.735 | > No match for argument: kernel-debug-devel 2026-02-25 05:16:14.735 | > No match for argument: mozjs60 2026-02-25 05:16:14.735 | > No match for argument: git 2026-02-25 05:16:14.735 | > No match for argument: plymouth 2026-02-25 05:16:14.735 | > --> Starting dependency resolution 2026-02-25 05:16:14.735 | > --> Finding unneeded leftover dependencies 2026-02-25 05:16:14.735 | > ---> Package gobject-introspection.x86_64 1.68.0-11.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package libpipeline.x86_64 1.5.3-4.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package man-db.x86_64 2.9.3-9.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package policycoreutils-python-utils.noarch 3.6-5.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package python3-dasbus.noarch 1.7-1.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package python3-gobject-base.x86_64 3.40.1-6.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package python3-gobject-base-noarch.noarch 3.40.1-6.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package python3-libxml2.x86_64 2.9.13-14.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package rsync.x86_64 3.2.5-4.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package setroubleshoot-plugins.noarch 3.3.14-4.el9 will be erased 2026-02-25 05:16:14.735 | > ---> Package setroubleshoot-server.x86_64 3.3.35-2.el9 will be erased 2026-02-25 05:16:14.735 | > --> Finished dependency resolution 2026-02-25 05:16:14.735 | > Dependencies resolved. 2026-02-25 05:16:14.735 | > ================================================================================ 2026-02-25 05:16:14.735 | > Package Arch Version Repository Size 2026-02-25 05:16:14.735 | > ================================================================================ 2026-02-25 05:16:14.735 | > Removing: 2026-02-25 05:16:14.735 | > man-db x86_64 2.9.3-9.el9 @anaconda 2.4 M 2026-02-25 05:16:14.735 | > python3-gobject-base x86_64 3.40.1-6.el9 @anaconda 533 k 2026-02-25 05:16:14.735 | > rsync x86_64 3.2.5-4.el9 @anaconda 766 k 2026-02-25 05:16:14.735 | > Removing dependent packages: 2026-02-25 05:16:14.735 | > setroubleshoot-server x86_64 3.3.35-2.el9 @koji-override-0 1.3 M 2026-02-25 05:16:14.735 | > Removing unused dependencies: 2026-02-25 05:16:14.735 | > gobject-introspection x86_64 1.68.0-11.el9 @anaconda 915 k 2026-02-25 05:16:14.735 | > groff-base x86_64 1.22.4-10.el9 @anaconda 3.9 M 2026-02-25 05:16:14.735 | > libpipeline x86_64 1.5.3-4.el9 @anaconda 113 k 2026-02-25 05:16:14.735 | > policycoreutils-python-utils noarch 3.6-5.el9 @koji-override-0 117 k 2026-02-25 05:16:14.735 | > python3-dasbus noarch 1.7-1.el9 @koji-override-0 363 k 2026-02-25 05:16:14.735 | > python3-gobject-base-noarch noarch 3.40.1-6.el9 @anaconda 690 k 2026-02-25 05:16:14.735 | > python3-libxml2 x86_64 2.9.13-14.el9 @anaconda 1.3 M 2026-02-25 05:16:14.735 | > setroubleshoot-plugins noarch 3.3.14-4.el9 @koji-override-0 2.5 M 2026-02-25 05:16:14.735 | > 2026-02-25 05:16:14.735 | > Transaction Summary 2026-02-25 05:16:14.735 | > ================================================================================ 2026-02-25 05:16:14.735 | > Remove 12 Packages 2026-02-25 05:16:14.735 | > 2026-02-25 05:16:14.735 | > Freed space: 15 M 2026-02-25 05:16:14.735 | > Running transaction check 2026-02-25 05:16:14.735 | > Transaction check succeeded. 2026-02-25 05:16:14.735 | > Running transaction test 2026-02-25 05:16:14.735 | > Transaction test succeeded. 2026-02-25 05:16:14.735 | > Running transaction 2026-02-25 05:16:14.735 | > Preparing : 1/1 2026-02-25 05:16:14.735 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/12 2026-02-25 05:16:14.735 | > Erasing : man-db-2.9.3-9.el9.x86_64 1/12 2026-02-25 05:16:14.735 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/12 2026-02-25 05:16:14.735 | > Erasing : setroubleshoot-plugins-3.3.14-4.el9.noarch 2/12 2026-02-25 05:16:14.735 | > Erasing : setroubleshoot-server-3.3.35-2.el9.x86_64 3/12 2026-02-25 05:16:14.735 | > warning: file /run/setroubleshoot: remove failed: No such file or directory 2026-02-25 05:16:14.735 | > 2026-02-25 05:16:14.735 | > Running scriptlet: setroubleshoot-server-3.3.35-2.el9.x86_64 3/12 2026-02-25 05:16:14.735 | > Erasing : python3-dasbus-1.7-1.el9.noarch 4/12 2026-02-25 05:16:14.735 | > Erasing : policycoreutils-python-utils-3.6-5.el9.noarch 5/12 2026-02-25 05:16:14.735 | > Erasing : python3-gobject-base-3.40.1-6.el9.x86_64 6/12 2026-02-25 05:16:14.735 | > Erasing : python3-gobject-base-noarch-3.40.1-6.el9.noarch 7/12 2026-02-25 05:16:14.735 | > Erasing : gobject-introspection-1.68.0-11.el9.x86_64 8/12 2026-02-25 05:16:14.735 | > Erasing : python3-libxml2-2.9.13-14.el9.x86_64 9/12 2026-02-25 05:16:14.735 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 10/12 2026-02-25 05:16:14.735 | > Erasing : groff-base-1.22.4-10.el9.x86_64 10/12 2026-02-25 05:16:14.735 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 10/12 2026-02-25 05:16:14.735 | > Erasing : libpipeline-1.5.3-4.el9.x86_64 11/12 2026-02-25 05:16:14.735 | > Erasing : rsync-3.2.5-4.el9.x86_64 12/12 2026-02-25 05:16:14.735 | > Verifying : gobject-introspection-1.68.0-11.el9.x86_64 1/12 2026-02-25 05:16:14.735 | > Verifying : groff-base-1.22.4-10.el9.x86_64 2/12 2026-02-25 05:16:14.735 | > Verifying : libpipeline-1.5.3-4.el9.x86_64 3/12 2026-02-25 05:16:14.735 | > Verifying : man-db-2.9.3-9.el9.x86_64 4/12 2026-02-25 05:16:14.735 | > Verifying : policycoreutils-python-utils-3.6-5.el9.noarch 5/12 2026-02-25 05:16:14.735 | > Verifying : python3-dasbus-1.7-1.el9.noarch 6/12 2026-02-25 05:16:14.735 | > Verifying : python3-gobject-base-3.40.1-6.el9.x86_64 7/12 2026-02-25 05:16:14.735 | > Verifying : python3-gobject-base-noarch-3.40.1-6.el9.noarch 8/12 2026-02-25 05:16:14.735 | > Verifying : python3-libxml2-2.9.13-14.el9.x86_64 9/12 2026-02-25 05:16:14.735 | > Verifying : rsync-3.2.5-4.el9.x86_64 10/12 2026-02-25 05:16:14.735 | > Verifying : setroubleshoot-plugins-3.3.14-4.el9.noarch 11/12 2026-02-25 05:16:14.735 | > Verifying : setroubleshoot-server-3.3.35-2.el9.x86_64 12/12 2026-02-25 05:16:14.735 | > Completion plugin: Generating completion cache... 2026-02-25 05:16:14.735 | > Removed: gobject-introspection-1.68.0-11.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: groff-base-1.22.4-10.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: libpipeline-1.5.3-4.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: man-db-2.9.3-9.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: policycoreutils-python-utils-3.6-5.el9.noarch 2026-02-25 05:16:14.735 | > Removed: python3-dasbus-1.7-1.el9.noarch 2026-02-25 05:16:14.735 | > Removed: python3-gobject-base-3.40.1-6.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: python3-gobject-base-noarch-3.40.1-6.el9.noarch 2026-02-25 05:16:14.735 | > Removed: python3-libxml2-2.9.13-14.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: rsync-3.2.5-4.el9.x86_64 2026-02-25 05:16:14.735 | > Removed: setroubleshoot-plugins-3.3.14-4.el9.noarch 2026-02-25 05:16:14.735 | > Removed: setroubleshoot-server-3.3.35-2.el9.x86_64 2026-02-25 05:16:14.735 | > 2026-02-25 05:16:14.735 | > Removed: 2026-02-25 05:16:14.735 | > gobject-introspection-1.68.0-11.el9.x86_64 2026-02-25 05:16:14.735 | > groff-base-1.22.4-10.el9.x86_64 2026-02-25 05:16:14.735 | > libpipeline-1.5.3-4.el9.x86_64 2026-02-25 05:16:14.735 | > man-db-2.9.3-9.el9.x86_64 2026-02-25 05:16:14.735 | > policycoreutils-python-utils-3.6-5.el9.noarch 2026-02-25 05:16:14.735 | > python3-dasbus-1.7-1.el9.noarch 2026-02-25 05:16:14.735 | > python3-gobject-base-3.40.1-6.el9.x86_64 2026-02-25 05:16:14.735 | > python3-gobject-base-noarch-3.40.1-6.el9.noarch 2026-02-25 05:16:14.735 | > python3-libxml2-2.9.13-14.el9.x86_64 2026-02-25 05:16:14.735 | > rsync-3.2.5-4.el9.x86_64 2026-02-25 05:16:14.735 | > setroubleshoot-plugins-3.3.14-4.el9.noarch 2026-02-25 05:16:14.735 | > setroubleshoot-server-3.3.35-2.el9.x86_64 2026-02-25 05:16:14.735 | > 2026-02-25 05:16:14.735 | > Complete! 2026-02-25 05:16:14.735 | > + '[' remove == install ']' 2026-02-25 05:16:14.735 | returncode: 0 2026-02-25 05:16:14.741 | dib-run-parts 99-package-uninstalls completed 2026-02-25 05:16:14.741 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:16:14.741 | dib-run-parts 2026-02-25 05:16:14.742 | dib-run-parts Target: pre-install.d 2026-02-25 05:16:14.742 | dib-run-parts 2026-02-25 05:16:14.742 | dib-run-parts Script Seconds 2026-02-25 05:16:14.742 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:16:14.742 | dib-run-parts 2026-02-25 05:16:14.750 | dib-run-parts 00-01-yum-keepcache 0.003 2026-02-25 05:16:14.754 | dib-run-parts 00-02-set-centos-mirror 0.002 2026-02-25 05:16:14.759 | dib-run-parts 00-03-repo-setup 0.002 2026-02-25 05:16:14.763 | dib-run-parts 00-dnf-update 0.002 2026-02-25 05:16:14.767 | dib-run-parts 00-fix-requiretty 0.006 2026-02-25 05:16:14.771 | dib-run-parts 00-install-repo-package 0.002 2026-02-25 05:16:14.776 | dib-run-parts 00-usr-local-bin-secure-path 0.005 2026-02-25 05:16:14.780 | dib-run-parts 01-00-centos-python3 7.488 2026-02-25 05:16:14.784 | dib-run-parts 01-dib-python 0.004 2026-02-25 05:16:14.788 | dib-run-parts 01-install-bin 0.008 2026-02-25 05:16:14.792 | dib-run-parts 01-module-configuration 0.003 2026-02-25 05:16:14.796 | dib-run-parts 01-override-yum-arch 0.004 2026-02-25 05:16:14.801 | dib-run-parts 02-set-machine-id 0.008 2026-02-25 05:16:14.805 | dib-run-parts 03-baseline-tools 0.002 2026-02-25 05:16:14.809 | dib-run-parts 04-dib-init-system 0.007 2026-02-25 05:16:14.813 | dib-run-parts 05-rpm-epel-release 2.752 2026-02-25 05:16:14.817 | dib-run-parts 10-enable-rdo-deps 0.003 2026-02-25 05:16:14.821 | dib-run-parts 10-package-installs 2.938 2026-02-25 05:16:14.826 | dib-run-parts 11-selinux-permissive 0.003 2026-02-25 05:16:14.830 | dib-run-parts 99-package-uninstalls 0.727 2026-02-25 05:16:14.832 | dib-run-parts 2026-02-25 05:16:14.832 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:16:14.838 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2026-02-25 05:16:14.841 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2026-02-25 05:16:14.843 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2026-02-25 05:16:14.846 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-pre-install run_in_target bash 2026-02-25 05:16:14.849 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:14.850 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-install(,|$)' -q 2026-02-25 05:16:14.854 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:14.875 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d; do sleep 1; done' 2026-02-25 05:16:14.897 | + diskimage_builder/lib/disk-image-create:main:362 : run_d_in_target install 2026-02-25 05:16:14.899 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2026-02-25 05:16:14.902 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:16:14.904 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/install.d ']' 2026-02-25 05:16:14.907 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:14.926 | + diskimage_builder/lib/img-functions:run_d_in_target:73 : sudo cp /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:16:14.945 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:14.965 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:14.983 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-install run_in_target bash 2026-02-25 05:16:14.986 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:14.987 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-install(,|$)' -q 2026-02-25 05:16:14.991 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2026-02-25 05:16:14.994 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2026-02-25 05:16:14.997 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2026-02-25 05:16:15.000 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d 2026-02-25 05:16:15.002 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d' 2026-02-25 05:16:15.005 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2026-02-25 05:16:15.008 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2026-02-25 05:16:15.011 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2026-02-25 05:16:15.013 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.cvFfxyaI/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c '/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d' 2026-02-25 05:16:15.036 | dib-run-parts Ignoring non-executable files: NetworkManager-conf.d-00-main.conf dhcp-all-interfaces-udev.rules dhcp-all-interfaces.conf dhcp-interface@.service package-installs-ironic-python-agent-ramdisk package-installs-extra-hardware 2026-02-25 05:16:15.038 | dib-run-parts Ignoring non-conforming filenames: dhcp-all-interfaces.init dhcp-all-interfaces.sh 2026-02-25 05:16:15.041 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:15.043 | + source /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:15.043 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:16:15.043 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:16:15.043 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:15.043 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:15.043 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:16:15.043 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:15.043 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:15.043 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:15.045 | + source /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:15.045 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:15.045 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:15.045 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:15.047 | + source /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:15.047 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:16:15.047 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:16:15.047 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:15.047 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:15.047 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:15.047 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:15.047 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:15.047 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:15.047 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2026-02-25 05:16:15.049 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2026-02-25 05:16:15.049 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:15.049 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:15.049 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:15.049 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:15.049 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:15.050 | + source /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:15.050 | ++ export DISTRO_NAME=centos 2026-02-25 05:16:15.050 | ++ DISTRO_NAME=centos 2026-02-25 05:16:15.050 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:16:15.050 | ++ DIB_RELEASE=9-stream 2026-02-25 05:16:15.051 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:15.051 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:15.051 | ++ export YUM=dnf 2026-02-25 05:16:15.051 | ++ YUM=dnf 2026-02-25 05:16:15.051 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:15.052 | + source /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:15.052 | ++ export DIB_CHECKSUM=1 2026-02-25 05:16:15.052 | ++ DIB_CHECKSUM=1 2026-02-25 05:16:15.052 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:15.054 | + source /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:15.054 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:15.054 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:15.054 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:15.056 | + source /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:15.056 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:16:15.056 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:16:15.056 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:15.056 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:15.056 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:15.058 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:15.058 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:15.058 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:15.058 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests 2026-02-25 05:16:15.060 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests 2026-02-25 05:16:15.060 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:15.060 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:15.060 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:15.060 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:15.060 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:15.062 | + source /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:15.062 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:16:15.062 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:15.062 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:15.062 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:16:15.062 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:15.062 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:15.062 | ++ [[ centos =~ debian ]] 2026-02-25 05:16:15.062 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:15.064 | + source /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:15.064 | ++ '[' -z 3 ']' 2026-02-25 05:16:15.064 | ++ '[' -z 3 ']' 2026-02-25 05:16:15.064 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:16:15.064 | ++ export DIB_PYTHON=python3 2026-02-25 05:16:15.064 | ++ DIB_PYTHON=python3 2026-02-25 05:16:15.064 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2026-02-25 05:16:15.065 | + source /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2026-02-25 05:16:15.065 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:15.066 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:15.066 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:15.066 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:15.066 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:15.067 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:15.067 | ++ '[' -z systemd ']' 2026-02-25 05:16:15.067 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:16:15.068 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment 2026-02-25 05:16:15.070 | + set -eu 2026-02-25 05:16:15.070 | + set -o pipefail 2026-02-25 05:16:15.070 | + '[' 0 -eq 0 ']' 2026-02-25 05:16:15.070 | + install-packages -m base iscsi_package 2026-02-25 05:16:15.100 | INFO:root:Mapping for base : iscsi_package 2026-02-25 05:16:15.128 | INFO:root:Mapping for base : iscsi_package 2026-02-25 05:16:15.131 | Running install-packages install. 2026-02-25 05:16:15.131 | + dnf -v -y install iscsi-initiator-utils 2026-02-25 05:16:15.267 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:15.268 | DNF version: 4.14.0 2026-02-25 05:16:15.268 | cachedir: /tmp/yum 2026-02-25 05:16:15.289 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:15.340 | repo: using cache for: delorean-component-barbican 2026-02-25 05:16:15.340 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2026-02-25 05:16:15.340 | repo: using cache for: delorean-component-baremetal 2026-02-25 05:16:15.341 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2026-02-25 05:16:15.341 | repo: using cache for: delorean-component-cinder 2026-02-25 05:16:15.341 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2026-02-25 05:16:15.342 | repo: using cache for: delorean-component-clients 2026-02-25 05:16:15.342 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2026-02-25 05:16:15.342 | repo: using cache for: delorean-component-cloudops 2026-02-25 05:16:15.343 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2026-02-25 05:16:15.343 | repo: using cache for: delorean-component-common 2026-02-25 05:16:15.344 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2026-02-25 05:16:15.344 | repo: using cache for: delorean-component-compute 2026-02-25 05:16:15.344 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2026-02-25 05:16:15.344 | repo: using cache for: delorean-component-designate 2026-02-25 05:16:15.345 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2026-02-25 05:16:15.345 | repo: using cache for: delorean-component-glance 2026-02-25 05:16:15.345 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2026-02-25 05:16:15.345 | repo: using cache for: delorean-component-keystone 2026-02-25 05:16:15.346 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2026-02-25 05:16:15.346 | repo: using cache for: delorean-component-manila 2026-02-25 05:16:15.346 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2026-02-25 05:16:15.346 | repo: using cache for: delorean-component-network 2026-02-25 05:16:15.347 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2026-02-25 05:16:15.347 | repo: using cache for: delorean-component-octavia 2026-02-25 05:16:15.347 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2026-02-25 05:16:15.347 | repo: using cache for: delorean-component-optimize 2026-02-25 05:16:15.348 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2026-02-25 05:16:15.348 | repo: using cache for: delorean-component-podified 2026-02-25 05:16:15.348 | delorean-component-podified: using metadata from Tue Feb 3 07:46:50 2026. 2026-02-25 05:16:15.348 | repo: using cache for: delorean-component-puppet 2026-02-25 05:16:15.349 | delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2026-02-25 05:16:15.349 | repo: using cache for: delorean-component-swift 2026-02-25 05:16:15.349 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2026-02-25 05:16:15.349 | repo: using cache for: delorean-component-tempest 2026-02-25 05:16:15.350 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2026-02-25 05:16:15.350 | repo: using cache for: delorean-component-ui 2026-02-25 05:16:15.350 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2026-02-25 05:16:15.351 | repo: using cache for: baseos 2026-02-25 05:16:15.369 | baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:15.370 | repo: using cache for: appstream 2026-02-25 05:16:15.454 | appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:15.454 | repo: using cache for: crb 2026-02-25 05:16:15.475 | crb: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:15.475 | repo: using cache for: extras-common 2026-02-25 05:16:15.476 | extras-common: using metadata from Thu Feb 12 15:34:59 2026. 2026-02-25 05:16:15.477 | repo: using cache for: delorean-master-testing 2026-02-25 05:16:15.505 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2026-02-25 05:16:15.506 | repo: using cache for: delorean-master-build-deps 2026-02-25 05:16:15.507 | delorean-master-build-deps: using metadata from Thu Jan 15 10:12:10 2026. 2026-02-25 05:16:15.508 | repo: using cache for: centos9-rabbitmq 2026-02-25 05:16:15.508 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2026-02-25 05:16:15.509 | repo: using cache for: centos9-storage 2026-02-25 05:16:15.510 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2026-02-25 05:16:15.510 | repo: using cache for: centos9-opstools 2026-02-25 05:16:15.511 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2026-02-25 05:16:15.511 | repo: using cache for: centos9-nfv-ovs 2026-02-25 05:16:15.513 | centos9-nfv-ovs: using metadata from Mon Feb 2 05:16:39 2026. 2026-02-25 05:16:15.513 | repo: using cache for: repo-setup-centos-appstream 2026-02-25 05:16:15.584 | repo-setup-centos-appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:15.585 | repo: using cache for: repo-setup-centos-baseos 2026-02-25 05:16:15.607 | repo-setup-centos-baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:15.607 | repo: using cache for: repo-setup-centos-highavailability 2026-02-25 05:16:15.608 | repo-setup-centos-highavailability: using metadata from Mon Feb 23 10:49:17 2026. 2026-02-25 05:16:15.609 | repo: using cache for: repo-setup-centos-powertools 2026-02-25 05:16:15.620 | repo-setup-centos-powertools: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:15.621 | Last metadata expiration check: 0:00:04 ago on Wed Feb 25 00:16:11 2026. 2026-02-25 05:16:15.830 | --> Starting dependency resolution 2026-02-25 05:16:15.884 | ---> Package iscsi-initiator-utils.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2026-02-25 05:16:15.884 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2026-02-25 05:16:15.884 | ---> Package isns-utils-libs.x86_64 0.101-4.el9 will be installed 2026-02-25 05:16:15.884 | --> Finished dependency resolution 2026-02-25 05:16:15.885 | Dependencies resolved. 2026-02-25 05:16:15.886 | ================================================================================ 2026-02-25 05:16:15.886 | Package Arch Version Repo Size 2026-02-25 05:16:15.886 | ================================================================================ 2026-02-25 05:16:15.886 | Installing: 2026-02-25 05:16:15.886 | iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el9 baseos 392 k 2026-02-25 05:16:15.886 | Installing dependencies: 2026-02-25 05:16:15.886 | iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el9 baseos 81 k 2026-02-25 05:16:15.886 | isns-utils-libs x86_64 0.101-4.el9 baseos 101 k 2026-02-25 05:16:15.886 | 2026-02-25 05:16:15.886 | Transaction Summary 2026-02-25 05:16:15.886 | ================================================================================ 2026-02-25 05:16:15.886 | Install 3 Packages 2026-02-25 05:16:15.886 | 2026-02-25 05:16:15.886 | Total size: 573 k 2026-02-25 05:16:15.886 | Installed size: 2.1 M 2026-02-25 05:16:15.886 | Downloading Packages: 2026-02-25 05:16:15.887 | [SKIPPED] iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:15.887 | [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:15.887 | [SKIPPED] isns-utils-libs-0.101-4.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:15.888 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2026-02-25 05:16:15.925 | Running transaction check 2026-02-25 05:16:15.933 | Transaction check succeeded. 2026-02-25 05:16:15.934 | Running transaction test 2026-02-25 05:16:15.981 | Transaction test succeeded. 2026-02-25 05:16:15.981 | Running transaction 2026-02-25 05:16:16.039 | Preparing : 1/1 2026-02-25 05:16:16.043 | Installing : isns-utils-libs-0.101-4.el9.x86_64 1/3 2026-02-25 05:16:16.045 | Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2026-02-25 05:16:16.062 | Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2026-02-25 05:16:16.062 | Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket -> /usr/lib/systemd/system/iscsiuio.socket. 2026-02-25 05:16:16.062 | 2026-02-25 05:16:16.075 | Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2026-02-25 05:16:16.094 | Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2026-02-25 05:16:16.094 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-starter.service -> /usr/lib/systemd/system/iscsi-starter.service. 2026-02-25 05:16:16.094 | Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket -> /usr/lib/systemd/system/iscsid.socket. 2026-02-25 05:16:16.094 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service -> /usr/lib/systemd/system/iscsi-onboot.service. 2026-02-25 05:16:16.094 | 2026-02-25 05:16:16.191 | Verifying : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 1/3 2026-02-25 05:16:16.191 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2026-02-25 05:16:16.194 | Verifying : isns-utils-libs-0.101-4.el9.x86_64 3/3 2026-02-25 05:16:16.194 | Completion plugin: Generating completion cache... 2026-02-25 05:16:16.263 | Installed: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2026-02-25 05:16:16.263 | Installed: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2026-02-25 05:16:16.263 | Installed: isns-utils-libs-0.101-4.el9.x86_64 2026-02-25 05:16:16.294 | 2026-02-25 05:16:16.294 | Installed: 2026-02-25 05:16:16.294 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2026-02-25 05:16:16.294 | iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2026-02-25 05:16:16.294 | isns-utils-libs-0.101-4.el9.x86_64 2026-02-25 05:16:16.294 | 2026-02-25 05:16:16.294 | Complete! 2026-02-25 05:16:16.334 | + '[' install == install ']' 2026-02-25 05:16:16.334 | + '[' dnf == dnf ']' 2026-02-25 05:16:16.334 | + dnf mark install iscsi-initiator-utils 2026-02-25 05:16:16.542 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2026-02-25 05:16:16.568 | dib-run-parts 00-baseline-environment completed 2026-02-25 05:16:16.568 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date 2026-02-25 05:16:16.570 | + set -eu 2026-02-25 05:16:16.570 | + set -o pipefail 2026-02-25 05:16:16.570 | + '[' 0 -eq 0 ']' 2026-02-25 05:16:16.570 | + install-packages -u 2026-02-25 05:16:17.033 | Last metadata expiration check: 0:00:05 ago on Wed Feb 25 00:16:11 2026. 2026-02-25 05:16:17.389 | Dependencies resolved. 2026-02-25 05:16:17.390 | ================================================================================ 2026-02-25 05:16:17.390 | Package Arch Version Repository Size 2026-02-25 05:16:17.390 | ================================================================================ 2026-02-25 05:16:17.390 | Upgrading: 2026-02-25 05:16:17.390 | python3-distro noarch 1.9.0-2.el9s delorean-master-testing 41 k 2026-02-25 05:16:17.390 | python3-jinja2 noarch 3.0.1-2.el9s delorean-master-testing 511 k 2026-02-25 05:16:17.390 | python3-jsonschema noarch 4.16.0-2.el9s delorean-master-testing 138 k 2026-02-25 05:16:17.390 | python3-markupsafe x86_64 3.0.2-1.el9s delorean-master-testing 28 k 2026-02-25 05:16:17.390 | python3-requests noarch 2.32.3-4.el9s delorean-master-testing 123 k 2026-02-25 05:16:17.390 | python3-setuptools noarch 65.5.1-2.el9s delorean-master-testing 1.2 M 2026-02-25 05:16:17.390 | python3-setuptools-wheel noarch 65.5.1-2.el9s delorean-master-testing 715 k 2026-02-25 05:16:17.390 | 2026-02-25 05:16:17.390 | Transaction Summary 2026-02-25 05:16:17.390 | ================================================================================ 2026-02-25 05:16:17.390 | Upgrade 7 Packages 2026-02-25 05:16:17.390 | 2026-02-25 05:16:17.390 | Total size: 2.7 M 2026-02-25 05:16:17.391 | Downloading Packages: 2026-02-25 05:16:17.391 | [SKIPPED] python3-distro-1.9.0-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-jinja2-3.0.1-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-jsonschema-4.16.0-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-markupsafe-3.0.2-1.el9s.x86_64.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-requests-2.32.3-4.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-setuptools-65.5.1-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.391 | [SKIPPED] python3-setuptools-wheel-65.5.1-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:17.392 | Running transaction check 2026-02-25 05:16:17.408 | Transaction check succeeded. 2026-02-25 05:16:17.408 | Running transaction test 2026-02-25 05:16:17.472 | Transaction test succeeded. 2026-02-25 05:16:17.473 | Running transaction 2026-02-25 05:16:17.640 | Preparing : 1/1 2026-02-25 05:16:17.652 | Upgrading : python3-setuptools-65.5.1-2.el9s.noarch 1/14 2026-02-25 05:16:17.676 | Upgrading : python3-markupsafe-3.0.2-1.el9s.x86_64 2/14 2026-02-25 05:16:17.681 | Upgrading : python3-jinja2-3.0.1-2.el9s.noarch 3/14 2026-02-25 05:16:17.689 | Upgrading : python3-setuptools-wheel-65.5.1-2.el9s.noarch 4/14 2026-02-25 05:16:17.702 | Upgrading : python3-requests-2.32.3-4.el9s.noarch 5/14 2026-02-25 05:16:17.708 | Upgrading : python3-jsonschema-4.16.0-2.el9s.noarch 6/14 2026-02-25 05:16:17.711 | Upgrading : python3-distro-1.9.0-2.el9s.noarch 7/14 2026-02-25 05:16:17.714 | Cleanup : python3-jinja2-2.11.3-8.el9.noarch 8/14 2026-02-25 05:16:17.717 | Cleanup : python3-jsonschema-3.2.0-13.el9.noarch 9/14 2026-02-25 05:16:17.723 | Cleanup : python3-distro-1.5.0-7.el9.noarch 10/14 2026-02-25 05:16:17.728 | Cleanup : python3-setuptools-53.0.0-15.el9.noarch 11/14 2026-02-25 05:16:17.729 | Cleanup : python3-setuptools-wheel-53.0.0-15.el9.noarch 12/14 2026-02-25 05:16:17.733 | Cleanup : python3-requests-2.25.1-10.el9.noarch 13/14 2026-02-25 05:16:17.750 | Cleanup : python3-markupsafe-1.1.1-12.el9.x86_64 14/14 2026-02-25 05:16:17.832 | Running scriptlet: python3-markupsafe-1.1.1-12.el9.x86_64 14/14 2026-02-25 05:16:17.833 | Verifying : python3-distro-1.9.0-2.el9s.noarch 1/14 2026-02-25 05:16:17.833 | Verifying : python3-distro-1.5.0-7.el9.noarch 2/14 2026-02-25 05:16:17.833 | Verifying : python3-jinja2-3.0.1-2.el9s.noarch 3/14 2026-02-25 05:16:17.833 | Verifying : python3-jinja2-2.11.3-8.el9.noarch 4/14 2026-02-25 05:16:17.833 | Verifying : python3-jsonschema-4.16.0-2.el9s.noarch 5/14 2026-02-25 05:16:17.833 | Verifying : python3-jsonschema-3.2.0-13.el9.noarch 6/14 2026-02-25 05:16:17.833 | Verifying : python3-markupsafe-3.0.2-1.el9s.x86_64 7/14 2026-02-25 05:16:17.833 | Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 8/14 2026-02-25 05:16:17.833 | Verifying : python3-requests-2.32.3-4.el9s.noarch 9/14 2026-02-25 05:16:17.833 | Verifying : python3-requests-2.25.1-10.el9.noarch 10/14 2026-02-25 05:16:17.833 | Verifying : python3-setuptools-65.5.1-2.el9s.noarch 11/14 2026-02-25 05:16:17.833 | Verifying : python3-setuptools-53.0.0-15.el9.noarch 12/14 2026-02-25 05:16:17.833 | Verifying : python3-setuptools-wheel-65.5.1-2.el9s.noarch 13/14 2026-02-25 05:16:17.965 | Verifying : python3-setuptools-wheel-53.0.0-15.el9.noarch 14/14 2026-02-25 05:16:17.965 | 2026-02-25 05:16:17.965 | Upgraded: 2026-02-25 05:16:17.965 | python3-distro-1.9.0-2.el9s.noarch 2026-02-25 05:16:17.965 | python3-jinja2-3.0.1-2.el9s.noarch 2026-02-25 05:16:17.965 | python3-jsonschema-4.16.0-2.el9s.noarch 2026-02-25 05:16:17.965 | python3-markupsafe-3.0.2-1.el9s.x86_64 2026-02-25 05:16:17.965 | python3-requests-2.32.3-4.el9s.noarch 2026-02-25 05:16:17.965 | python3-setuptools-65.5.1-2.el9s.noarch 2026-02-25 05:16:17.965 | python3-setuptools-wheel-65.5.1-2.el9s.noarch 2026-02-25 05:16:17.965 | 2026-02-25 05:16:17.965 | Complete! 2026-02-25 05:16:18.011 | dib-run-parts 00-up-to-date completed 2026-02-25 05:16:18.011 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs 2026-02-25 05:16:18.014 | + set -eu 2026-02-25 05:16:18.014 | + set -o pipefail 2026-02-25 05:16:18.014 | ++ dirname /tmp/in_target.d/install.d/01-package-installs 2026-02-25 05:16:18.015 | + package-installs -d /tmp/in_target.d/install.d 2026-02-25 05:16:18.016 | + set -eu 2026-02-25 05:16:18.016 | + set -o pipefail 2026-02-25 05:16:18.016 | ++ basename /usr/local/bin/package-installs 2026-02-25 05:16:18.017 | + SCRIPTNAME=package-installs 2026-02-25 05:16:18.017 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d 2026-02-25 05:16:18.018 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2026-02-25 05:16:18.018 | + '[' 0 '!=' 0 ']' 2026-02-25 05:16:18.018 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2026-02-25 05:16:18.018 | ++ set -- -d /tmp/in_target.d/install.d -- 2026-02-25 05:16:18.018 | + WORKDIR= 2026-02-25 05:16:18.018 | + true 2026-02-25 05:16:18.018 | + case "$1" in 2026-02-25 05:16:18.018 | + WORKDIR=/tmp/in_target.d/install.d 2026-02-25 05:16:18.018 | + shift 2 2026-02-25 05:16:18.018 | + true 2026-02-25 05:16:18.018 | + case "$1" in 2026-02-25 05:16:18.018 | + shift 2026-02-25 05:16:18.018 | + break 2026-02-25 05:16:18.018 | + '[' -z /tmp/in_target.d/install.d ']' 2026-02-25 05:16:18.018 | + PACKAGES= 2026-02-25 05:16:18.018 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:16:18.019 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2026-02-25 05:16:18.020 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2026-02-25 05:16:18.020 | + basefile=package-installs-ironic-python-agent-ramdisk 2026-02-25 05:16:18.020 | + element_name=ironic-python-agent-ramdisk 2026-02-25 05:16:18.020 | + read pkg 2026-02-25 05:16:18.021 | + '[' -z ironic-python-agent ']' 2026-02-25 05:16:18.021 | + '[' i = '#' ']' 2026-02-25 05:16:18.021 | + '[' i = - ']' 2026-02-25 05:16:18.021 | + '[' -e /usr/share/pkg-map/ironic-python-agent-ramdisk ']' 2026-02-25 05:16:18.021 | + set +e 2026-02-25 05:16:18.021 | ++ pkg-map --element ironic-python-agent-ramdisk ironic-python-agent 2026-02-25 05:16:18.046 | INFO:root:Mapping for ironic-python-agent-ramdisk : ironic-python-agent 2026-02-25 05:16:18.049 | + map_pkg=openstack-ironic-python-agent 2026-02-25 05:16:18.049 | + '[' 0 -eq 0 ']' 2026-02-25 05:16:18.049 | + pkg=openstack-ironic-python-agent 2026-02-25 05:16:18.049 | + set -e 2026-02-25 05:16:18.049 | + PACKAGES=' openstack-ironic-python-agent' 2026-02-25 05:16:18.049 | + read pkg 2026-02-25 05:16:18.049 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2026-02-25 05:16:18.049 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2026-02-25 05:16:18.050 | + basefile=package-installs-extra-hardware 2026-02-25 05:16:18.050 | + element_name=extra-hardware 2026-02-25 05:16:18.050 | + read pkg 2026-02-25 05:16:18.050 | + '[' -z python-hardware ']' 2026-02-25 05:16:18.050 | + '[' p = '#' ']' 2026-02-25 05:16:18.050 | + '[' p = - ']' 2026-02-25 05:16:18.050 | + '[' -e /usr/share/pkg-map/extra-hardware ']' 2026-02-25 05:16:18.050 | + set +e 2026-02-25 05:16:18.051 | ++ pkg-map --element extra-hardware python-hardware 2026-02-25 05:16:18.075 | INFO:root:Mapping for extra-hardware : python-hardware 2026-02-25 05:16:18.078 | + map_pkg=python3-hardware-detect 2026-02-25 05:16:18.078 | + '[' 0 -eq 0 ']' 2026-02-25 05:16:18.078 | + pkg=python3-hardware-detect 2026-02-25 05:16:18.078 | + set -e 2026-02-25 05:16:18.078 | + PACKAGES=' openstack-ironic-python-agent python3-hardware-detect' 2026-02-25 05:16:18.078 | + read pkg 2026-02-25 05:16:18.078 | + '[' -n ' openstack-ironic-python-agent python3-hardware-detect' ']' 2026-02-25 05:16:18.078 | + install-packages openstack-ironic-python-agent python3-hardware-detect 2026-02-25 05:16:18.094 | Running install-packages install. 2026-02-25 05:16:18.094 | + dnf -v -y install openstack-ironic-python-agent python3-hardware-detect 2026-02-25 05:16:18.231 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:18.232 | DNF version: 4.14.0 2026-02-25 05:16:18.232 | cachedir: /tmp/yum 2026-02-25 05:16:18.251 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:18.298 | repo: using cache for: delorean-component-barbican 2026-02-25 05:16:18.298 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2026-02-25 05:16:18.299 | repo: using cache for: delorean-component-baremetal 2026-02-25 05:16:18.299 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2026-02-25 05:16:18.299 | repo: using cache for: delorean-component-cinder 2026-02-25 05:16:18.300 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2026-02-25 05:16:18.300 | repo: using cache for: delorean-component-clients 2026-02-25 05:16:18.300 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2026-02-25 05:16:18.300 | repo: using cache for: delorean-component-cloudops 2026-02-25 05:16:18.301 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2026-02-25 05:16:18.301 | repo: using cache for: delorean-component-common 2026-02-25 05:16:18.302 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2026-02-25 05:16:18.302 | repo: using cache for: delorean-component-compute 2026-02-25 05:16:18.302 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2026-02-25 05:16:18.302 | repo: using cache for: delorean-component-designate 2026-02-25 05:16:18.303 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2026-02-25 05:16:18.303 | repo: using cache for: delorean-component-glance 2026-02-25 05:16:18.303 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2026-02-25 05:16:18.303 | repo: using cache for: delorean-component-keystone 2026-02-25 05:16:18.304 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2026-02-25 05:16:18.304 | repo: using cache for: delorean-component-manila 2026-02-25 05:16:18.304 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2026-02-25 05:16:18.304 | repo: using cache for: delorean-component-network 2026-02-25 05:16:18.305 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2026-02-25 05:16:18.305 | repo: using cache for: delorean-component-octavia 2026-02-25 05:16:18.305 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2026-02-25 05:16:18.306 | repo: using cache for: delorean-component-optimize 2026-02-25 05:16:18.306 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2026-02-25 05:16:18.306 | repo: using cache for: delorean-component-podified 2026-02-25 05:16:18.306 | delorean-component-podified: using metadata from Tue Feb 3 07:46:50 2026. 2026-02-25 05:16:18.307 | repo: using cache for: delorean-component-puppet 2026-02-25 05:16:18.307 | delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2026-02-25 05:16:18.307 | repo: using cache for: delorean-component-swift 2026-02-25 05:16:18.307 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2026-02-25 05:16:18.308 | repo: using cache for: delorean-component-tempest 2026-02-25 05:16:18.308 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2026-02-25 05:16:18.308 | repo: using cache for: delorean-component-ui 2026-02-25 05:16:18.309 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2026-02-25 05:16:18.309 | repo: using cache for: baseos 2026-02-25 05:16:18.328 | baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:18.328 | repo: using cache for: appstream 2026-02-25 05:16:18.405 | appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:18.406 | repo: using cache for: crb 2026-02-25 05:16:18.424 | crb: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:18.424 | repo: using cache for: extras-common 2026-02-25 05:16:18.425 | extras-common: using metadata from Thu Feb 12 15:34:59 2026. 2026-02-25 05:16:18.425 | repo: using cache for: delorean-master-testing 2026-02-25 05:16:18.447 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2026-02-25 05:16:18.447 | repo: using cache for: delorean-master-build-deps 2026-02-25 05:16:18.448 | delorean-master-build-deps: using metadata from Thu Jan 15 10:12:10 2026. 2026-02-25 05:16:18.448 | repo: using cache for: centos9-rabbitmq 2026-02-25 05:16:18.448 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2026-02-25 05:16:18.449 | repo: using cache for: centos9-storage 2026-02-25 05:16:18.450 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2026-02-25 05:16:18.450 | repo: using cache for: centos9-opstools 2026-02-25 05:16:18.450 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2026-02-25 05:16:18.451 | repo: using cache for: centos9-nfv-ovs 2026-02-25 05:16:18.452 | centos9-nfv-ovs: using metadata from Mon Feb 2 05:16:39 2026. 2026-02-25 05:16:18.452 | repo: using cache for: repo-setup-centos-appstream 2026-02-25 05:16:18.518 | repo-setup-centos-appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:18.518 | repo: using cache for: repo-setup-centos-baseos 2026-02-25 05:16:18.541 | repo-setup-centos-baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:18.541 | repo: using cache for: repo-setup-centos-highavailability 2026-02-25 05:16:18.542 | repo-setup-centos-highavailability: using metadata from Mon Feb 23 10:49:17 2026. 2026-02-25 05:16:18.543 | repo: using cache for: repo-setup-centos-powertools 2026-02-25 05:16:18.553 | repo-setup-centos-powertools: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:18.553 | Last metadata expiration check: 0:00:07 ago on Wed Feb 25 00:16:11 2026. 2026-02-25 05:16:18.749 | --> Starting dependency resolution 2026-02-25 05:16:18.802 | ---> Package openstack-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2026-02-25 05:16:18.802 | ---> Package python3-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2026-02-25 05:16:18.802 | ---> Package python3-stevedore.noarch 5.4.1-0.20250225155234.27e27c1.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python-oslo-concurrency-lang.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python-oslo-i18n-lang.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python-oslo-log-lang.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python-oslo-utils-lang.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python3-debtcollector.noarch 3.0.0-0.20240226181642.0e6ce1c.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python3-futurist.noarch 3.1.0-0.20250225151745.bd83787.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python3-hardware-detect.noarch 0.32.1-0.20250310113828.527bcd2.el9 will be installed 2026-02-25 05:16:18.803 | ---> Package python3-oslo-concurrency.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-config.noarch 2:9.7.1-0.20250317170827.d583141.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-context.noarch 5.7.1-0.20250317171221.52d21e6.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-i18n.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-log.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-serialization.noarch 5.7.0-0.20250317180035.bff992d.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-service.noarch 4.1.1-0.20250317160209.7a52803.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-oslo-utils.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-tooz+redis.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2026-02-25 05:16:18.804 | ---> Package python3-tooz+zake.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package python3-tooz.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package libaio.x86_64 0.3.111-13.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package libconfig.x86_64 1.7.2-9.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package librdmacm.x86_64 61.0-2.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package lldpad.x86_64 1.1.1-4.gitf1dd9eb.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package pciutils.x86_64 3.7.0-7.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package python3-cffi.x86_64 1.14.5-5.el9 will be installed 2026-02-25 05:16:18.805 | ---> Package python3-cryptography.x86_64 36.0.1-5.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package python3-dns.noarch 2.6.1-3.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package python3-ply.noarch 3.11-14.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package python3-pycparser.noarch 2.20-6.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package python3-pyudev.noarch 0.22.0-6.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package smartmontools.x86_64 1:7.2-10.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package boost-iostreams.x86_64 1.75.0-13.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package boost-system.x86_64 1.75.0-13.el9 will be installed 2026-02-25 05:16:18.806 | ---> Package boost-thread.x86_64 1.75.0-13.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-http.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-libaio.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-nbd.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-rados.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-rbd.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package fio-engine-rdma.x86_64 3.35-1.el9 will be installed 2026-02-25 05:16:18.807 | ---> Package git-core.x86_64 2.52.0-1.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package libnbd.x86_64 1.20.3-4.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package libpq.x86_64 13.23-1.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package librados2.x86_64 2:16.2.4-5.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package librbd1.x86_64 2:16.2.4-5.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package mariadb-connector-c.x86_64 3.2.6-1.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package mariadb-connector-c-config.noarch 3.2.6-1.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package python3-psutil.x86_64 5.8.0-12.el9 will be installed 2026-02-25 05:16:18.808 | ---> Package qemu-img.x86_64 17:10.1.0-14.el9 will be installed 2026-02-25 05:16:18.809 | ---> Package luajit.x86_64 2.1.1692716794-3.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-async-timeout.noarch 4.0.2-5.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-eventlet.noarch 0.36.1-1.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-fasteners.noarch 0.19-1.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-greenlet.x86_64 3.1.1-1.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-ifaddr.noarch 0.1.7-3.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-iso8601.noarch 2.1.0-1.el9s will be installed 2026-02-25 05:16:18.809 | ---> Package python3-kazoo.noarch 2.8.0-2.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-msgpack.x86_64 1.1.0-1.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-netaddr.noarch 1.3.0-4.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-packaging.noarch 24.2-2.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-paste.noarch 3.10.1-1.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-paste-deploy.noarch 3.1.0-2.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-pbr.noarch 6.1.1-1.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-pint.noarch 0.16.1-3.el9s will be installed 2026-02-25 05:16:18.810 | ---> Package python3-pyOpenSSL.noarch 20.0.1-2.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-pyparsing.noarch 3.1.2-7.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-redis.noarch 5.0.4-1.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-repoze-lru.noarch 0.7-10.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-rfc3986.noarch 2.0.0-1.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-routes.noarch 2.5.1-1.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-tempita.noarch 0.5.2-2.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-tenacity.noarch 8.2.3-1.el9s will be installed 2026-02-25 05:16:18.811 | ---> Package python3-voluptuous.noarch 0.15.2-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-webob.noarch 1.8.9-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-werkzeug.noarch 3.0.3-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-wrapt.x86_64 1.16.0-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-yappi.x86_64 1.6.0-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-zake.noarch 0.2.2-22.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package python3-zeroconf.noarch 0.38.7-1.el9s will be installed 2026-02-25 05:16:18.812 | ---> Package sysbench.x86_64 1.0.20-5.el9s will be installed 2026-02-25 05:16:18.812 | --> Finished dependency resolution 2026-02-25 05:16:18.813 | Dependencies resolved. 2026-02-25 05:16:18.818 | ================================================================================================================= 2026-02-25 05:16:18.818 | Package Arch Version Repository Size 2026-02-25 05:16:18.818 | ================================================================================================================= 2026-02-25 05:16:18.818 | Installing: 2026-02-25 05:16:18.818 | openstack-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 11 k 2026-02-25 05:16:18.818 | python3-hardware-detect noarch 0.32.1-0.20250310113828.527bcd2.el9 delorean-component-common 52 k 2026-02-25 05:16:18.818 | Installing dependencies: 2026-02-25 05:16:18.818 | boost-iostreams x86_64 1.75.0-13.el9 appstream 37 k 2026-02-25 05:16:18.818 | boost-system x86_64 1.75.0-13.el9 appstream 11 k 2026-02-25 05:16:18.818 | boost-thread x86_64 1.75.0-13.el9 appstream 53 k 2026-02-25 05:16:18.818 | git-core x86_64 2.52.0-1.el9 appstream 5.0 M 2026-02-25 05:16:18.818 | libaio x86_64 0.3.111-13.el9 baseos 24 k 2026-02-25 05:16:18.818 | libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-25 05:16:18.818 | libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-25 05:16:18.818 | libpq x86_64 13.23-1.el9 appstream 209 k 2026-02-25 05:16:18.818 | librados2 x86_64 2:16.2.4-5.el9 appstream 3.4 M 2026-02-25 05:16:18.818 | librbd1 x86_64 2:16.2.4-5.el9 appstream 3.0 M 2026-02-25 05:16:18.818 | librdmacm x86_64 61.0-2.el9 baseos 73 k 2026-02-25 05:16:18.818 | lldpad x86_64 1.1.1-4.gitf1dd9eb.el9 baseos 295 k 2026-02-25 05:16:18.818 | luajit x86_64 2.1.1692716794-3.el9s delorean-master-testing 402 k 2026-02-25 05:16:18.818 | mariadb-connector-c x86_64 3.2.6-1.el9 appstream 198 k 2026-02-25 05:16:18.818 | mariadb-connector-c-config noarch 3.2.6-1.el9 appstream 11 k 2026-02-25 05:16:18.818 | pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-25 05:16:18.818 | python-oslo-concurrency-lang noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 13 k 2026-02-25 05:16:18.818 | python-oslo-i18n-lang noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 14 k 2026-02-25 05:16:18.818 | python-oslo-log-lang noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 13 k 2026-02-25 05:16:18.818 | python-oslo-utils-lang noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 13 k 2026-02-25 05:16:18.818 | python3-async-timeout noarch 4.0.2-5.el9s delorean-master-testing 18 k 2026-02-25 05:16:18.818 | python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-25 05:16:18.818 | python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-25 05:16:18.818 | python3-debtcollector noarch 3.0.0-0.20240226181642.0e6ce1c.el9 delorean-component-common 31 k 2026-02-25 05:16:18.818 | python3-dns noarch 2.6.1-3.el9 baseos 507 k 2026-02-25 05:16:18.818 | python3-eventlet noarch 0.36.1-1.el9s delorean-master-testing 492 k 2026-02-25 05:16:18.818 | python3-fasteners noarch 0.19-1.el9s delorean-master-testing 37 k 2026-02-25 05:16:18.818 | python3-futurist noarch 3.1.0-0.20250225151745.bd83787.el9 delorean-component-common 61 k 2026-02-25 05:16:18.818 | python3-greenlet x86_64 3.1.1-1.el9s delorean-master-testing 215 k 2026-02-25 05:16:18.818 | python3-ifaddr noarch 0.1.7-3.el9s delorean-master-testing 22 k 2026-02-25 05:16:18.818 | python3-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 293 k 2026-02-25 05:16:18.818 | python3-iso8601 noarch 2.1.0-1.el9s delorean-master-testing 21 k 2026-02-25 05:16:18.818 | python3-kazoo noarch 2.8.0-2.el9s delorean-master-testing 156 k 2026-02-25 05:16:18.818 | python3-msgpack x86_64 1.1.0-1.el9s delorean-master-testing 84 k 2026-02-25 05:16:18.818 | python3-netaddr noarch 1.3.0-4.el9s delorean-master-testing 1.6 M 2026-02-25 05:16:18.818 | python3-oslo-concurrency noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 40 k 2026-02-25 05:16:18.818 | python3-oslo-config noarch 2:9.7.1-0.20250317170827.d583141.el9 delorean-component-common 220 k 2026-02-25 05:16:18.818 | python3-oslo-context noarch 5.7.1-0.20250317171221.52d21e6.el9 delorean-component-common 26 k 2026-02-25 05:16:18.818 | python3-oslo-i18n noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 56 k 2026-02-25 05:16:18.818 | python3-oslo-log noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 62 k 2026-02-25 05:16:18.818 | python3-oslo-serialization noarch 5.7.0-0.20250317180035.bff992d.el9 delorean-component-common 31 k 2026-02-25 05:16:18.818 | python3-oslo-service noarch 4.1.1-0.20250317160209.7a52803.el9 delorean-component-common 77 k 2026-02-25 05:16:18.818 | python3-oslo-utils noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 107 k 2026-02-25 05:16:18.818 | python3-packaging noarch 24.2-2.el9s delorean-master-testing 115 k 2026-02-25 05:16:18.818 | python3-paste noarch 3.10.1-1.el9s delorean-master-testing 486 k 2026-02-25 05:16:18.818 | python3-paste-deploy noarch 3.1.0-2.el9s delorean-master-testing 38 k 2026-02-25 05:16:18.818 | python3-pbr noarch 6.1.1-1.el9s delorean-master-testing 146 k 2026-02-25 05:16:18.818 | python3-pint noarch 0.16.1-3.el9s delorean-master-testing 341 k 2026-02-25 05:16:18.818 | python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-25 05:16:18.818 | python3-psutil x86_64 5.8.0-12.el9 appstream 214 k 2026-02-25 05:16:18.818 | python3-pyOpenSSL noarch 20.0.1-2.el9s delorean-master-testing 89 k 2026-02-25 05:16:18.818 | python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-25 05:16:18.818 | python3-pyparsing noarch 3.1.2-7.el9s delorean-master-testing 214 k 2026-02-25 05:16:18.818 | python3-pyudev noarch 0.22.0-6.el9 baseos 90 k 2026-02-25 05:16:18.818 | python3-redis noarch 5.0.4-1.el9s delorean-master-testing 394 k 2026-02-25 05:16:18.818 | python3-repoze-lru noarch 0.7-10.el9s delorean-master-testing 31 k 2026-02-25 05:16:18.818 | python3-rfc3986 noarch 2.0.0-1.el9s delorean-master-testing 50 k 2026-02-25 05:16:18.818 | python3-routes noarch 2.5.1-1.el9s delorean-master-testing 188 k 2026-02-25 05:16:18.818 | python3-stevedore noarch 5.4.1-0.20250225155234.27e27c1.el9 delorean-component-clients 68 k 2026-02-25 05:16:18.818 | python3-tempita noarch 0.5.2-2.el9s delorean-master-testing 36 k 2026-02-25 05:16:18.818 | python3-tenacity noarch 8.2.3-1.el9s delorean-master-testing 46 k 2026-02-25 05:16:18.818 | python3-tooz noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 104 k 2026-02-25 05:16:18.818 | python3-tooz+redis noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.8 k 2026-02-25 05:16:18.818 | python3-tooz+zake noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.7 k 2026-02-25 05:16:18.818 | python3-voluptuous noarch 0.15.2-1.el9s delorean-master-testing 60 k 2026-02-25 05:16:18.818 | python3-webob noarch 1.8.9-1.el9s delorean-master-testing 230 k 2026-02-25 05:16:18.818 | python3-werkzeug noarch 3.0.3-1.el9s delorean-master-testing 357 k 2026-02-25 05:16:18.818 | python3-wrapt x86_64 1.16.0-1.el9s delorean-master-testing 60 k 2026-02-25 05:16:18.818 | python3-yappi x86_64 1.6.0-1.el9s delorean-master-testing 54 k 2026-02-25 05:16:18.818 | python3-zake noarch 0.2.2-22.el9s delorean-master-testing 45 k 2026-02-25 05:16:18.818 | python3-zeroconf noarch 0.38.7-1.el9s delorean-master-testing 141 k 2026-02-25 05:16:18.818 | qemu-img x86_64 17:10.1.0-14.el9 appstream 2.6 M 2026-02-25 05:16:18.818 | smartmontools x86_64 1:7.2-10.el9 baseos 556 k 2026-02-25 05:16:18.818 | Installing weak dependencies: 2026-02-25 05:16:18.818 | fio x86_64 3.35-1.el9 appstream 6.2 M 2026-02-25 05:16:18.818 | fio-engine-http x86_64 3.35-1.el9 appstream 18 k 2026-02-25 05:16:18.818 | fio-engine-libaio x86_64 3.35-1.el9 appstream 16 k 2026-02-25 05:16:18.819 | fio-engine-nbd x86_64 3.35-1.el9 appstream 15 k 2026-02-25 05:16:18.819 | fio-engine-rados x86_64 3.35-1.el9 appstream 16 k 2026-02-25 05:16:18.819 | fio-engine-rbd x86_64 3.35-1.el9 appstream 16 k 2026-02-25 05:16:18.819 | fio-engine-rdma x86_64 3.35-1.el9 appstream 21 k 2026-02-25 05:16:18.819 | sysbench x86_64 1.0.20-5.el9s delorean-master-testing 158 k 2026-02-25 05:16:18.819 | 2026-02-25 05:16:18.819 | Transaction Summary 2026-02-25 05:16:18.819 | ================================================================================================================= 2026-02-25 05:16:18.819 | Install 83 Packages 2026-02-25 05:16:18.819 | 2026-02-25 05:16:18.824 | Total size: 32 M 2026-02-25 05:16:18.824 | Total download size: 24 M 2026-02-25 05:16:18.824 | Installed size: 117 M 2026-02-25 05:16:18.825 | Downloading Packages: 2026-02-25 05:16:18.828 | [SKIPPED] python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.828 | [SKIPPED] python3-oslo-config-9.7.1-0.20250317170827.d583141.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.829 | [SKIPPED] python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.829 | [SKIPPED] python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:18.829 | [SKIPPED] libaio-0.3.111-13.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:21.109 | [SKIPPED] python3-pyudev-0.22.0-6.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] git-core-2.52.0-1.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-psutil-5.8.0-12.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-fasteners-0.19-1.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-iso8601-2.1.0-1.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-netaddr-1.3.0-4.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-packaging-24.2-2.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.485 | [SKIPPED] python3-pbr-6.1.1-1.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.486 | [SKIPPED] python3-pyparsing-3.1.2-7.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.486 | [SKIPPED] python3-rfc3986-2.0.0-1.el9s.noarch.rpm: Already downloaded 2026-02-25 05:16:21.486 | [SKIPPED] python3-wrapt-1.16.0-1.el9s.x86_64.rpm: Already downloaded 2026-02-25 05:16:21.624 | (22/83): python-oslo-log-lang-7.1.0-0.202503171 91 kB/s | 13 kB 00:00 2026-02-25 05:16:21.644 | (23/83): openstack-ironic-python-agent-10.3.0-0 71 kB/s | 11 kB 00:00 2026-02-25 05:16:21.648 | (24/83): python3-ironic-python-agent-10.3.0-0.2 1.8 MB/s | 293 kB 00:00 2026-02-25 05:16:21.675 | (25/83): python3-futurist-3.1.0-0.2025022515174 1.2 MB/s | 61 kB 00:00 2026-02-25 05:16:21.696 | (26/83): python3-hardware-detect-0.32.1-0.20250 1.0 MB/s | 52 kB 00:00 2026-02-25 05:16:21.697 | (27/83): python3-oslo-context-5.7.1-0.202503171 532 kB/s | 26 kB 00:00 2026-02-25 05:16:21.723 | (28/83): python3-oslo-log-7.1.0-0.2025031717214 1.3 MB/s | 62 kB 00:00 2026-02-25 05:16:21.748 | (29/83): python3-oslo-serialization-5.7.0-0.202 612 kB/s | 31 kB 00:00 2026-02-25 05:16:21.749 | (30/83): python3-oslo-service-4.1.1-0.202503171 1.4 MB/s | 77 kB 00:00 2026-02-25 05:16:21.771 | (31/83): python3-tooz+redis-6.3.0-0.20241018083 162 kB/s | 7.8 kB 00:00 2026-02-25 05:16:21.798 | (32/83): python3-tooz-6.3.0-0.20241018083720.73 2.1 MB/s | 104 kB 00:00 2026-02-25 05:16:21.799 | (33/83): python3-tooz+zake-6.3.0-0.202410180837 151 kB/s | 7.7 kB 00:00 2026-02-25 05:16:22.207 | (34/83): lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64.r 724 kB/s | 295 kB 00:00 2026-02-25 05:16:22.300 | (35/83): libconfig-1.7.2-9.el9.x86_64.rpm 136 kB/s | 72 kB 00:00 2026-02-25 05:16:22.320 | (36/83): librdmacm-61.0-2.el9.x86_64.rpm 139 kB/s | 73 kB 00:00 2026-02-25 05:16:22.745 | (37/83): pciutils-3.7.0-7.el9.x86_64.rpm 173 kB/s | 93 kB 00:00 2026-02-25 05:16:22.902 | (38/83): python3-cffi-1.14.5-5.el9.x86_64.rpm 421 kB/s | 253 kB 00:00 2026-02-25 05:16:23.226 | (39/83): python3-cryptography-36.0.1-5.el9.x86_ 1.4 MB/s | 1.2 MB 00:00 2026-02-25 05:16:23.390 | (40/83): python3-dns-2.6.1-3.el9.noarch.rpm 786 kB/s | 507 kB 00:00 2026-02-25 05:16:23.453 | (41/83): python3-ply-3.11-14.el9.noarch.rpm 193 kB/s | 106 kB 00:00 2026-02-25 05:16:23.790 | (42/83): python3-pycparser-2.20-6.el9.noarch.rp 240 kB/s | 135 kB 00:00 2026-02-25 05:16:23.829 | (43/83): boost-iostreams-1.75.0-13.el9.x86_64.r 97 kB/s | 37 kB 00:00 2026-02-25 05:16:23.881 | (44/83): boost-system-1.75.0-13.el9.x86_64.rpm 123 kB/s | 11 kB 00:00 2026-02-25 05:16:23.928 | (45/83): boost-thread-1.75.0-13.el9.x86_64.rpm 537 kB/s | 53 kB 00:00 2026-02-25 05:16:23.984 | (46/83): fio-engine-http-3.35-1.el9.x86_64.rpm 330 kB/s | 18 kB 00:00 2026-02-25 05:16:24.025 | (47/83): smartmontools-7.2-10.el9.x86_64.rpm 876 kB/s | 556 kB 00:00 2026-02-25 05:16:24.036 | (48/83): fio-engine-libaio-3.35-1.el9.x86_64.rp 297 kB/s | 16 kB 00:00 2026-02-25 05:16:24.089 | (49/83): fio-engine-rados-3.35-1.el9.x86_64.rpm 300 kB/s | 16 kB 00:00 2026-02-25 05:16:24.142 | (50/83): fio-engine-rbd-3.35-1.el9.x86_64.rpm 306 kB/s | 16 kB 00:00 2026-02-25 05:16:24.166 | (51/83): fio-engine-nbd-3.35-1.el9.x86_64.rpm 103 kB/s | 15 kB 00:00 2026-02-25 05:16:24.197 | (52/83): fio-engine-rdma-3.35-1.el9.x86_64.rpm 380 kB/s | 21 kB 00:00 2026-02-25 05:16:24.324 | (53/83): fio-3.35-1.el9.x86_64.rpm 14 MB/s | 6.2 MB 00:00 2026-02-25 05:16:24.326 | (54/83): libpq-13.23-1.el9.x86_64.rpm 1.6 MB/s | 209 kB 00:00 2026-02-25 05:16:24.356 | (55/83): libnbd-1.20.3-4.el9.x86_64.rpm 865 kB/s | 164 kB 00:00 2026-02-25 05:16:24.425 | (56/83): librbd1-16.2.4-5.el9.x86_64.rpm 30 MB/s | 3.0 MB 00:00 2026-02-25 05:16:24.451 | (57/83): mariadb-connector-c-3.2.6-1.el9.x86_64 2.0 MB/s | 198 kB 00:00 2026-02-25 05:16:24.471 | (58/83): mariadb-connector-c-config-3.2.6-1.el9 235 kB/s | 11 kB 00:00 2026-02-25 05:16:24.572 | (59/83): librados2-16.2.4-5.el9.x86_64.rpm 14 MB/s | 3.4 MB 00:00 2026-02-25 05:16:24.623 | (60/83): python3-async-timeout-4.0.2-5.el9s.noa 357 kB/s | 18 kB 00:00 2026-02-25 05:16:24.662 | (61/83): qemu-img-10.1.0-14.el9.x86_64.rpm 12 MB/s | 2.6 MB 00:00 2026-02-25 05:16:24.674 | (62/83): python3-eventlet-0.36.1-1.el9s.noarch. 9.5 MB/s | 492 kB 00:00 2026-02-25 05:16:24.712 | (63/83): python3-greenlet-3.1.1-1.el9s.x86_64.r 4.2 MB/s | 215 kB 00:00 2026-02-25 05:16:24.724 | (64/83): python3-ifaddr-0.1.7-3.el9s.noarch.rpm 440 kB/s | 22 kB 00:00 2026-02-25 05:16:24.761 | (65/83): python3-kazoo-2.8.0-2.el9s.noarch.rpm 3.2 MB/s | 156 kB 00:00 2026-02-25 05:16:24.774 | (66/83): python3-msgpack-1.1.0-1.el9s.x86_64.rp 1.6 MB/s | 84 kB 00:00 2026-02-25 05:16:24.777 | (67/83): luajit-2.1.1692716794-3.el9s.x86_64.rp 1.3 MB/s | 402 kB 00:00 2026-02-25 05:16:24.811 | (68/83): python3-paste-3.10.1-1.el9s.noarch.rpm 9.5 MB/s | 486 kB 00:00 2026-02-25 05:16:24.824 | (69/83): python3-paste-deploy-3.1.0-2.el9s.noar 778 kB/s | 38 kB 00:00 2026-02-25 05:16:24.826 | (70/83): python3-pint-0.16.1-3.el9s.noarch.rpm 6.8 MB/s | 341 kB 00:00 2026-02-25 05:16:24.857 | (71/83): python3-pyOpenSSL-20.0.1-2.el9s.noarch 1.9 MB/s | 89 kB 00:00 2026-02-25 05:16:24.874 | (72/83): python3-repoze-lru-0.7-10.el9s.noarch. 638 kB/s | 31 kB 00:00 2026-02-25 05:16:24.876 | (73/83): python3-redis-5.0.4-1.el9s.noarch.rpm 7.4 MB/s | 394 kB 00:00 2026-02-25 05:16:24.904 | (74/83): python3-routes-2.5.1-1.el9s.noarch.rpm 3.9 MB/s | 188 kB 00:00 2026-02-25 05:16:24.924 | (75/83): python3-tenacity-8.2.3-1.el9s.noarch.r 966 kB/s | 46 kB 00:00 2026-02-25 05:16:24.925 | (76/83): python3-tempita-0.5.2-2.el9s.noarch.rp 711 kB/s | 36 kB 00:00 2026-02-25 05:16:24.953 | (77/83): python3-voluptuous-0.15.2-1.el9s.noarc 1.2 MB/s | 60 kB 00:00 2026-02-25 05:16:24.978 | (78/83): python3-werkzeug-3.0.3-1.el9s.noarch.r 6.6 MB/s | 357 kB 00:00 2026-02-25 05:16:24.979 | (79/83): python3-webob-1.8.9-1.el9s.noarch.rpm 4.1 MB/s | 230 kB 00:00 2026-02-25 05:16:25.000 | (80/83): python3-yappi-1.6.0-1.el9s.x86_64.rpm 1.1 MB/s | 54 kB 00:00 2026-02-25 05:16:25.032 | (81/83): python3-zake-0.2.2-22.el9s.noarch.rpm 841 kB/s | 45 kB 00:00 2026-02-25 05:16:25.032 | (82/83): python3-zeroconf-0.38.7-1.el9s.noarch. 2.6 MB/s | 141 kB 00:00 2026-02-25 05:16:25.048 | (83/83): sysbench-1.0.20-5.el9s.x86_64.rpm 3.2 MB/s | 158 kB 00:00 2026-02-25 05:16:25.048 | -------------------------------------------------------------------------------- 2026-02-25 05:16:25.048 | Total 3.8 MB/s | 24 MB 00:06 2026-02-25 05:16:25.049 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2026-02-25 05:16:25.509 | Running transaction check 2026-02-25 05:16:25.551 | Transaction check succeeded. 2026-02-25 05:16:25.551 | Running transaction test 2026-02-25 05:16:25.832 | Transaction test succeeded. 2026-02-25 05:16:25.832 | Running transaction 2026-02-25 05:16:26.166 | Preparing : 1/1 2026-02-25 05:16:26.170 | Installing : python3-packaging-24.2-2.el9s.noarch 1/83 2026-02-25 05:16:26.175 | Installing : libaio-0.3.111-13.el9.x86_64 2/83 2026-02-25 05:16:26.215 | Installing : python3-tenacity-8.2.3-1.el9s.noarch 3/83 2026-02-25 05:16:26.222 | Installing : python3-netaddr-1.3.0-4.el9s.noarch 4/83 2026-02-25 05:16:26.239 | Installing : python3-msgpack-1.1.0-1.el9s.x86_64 5/83 2026-02-25 05:16:26.246 | Installing : python3-greenlet-3.1.1-1.el9s.x86_64 6/83 2026-02-25 05:16:26.255 | Installing : python3-fasteners-0.19-1.el9s.noarch 7/83 2026-02-25 05:16:26.259 | Installing : python3-psutil-5.8.0-12.el9.x86_64 8/83 2026-02-25 05:16:26.296 | Installing : librdmacm-61.0-2.el9.x86_64 9/83 2026-02-25 05:16:26.315 | Installing : qemu-img-17:10.1.0-14.el9.x86_64 10/83 2026-02-25 05:16:26.321 | Installing : python3-pint-0.16.1-3.el9s.noarch 11/83 2026-02-25 05:16:26.327 | Installing : python3-yappi-1.6.0-1.el9s.x86_64 12/83 2026-02-25 05:16:26.333 | Installing : python3-wrapt-1.16.0-1.el9s.x86_64 13/83 2026-02-25 05:16:26.341 | Installing : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 14/83 2026-02-25 05:16:26.365 | Installing : python3-futurist-3.1.0-0.20250225151745.bd83787.el 15/83 2026-02-25 05:16:26.382 | Installing : python3-werkzeug-3.0.3-1.el9s.noarch 16/83 2026-02-25 05:16:26.389 | Installing : python3-webob-1.8.9-1.el9s.noarch 17/83 2026-02-25 05:16:26.393 | Installing : python3-voluptuous-0.15.2-1.el9s.noarch 18/83 2026-02-25 05:16:26.399 | Installing : python3-tempita-0.5.2-2.el9s.noarch 19/83 2026-02-25 05:16:26.405 | Installing : python3-rfc3986-2.0.0-1.el9s.noarch 20/83 2026-02-25 05:16:26.414 | Installing : python3-repoze-lru-0.7-10.el9s.noarch 21/83 2026-02-25 05:16:26.424 | Installing : python3-routes-2.5.1-1.el9s.noarch 22/83 2026-02-25 05:16:26.432 | Installing : python3-pyparsing-3.1.2-7.el9s.noarch 23/83 2026-02-25 05:16:26.446 | Installing : python3-paste-deploy-3.1.0-2.el9s.noarch 24/83 2026-02-25 05:16:26.453 | Installing : python3-kazoo-2.8.0-2.el9s.noarch 25/83 2026-02-25 05:16:26.457 | Installing : python3-zake-0.2.2-22.el9s.noarch 26/83 2026-02-25 05:16:26.462 | Installing : python3-iso8601-2.1.0-1.el9s.noarch 27/83 2026-02-25 05:16:26.473 | Installing : python3-ifaddr-0.1.7-3.el9s.noarch 28/83 2026-02-25 05:16:26.478 | Installing : python3-zeroconf-0.38.7-1.el9s.noarch 29/83 2026-02-25 05:16:26.505 | Installing : python3-async-timeout-4.0.2-5.el9s.noarch 30/83 2026-02-25 05:16:26.516 | Installing : python3-redis-5.0.4-1.el9s.noarch 31/83 2026-02-25 05:16:26.519 | Installing : luajit-2.1.1692716794-3.el9s.x86_64 32/83 2026-02-25 05:16:26.525 | Installing : mariadb-connector-c-config-3.2.6-1.el9.noarch 33/83 2026-02-25 05:16:26.533 | Installing : mariadb-connector-c-3.2.6-1.el9.x86_64 34/83 2026-02-25 05:16:26.547 | Installing : libpq-13.23-1.el9.x86_64 35/83 2026-02-25 05:16:26.554 | Installing : sysbench-1.0.20-5.el9s.x86_64 36/83 2026-02-25 05:16:26.641 | Installing : libnbd-1.20.3-4.el9.x86_64 37/83 2026-02-25 05:16:26.662 | Installing : git-core-2.52.0-1.el9.x86_64 38/83 2026-02-25 05:16:26.677 | Installing : python3-pbr-6.1.1-1.el9s.noarch 39/83 2026-02-25 05:16:26.682 | Installing : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 40/83 2026-02-25 05:16:26.685 | Installing : python3-oslo-context-5.7.1-0.20250317171221.52d21e 41/83 2026-02-25 05:16:26.689 | Installing : boost-system-1.75.0-13.el9.x86_64 42/83 2026-02-25 05:16:26.692 | Installing : boost-thread-1.75.0-13.el9.x86_64 43/83 2026-02-25 05:16:26.728 | Installing : boost-iostreams-1.75.0-13.el9.x86_64 44/83 2026-02-25 05:16:26.730 | Installing : librados2-2:16.2.4-5.el9.x86_64 45/83 2026-02-25 05:16:26.772 | Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 45/83 2026-02-25 05:16:26.775 | Installing : librbd1-2:16.2.4-5.el9.x86_64 46/83 2026-02-25 05:16:26.788 | Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 46/83 2026-02-25 05:16:26.790 | Installing : fio-engine-http-3.35-1.el9.x86_64 47/83 2026-02-25 05:16:26.792 | Installing : fio-engine-nbd-3.35-1.el9.x86_64 48/83 2026-02-25 05:16:26.794 | Installing : fio-engine-rados-3.35-1.el9.x86_64 49/83 2026-02-25 05:16:26.796 | Installing : fio-engine-rbd-3.35-1.el9.x86_64 50/83 2026-02-25 05:16:26.841 | Installing : fio-engine-rdma-3.35-1.el9.x86_64 51/83 2026-02-25 05:16:26.846 | Installing : fio-3.35-1.el9.x86_64 52/83 2026-02-25 05:16:26.857 | Installing : fio-engine-libaio-3.35-1.el9.x86_64 53/83 2026-02-25 05:16:26.859 | Installing : smartmontools-1:7.2-10.el9.x86_64 54/83 2026-02-25 05:16:26.876 | Running scriptlet: smartmontools-1:7.2-10.el9.x86_64 54/83 2026-02-25 05:16:26.876 | Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service -> /usr/lib/systemd/system/smartd.service. 2026-02-25 05:16:26.876 | 2026-02-25 05:16:26.891 | Installing : python3-pyudev-0.22.0-6.el9.noarch 55/83 2026-02-25 05:16:26.900 | Installing : python3-ply-3.11-14.el9.noarch 56/83 2026-02-25 05:16:26.912 | Installing : python3-pycparser-2.20-6.el9.noarch 57/83 2026-02-25 05:16:26.963 | Installing : python3-cffi-1.14.5-5.el9.x86_64 58/83 2026-02-25 05:16:26.973 | Installing : python3-cryptography-36.0.1-5.el9.x86_64 59/83 2026-02-25 05:16:27.009 | Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 60/83 2026-02-25 05:16:27.056 | Installing : python3-paste-3.10.1-1.el9s.noarch 61/83 2026-02-25 05:16:27.091 | Installing : python3-dns-2.6.1-3.el9.noarch 62/83 2026-02-25 05:16:27.098 | Installing : python3-eventlet-0.36.1-1.el9s.noarch 63/83 2026-02-25 05:16:27.102 | Installing : pciutils-3.7.0-7.el9.x86_64 64/83 2026-02-25 05:16:27.110 | Installing : libconfig-1.7.2-9.el9.x86_64 65/83 2026-02-25 05:16:27.113 | Installing : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2026-02-25 05:16:27.133 | Running scriptlet: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2026-02-25 05:16:27.135 | Installing : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 67/83 2026-02-25 05:16:27.139 | Installing : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 68/83 2026-02-25 05:16:27.148 | Installing : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 69/83 2026-02-25 05:16:27.159 | Installing : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 70/83 2026-02-25 05:16:27.175 | Installing : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 71/83 2026-02-25 05:16:27.183 | Installing : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 72/83 2026-02-25 05:16:27.185 | Installing : python3-oslo-serialization-5.7.0-0.20250317180035. 73/83 2026-02-25 05:16:27.186 | Installing : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 74/83 2026-02-25 05:16:27.194 | Installing : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 75/83 2026-02-25 05:16:27.203 | Installing : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 76/83 2026-02-25 05:16:27.207 | Installing : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 77/83 2026-02-25 05:16:27.212 | Installing : python-oslo-concurrency-lang-7.1.0-0.2025031717320 78/83 2026-02-25 05:16:27.222 | Installing : python3-oslo-concurrency-7.1.0-0.20250317173205.62 79/83 2026-02-25 05:16:27.241 | Installing : python3-oslo-service-4.1.1-0.20250317160209.7a5280 80/83 2026-02-25 05:16:27.246 | Installing : python3-ironic-python-agent-10.3.0-0.2025041800572 81/83 2026-02-25 05:16:27.247 | Installing : openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2026-02-25 05:16:27.271 | Running scriptlet: openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2026-02-25 05:16:27.293 | Installing : python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2026-02-25 05:16:27.480 | Running scriptlet: python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2026-02-25 05:16:27.480 | Verifying : openstack-ironic-python-agent-10.3.0-0.20250418005 1/83 2026-02-25 05:16:27.480 | Verifying : python3-ironic-python-agent-10.3.0-0.2025041800572 2/83 2026-02-25 05:16:27.480 | Verifying : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 3/83 2026-02-25 05:16:27.481 | Verifying : python-oslo-concurrency-lang-7.1.0-0.2025031717320 4/83 2026-02-25 05:16:27.481 | Verifying : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 5/83 2026-02-25 05:16:27.481 | Verifying : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 6/83 2026-02-25 05:16:27.481 | Verifying : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 7/83 2026-02-25 05:16:27.481 | Verifying : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 8/83 2026-02-25 05:16:27.481 | Verifying : python3-futurist-3.1.0-0.20250225151745.bd83787.el 9/83 2026-02-25 05:16:27.481 | Verifying : python3-hardware-detect-0.32.1-0.20250310113828.52 10/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-concurrency-7.1.0-0.20250317173205.62 11/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 12/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-context-5.7.1-0.20250317171221.52d21e 13/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 14/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 15/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-serialization-5.7.0-0.20250317180035. 16/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-service-4.1.1-0.20250317160209.7a5280 17/83 2026-02-25 05:16:27.481 | Verifying : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 18/83 2026-02-25 05:16:27.481 | Verifying : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 19/83 2026-02-25 05:16:27.481 | Verifying : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 20/83 2026-02-25 05:16:27.481 | Verifying : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 21/83 2026-02-25 05:16:27.481 | Verifying : libaio-0.3.111-13.el9.x86_64 22/83 2026-02-25 05:16:27.481 | Verifying : libconfig-1.7.2-9.el9.x86_64 23/83 2026-02-25 05:16:27.481 | Verifying : librdmacm-61.0-2.el9.x86_64 24/83 2026-02-25 05:16:27.481 | Verifying : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 25/83 2026-02-25 05:16:27.481 | Verifying : pciutils-3.7.0-7.el9.x86_64 26/83 2026-02-25 05:16:27.481 | Verifying : python3-cffi-1.14.5-5.el9.x86_64 27/83 2026-02-25 05:16:27.481 | Verifying : python3-cryptography-36.0.1-5.el9.x86_64 28/83 2026-02-25 05:16:27.482 | Verifying : python3-dns-2.6.1-3.el9.noarch 29/83 2026-02-25 05:16:27.482 | Verifying : python3-ply-3.11-14.el9.noarch 30/83 2026-02-25 05:16:27.482 | Verifying : python3-pycparser-2.20-6.el9.noarch 31/83 2026-02-25 05:16:27.482 | Verifying : python3-pyudev-0.22.0-6.el9.noarch 32/83 2026-02-25 05:16:27.482 | Verifying : smartmontools-1:7.2-10.el9.x86_64 33/83 2026-02-25 05:16:27.482 | Verifying : boost-iostreams-1.75.0-13.el9.x86_64 34/83 2026-02-25 05:16:27.482 | Verifying : boost-system-1.75.0-13.el9.x86_64 35/83 2026-02-25 05:16:27.482 | Verifying : boost-thread-1.75.0-13.el9.x86_64 36/83 2026-02-25 05:16:27.482 | Verifying : fio-3.35-1.el9.x86_64 37/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-http-3.35-1.el9.x86_64 38/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-libaio-3.35-1.el9.x86_64 39/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-nbd-3.35-1.el9.x86_64 40/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-rados-3.35-1.el9.x86_64 41/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-rbd-3.35-1.el9.x86_64 42/83 2026-02-25 05:16:27.482 | Verifying : fio-engine-rdma-3.35-1.el9.x86_64 43/83 2026-02-25 05:16:27.482 | Verifying : git-core-2.52.0-1.el9.x86_64 44/83 2026-02-25 05:16:27.482 | Verifying : libnbd-1.20.3-4.el9.x86_64 45/83 2026-02-25 05:16:27.482 | Verifying : libpq-13.23-1.el9.x86_64 46/83 2026-02-25 05:16:27.482 | Verifying : librados2-2:16.2.4-5.el9.x86_64 47/83 2026-02-25 05:16:27.482 | Verifying : librbd1-2:16.2.4-5.el9.x86_64 48/83 2026-02-25 05:16:27.482 | Verifying : mariadb-connector-c-3.2.6-1.el9.x86_64 49/83 2026-02-25 05:16:27.482 | Verifying : mariadb-connector-c-config-3.2.6-1.el9.noarch 50/83 2026-02-25 05:16:27.482 | Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/83 2026-02-25 05:16:27.482 | Verifying : qemu-img-17:10.1.0-14.el9.x86_64 52/83 2026-02-25 05:16:27.482 | Verifying : luajit-2.1.1692716794-3.el9s.x86_64 53/83 2026-02-25 05:16:27.482 | Verifying : python3-async-timeout-4.0.2-5.el9s.noarch 54/83 2026-02-25 05:16:27.482 | Verifying : python3-eventlet-0.36.1-1.el9s.noarch 55/83 2026-02-25 05:16:27.482 | Verifying : python3-fasteners-0.19-1.el9s.noarch 56/83 2026-02-25 05:16:27.482 | Verifying : python3-greenlet-3.1.1-1.el9s.x86_64 57/83 2026-02-25 05:16:27.483 | Verifying : python3-ifaddr-0.1.7-3.el9s.noarch 58/83 2026-02-25 05:16:27.483 | Verifying : python3-iso8601-2.1.0-1.el9s.noarch 59/83 2026-02-25 05:16:27.483 | Verifying : python3-kazoo-2.8.0-2.el9s.noarch 60/83 2026-02-25 05:16:27.483 | Verifying : python3-msgpack-1.1.0-1.el9s.x86_64 61/83 2026-02-25 05:16:27.483 | Verifying : python3-netaddr-1.3.0-4.el9s.noarch 62/83 2026-02-25 05:16:27.483 | Verifying : python3-packaging-24.2-2.el9s.noarch 63/83 2026-02-25 05:16:27.483 | Verifying : python3-paste-3.10.1-1.el9s.noarch 64/83 2026-02-25 05:16:27.483 | Verifying : python3-paste-deploy-3.1.0-2.el9s.noarch 65/83 2026-02-25 05:16:27.483 | Verifying : python3-pbr-6.1.1-1.el9s.noarch 66/83 2026-02-25 05:16:27.483 | Verifying : python3-pint-0.16.1-3.el9s.noarch 67/83 2026-02-25 05:16:27.483 | Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 68/83 2026-02-25 05:16:27.483 | Verifying : python3-pyparsing-3.1.2-7.el9s.noarch 69/83 2026-02-25 05:16:27.483 | Verifying : python3-redis-5.0.4-1.el9s.noarch 70/83 2026-02-25 05:16:27.483 | Verifying : python3-repoze-lru-0.7-10.el9s.noarch 71/83 2026-02-25 05:16:27.483 | Verifying : python3-rfc3986-2.0.0-1.el9s.noarch 72/83 2026-02-25 05:16:27.483 | Verifying : python3-routes-2.5.1-1.el9s.noarch 73/83 2026-02-25 05:16:27.483 | Verifying : python3-tempita-0.5.2-2.el9s.noarch 74/83 2026-02-25 05:16:27.483 | Verifying : python3-tenacity-8.2.3-1.el9s.noarch 75/83 2026-02-25 05:16:27.483 | Verifying : python3-voluptuous-0.15.2-1.el9s.noarch 76/83 2026-02-25 05:16:27.483 | Verifying : python3-webob-1.8.9-1.el9s.noarch 77/83 2026-02-25 05:16:27.483 | Verifying : python3-werkzeug-3.0.3-1.el9s.noarch 78/83 2026-02-25 05:16:27.483 | Verifying : python3-wrapt-1.16.0-1.el9s.x86_64 79/83 2026-02-25 05:16:27.483 | Verifying : python3-yappi-1.6.0-1.el9s.x86_64 80/83 2026-02-25 05:16:27.483 | Verifying : python3-zake-0.2.2-22.el9s.noarch 81/83 2026-02-25 05:16:27.483 | Verifying : python3-zeroconf-0.38.7-1.el9s.noarch 82/83 2026-02-25 05:16:27.497 | Verifying : sysbench-1.0.20-5.el9s.x86_64 83/83 2026-02-25 05:16:27.497 | Completion plugin: Generating completion cache... 2026-02-25 05:16:27.578 | Installed: boost-iostreams-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.578 | Installed: boost-system-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.578 | Installed: boost-thread-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-http-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-libaio-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-nbd-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-rados-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-rbd-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: fio-engine-rdma-3.35-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: git-core-2.52.0-1.el9.x86_64 2026-02-25 05:16:27.578 | Installed: libaio-0.3.111-13.el9.x86_64 2026-02-25 05:16:27.578 | Installed: libconfig-1.7.2-9.el9.x86_64 2026-02-25 05:16:27.578 | Installed: libnbd-1.20.3-4.el9.x86_64 2026-02-25 05:16:27.579 | Installed: libpq-13.23-1.el9.x86_64 2026-02-25 05:16:27.579 | Installed: librados2-2:16.2.4-5.el9.x86_64 2026-02-25 05:16:27.579 | Installed: librbd1-2:16.2.4-5.el9.x86_64 2026-02-25 05:16:27.579 | Installed: librdmacm-61.0-2.el9.x86_64 2026-02-25 05:16:27.579 | Installed: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2026-02-25 05:16:27.579 | Installed: luajit-2.1.1692716794-3.el9s.x86_64 2026-02-25 05:16:27.579 | Installed: mariadb-connector-c-3.2.6-1.el9.x86_64 2026-02-25 05:16:27.579 | Installed: mariadb-connector-c-config-3.2.6-1.el9.noarch 2026-02-25 05:16:27.579 | Installed: openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2026-02-25 05:16:27.579 | Installed: pciutils-3.7.0-7.el9.x86_64 2026-02-25 05:16:27.579 | Installed: python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2026-02-25 05:16:27.579 | Installed: python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2026-02-25 05:16:27.579 | Installed: python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2026-02-25 05:16:27.579 | Installed: python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2026-02-25 05:16:27.579 | Installed: python3-async-timeout-4.0.2-5.el9s.noarch 2026-02-25 05:16:27.579 | Installed: python3-cffi-1.14.5-5.el9.x86_64 2026-02-25 05:16:27.579 | Installed: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-25 05:16:27.579 | Installed: python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2026-02-25 05:16:27.579 | Installed: python3-dns-2.6.1-3.el9.noarch 2026-02-25 05:16:27.579 | Installed: python3-eventlet-0.36.1-1.el9s.noarch 2026-02-25 05:16:27.579 | Installed: python3-fasteners-0.19-1.el9s.noarch 2026-02-25 05:16:27.579 | Installed: python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2026-02-25 05:16:27.579 | Installed: python3-greenlet-3.1.1-1.el9s.x86_64 2026-02-25 05:16:27.579 | Installed: python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-ifaddr-0.1.7-3.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-iso8601-2.1.0-1.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-kazoo-2.8.0-2.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-msgpack-1.1.0-1.el9s.x86_64 2026-02-25 05:16:27.580 | Installed: python3-netaddr-1.3.0-4.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-packaging-24.2-2.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-paste-3.10.1-1.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-paste-deploy-3.1.0-2.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-pbr-6.1.1-1.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-pint-0.16.1-3.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-ply-3.11-14.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-psutil-5.8.0-12.el9.x86_64 2026-02-25 05:16:27.580 | Installed: python3-pyOpenSSL-20.0.1-2.el9s.noarch 2026-02-25 05:16:27.580 | Installed: python3-pycparser-2.20-6.el9.noarch 2026-02-25 05:16:27.580 | Installed: python3-pyparsing-3.1.2-7.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-pyudev-0.22.0-6.el9.noarch 2026-02-25 05:16:27.581 | Installed: python3-redis-5.0.4-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-repoze-lru-0.7-10.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-rfc3986-2.0.0-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-routes-2.5.1-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2026-02-25 05:16:27.581 | Installed: python3-tempita-0.5.2-2.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-tenacity-8.2.3-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.581 | Installed: python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.581 | Installed: python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.581 | Installed: python3-voluptuous-0.15.2-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-webob-1.8.9-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-werkzeug-3.0.3-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-wrapt-1.16.0-1.el9s.x86_64 2026-02-25 05:16:27.581 | Installed: python3-yappi-1.6.0-1.el9s.x86_64 2026-02-25 05:16:27.581 | Installed: python3-zake-0.2.2-22.el9s.noarch 2026-02-25 05:16:27.581 | Installed: python3-zeroconf-0.38.7-1.el9s.noarch 2026-02-25 05:16:27.581 | Installed: qemu-img-17:10.1.0-14.el9.x86_64 2026-02-25 05:16:27.581 | Installed: smartmontools-1:7.2-10.el9.x86_64 2026-02-25 05:16:27.581 | Installed: sysbench-1.0.20-5.el9s.x86_64 2026-02-25 05:16:27.618 | 2026-02-25 05:16:27.618 | Installed: 2026-02-25 05:16:27.618 | boost-iostreams-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.618 | boost-system-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.618 | boost-thread-1.75.0-13.el9.x86_64 2026-02-25 05:16:27.618 | fio-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-http-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-libaio-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-nbd-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-rados-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-rbd-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | fio-engine-rdma-3.35-1.el9.x86_64 2026-02-25 05:16:27.618 | git-core-2.52.0-1.el9.x86_64 2026-02-25 05:16:27.618 | libaio-0.3.111-13.el9.x86_64 2026-02-25 05:16:27.618 | libconfig-1.7.2-9.el9.x86_64 2026-02-25 05:16:27.618 | libnbd-1.20.3-4.el9.x86_64 2026-02-25 05:16:27.618 | libpq-13.23-1.el9.x86_64 2026-02-25 05:16:27.618 | librados2-2:16.2.4-5.el9.x86_64 2026-02-25 05:16:27.618 | librbd1-2:16.2.4-5.el9.x86_64 2026-02-25 05:16:27.618 | librdmacm-61.0-2.el9.x86_64 2026-02-25 05:16:27.618 | lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2026-02-25 05:16:27.618 | luajit-2.1.1692716794-3.el9s.x86_64 2026-02-25 05:16:27.618 | mariadb-connector-c-3.2.6-1.el9.x86_64 2026-02-25 05:16:27.618 | mariadb-connector-c-config-3.2.6-1.el9.noarch 2026-02-25 05:16:27.618 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2026-02-25 05:16:27.618 | pciutils-3.7.0-7.el9.x86_64 2026-02-25 05:16:27.618 | python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2026-02-25 05:16:27.619 | python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2026-02-25 05:16:27.619 | python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2026-02-25 05:16:27.619 | python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2026-02-25 05:16:27.619 | python3-async-timeout-4.0.2-5.el9s.noarch 2026-02-25 05:16:27.619 | python3-cffi-1.14.5-5.el9.x86_64 2026-02-25 05:16:27.619 | python3-cryptography-36.0.1-5.el9.x86_64 2026-02-25 05:16:27.619 | python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2026-02-25 05:16:27.619 | python3-dns-2.6.1-3.el9.noarch 2026-02-25 05:16:27.619 | python3-eventlet-0.36.1-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-fasteners-0.19-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2026-02-25 05:16:27.619 | python3-greenlet-3.1.1-1.el9s.x86_64 2026-02-25 05:16:27.619 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2026-02-25 05:16:27.619 | python3-ifaddr-0.1.7-3.el9s.noarch 2026-02-25 05:16:27.619 | python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2026-02-25 05:16:27.619 | python3-iso8601-2.1.0-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-kazoo-2.8.0-2.el9s.noarch 2026-02-25 05:16:27.619 | python3-msgpack-1.1.0-1.el9s.x86_64 2026-02-25 05:16:27.619 | python3-netaddr-1.3.0-4.el9s.noarch 2026-02-25 05:16:27.619 | python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2026-02-25 05:16:27.619 | python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2026-02-25 05:16:27.619 | python3-packaging-24.2-2.el9s.noarch 2026-02-25 05:16:27.619 | python3-paste-3.10.1-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-paste-deploy-3.1.0-2.el9s.noarch 2026-02-25 05:16:27.619 | python3-pbr-6.1.1-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-pint-0.16.1-3.el9s.noarch 2026-02-25 05:16:27.619 | python3-ply-3.11-14.el9.noarch 2026-02-25 05:16:27.619 | python3-psutil-5.8.0-12.el9.x86_64 2026-02-25 05:16:27.619 | python3-pyOpenSSL-20.0.1-2.el9s.noarch 2026-02-25 05:16:27.619 | python3-pycparser-2.20-6.el9.noarch 2026-02-25 05:16:27.619 | python3-pyparsing-3.1.2-7.el9s.noarch 2026-02-25 05:16:27.619 | python3-pyudev-0.22.0-6.el9.noarch 2026-02-25 05:16:27.619 | python3-redis-5.0.4-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-repoze-lru-0.7-10.el9s.noarch 2026-02-25 05:16:27.619 | python3-rfc3986-2.0.0-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-routes-2.5.1-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2026-02-25 05:16:27.619 | python3-tempita-0.5.2-2.el9s.noarch 2026-02-25 05:16:27.619 | python3-tenacity-8.2.3-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.619 | python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.619 | python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2026-02-25 05:16:27.619 | python3-voluptuous-0.15.2-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-webob-1.8.9-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-werkzeug-3.0.3-1.el9s.noarch 2026-02-25 05:16:27.619 | python3-wrapt-1.16.0-1.el9s.x86_64 2026-02-25 05:16:27.619 | python3-yappi-1.6.0-1.el9s.x86_64 2026-02-25 05:16:27.619 | python3-zake-0.2.2-22.el9s.noarch 2026-02-25 05:16:27.619 | python3-zeroconf-0.38.7-1.el9s.noarch 2026-02-25 05:16:27.619 | qemu-img-17:10.1.0-14.el9.x86_64 2026-02-25 05:16:27.619 | smartmontools-1:7.2-10.el9.x86_64 2026-02-25 05:16:27.619 | sysbench-1.0.20-5.el9s.x86_64 2026-02-25 05:16:27.619 | 2026-02-25 05:16:27.619 | Complete! 2026-02-25 05:16:27.670 | + '[' install == install ']' 2026-02-25 05:16:27.670 | + '[' dnf == dnf ']' 2026-02-25 05:16:27.670 | + dnf mark install openstack-ironic-python-agent python3-hardware-detect 2026-02-25 05:16:27.880 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch marked as user installed. 2026-02-25 05:16:27.880 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch marked as user installed. 2026-02-25 05:16:27.907 | + package-installs-v2 --phase install.d /tmp/package-installs.json 2026-02-25 05:16:31.178 | Map install for openssh-server: openssh-server 2026-02-25 05:16:31.178 | Map install for centos: device-mapper-multipath 2026-02-25 05:16:31.178 | Map install for dhcp-all-interfaces: dhcp-client, ifupdown, ndisc6 2026-02-25 05:16:31.178 | Map install for ironic-agent-multipath: iscsi-initiator-utils, device-mapper-multipath 2026-02-25 05:16:31.178 | Map install for ibft-interfaces: iscsi_package 2026-02-25 05:16:31.178 | Map install for redhat-common: lsof, tcpdump, traceroute, which, ca-certificates, selinux-policy, selinux-policy-targeted, python3-libselinux, python3-policycoreutils, policycoreutils-python-utils, rng-tools, passwd 2026-02-25 05:16:31.178 | Map install for cache-url: curl 2026-02-25 05:16:31.178 | Map install for install-static: rsync 2026-02-25 05:16:31.178 | Map install for source-repositories: git 2026-02-25 05:16:31.178 | Map install for extra-hardware: ethtool, fio, fio-engine-libaio, hdparm, infiniband-diags, lldpad, pciutils, smartmontools, sysbench, biosdevname 2026-02-25 05:16:31.178 | Map install for ensure-venv: python3-venv 2026-02-25 05:16:31.178 | Map install for ironic-python-agent-ramdisk: curl, dmidecode, iptables, lshw, ipmitool, qemu-utils, gcc, python, parted, hdparm, util-linux, genisoimage, gdisk, kmod, psmisc, dosfstools, mdadm, efibootmgr, efivar, chrony, e2fsprogs, nvme-cli, open-iscsi, smartmontools, libffi-dev, libssl-dev, python-dev 2026-02-25 05:16:31.178 | Map install for runtime-ssh-host-keys: openssh-client 2026-02-25 05:16:31.178 | Running command: ['install-packages', 'dhclient', 'efibootmgr', 'NetworkManager-initscripts-updown', 'traceroute', 'curl', 'policycoreutils-python-utils', 'fio-engine-libaio', 'qemu-img', 'gcc', 'parted', 'psmisc', 'pciutils', 'gdisk', 'selinux-policy', 'passwd', 'xorriso', 'tcpdump', 'libffi-devel', 'e2fsprogs', 'kmod', 'ipmitool', 'iscsi-initiator-utils', 'rsync', 'git-core', 'efivar', 'nvme-cli', 'lldpad', 'python3', 'mdadm', 'device-mapper-multipath', 'ca-certificates', 'lsof', 'dmidecode', 'infiniband-diags', 'python3-policycoreutils', 'openssh-server', 'lshw', 'chrony', 'python3-devel', 'which', 'hdparm', 'smartmontools', 'dosfstools', 'biosdevname', 'openssh', 'selinux-policy-targeted', 'iptables', 'ethtool', 'sysbench', 'rng-tools', 'util-linux', 'python3-libselinux', 'fio', 'openssl-devel'] 2026-02-25 05:16:31.178 | > Running install-packages install. 2026-02-25 05:16:31.178 | > + dnf -v -y install dhclient efibootmgr NetworkManager-initscripts-updown traceroute curl policycoreutils-python-utils fio-engine-libaio qemu-img gcc parted psmisc pciutils gdisk selinux-policy passwd xorriso tcpdump libffi-devel e2fsprogs kmod ipmitool iscsi-initiator-utils rsync git-core efivar nvme-cli lldpad python3 mdadm device-mapper-multipath ca-certificates lsof dmidecode infiniband-diags python3-policycoreutils openssh-server lshw chrony python3-devel which hdparm smartmontools dosfstools biosdevname openssh selinux-policy-targeted iptables ethtool sysbench rng-tools util-linux python3-libselinux fio openssl-devel 2026-02-25 05:16:31.178 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:31.178 | > DNF version: 4.14.0 2026-02-25 05:16:31.178 | > cachedir: /tmp/yum 2026-02-25 05:16:31.178 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-barbican 2026-02-25 05:16:31.178 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-baremetal 2026-02-25 05:16:31.178 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-cinder 2026-02-25 05:16:31.178 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-clients 2026-02-25 05:16:31.178 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-cloudops 2026-02-25 05:16:31.178 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-common 2026-02-25 05:16:31.178 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-compute 2026-02-25 05:16:31.178 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-designate 2026-02-25 05:16:31.178 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-glance 2026-02-25 05:16:31.178 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-keystone 2026-02-25 05:16:31.178 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-manila 2026-02-25 05:16:31.178 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-network 2026-02-25 05:16:31.178 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-octavia 2026-02-25 05:16:31.178 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-optimize 2026-02-25 05:16:31.178 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-podified 2026-02-25 05:16:31.178 | > delorean-component-podified: using metadata from Tue Feb 3 07:46:50 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-puppet 2026-02-25 05:16:31.178 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-swift 2026-02-25 05:16:31.178 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-tempest 2026-02-25 05:16:31.178 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-component-ui 2026-02-25 05:16:31.178 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: baseos 2026-02-25 05:16:31.178 | > baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: appstream 2026-02-25 05:16:31.178 | > appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: crb 2026-02-25 05:16:31.178 | > crb: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: extras-common 2026-02-25 05:16:31.178 | > extras-common: using metadata from Thu Feb 12 15:34:59 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-master-testing 2026-02-25 05:16:31.178 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: delorean-master-build-deps 2026-02-25 05:16:31.178 | > delorean-master-build-deps: using metadata from Thu Jan 15 10:12:10 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: centos9-rabbitmq 2026-02-25 05:16:31.178 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2026-02-25 05:16:31.178 | > repo: using cache for: centos9-storage 2026-02-25 05:16:31.178 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2026-02-25 05:16:31.178 | > repo: using cache for: centos9-opstools 2026-02-25 05:16:31.178 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2026-02-25 05:16:31.178 | > repo: using cache for: centos9-nfv-ovs 2026-02-25 05:16:31.178 | > centos9-nfv-ovs: using metadata from Mon Feb 2 05:16:39 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: repo-setup-centos-appstream 2026-02-25 05:16:31.178 | > repo-setup-centos-appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: repo-setup-centos-baseos 2026-02-25 05:16:31.178 | > repo-setup-centos-baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: repo-setup-centos-highavailability 2026-02-25 05:16:31.178 | > repo-setup-centos-highavailability: using metadata from Mon Feb 23 10:49:17 2026. 2026-02-25 05:16:31.178 | > repo: using cache for: repo-setup-centos-powertools 2026-02-25 05:16:31.178 | > repo-setup-centos-powertools: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:16:31.178 | > Last metadata expiration check: 0:00:17 ago on Wed Feb 25 00:16:11 2026. 2026-02-25 05:16:31.178 | > Package dhcp-client-12:4.4.2-20.b1.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package curl-7.76.1-40.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package fio-engine-libaio-3.35-1.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package qemu-img-17:10.1.0-14.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package parted-3.5-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package psmisc-23.4-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package pciutils-3.7.0-7.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package gdisk-1.0.7-5.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package selinux-policy-38.1.73-1.el9.noarch is already installed. 2026-02-25 05:16:31.178 | > Package passwd-0.80-12.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package tcpdump-14:4.99.0-9.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package e2fsprogs-1.46.5-8.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package kmod-28-11.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 is already installed. 2026-02-25 05:16:31.178 | > Package git-core-2.52.0-1.el9.x86_64 is already installed. 2026-02-25 05:16:31.179 | > Package lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 is already installed. 2026-02-25 05:16:31.179 | > Package python3-3.9.25-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package mdadm-4.4-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package ca-certificates-2025.2.80_v9.0.305-91.el9.noarch is already installed. 2026-02-25 05:16:31.280 | > Package dmidecode-1:3.6-2.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package python3-policycoreutils-3.6-5.el9.noarch is already installed. 2026-02-25 05:16:31.280 | > Package openssh-server-9.9p1-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package lshw-B.02.20-4.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package chrony-4.8-1.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package which-2.21-30.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package smartmontools-1:7.2-10.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package dosfstools-4.2-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package openssh-9.9p1-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package selinux-policy-targeted-38.1.73-1.el9.noarch is already installed. 2026-02-25 05:16:31.280 | > Package ethtool-2:6.15-2.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package sysbench-1.0.20-5.el9s.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package util-linux-2.37.4-25.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package python3-libselinux-3.6-3.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > Package fio-3.35-1.el9.x86_64 is already installed. 2026-02-25 05:16:31.280 | > --> Starting dependency resolution 2026-02-25 05:16:31.280 | > ---> Package NetworkManager-initscripts-updown.noarch 1:1.54.3-2.el9 will be installed 2026-02-25 05:16:31.280 | > ---> Package biosdevname.x86_64 0.7.3-10.el9 will be installed 2026-02-25 05:16:31.280 | > ---> Package device-mapper-multipath.x86_64 0.8.7-44.el9 will be installed 2026-02-25 05:16:31.280 | > ---> Package device-mapper-multipath-libs.x86_64 0.8.7-44.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package efibootmgr.x86_64 16-12.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package hdparm.x86_64 9.62-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package iptables-nft.x86_64 1.8.10-11.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package jitterentropy.x86_64 3.6.0-1.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libibumad.x86_64 61.0-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libnftnl.x86_64 1.2.6-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libnvme.x86_64 1.16.1-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libpkgconf.x86_64 1.7.3-10.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package lsof.x86_64 4.94.0-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package make.x86_64 1:4.3-8.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package nvme-cli.x86_64 2.16-1.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package pkgconf.x86_64 1.7.3-10.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package pkgconf-m4.noarch 1.7.3-10.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package pkgconf-pkg-config.x86_64 1.7.3-10.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package rng-tools.x86_64 6.17-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package rsync.x86_64 3.2.5-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package traceroute.x86_64 3:2.1.1-1.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package cpp.x86_64 11.5.0-14.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package efivar.x86_64 38-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package gcc.x86_64 11.5.0-14.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package glibc-devel.x86_64 2.34-256.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package glibc-headers.x86_64 2.34-256.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package infiniband-diags.x86_64 61.0-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package ipmitool.x86_64 1.8.18-27.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package kernel-headers.x86_64 5.14.0-686.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libburn.x86_64 1.5.4-5.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libisoburn.x86_64 1.5.4-5.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libisofs.x86_64 1.5.4-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libmpc.x86_64 1.2.1-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package libxcrypt-devel.x86_64 4.4.18-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package openssl-devel.x86_64 1:3.5.5-1.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-AutoLoader.noarch 5.74-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-B.x86_64 1.80-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Carp.noarch 1.50-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Class-Struct.noarch 0.66-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Data-Dumper.x86_64 2.174-462.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Digest.noarch 1.19-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Digest-MD5.x86_64 2.58-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Encode.x86_64 4:3.08-462.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Errno.x86_64 1.30-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Exporter.noarch 5.74-461.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Fcntl.x86_64 1.13-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-File-Basename.noarch 2.85-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-File-Path.noarch 2.18-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-File-Temp.noarch 1:0.231.100-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-File-stat.noarch 1.09-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-FileHandle.noarch 2.03-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Getopt-Long.noarch 1:2.52-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Getopt-Std.noarch 1.12-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-HTTP-Tiny.noarch 0.076-462.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-IO.x86_64 1.43-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-IO-Socket-IP.noarch 0.41-5.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-IO-Socket-SSL.noarch 2.073-2.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-IPC-Open3.noarch 1.21-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-MIME-Base64.x86_64 3.16-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Mozilla-CA.noarch 20200520-6.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-NDBM_File.x86_64 1.15-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Net-SSLeay.x86_64 1.94-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-POSIX.x86_64 1.94-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-PathTools.x86_64 3.78-461.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Pod-Escapes.noarch 1:1.07-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Pod-Perldoc.noarch 3.28.01-461.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Pod-Simple.noarch 1:3.42-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Pod-Usage.noarch 4:2.01-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Scalar-List-Utils.x86_64 4:1.56-462.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-SelectSaver.noarch 1.02-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Socket.x86_64 4:2.031-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Storable.x86_64 1:3.21-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Symbol.noarch 1.08-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Term-ANSIColor.noarch 5.01-461.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Term-Cap.noarch 1.17-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Text-ParseWords.noarch 3.30-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Text-Tabs+Wrap.noarch 2013.0523-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-Time-Local.noarch 2:1.300-7.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-URI.noarch 5.09-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-base.noarch 2.27-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-constant.noarch 1.33-461.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-if.noarch 0.60.800-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-interpreter.x86_64 4:5.32.1-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-libnet.noarch 3.13-4.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-libs.x86_64 4:5.32.1-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-mro.x86_64 1.23-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-overload.noarch 1.31-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-overloading.noarch 0.02-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-parent.noarch 1:0.238-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-podlators.noarch 1:4.14-460.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-subs.noarch 1.03-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package perl-vars.noarch 1.05-483.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package policycoreutils-python-utils.noarch 3.6-5.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package python3-devel.x86_64 3.9.25-3.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be installed 2026-02-25 05:16:31.281 | > ---> Package xorriso.x86_64 1.5.4-5.el9 will be installed 2026-02-25 05:16:31.281 | > --> Finished dependency resolution 2026-02-25 05:16:31.281 | > Dependencies resolved. 2026-02-25 05:16:31.281 | > ================================================================================ 2026-02-25 05:16:31.281 | > Package Arch Version Repository Size 2026-02-25 05:16:31.281 | > ================================================================================ 2026-02-25 05:16:31.281 | > Installing: 2026-02-25 05:16:31.281 | > NetworkManager-initscripts-updown noarch 1:1.54.3-2.el9 baseos 19 k 2026-02-25 05:16:31.281 | > biosdevname x86_64 0.7.3-10.el9 baseos 36 k 2026-02-25 05:16:33.256 | > device-mapper-multipath x86_64 0.8.7-44.el9 baseos 156 k 2026-02-25 05:16:33.256 | > efibootmgr x86_64 16-12.el9 baseos 45 k 2026-02-25 05:16:33.256 | > efivar x86_64 38-3.el9 appstream 50 k 2026-02-25 05:16:33.256 | > gcc x86_64 11.5.0-14.el9 appstream 32 M 2026-02-25 05:16:33.256 | > hdparm x86_64 9.62-2.el9 baseos 96 k 2026-02-25 05:16:33.256 | > infiniband-diags x86_64 61.0-2.el9 appstream 336 k 2026-02-25 05:16:33.256 | > ipmitool x86_64 1.8.18-27.el9 appstream 387 k 2026-02-25 05:16:33.256 | > iptables-nft x86_64 1.8.10-11.el9 baseos 206 k 2026-02-25 05:16:33.256 | > libffi-devel x86_64 3.4.2-8.el9 appstream 29 k 2026-02-25 05:16:33.256 | > lsof x86_64 4.94.0-3.el9 baseos 239 k 2026-02-25 05:16:33.256 | > nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-25 05:16:33.256 | > openssl-devel x86_64 1:3.5.5-1.el9 appstream 4.8 M 2026-02-25 05:16:33.256 | > policycoreutils-python-utils noarch 3.6-5.el9 appstream 75 k 2026-02-25 05:16:33.256 | > python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-25 05:16:33.256 | > rng-tools x86_64 6.17-2.el9 baseos 71 k 2026-02-25 05:16:33.256 | > rsync x86_64 3.2.5-4.el9 baseos 407 k 2026-02-25 05:16:33.256 | > traceroute x86_64 3:2.1.1-1.el9 baseos 57 k 2026-02-25 05:16:33.256 | > xorriso x86_64 1.5.4-5.el9 appstream 317 k 2026-02-25 05:16:33.256 | > Installing dependencies: 2026-02-25 05:16:33.256 | > cpp x86_64 11.5.0-14.el9 appstream 11 M 2026-02-25 05:16:33.256 | > device-mapper-multipath-libs x86_64 0.8.7-44.el9 baseos 287 k 2026-02-25 05:16:33.256 | > glibc-devel x86_64 2.34-256.el9 appstream 38 k 2026-02-25 05:16:33.256 | > glibc-headers x86_64 2.34-256.el9 appstream 546 k 2026-02-25 05:16:33.256 | > groff-base x86_64 1.22.4-10.el9 baseos 1.1 M 2026-02-25 05:16:33.256 | > jitterentropy x86_64 3.6.0-1.el9 baseos 33 k 2026-02-25 05:16:33.256 | > kernel-headers x86_64 5.14.0-686.el9 appstream 2.7 M 2026-02-25 05:16:33.256 | > libburn x86_64 1.5.4-5.el9 appstream 172 k 2026-02-25 05:16:33.256 | > libibumad x86_64 61.0-2.el9 baseos 28 k 2026-02-25 05:16:33.256 | > libisoburn x86_64 1.5.4-5.el9 appstream 415 k 2026-02-25 05:16:33.256 | > libisofs x86_64 1.5.4-4.el9 appstream 222 k 2026-02-25 05:16:33.256 | > libmpc x86_64 1.2.1-4.el9 appstream 62 k 2026-02-25 05:16:33.256 | > libnftnl x86_64 1.2.6-4.el9 baseos 88 k 2026-02-25 05:16:33.256 | > libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-25 05:16:33.256 | > libpkgconf x86_64 1.7.3-10.el9 baseos 36 k 2026-02-25 05:16:33.256 | > libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k 2026-02-25 05:16:33.256 | > make x86_64 1:4.3-8.el9 baseos 536 k 2026-02-25 05:16:33.256 | > perl-AutoLoader noarch 5.74-483.el9 appstream 21 k 2026-02-25 05:16:33.256 | > perl-B x86_64 1.80-483.el9 appstream 180 k 2026-02-25 05:16:33.256 | > perl-Carp noarch 1.50-460.el9 appstream 30 k 2026-02-25 05:16:33.256 | > perl-Class-Struct noarch 0.66-483.el9 appstream 22 k 2026-02-25 05:16:33.256 | > perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k 2026-02-25 05:16:33.256 | > perl-Digest noarch 1.19-4.el9 appstream 26 k 2026-02-25 05:16:33.256 | > perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k 2026-02-25 05:16:33.256 | > perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M 2026-02-25 05:16:33.256 | > perl-Errno x86_64 1.30-483.el9 appstream 15 k 2026-02-25 05:16:33.256 | > perl-Exporter noarch 5.74-461.el9 appstream 32 k 2026-02-25 05:16:33.256 | > perl-Fcntl x86_64 1.13-483.el9 appstream 20 k 2026-02-25 05:16:33.256 | > perl-File-Basename noarch 2.85-483.el9 appstream 17 k 2026-02-25 05:16:33.256 | > perl-File-Path noarch 2.18-4.el9 appstream 36 k 2026-02-25 05:16:33.256 | > perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k 2026-02-25 05:16:33.256 | > perl-File-stat noarch 1.09-483.el9 appstream 17 k 2026-02-25 05:16:33.256 | > perl-FileHandle noarch 2.03-483.el9 appstream 15 k 2026-02-25 05:16:33.256 | > perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k 2026-02-25 05:16:33.256 | > perl-Getopt-Std noarch 1.12-483.el9 appstream 15 k 2026-02-25 05:16:33.256 | > perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k 2026-02-25 05:16:33.256 | > perl-IO x86_64 1.43-483.el9 appstream 88 k 2026-02-25 05:16:33.256 | > perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k 2026-02-25 05:16:33.256 | > perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 217 k 2026-02-25 05:16:33.256 | > perl-IPC-Open3 noarch 1.21-483.el9 appstream 22 k 2026-02-25 05:16:33.256 | > perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k 2026-02-25 05:16:33.256 | > perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k 2026-02-25 05:16:33.256 | > perl-Net-SSLeay x86_64 1.94-3.el9 appstream 414 k 2026-02-25 05:16:33.256 | > perl-POSIX x86_64 1.94-483.el9 appstream 96 k 2026-02-25 05:16:33.256 | > perl-PathTools x86_64 3.78-461.el9 appstream 88 k 2026-02-25 05:16:33.256 | > perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k 2026-02-25 05:16:33.256 | > perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k 2026-02-25 05:16:33.256 | > perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k 2026-02-25 05:16:33.256 | > perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k 2026-02-25 05:16:33.256 | > perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 71 k 2026-02-25 05:16:33.256 | > perl-SelectSaver noarch 1.02-483.el9 appstream 11 k 2026-02-25 05:16:33.256 | > perl-Socket x86_64 4:2.031-4.el9 appstream 56 k 2026-02-25 05:16:33.256 | > perl-Storable x86_64 1:3.21-460.el9 appstream 96 k 2026-02-25 05:16:33.256 | > perl-Symbol noarch 1.08-483.el9 appstream 14 k 2026-02-25 05:16:33.256 | > perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k 2026-02-25 05:16:33.256 | > perl-Term-Cap noarch 1.17-460.el9 appstream 23 k 2026-02-25 05:16:33.256 | > perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k 2026-02-25 05:16:33.256 | > perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k 2026-02-25 05:16:33.256 | > perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k 2026-02-25 05:16:33.256 | > perl-URI noarch 5.09-3.el9 appstream 121 k 2026-02-25 05:16:33.256 | > perl-base noarch 2.27-483.el9 appstream 16 k 2026-02-25 05:16:33.256 | > perl-constant noarch 1.33-461.el9 appstream 24 k 2026-02-25 05:16:33.256 | > perl-if noarch 0.60.800-483.el9 appstream 14 k 2026-02-25 05:16:33.256 | > perl-interpreter x86_64 4:5.32.1-483.el9 appstream 70 k 2026-02-25 05:16:33.256 | > perl-libnet noarch 3.13-4.el9 appstream 130 k 2026-02-25 05:16:33.256 | > perl-libs x86_64 4:5.32.1-483.el9 appstream 2.2 M 2026-02-25 05:16:33.256 | > perl-mro x86_64 1.23-483.el9 appstream 28 k 2026-02-25 05:16:33.256 | > perl-overload noarch 1.31-483.el9 appstream 45 k 2026-02-25 05:16:33.256 | > perl-overloading noarch 0.02-483.el9 appstream 12 k 2026-02-25 05:16:33.256 | > perl-parent noarch 1:0.238-460.el9 appstream 15 k 2026-02-25 05:16:33.256 | > perl-podlators noarch 1:4.14-460.el9 appstream 114 k 2026-02-25 05:16:33.256 | > perl-subs noarch 1.03-483.el9 appstream 11 k 2026-02-25 05:16:33.256 | > perl-vars noarch 1.05-483.el9 appstream 13 k 2026-02-25 05:16:33.256 | > pkgconf x86_64 1.7.3-10.el9 baseos 41 k 2026-02-25 05:16:33.256 | > pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k 2026-02-25 05:16:33.256 | > pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k 2026-02-25 05:16:33.256 | > Installing weak dependencies: 2026-02-25 05:16:33.256 | > perl-NDBM_File x86_64 1.15-483.el9 appstream 22 k 2026-02-25 05:16:33.256 | > python3-pip noarch 21.3.1-1.el9 appstream 2.0 M 2026-02-25 05:16:33.256 | > 2026-02-25 05:16:33.256 | > Transaction Summary 2026-02-25 05:16:33.256 | > ================================================================================ 2026-02-25 05:16:33.256 | > Install 98 Packages 2026-02-25 05:16:33.256 | > 2026-02-25 05:16:33.256 | > Total size: 67 M 2026-02-25 05:16:33.256 | > Total download size: 59 M 2026-02-25 05:16:33.256 | > Installed size: 185 M 2026-02-25 05:16:33.256 | > Downloading Packages: 2026-02-25 05:16:38.550 | > [SKIPPED] biosdevname-0.7.3-10.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.550 | > [SKIPPED] device-mapper-multipath-0.8.7-44.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.550 | > [SKIPPED] device-mapper-multipath-libs-0.8.7-44.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] hdparm-9.62-2.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] iptables-nft-1.8.10-11.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] jitterentropy-3.6.0-1.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] libnftnl-1.2.6-4.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] libnvme-1.16.1-2.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] lsof-4.94.0-3.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] rng-tools-6.17-2.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] traceroute-2.1.1-1.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-AutoLoader-5.74-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-B-1.80-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Class-Struct-0.66-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Errno-1.30-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Fcntl-1.13-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-File-Basename-2.85-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-File-stat-1.09-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-FileHandle-2.03-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Getopt-Std-1.12-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-IO-1.43-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-IPC-Open3-1.21-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-NDBM_File-1.15-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Net-SSLeay-1.94-3.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-POSIX-1.94-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-SelectSaver-1.02-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Symbol-1.08-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-base-2.27-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-if-0.60.800-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-interpreter-5.32.1-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-libs-5.32.1-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-mro-1.23-483.el9.x86_64.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-overload-1.31-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-overloading-0.02-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-subs-1.03-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > [SKIPPED] perl-vars-1.05-483.el9.noarch.rpm: Already downloaded 2026-02-25 05:16:38.551 | > (69/98): NetworkManager-initscripts-updown-1.54 33 kB/s | 19 kB 00:00 2026-02-25 05:16:38.551 | > (70/98): efibootmgr-16-12.el9.x86_64.rpm 70 kB/s | 45 kB 00:00 2026-02-25 05:16:38.551 | > (71/98): libibumad-61.0-2.el9.x86_64.rpm 182 kB/s | 28 kB 00:00 2026-02-25 05:16:38.551 | > (72/98): libpkgconf-1.7.3-10.el9.x86_64.rpm 375 kB/s | 36 kB 00:00 2026-02-25 05:16:38.551 | > (73/98): make-4.3-8.el9.x86_64.rpm 1.1 MB/s | 536 kB 00:00 2026-02-25 05:16:38.551 | > (74/98): pkgconf-1.7.3-10.el9.x86_64.rpm 438 kB/s | 41 kB 00:00 2026-02-25 05:16:38.551 | > (75/98): pkgconf-m4-1.7.3-10.el9.noarch.rpm 164 kB/s | 15 kB 00:00 2026-02-25 05:16:38.551 | > (76/98): groff-base-1.22.4-10.el9.x86_64.rpm 799 kB/s | 1.1 MB 00:01 2026-02-25 05:16:38.551 | > (77/98): pkgconf-pkg-config-1.7.3-10.el9.x86_64 119 kB/s | 11 kB 00:00 2026-02-25 05:16:38.551 | > (78/98): nvme-cli-2.16-1.el9.x86_64.rpm 1.3 MB/s | 1.2 MB 00:00 2026-02-25 05:16:38.551 | > (79/98): efivar-38-3.el9.x86_64.rpm 491 kB/s | 50 kB 00:00 2026-02-25 05:16:38.551 | > (80/98): rsync-3.2.5-4.el9.x86_64.rpm 1.1 MB/s | 407 kB 00:00 2026-02-25 05:16:38.551 | > (81/98): glibc-devel-2.34-256.el9.x86_64.rpm 424 kB/s | 38 kB 00:00 2026-02-25 05:16:38.551 | > (82/98): cpp-11.5.0-14.el9.x86_64.rpm 14 MB/s | 11 MB 00:00 2026-02-25 05:16:38.551 | > (83/98): glibc-headers-2.34-256.el9.x86_64.rpm 1.2 MB/s | 546 kB 00:00 2026-02-25 05:16:38.551 | > (84/98): infiniband-diags-61.0-2.el9.x86_64.rpm 3.4 MB/s | 336 kB 00:00 2026-02-25 05:16:38.551 | > (85/98): kernel-headers-5.14.0-686.el9.x86_64.r 17 MB/s | 2.7 MB 00:00 2026-02-25 05:16:38.551 | > (86/98): libburn-1.5.4-5.el9.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2026-02-25 05:16:38.551 | > (87/98): ipmitool-1.8.18-27.el9.x86_64.rpm 1.1 MB/s | 387 kB 00:00 2026-02-25 05:16:38.551 | > (88/98): libffi-devel-3.4.2-8.el9.x86_64.rpm 316 kB/s | 29 kB 00:00 2026-02-25 05:16:38.551 | > (89/98): libisoburn-1.5.4-5.el9.x86_64.rpm 4.1 MB/s | 415 kB 00:00 2026-02-25 05:16:38.551 | > (90/98): libmpc-1.2.1-4.el9.x86_64.rpm 669 kB/s | 62 kB 00:00 2026-02-25 05:16:38.551 | > (91/98): libisofs-1.5.4-4.el9.x86_64.rpm 951 kB/s | 222 kB 00:00 2026-02-25 05:16:38.551 | > (92/98): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 310 kB/s | 29 kB 00:00 2026-02-25 05:16:38.551 | > (93/98): gcc-11.5.0-14.el9.x86_64.rpm 25 MB/s | 32 MB 00:01 2026-02-25 05:16:38.551 | > (94/98): policycoreutils-python-utils-3.6-5.el9 577 kB/s | 75 kB 00:00 2026-02-25 05:16:38.551 | > (95/98): openssl-devel-3.5.5-1.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2026-02-25 05:16:38.551 | > (96/98): python3-pip-21.3.1-1.el9.noarch.rpm 17 MB/s | 2.0 MB 00:00 2026-02-25 05:16:38.551 | > (97/98): python3-devel-3.9.25-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2026-02-25 05:16:38.551 | > (98/98): xorriso-1.5.4-5.el9.x86_64.rpm 1.6 MB/s | 317 kB 00:00 2026-02-25 05:16:38.551 | > -------------------------------------------------------------------------------- 2026-02-25 05:16:42.378 | > Total 8.1 MB/s | 59 MB 00:07 2026-02-25 05:16:42.378 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2026-02-25 05:16:42.378 | > Running transaction check 2026-02-25 05:16:42.378 | > Transaction check succeeded. 2026-02-25 05:16:42.378 | > Running transaction test 2026-02-25 05:16:42.378 | > Transaction test succeeded. 2026-02-25 05:16:42.378 | > Running transaction 2026-02-25 05:16:42.378 | > Preparing : 1/1 2026-02-25 05:16:42.378 | > Installing : libmpc-1.2.1-4.el9.x86_64 1/98 2026-02-25 05:16:42.378 | > Installing : cpp-11.5.0-14.el9.x86_64 2/98 2026-02-25 05:16:42.378 | > Installing : python3-pip-21.3.1-1.el9.noarch 3/98 2026-02-25 05:16:42.378 | > Installing : libisofs-1.5.4-4.el9.x86_64 4/98 2026-02-25 05:16:42.378 | > Installing : libburn-1.5.4-5.el9.x86_64 5/98 2026-02-25 05:16:42.378 | > Installing : libisoburn-1.5.4-5.el9.x86_64 6/98 2026-02-25 05:16:42.378 | > Installing : kernel-headers-5.14.0-686.el9.x86_64 7/98 2026-02-25 05:16:42.378 | > Installing : glibc-headers-2.34-256.el9.x86_64 8/98 2026-02-25 05:16:42.378 | > Installing : pkgconf-m4-1.7.3-10.el9.noarch 9/98 2026-02-25 05:16:42.378 | > Installing : make-1:4.3-8.el9.x86_64 10/98 2026-02-25 05:16:42.378 | > Installing : libpkgconf-1.7.3-10.el9.x86_64 11/98 2026-02-25 05:16:42.378 | > Installing : pkgconf-1.7.3-10.el9.x86_64 12/98 2026-02-25 05:16:42.378 | > Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 13/98 2026-02-25 05:16:42.378 | > Installing : glibc-devel-2.34-256.el9.x86_64 14/98 2026-02-25 05:16:42.378 | > Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 15/98 2026-02-25 05:16:42.378 | > Installing : libnvme-1.16.1-2.el9.x86_64 16/98 2026-02-25 05:16:42.378 | > Installing : libnftnl-1.2.6-4.el9.x86_64 17/98 2026-02-25 05:16:42.378 | > Installing : libibumad-61.0-2.el9.x86_64 18/98 2026-02-25 05:16:42.378 | > Installing : jitterentropy-3.6.0-1.el9.x86_64 19/98 2026-02-25 05:16:42.378 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2026-02-25 05:16:42.378 | > Installing : groff-base-1.22.4-10.el9.x86_64 20/98 2026-02-25 05:16:42.378 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2026-02-25 05:16:42.378 | > Installing : perl-Digest-1.19-4.el9.noarch 21/98 2026-02-25 05:16:42.378 | > Installing : perl-Digest-MD5-2.58-4.el9.x86_64 22/98 2026-02-25 05:16:42.378 | > Installing : perl-B-1.80-483.el9.x86_64 23/98 2026-02-25 05:16:42.378 | > Installing : perl-FileHandle-2.03-483.el9.noarch 24/98 2026-02-25 05:16:42.378 | > Installing : perl-Data-Dumper-2.174-462.el9.x86_64 25/98 2026-02-25 05:16:42.378 | > Installing : perl-libnet-3.13-4.el9.noarch 26/98 2026-02-25 05:16:42.378 | > Installing : perl-AutoLoader-5.74-483.el9.noarch 27/98 2026-02-25 05:16:42.378 | > Installing : perl-base-2.27-483.el9.noarch 28/98 2026-02-25 05:16:42.378 | > Installing : perl-URI-5.09-3.el9.noarch 29/98 2026-02-25 05:16:42.378 | > Installing : perl-Mozilla-CA-20200520-6.el9.noarch 30/98 2026-02-25 05:16:42.378 | > Installing : perl-if-0.60.800-483.el9.noarch 31/98 2026-02-25 05:16:42.378 | > Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 32/98 2026-02-25 05:16:42.378 | > Installing : perl-Time-Local-2:1.300-7.el9.noarch 33/98 2026-02-25 05:16:42.378 | > Installing : perl-File-Path-2.18-4.el9.noarch 34/98 2026-02-25 05:16:42.378 | > Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 35/98 2026-02-25 05:16:42.378 | > Installing : perl-Net-SSLeay-1.94-3.el9.x86_64 36/98 2026-02-25 05:16:42.378 | > Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 37/98 2026-02-25 05:16:42.378 | > Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 38/98 2026-02-25 05:16:42.378 | > Installing : perl-Class-Struct-0.66-483.el9.noarch 39/98 2026-02-25 05:16:42.378 | > Installing : perl-POSIX-1.94-483.el9.x86_64 40/98 2026-02-25 05:16:42.378 | > Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 41/98 2026-02-25 05:16:42.378 | > Installing : perl-IPC-Open3-1.21-483.el9.noarch 42/98 2026-02-25 05:16:42.378 | > Installing : perl-subs-1.03-483.el9.noarch 43/98 2026-02-25 05:16:42.378 | > Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 44/98 2026-02-25 05:16:42.378 | > Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 45/98 2026-02-25 05:16:42.378 | > Installing : perl-Term-Cap-1.17-460.el9.noarch 46/98 2026-02-25 05:16:42.378 | > Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 47/98 2026-02-25 05:16:42.378 | > Installing : perl-Socket-4:2.031-4.el9.x86_64 48/98 2026-02-25 05:16:42.378 | > Installing : perl-SelectSaver-1.02-483.el9.noarch 49/98 2026-02-25 05:16:42.378 | > Installing : perl-Symbol-1.08-483.el9.noarch 50/98 2026-02-25 05:16:42.378 | > Installing : perl-File-stat-1.09-483.el9.noarch 51/98 2026-02-25 05:16:42.378 | > Installing : perl-podlators-1:4.14-460.el9.noarch 52/98 2026-02-25 05:16:42.378 | > Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 53/98 2026-02-25 05:16:42.378 | > Installing : perl-Fcntl-1.13-483.el9.x86_64 54/98 2026-02-25 05:16:42.378 | > Installing : perl-Text-ParseWords-3.30-460.el9.noarch 55/98 2026-02-25 05:16:42.378 | > Installing : perl-mro-1.23-483.el9.x86_64 56/98 2026-02-25 05:16:42.378 | > Installing : perl-IO-1.43-483.el9.x86_64 57/98 2026-02-25 05:16:42.378 | > Installing : perl-overloading-0.02-483.el9.noarch 58/98 2026-02-25 05:16:42.378 | > Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 59/98 2026-02-25 05:16:42.378 | > Installing : perl-Errno-1.30-483.el9.x86_64 60/98 2026-02-25 05:16:42.378 | > Installing : perl-File-Basename-2.85-483.el9.noarch 61/98 2026-02-25 05:16:42.378 | > Installing : perl-Getopt-Std-1.12-483.el9.noarch 62/98 2026-02-25 05:16:42.378 | > Installing : perl-MIME-Base64-3.16-4.el9.x86_64 63/98 2026-02-25 05:16:42.378 | > Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 64/98 2026-02-25 05:16:42.378 | > Installing : perl-constant-1.33-461.el9.noarch 65/98 2026-02-25 05:16:42.378 | > Installing : perl-Storable-1:3.21-460.el9.x86_64 66/98 2026-02-25 05:16:42.378 | > Installing : perl-overload-1.31-483.el9.noarch 67/98 2026-02-25 05:16:42.378 | > Installing : perl-parent-1:0.238-460.el9.noarch 68/98 2026-02-25 05:16:42.378 | > Installing : perl-vars-1.05-483.el9.noarch 69/98 2026-02-25 05:16:42.378 | > Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 70/98 2026-02-25 05:16:42.378 | > Installing : perl-Carp-1.50-460.el9.noarch 71/98 2026-02-25 05:16:42.378 | > Installing : perl-Exporter-5.74-461.el9.noarch 72/98 2026-02-25 05:16:42.378 | > Installing : perl-NDBM_File-1.15-483.el9.x86_64 73/98 2026-02-25 05:16:42.378 | > Installing : perl-PathTools-3.78-461.el9.x86_64 74/98 2026-02-25 05:16:42.378 | > Installing : perl-Encode-4:3.08-462.el9.x86_64 75/98 2026-02-25 05:16:42.378 | > Installing : perl-libs-4:5.32.1-483.el9.x86_64 76/98 2026-02-25 05:16:42.378 | > Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 77/98 2026-02-25 05:16:42.378 | > Installing : device-mapper-multipath-libs-0.8.7-44.el9.x86_64 78/98 2026-02-25 05:16:42.378 | > Installing : device-mapper-multipath-0.8.7-44.el9.x86_64 79/98 2026-02-25 05:16:42.378 | > Running scriptlet: device-mapper-multipath-0.8.7-44.el9.x86_64 79/98 2026-02-25 05:16:42.378 | > Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service -> /usr/lib/systemd/system/multipathd.service. 2026-02-25 05:16:42.378 | > Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket -> /usr/lib/systemd/system/multipathd.socket. 2026-02-25 05:16:42.378 | > 2026-02-25 05:16:42.378 | > Installing : infiniband-diags-61.0-2.el9.x86_64 80/98 2026-02-25 05:16:42.378 | > Installing : rng-tools-6.17-2.el9.x86_64 81/98 2026-02-25 05:16:42.378 | > Running scriptlet: rng-tools-6.17-2.el9.x86_64 81/98 2026-02-25 05:16:42.378 | > Created symlink /etc/systemd/system/multi-user.target.wants/rngd.service -> /usr/lib/systemd/system/rngd.service. 2026-02-25 05:16:42.378 | > 2026-02-25 05:16:42.378 | > Installing : iptables-nft-1.8.10-11.el9.x86_64 82/98 2026-02-25 05:16:42.378 | > Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 82/98 2026-02-25 05:16:42.378 | > Installing : nvme-cli-2.16-1.el9.x86_64 83/98 2026-02-25 05:16:42.378 | > Running scriptlet: nvme-cli-2.16-1.el9.x86_64 83/98 2026-02-25 05:16:43.594 | > Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-25 05:16:43.594 | > Running in chroot, ignoring command 'daemon-reload' 2026-02-25 05:16:43.594 | > Running in chroot, ignoring request. 2026-02-25 05:16:43.594 | > Running in chroot, ignoring request. 2026-02-25 05:16:43.594 | > 2026-02-25 05:16:43.594 | > Installing : gcc-11.5.0-14.el9.x86_64 84/98 2026-02-25 05:16:43.594 | > Installing : libffi-devel-3.4.2-8.el9.x86_64 85/98 2026-02-25 05:16:43.594 | > Installing : openssl-devel-1:3.5.5-1.el9.x86_64 86/98 2026-02-25 05:16:43.594 | > Installing : python3-devel-3.9.25-3.el9.x86_64 87/98 2026-02-25 05:16:43.594 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2026-02-25 05:16:43.594 | > Installing : xorriso-1.5.4-5.el9.x86_64 88/98 2026-02-25 05:16:43.594 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2026-02-25 05:16:43.594 | > Installing : policycoreutils-python-utils-3.6-5.el9.noarch 89/98 2026-02-25 05:16:43.594 | > Installing : ipmitool-1.8.18-27.el9.x86_64 90/98 2026-02-25 05:16:43.594 | > Installing : efivar-38-3.el9.x86_64 91/98 2026-02-25 05:16:43.594 | > Installing : traceroute-3:2.1.1-1.el9.x86_64 92/98 2026-02-25 05:16:43.594 | > Installing : rsync-3.2.5-4.el9.x86_64 93/98 2026-02-25 05:16:43.594 | > Installing : lsof-4.94.0-3.el9.x86_64 94/98 2026-02-25 05:16:43.594 | > Installing : hdparm-9.62-2.el9.x86_64 95/98 2026-02-25 05:16:43.594 | > Installing : efibootmgr-16-12.el9.x86_64 96/98 2026-02-25 05:16:43.594 | > Installing : biosdevname-0.7.3-10.el9.x86_64 97/98 2026-02-25 05:16:43.594 | > Installing : NetworkManager-initscripts-updown-1:1.54.3-2.el9.n 98/98 2026-02-25 05:16:43.594 | > Running scriptlet: NetworkManager-initscripts-updown-1:1.54.3-2.el9.n 98/98 2026-02-25 05:16:43.594 | > Verifying : NetworkManager-initscripts-updown-1:1.54.3-2.el9.n 1/98 2026-02-25 05:16:43.594 | > Verifying : biosdevname-0.7.3-10.el9.x86_64 2/98 2026-02-25 05:16:43.594 | > Verifying : device-mapper-multipath-0.8.7-44.el9.x86_64 3/98 2026-02-25 05:16:43.594 | > Verifying : device-mapper-multipath-libs-0.8.7-44.el9.x86_64 4/98 2026-02-25 05:16:43.594 | > Verifying : efibootmgr-16-12.el9.x86_64 5/98 2026-02-25 05:16:43.594 | > Verifying : groff-base-1.22.4-10.el9.x86_64 6/98 2026-02-25 05:16:43.594 | > Verifying : hdparm-9.62-2.el9.x86_64 7/98 2026-02-25 05:16:43.594 | > Verifying : iptables-nft-1.8.10-11.el9.x86_64 8/98 2026-02-25 05:16:43.594 | > Verifying : jitterentropy-3.6.0-1.el9.x86_64 9/98 2026-02-25 05:16:43.594 | > Verifying : libibumad-61.0-2.el9.x86_64 10/98 2026-02-25 05:16:43.594 | > Verifying : libnftnl-1.2.6-4.el9.x86_64 11/98 2026-02-25 05:16:43.594 | > Verifying : libnvme-1.16.1-2.el9.x86_64 12/98 2026-02-25 05:16:43.594 | > Verifying : libpkgconf-1.7.3-10.el9.x86_64 13/98 2026-02-25 05:16:43.594 | > Verifying : lsof-4.94.0-3.el9.x86_64 14/98 2026-02-25 05:16:43.594 | > Verifying : make-1:4.3-8.el9.x86_64 15/98 2026-02-25 05:16:43.594 | > Verifying : nvme-cli-2.16-1.el9.x86_64 16/98 2026-02-25 05:16:43.594 | > Verifying : pkgconf-1.7.3-10.el9.x86_64 17/98 2026-02-25 05:16:43.594 | > Verifying : pkgconf-m4-1.7.3-10.el9.noarch 18/98 2026-02-25 05:16:43.594 | > Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 19/98 2026-02-25 05:16:43.594 | > Verifying : rng-tools-6.17-2.el9.x86_64 20/98 2026-02-25 05:16:43.594 | > Verifying : rsync-3.2.5-4.el9.x86_64 21/98 2026-02-25 05:16:43.595 | > Verifying : traceroute-3:2.1.1-1.el9.x86_64 22/98 2026-02-25 05:16:43.595 | > Verifying : cpp-11.5.0-14.el9.x86_64 23/98 2026-02-25 05:16:43.595 | > Verifying : efivar-38-3.el9.x86_64 24/98 2026-02-25 05:16:43.595 | > Verifying : gcc-11.5.0-14.el9.x86_64 25/98 2026-02-25 05:16:43.595 | > Verifying : glibc-devel-2.34-256.el9.x86_64 26/98 2026-02-25 05:16:43.595 | > Verifying : glibc-headers-2.34-256.el9.x86_64 27/98 2026-02-25 05:16:43.595 | > Verifying : infiniband-diags-61.0-2.el9.x86_64 28/98 2026-02-25 05:16:43.595 | > Verifying : ipmitool-1.8.18-27.el9.x86_64 29/98 2026-02-25 05:16:43.595 | > Verifying : kernel-headers-5.14.0-686.el9.x86_64 30/98 2026-02-25 05:16:43.595 | > Verifying : libburn-1.5.4-5.el9.x86_64 31/98 2026-02-25 05:16:43.595 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 32/98 2026-02-25 05:16:43.595 | > Verifying : libisoburn-1.5.4-5.el9.x86_64 33/98 2026-02-25 05:16:43.595 | > Verifying : libisofs-1.5.4-4.el9.x86_64 34/98 2026-02-25 05:16:43.595 | > Verifying : libmpc-1.2.1-4.el9.x86_64 35/98 2026-02-25 05:16:43.595 | > Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 36/98 2026-02-25 05:16:43.595 | > Verifying : openssl-devel-1:3.5.5-1.el9.x86_64 37/98 2026-02-25 05:16:43.595 | > Verifying : perl-AutoLoader-5.74-483.el9.noarch 38/98 2026-02-25 05:16:43.595 | > Verifying : perl-B-1.80-483.el9.x86_64 39/98 2026-02-25 05:16:43.595 | > Verifying : perl-Carp-1.50-460.el9.noarch 40/98 2026-02-25 05:16:43.595 | > Verifying : perl-Class-Struct-0.66-483.el9.noarch 41/98 2026-02-25 05:16:43.595 | > Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 42/98 2026-02-25 05:16:43.595 | > Verifying : perl-Digest-1.19-4.el9.noarch 43/98 2026-02-25 05:16:43.595 | > Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 44/98 2026-02-25 05:16:43.595 | > Verifying : perl-Encode-4:3.08-462.el9.x86_64 45/98 2026-02-25 05:16:43.595 | > Verifying : perl-Errno-1.30-483.el9.x86_64 46/98 2026-02-25 05:16:43.595 | > Verifying : perl-Exporter-5.74-461.el9.noarch 47/98 2026-02-25 05:16:43.595 | > Verifying : perl-Fcntl-1.13-483.el9.x86_64 48/98 2026-02-25 05:16:43.595 | > Verifying : perl-File-Basename-2.85-483.el9.noarch 49/98 2026-02-25 05:16:43.595 | > Verifying : perl-File-Path-2.18-4.el9.noarch 50/98 2026-02-25 05:16:43.595 | > Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 51/98 2026-02-25 05:16:43.595 | > Verifying : perl-File-stat-1.09-483.el9.noarch 52/98 2026-02-25 05:16:43.595 | > Verifying : perl-FileHandle-2.03-483.el9.noarch 53/98 2026-02-25 05:16:43.595 | > Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 54/98 2026-02-25 05:16:43.595 | > Verifying : perl-Getopt-Std-1.12-483.el9.noarch 55/98 2026-02-25 05:16:43.595 | > Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 56/98 2026-02-25 05:16:43.595 | > Verifying : perl-IO-1.43-483.el9.x86_64 57/98 2026-02-25 05:16:43.595 | > Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 58/98 2026-02-25 05:16:43.595 | > Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 59/98 2026-02-25 05:16:43.595 | > Verifying : perl-IPC-Open3-1.21-483.el9.noarch 60/98 2026-02-25 05:16:43.595 | > Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 61/98 2026-02-25 05:16:43.595 | > Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 62/98 2026-02-25 05:16:43.595 | > Verifying : perl-NDBM_File-1.15-483.el9.x86_64 63/98 2026-02-25 05:16:43.595 | > Verifying : perl-Net-SSLeay-1.94-3.el9.x86_64 64/98 2026-02-25 05:16:43.595 | > Verifying : perl-POSIX-1.94-483.el9.x86_64 65/98 2026-02-25 05:16:43.595 | > Verifying : perl-PathTools-3.78-461.el9.x86_64 66/98 2026-02-25 05:16:43.595 | > Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 67/98 2026-02-25 05:16:43.595 | > Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/98 2026-02-25 05:16:43.595 | > Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 69/98 2026-02-25 05:16:43.595 | > Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 70/98 2026-02-25 05:16:43.595 | > Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 71/98 2026-02-25 05:16:43.595 | > Verifying : perl-SelectSaver-1.02-483.el9.noarch 72/98 2026-02-25 05:16:43.595 | > Verifying : perl-Socket-4:2.031-4.el9.x86_64 73/98 2026-02-25 05:16:43.595 | > Verifying : perl-Storable-1:3.21-460.el9.x86_64 74/98 2026-02-25 05:16:43.595 | > Verifying : perl-Symbol-1.08-483.el9.noarch 75/98 2026-02-25 05:16:43.595 | > Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 76/98 2026-02-25 05:16:43.595 | > Verifying : perl-Term-Cap-1.17-460.el9.noarch 77/98 2026-02-25 05:16:43.750 | > Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 78/98 2026-02-25 05:16:43.750 | > Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 79/98 2026-02-25 05:16:43.750 | > Verifying : perl-Time-Local-2:1.300-7.el9.noarch 80/98 2026-02-25 05:16:43.750 | > Verifying : perl-URI-5.09-3.el9.noarch 81/98 2026-02-25 05:16:43.750 | > Verifying : perl-base-2.27-483.el9.noarch 82/98 2026-02-25 05:16:43.750 | > Verifying : perl-constant-1.33-461.el9.noarch 83/98 2026-02-25 05:16:43.750 | > Verifying : perl-if-0.60.800-483.el9.noarch 84/98 2026-02-25 05:16:43.750 | > Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 85/98 2026-02-25 05:16:43.750 | > Verifying : perl-libnet-3.13-4.el9.noarch 86/98 2026-02-25 05:16:43.750 | > Verifying : perl-libs-4:5.32.1-483.el9.x86_64 87/98 2026-02-25 05:16:43.750 | > Verifying : perl-mro-1.23-483.el9.x86_64 88/98 2026-02-25 05:16:43.750 | > Verifying : perl-overload-1.31-483.el9.noarch 89/98 2026-02-25 05:16:43.750 | > Verifying : perl-overloading-0.02-483.el9.noarch 90/98 2026-02-25 05:16:43.750 | > Verifying : perl-parent-1:0.238-460.el9.noarch 91/98 2026-02-25 05:16:43.750 | > Verifying : perl-podlators-1:4.14-460.el9.noarch 92/98 2026-02-25 05:16:43.750 | > Verifying : perl-subs-1.03-483.el9.noarch 93/98 2026-02-25 05:16:43.750 | > Verifying : perl-vars-1.05-483.el9.noarch 94/98 2026-02-25 05:16:43.751 | > Verifying : policycoreutils-python-utils-3.6-5.el9.noarch 95/98 2026-02-25 05:16:43.751 | > Verifying : python3-devel-3.9.25-3.el9.x86_64 96/98 2026-02-25 05:16:43.751 | > Verifying : python3-pip-21.3.1-1.el9.noarch 97/98 2026-02-25 05:16:43.751 | > Verifying : xorriso-1.5.4-5.el9.x86_64 98/98 2026-02-25 05:16:43.751 | > Completion plugin: Generating completion cache... 2026-02-25 05:16:43.751 | > Installed: NetworkManager-initscripts-updown-1:1.54.3-2.el9.noarch 2026-02-25 05:16:43.751 | > Installed: biosdevname-0.7.3-10.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: cpp-11.5.0-14.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: device-mapper-multipath-0.8.7-44.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: device-mapper-multipath-libs-0.8.7-44.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: efibootmgr-16-12.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: efivar-38-3.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: gcc-11.5.0-14.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: glibc-devel-2.34-256.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: glibc-headers-2.34-256.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: groff-base-1.22.4-10.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: hdparm-9.62-2.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: infiniband-diags-61.0-2.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: ipmitool-1.8.18-27.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: iptables-nft-1.8.10-11.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: jitterentropy-3.6.0-1.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: kernel-headers-5.14.0-686.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libburn-1.5.4-5.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libffi-devel-3.4.2-8.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libibumad-61.0-2.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libisoburn-1.5.4-5.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libisofs-1.5.4-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libmpc-1.2.1-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libnftnl-1.2.6-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libnvme-1.16.1-2.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libpkgconf-1.7.3-10.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: libxcrypt-devel-4.4.18-3.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: lsof-4.94.0-3.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: make-1:4.3-8.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: nvme-cli-2.16-1.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: openssl-devel-1:3.5.5-1.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-AutoLoader-5.74-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-B-1.80-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Carp-1.50-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Class-Struct-0.66-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Data-Dumper-2.174-462.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Digest-1.19-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Digest-MD5-2.58-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Encode-4:3.08-462.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Errno-1.30-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Exporter-5.74-461.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Fcntl-1.13-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-File-Basename-2.85-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-File-Path-2.18-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-File-Temp-1:0.231.100-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-File-stat-1.09-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-FileHandle-2.03-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Getopt-Long-1:2.52-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Getopt-Std-1.12-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-HTTP-Tiny-0.076-462.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-IO-1.43-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-IO-Socket-IP-0.41-5.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-IO-Socket-SSL-2.073-2.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-IPC-Open3-1.21-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-MIME-Base64-3.16-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Mozilla-CA-20200520-6.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-NDBM_File-1.15-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Net-SSLeay-1.94-3.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-POSIX-1.94-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-PathTools-3.78-461.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Pod-Escapes-1:1.07-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Pod-Perldoc-3.28.01-461.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Pod-Simple-1:3.42-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Pod-Usage-4:2.01-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-SelectSaver-1.02-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Socket-4:2.031-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Storable-1:3.21-460.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-Symbol-1.08-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Term-ANSIColor-5.01-461.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Term-Cap-1.17-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Text-ParseWords-3.30-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-Time-Local-2:1.300-7.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-URI-5.09-3.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-base-2.27-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-constant-1.33-461.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-if-0.60.800-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-interpreter-4:5.32.1-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-libnet-3.13-4.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-libs-4:5.32.1-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-mro-1.23-483.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: perl-overload-1.31-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-overloading-0.02-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-parent-1:0.238-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-podlators-1:4.14-460.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-subs-1.03-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: perl-vars-1.05-483.el9.noarch 2026-02-25 05:16:43.751 | > Installed: pkgconf-1.7.3-10.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: pkgconf-m4-1.7.3-10.el9.noarch 2026-02-25 05:16:43.751 | > Installed: pkgconf-pkg-config-1.7.3-10.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: policycoreutils-python-utils-3.6-5.el9.noarch 2026-02-25 05:16:43.751 | > Installed: python3-devel-3.9.25-3.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: python3-pip-21.3.1-1.el9.noarch 2026-02-25 05:16:43.751 | > Installed: rng-tools-6.17-2.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: rsync-3.2.5-4.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: traceroute-3:2.1.1-1.el9.x86_64 2026-02-25 05:16:43.751 | > Installed: xorriso-1.5.4-5.el9.x86_64 2026-02-25 05:16:43.751 | > 2026-02-25 05:16:43.751 | > Installed: 2026-02-25 05:16:43.751 | > NetworkManager-initscripts-updown-1:1.54.3-2.el9.noarch 2026-02-25 05:16:43.751 | > biosdevname-0.7.3-10.el9.x86_64 2026-02-25 05:16:43.751 | > cpp-11.5.0-14.el9.x86_64 2026-02-25 05:16:43.751 | > device-mapper-multipath-0.8.7-44.el9.x86_64 2026-02-25 05:16:43.751 | > device-mapper-multipath-libs-0.8.7-44.el9.x86_64 2026-02-25 05:16:43.751 | > efibootmgr-16-12.el9.x86_64 2026-02-25 05:16:43.751 | > efivar-38-3.el9.x86_64 2026-02-25 05:16:43.751 | > gcc-11.5.0-14.el9.x86_64 2026-02-25 05:16:43.751 | > glibc-devel-2.34-256.el9.x86_64 2026-02-25 05:16:43.751 | > glibc-headers-2.34-256.el9.x86_64 2026-02-25 05:16:43.751 | > groff-base-1.22.4-10.el9.x86_64 2026-02-25 05:16:43.751 | > hdparm-9.62-2.el9.x86_64 2026-02-25 05:16:43.751 | > infiniband-diags-61.0-2.el9.x86_64 2026-02-25 05:16:43.751 | > ipmitool-1.8.18-27.el9.x86_64 2026-02-25 05:16:43.751 | > iptables-nft-1.8.10-11.el9.x86_64 2026-02-25 05:16:43.751 | > jitterentropy-3.6.0-1.el9.x86_64 2026-02-25 05:16:43.751 | > kernel-headers-5.14.0-686.el9.x86_64 2026-02-25 05:16:43.751 | > libburn-1.5.4-5.el9.x86_64 2026-02-25 05:16:43.751 | > libffi-devel-3.4.2-8.el9.x86_64 2026-02-25 05:16:43.751 | > libibumad-61.0-2.el9.x86_64 2026-02-25 05:16:43.751 | > libisoburn-1.5.4-5.el9.x86_64 2026-02-25 05:16:44.043 | > libisofs-1.5.4-4.el9.x86_64 2026-02-25 05:16:44.043 | > libmpc-1.2.1-4.el9.x86_64 2026-02-25 05:16:44.043 | > libnftnl-1.2.6-4.el9.x86_64 2026-02-25 05:16:44.043 | > libnvme-1.16.1-2.el9.x86_64 2026-02-25 05:16:44.043 | > libpkgconf-1.7.3-10.el9.x86_64 2026-02-25 05:16:44.043 | > libxcrypt-devel-4.4.18-3.el9.x86_64 2026-02-25 05:16:44.043 | > lsof-4.94.0-3.el9.x86_64 2026-02-25 05:16:44.043 | > make-1:4.3-8.el9.x86_64 2026-02-25 05:16:44.043 | > nvme-cli-2.16-1.el9.x86_64 2026-02-25 05:16:44.043 | > openssl-devel-1:3.5.5-1.el9.x86_64 2026-02-25 05:16:44.043 | > perl-AutoLoader-5.74-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-B-1.80-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Carp-1.50-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-Class-Struct-0.66-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-Data-Dumper-2.174-462.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Digest-1.19-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-Digest-MD5-2.58-4.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Encode-4:3.08-462.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Errno-1.30-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Exporter-5.74-461.el9.noarch 2026-02-25 05:16:44.043 | > perl-Fcntl-1.13-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-File-Basename-2.85-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-File-Path-2.18-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-File-Temp-1:0.231.100-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-File-stat-1.09-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-FileHandle-2.03-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-Getopt-Long-1:2.52-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-Getopt-Std-1.12-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-HTTP-Tiny-0.076-462.el9.noarch 2026-02-25 05:16:44.043 | > perl-IO-1.43-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-IO-Socket-IP-0.41-5.el9.noarch 2026-02-25 05:16:44.043 | > perl-IO-Socket-SSL-2.073-2.el9.noarch 2026-02-25 05:16:44.043 | > perl-IPC-Open3-1.21-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-MIME-Base64-3.16-4.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Mozilla-CA-20200520-6.el9.noarch 2026-02-25 05:16:44.043 | > perl-NDBM_File-1.15-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Net-SSLeay-1.94-3.el9.x86_64 2026-02-25 05:16:44.043 | > perl-POSIX-1.94-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-PathTools-3.78-461.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Pod-Escapes-1:1.07-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-Pod-Perldoc-3.28.01-461.el9.noarch 2026-02-25 05:16:44.043 | > perl-Pod-Simple-1:3.42-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-Pod-Usage-4:2.01-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2026-02-25 05:16:44.043 | > perl-SelectSaver-1.02-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-Socket-4:2.031-4.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Storable-1:3.21-460.el9.x86_64 2026-02-25 05:16:44.043 | > perl-Symbol-1.08-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-Term-ANSIColor-5.01-461.el9.noarch 2026-02-25 05:16:44.043 | > perl-Term-Cap-1.17-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-Text-ParseWords-3.30-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-Time-Local-2:1.300-7.el9.noarch 2026-02-25 05:16:44.043 | > perl-URI-5.09-3.el9.noarch 2026-02-25 05:16:44.043 | > perl-base-2.27-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-constant-1.33-461.el9.noarch 2026-02-25 05:16:44.043 | > perl-if-0.60.800-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-interpreter-4:5.32.1-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-libnet-3.13-4.el9.noarch 2026-02-25 05:16:44.043 | > perl-libs-4:5.32.1-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-mro-1.23-483.el9.x86_64 2026-02-25 05:16:44.043 | > perl-overload-1.31-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-overloading-0.02-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-parent-1:0.238-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-podlators-1:4.14-460.el9.noarch 2026-02-25 05:16:44.043 | > perl-subs-1.03-483.el9.noarch 2026-02-25 05:16:44.043 | > perl-vars-1.05-483.el9.noarch 2026-02-25 05:16:44.043 | > pkgconf-1.7.3-10.el9.x86_64 2026-02-25 05:16:44.043 | > pkgconf-m4-1.7.3-10.el9.noarch 2026-02-25 05:16:44.043 | > pkgconf-pkg-config-1.7.3-10.el9.x86_64 2026-02-25 05:16:44.043 | > policycoreutils-python-utils-3.6-5.el9.noarch 2026-02-25 05:16:44.043 | > python3-devel-3.9.25-3.el9.x86_64 2026-02-25 05:16:44.043 | > python3-pip-21.3.1-1.el9.noarch 2026-02-25 05:16:44.043 | > rng-tools-6.17-2.el9.x86_64 2026-02-25 05:16:44.043 | > rsync-3.2.5-4.el9.x86_64 2026-02-25 05:16:44.043 | > traceroute-3:2.1.1-1.el9.x86_64 2026-02-25 05:16:44.043 | > xorriso-1.5.4-5.el9.x86_64 2026-02-25 05:16:44.043 | > 2026-02-25 05:16:44.043 | > Complete! 2026-02-25 05:16:44.043 | > + '[' install == install ']' 2026-02-25 05:16:44.043 | > + '[' dnf == dnf ']' 2026-02-25 05:16:44.043 | > + dnf mark install dhclient efibootmgr NetworkManager-initscripts-updown traceroute curl policycoreutils-python-utils fio-engine-libaio qemu-img gcc parted psmisc pciutils gdisk selinux-policy passwd xorriso tcpdump libffi-devel e2fsprogs kmod ipmitool iscsi-initiator-utils rsync git-core efivar nvme-cli lldpad python3 mdadm device-mapper-multipath ca-certificates lsof dmidecode infiniband-diags python3-policycoreutils openssh-server lshw chrony python3-devel which hdparm smartmontools dosfstools biosdevname openssh selinux-policy-targeted iptables ethtool sysbench rng-tools util-linux python3-libselinux fio openssl-devel 2026-02-25 05:16:44.043 | > dhcp-client-12:4.4.2-20.b1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > efibootmgr-16-12.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > NetworkManager-initscripts-updown-1:1.54.3-2.el9.noarch marked as user installed. 2026-02-25 05:16:44.043 | > traceroute-3:2.1.1-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > curl-7.76.1-40.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > policycoreutils-python-utils-3.6-5.el9.noarch marked as user installed. 2026-02-25 05:16:44.043 | > fio-engine-libaio-3.35-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > qemu-img-17:10.1.0-14.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > gcc-11.5.0-14.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > parted-3.5-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > psmisc-23.4-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > pciutils-3.7.0-7.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > gdisk-1.0.7-5.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > selinux-policy-38.1.73-1.el9.noarch marked as user installed. 2026-02-25 05:16:44.043 | > passwd-0.80-12.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > xorriso-1.5.4-5.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > tcpdump-14:4.99.0-9.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.043 | > libffi-devel-3.4.2-8.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > e2fsprogs-1.46.5-8.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > kmod-28-11.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > ipmitool-1.8.18-27.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > rsync-3.2.5-4.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > git-core-2.52.0-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > efivar-38-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > nvme-cli-2.16-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > python3-3.9.25-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > mdadm-4.4-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > device-mapper-multipath-0.8.7-44.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > ca-certificates-2025.2.80_v9.0.305-91.el9.noarch marked as user installed. 2026-02-25 05:16:44.088 | > lsof-4.94.0-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > dmidecode-1:3.6-2.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > infiniband-diags-61.0-2.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > python3-policycoreutils-3.6-5.el9.noarch marked as user installed. 2026-02-25 05:16:44.088 | > openssh-server-9.9p1-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > lshw-B.02.20-4.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > chrony-4.8-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > python3-devel-3.9.25-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > which-2.21-30.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > hdparm-9.62-2.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > smartmontools-1:7.2-10.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > dosfstools-4.2-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > biosdevname-0.7.3-10.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > openssh-9.9p1-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > selinux-policy-targeted-38.1.73-1.el9.noarch marked as user installed. 2026-02-25 05:16:44.088 | > iptables-nft-1.8.10-11.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > ethtool-2:6.15-2.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > sysbench-1.0.20-5.el9s.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > rng-tools-6.17-2.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > util-linux-2.37.4-25.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > python3-libselinux-3.6-3.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.088 | > fio-3.35-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.089 | > openssl-devel-1:3.5.5-1.el9.x86_64 marked as user installed. 2026-02-25 05:16:44.089 | returncode: 0 2026-02-25 05:16:44.095 | dib-run-parts 01-package-installs completed 2026-02-25 05:16:44.095 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init 2026-02-25 05:16:44.097 | + set -eu 2026-02-25 05:16:44.097 | + set -o pipefail 2026-02-25 05:16:44.097 | + mkdir -p /etc/cloud/cloud.cfg.d 2026-02-25 05:16:44.099 | + '[' -n '' ']' 2026-02-25 05:16:44.100 | dib-run-parts 10-cloud-init completed 2026-02-25 05:16:44.100 | dib-run-parts Running /tmp/in_target.d/install.d/10-install-static-files 2026-02-25 05:16:44.103 | + set -eu 2026-02-25 05:16:44.103 | + set -o pipefail 2026-02-25 05:16:44.103 | ++ dirname /tmp/in_target.d/install.d/10-install-static-files 2026-02-25 05:16:44.104 | + STATIC_SOURCE=/tmp/in_target.d/install.d/../static 2026-02-25 05:16:44.104 | + '[' -d /tmp/in_target.d/install.d/../static ']' 2026-02-25 05:16:44.104 | + rsync -lCr /tmp/in_target.d/install.d/../static/ / 2026-02-25 05:16:44.153 | dib-run-parts 10-install-static-files completed 2026-02-25 05:16:44.153 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts 2026-02-25 05:16:44.155 | + set -eu 2026-02-25 05:16:44.155 | + set -o pipefail 2026-02-25 05:16:44.155 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts 2026-02-25 05:16:44.156 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/ 2026-02-25 05:16:44.156 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']' 2026-02-25 05:16:44.156 | + dest= 2026-02-25 05:16:44.156 | + case $DIB_INIT_SYSTEM in 2026-02-25 05:16:44.156 | + dest=/usr/lib/systemd/system/ 2026-02-25 05:16:44.156 | + '[' -z /usr/lib/systemd/system/ ']' 2026-02-25 05:16:44.156 | + cp -RP /tmp/in_target.d/install.d/../init-scripts/systemd/. /usr/lib/systemd/system/ 2026-02-25 05:16:44.159 | dib-run-parts 20-install-init-scripts completed 2026-02-25 05:16:44.159 | dib-run-parts Running /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2026-02-25 05:16:44.161 | + set -eu 2026-02-25 05:16:44.161 | + set -o pipefail 2026-02-25 05:16:44.161 | ++ dirname /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2026-02-25 05:16:44.162 | + SCRIPTDIR=/tmp/in_target.d/install.d 2026-02-25 05:16:44.162 | + '[' -e /etc/redhat-release ']' 2026-02-25 05:16:44.162 | + [[ 7 =~ 9-stream ]] 2026-02-25 05:16:44.162 | + [[ 8 =~ 9-stream ]] 2026-02-25 05:16:44.162 | + '[' -x /etc/NetworkManager ']' 2026-02-25 05:16:44.162 | + install -D -g root -o root -m 0644 /tmp/in_target.d/install.d/NetworkManager-conf.d-00-main.conf /etc/NetworkManager/conf.d/00-main.conf 2026-02-25 05:16:44.166 | + sed -i s/DIB_DHCP_CLIENT/internal/g /etc/NetworkManager/conf.d/00-main.conf 2026-02-25 05:16:44.167 | + sed -i s/DIB_DHCP_TIMEOUT/60/g /etc/NetworkManager/conf.d/00-main.conf 2026-02-25 05:16:44.169 | + '[' true == true ']' 2026-02-25 05:16:44.169 | + exit 0 2026-02-25 05:16:44.170 | dib-run-parts 50-dhcp-all-interfaces completed 2026-02-25 05:16:44.170 | dib-run-parts Running /tmp/in_target.d/install.d/60-remove-cloud-image-interfaces 2026-02-25 05:16:44.172 | + set -eu 2026-02-25 05:16:44.172 | + set -o pipefail 2026-02-25 05:16:44.173 | ++ ls /etc/sysconfig/network-scripts/ifcfg-eth0 2026-02-25 05:16:44.173 | ++ grep -v ifcfg-lo 2026-02-25 05:16:44.174 | + for ifcfg in $(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v "ifcfg-lo") 2026-02-25 05:16:44.174 | + rm -f /etc/sysconfig/network-scripts/ifcfg-eth0 2026-02-25 05:16:44.175 | + rm -f '/etc/network/interfaces.d/*' 2026-02-25 05:16:44.176 | + rm -f '/etc/conf.d/net*' 2026-02-25 05:16:44.177 | + '[' -f /etc/network/interfaces ']' 2026-02-25 05:16:44.178 | dib-run-parts 60-remove-cloud-image-interfaces completed 2026-02-25 05:16:44.178 | dib-run-parts Running /tmp/in_target.d/install.d/70-clear-net-ifnames 2026-02-25 05:16:44.180 | + set -o pipefail 2026-02-25 05:16:44.180 | + '[' -f /etc/default/grub ']' 2026-02-25 05:16:44.180 | + sed -i s/net.ifnames=0//g /etc/default/grub 2026-02-25 05:16:44.183 | dib-run-parts 70-clear-net-ifnames completed 2026-02-25 05:16:44.183 | dib-run-parts Running /tmp/in_target.d/install.d/70-enable-dynamic-login-services 2026-02-25 05:16:44.185 | + set -eu 2026-02-25 05:16:44.185 | + set -o pipefail 2026-02-25 05:16:44.185 | + case "$DIB_INIT_SYSTEM" in 2026-02-25 05:16:44.185 | + systemctl enable dynamic-login.service 2026-02-25 05:16:44.191 | Created symlink /etc/systemd/system/multi-user.target.wants/dynamic-login.service -> /usr/lib/systemd/system/dynamic-login.service. 2026-02-25 05:16:44.193 | dib-run-parts 70-enable-dynamic-login-services completed 2026-02-25 05:16:44.193 | dib-run-parts Running /tmp/in_target.d/install.d/71-clean-stale-interface 2026-02-25 05:16:44.195 | + set -o pipefail 2026-02-25 05:16:44.195 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-ens*' 2026-02-25 05:16:44.196 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-eth*' 2026-02-25 05:16:44.198 | dib-run-parts 71-clean-stale-interface completed 2026-02-25 05:16:44.198 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls 2026-02-25 05:16:44.200 | + set -eu 2026-02-25 05:16:44.200 | + set -o pipefail 2026-02-25 05:16:44.200 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls 2026-02-25 05:16:44.201 | + package-uninstalls -d /tmp/in_target.d/install.d 2026-02-25 05:16:44.202 | + set -eu 2026-02-25 05:16:44.202 | + set -o pipefail 2026-02-25 05:16:44.202 | ++ basename /usr/local/bin/package-uninstalls 2026-02-25 05:16:44.203 | + SCRIPTNAME=package-uninstalls 2026-02-25 05:16:44.203 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d 2026-02-25 05:16:44.204 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2026-02-25 05:16:44.204 | + '[' 0 '!=' 0 ']' 2026-02-25 05:16:44.204 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2026-02-25 05:16:44.204 | ++ set -- -d /tmp/in_target.d/install.d -- 2026-02-25 05:16:44.204 | + WORKDIR= 2026-02-25 05:16:44.204 | + true 2026-02-25 05:16:44.204 | + case "$1" in 2026-02-25 05:16:44.204 | + WORKDIR=/tmp/in_target.d/install.d 2026-02-25 05:16:44.204 | + shift 2 2026-02-25 05:16:44.204 | + true 2026-02-25 05:16:44.204 | + case "$1" in 2026-02-25 05:16:44.204 | + shift 2026-02-25 05:16:44.204 | + break 2026-02-25 05:16:44.204 | + '[' -z /tmp/in_target.d/install.d ']' 2026-02-25 05:16:44.204 | + PACKAGES= 2026-02-25 05:16:44.205 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:16:44.206 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2026-02-25 05:16:44.206 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2026-02-25 05:16:44.207 | + basefile=package-installs-ironic-python-agent-ramdisk 2026-02-25 05:16:44.207 | + element_name=ironic-python-agent-ramdisk 2026-02-25 05:16:44.207 | + read pkg 2026-02-25 05:16:44.207 | + '[' -z ironic-python-agent ']' 2026-02-25 05:16:44.207 | + '[' i = '#' ']' 2026-02-25 05:16:44.207 | + '[' '!' i = - ']' 2026-02-25 05:16:44.207 | + continue 2026-02-25 05:16:44.207 | + read pkg 2026-02-25 05:16:44.207 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2026-02-25 05:16:44.207 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2026-02-25 05:16:44.208 | + basefile=package-installs-extra-hardware 2026-02-25 05:16:44.208 | + element_name=extra-hardware 2026-02-25 05:16:44.208 | + read pkg 2026-02-25 05:16:44.209 | + '[' -z python-hardware ']' 2026-02-25 05:16:44.209 | + '[' p = '#' ']' 2026-02-25 05:16:44.209 | + '[' '!' p = - ']' 2026-02-25 05:16:44.209 | + continue 2026-02-25 05:16:44.209 | + read pkg 2026-02-25 05:16:44.209 | + install-packages -e 2026-02-25 05:16:44.214 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json 2026-02-25 05:16:45.260 | Map uninstall for ironic-python-agent-ramdisk: libffi-dev, libssl-dev, python-dev 2026-02-25 05:16:45.260 | Running command: ['install-packages', '-e', 'openssl-devel', 'python3-devel', 'libffi-devel'] 2026-02-25 05:16:45.260 | > Running install-packages remove. 2026-02-25 05:16:45.260 | > + dnf -v -y remove openssl-devel python3-devel libffi-devel 2026-02-25 05:16:45.260 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:16:45.260 | > DNF version: 4.14.0 2026-02-25 05:16:45.260 | > cachedir: /tmp/yum 2026-02-25 05:16:45.260 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:16:45.260 | > --> Starting dependency resolution 2026-02-25 05:16:45.260 | > --> Finding unneeded leftover dependencies 2026-02-25 05:16:45.260 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be erased 2026-02-25 05:16:45.260 | > ---> Package openssl-devel.x86_64 1:3.5.5-1.el9 will be erased 2026-02-25 05:16:45.260 | > ---> Package python3-devel.x86_64 3.9.25-3.el9 will be erased 2026-02-25 05:16:45.260 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be erased 2026-02-25 05:16:45.260 | > --> Finished dependency resolution 2026-02-25 05:16:45.260 | > Dependencies resolved. 2026-02-25 05:16:45.260 | > ================================================================================ 2026-02-25 05:16:45.260 | > Package Architecture Version Repository Size 2026-02-25 05:16:45.260 | > ================================================================================ 2026-02-25 05:16:45.260 | > Removing: 2026-02-25 05:16:45.260 | > libffi-devel x86_64 3.4.2-8.el9 @appstream 33 k 2026-02-25 05:16:45.260 | > openssl-devel x86_64 1:3.5.5-1.el9 @appstream 5.1 M 2026-02-25 05:16:45.260 | > python3-devel x86_64 3.9.25-3.el9 @appstream 765 k 2026-02-25 05:16:45.260 | > Removing unused dependencies: 2026-02-25 05:16:45.260 | > python3-pip noarch 21.3.1-1.el9 @appstream 8.8 M 2026-02-25 05:16:45.260 | > 2026-02-25 05:16:45.260 | > Transaction Summary 2026-02-25 05:16:45.260 | > ================================================================================ 2026-02-25 05:16:45.260 | > Remove 4 Packages 2026-02-25 05:16:45.260 | > 2026-02-25 05:16:45.260 | > Freed space: 15 M 2026-02-25 05:16:45.260 | > Running transaction check 2026-02-25 05:16:45.260 | > Transaction check succeeded. 2026-02-25 05:16:45.260 | > Running transaction test 2026-02-25 05:16:45.260 | > Transaction test succeeded. 2026-02-25 05:16:45.260 | > Running transaction 2026-02-25 05:16:45.260 | > Preparing : 1/1 2026-02-25 05:16:45.260 | > Erasing : python3-devel-3.9.25-3.el9.x86_64 1/4 2026-02-25 05:16:45.260 | > Erasing : python3-pip-21.3.1-1.el9.noarch 2/4 2026-02-25 05:16:45.260 | > Erasing : openssl-devel-1:3.5.5-1.el9.x86_64 3/4 2026-02-25 05:16:45.260 | > Erasing : libffi-devel-3.4.2-8.el9.x86_64 4/4 2026-02-25 05:16:45.260 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 1/4 2026-02-25 05:16:45.260 | > Verifying : openssl-devel-1:3.5.5-1.el9.x86_64 2/4 2026-02-25 05:16:45.260 | > Verifying : python3-devel-3.9.25-3.el9.x86_64 3/4 2026-02-25 05:16:45.260 | > Verifying : python3-pip-21.3.1-1.el9.noarch 4/4 2026-02-25 05:16:45.260 | > Completion plugin: Generating completion cache... 2026-02-25 05:16:45.260 | > Removed: libffi-devel-3.4.2-8.el9.x86_64 2026-02-25 05:16:45.260 | > Removed: openssl-devel-1:3.5.5-1.el9.x86_64 2026-02-25 05:16:45.260 | > Removed: python3-devel-3.9.25-3.el9.x86_64 2026-02-25 05:16:45.260 | > Removed: python3-pip-21.3.1-1.el9.noarch 2026-02-25 05:16:45.260 | > 2026-02-25 05:16:45.260 | > Removed: 2026-02-25 05:16:45.260 | > libffi-devel-3.4.2-8.el9.x86_64 openssl-devel-1:3.5.5-1.el9.x86_64 2026-02-25 05:16:45.260 | > python3-devel-3.9.25-3.el9.x86_64 python3-pip-21.3.1-1.el9.noarch 2026-02-25 05:16:45.260 | > 2026-02-25 05:16:45.260 | > Complete! 2026-02-25 05:16:45.260 | > + '[' remove == install ']' 2026-02-25 05:16:45.260 | returncode: 0 2026-02-25 05:16:45.263 | dib-run-parts 99-package-uninstalls completed 2026-02-25 05:16:45.263 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:16:45.263 | dib-run-parts 2026-02-25 05:16:45.264 | dib-run-parts Target: install.d 2026-02-25 05:16:45.264 | dib-run-parts 2026-02-25 05:16:45.264 | dib-run-parts Script Seconds 2026-02-25 05:16:45.264 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:16:45.264 | dib-run-parts 2026-02-25 05:16:45.272 | dib-run-parts 00-baseline-environment 1.499 2026-02-25 05:16:45.276 | dib-run-parts 00-up-to-date 1.442 2026-02-25 05:16:45.281 | dib-run-parts 01-package-installs 26.083 2026-02-25 05:16:45.285 | dib-run-parts 10-cloud-init 0.004 2026-02-25 05:16:45.290 | dib-run-parts 10-install-static-files 0.051 2026-02-25 05:16:45.295 | dib-run-parts 20-install-init-scripts 0.005 2026-02-25 05:16:45.299 | dib-run-parts 50-dhcp-all-interfaces 0.010 2026-02-25 05:16:45.304 | dib-run-parts 60-remove-cloud-image-interfaces 0.007 2026-02-25 05:16:45.308 | dib-run-parts 70-clear-net-ifnames 0.004 2026-02-25 05:16:45.312 | dib-run-parts 70-enable-dynamic-login-services 0.008 2026-02-25 05:16:45.317 | dib-run-parts 71-clean-stale-interface 0.004 2026-02-25 05:16:45.321 | dib-run-parts 99-package-uninstalls 1.064 2026-02-25 05:16:45.323 | dib-run-parts 2026-02-25 05:16:45.323 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:16:45.329 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2026-02-25 05:16:45.333 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2026-02-25 05:16:45.336 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2026-02-25 05:16:45.339 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-install run_in_target bash 2026-02-25 05:16:45.342 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-install(,|$)' -q 2026-02-25 05:16:45.342 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:45.347 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:45.366 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d; do sleep 1; done' 2026-02-25 05:16:45.389 | + diskimage_builder/lib/disk-image-create:main:363 : do_extra_package_install 2026-02-25 05:16:45.392 | + diskimage_builder/lib/img-functions:do_extra_package_install:166 : '[' '' '!=' '' ']' 2026-02-25 05:16:45.395 | + diskimage_builder/lib/disk-image-create:main:364 : run_d_in_target post-install 2026-02-25 05:16:45.397 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2026-02-25 05:16:45.400 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:16:45.402 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/post-install.d ']' 2026-02-25 05:16:45.405 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:45.422 | + diskimage_builder/lib/img-functions:run_d_in_target:73 : sudo cp /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:16:45.439 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:45.457 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:16:45.477 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-post-install run_in_target bash 2026-02-25 05:16:45.480 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:16:45.480 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-install(,|$)' -q 2026-02-25 05:16:45.485 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2026-02-25 05:16:45.488 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2026-02-25 05:16:45.491 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2026-02-25 05:16:45.494 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d 2026-02-25 05:16:45.497 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d' 2026-02-25 05:16:45.499 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2026-02-25 05:16:45.502 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2026-02-25 05:16:45.505 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2026-02-25 05:16:45.508 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.cvFfxyaI/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c '/tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d' 2026-02-25 05:16:45.538 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:45.540 | + source /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:16:45.540 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:16:45.540 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:16:45.540 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:45.540 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:16:45.540 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:16:45.540 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:45.540 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:16:45.540 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:45.542 | + source /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2026-02-25 05:16:45.542 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:45.542 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:45.542 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:45.544 | + source /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2026-02-25 05:16:45.544 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:16:45.544 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:16:45.544 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:45.544 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:16:45.544 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:45.544 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:16:45.544 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:45.544 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:16:45.544 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2026-02-25 05:16:45.546 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2026-02-25 05:16:45.546 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:45.546 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:16:45.546 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:45.546 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:16:45.546 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:45.548 | + source /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:16:45.548 | ++ export DISTRO_NAME=centos 2026-02-25 05:16:45.548 | ++ DISTRO_NAME=centos 2026-02-25 05:16:45.548 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:16:45.548 | ++ DIB_RELEASE=9-stream 2026-02-25 05:16:45.548 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:45.548 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:16:45.548 | ++ export YUM=dnf 2026-02-25 05:16:45.548 | ++ YUM=dnf 2026-02-25 05:16:45.548 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:45.550 | + source /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2026-02-25 05:16:45.550 | ++ export DIB_CHECKSUM=1 2026-02-25 05:16:45.550 | ++ DIB_CHECKSUM=1 2026-02-25 05:16:45.550 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:45.552 | + source /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2026-02-25 05:16:45.552 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:45.552 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:16:45.552 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:45.554 | + source /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:16:45.554 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:16:45.554 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:16:45.554 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:45.554 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:16:45.554 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:45.556 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:16:45.556 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:45.556 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:16:45.556 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2026-02-25 05:16:45.558 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2026-02-25 05:16:45.558 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:45.558 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:16:45.558 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:45.558 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:16:45.558 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:45.560 | + source /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:16:45.560 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:16:45.560 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:45.560 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:16:45.560 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:16:45.560 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:45.560 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:16:45.560 | ++ [[ centos =~ debian ]] 2026-02-25 05:16:45.560 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:45.562 | + source /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2026-02-25 05:16:45.562 | ++ '[' -z 3 ']' 2026-02-25 05:16:45.562 | ++ '[' -z 3 ']' 2026-02-25 05:16:45.562 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:16:45.562 | ++ export DIB_PYTHON=python3 2026-02-25 05:16:45.562 | ++ DIB_PYTHON=python3 2026-02-25 05:16:45.562 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2026-02-25 05:16:45.564 | + source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2026-02-25 05:16:45.564 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:45.564 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:16:45.564 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:45.564 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:16:45.564 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:45.566 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2026-02-25 05:16:45.566 | ++ '[' -z systemd ']' 2026-02-25 05:16:45.566 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:16:45.566 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs 2026-02-25 05:16:45.568 | + set -eu 2026-02-25 05:16:45.569 | + set -o pipefail 2026-02-25 05:16:45.569 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs 2026-02-25 05:16:45.570 | + package-installs -d /tmp/in_target.d/post-install.d 2026-02-25 05:16:45.571 | + set -eu 2026-02-25 05:16:45.571 | + set -o pipefail 2026-02-25 05:16:45.571 | ++ basename /usr/local/bin/package-installs 2026-02-25 05:16:45.572 | + SCRIPTNAME=package-installs 2026-02-25 05:16:45.573 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d 2026-02-25 05:16:45.573 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2026-02-25 05:16:45.573 | + '[' 0 '!=' 0 ']' 2026-02-25 05:16:45.574 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2026-02-25 05:16:45.574 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2026-02-25 05:16:45.574 | + WORKDIR= 2026-02-25 05:16:45.574 | + true 2026-02-25 05:16:45.574 | + case "$1" in 2026-02-25 05:16:45.574 | + WORKDIR=/tmp/in_target.d/post-install.d 2026-02-25 05:16:45.574 | + shift 2 2026-02-25 05:16:45.574 | + true 2026-02-25 05:16:45.574 | + case "$1" in 2026-02-25 05:16:45.574 | + shift 2026-02-25 05:16:45.574 | + break 2026-02-25 05:16:45.574 | + '[' -z /tmp/in_target.d/post-install.d ']' 2026-02-25 05:16:45.574 | + PACKAGES= 2026-02-25 05:16:45.574 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:16:45.575 | + '[' -n '' ']' 2026-02-25 05:16:45.576 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json 2026-02-25 05:17:15.877 | Map install for ironic-python-agent-ramdisk: linux-firmware 2026-02-25 05:17:15.877 | Running command: ['install-packages', 'linux-firmware'] 2026-02-25 05:17:15.877 | > Running install-packages install. 2026-02-25 05:17:15.877 | > + dnf -v -y install linux-firmware 2026-02-25 05:17:15.877 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:17:15.877 | > DNF version: 4.14.0 2026-02-25 05:17:15.877 | > cachedir: /tmp/yum 2026-02-25 05:17:15.877 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-barbican 2026-02-25 05:17:15.877 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-baremetal 2026-02-25 05:17:15.877 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-cinder 2026-02-25 05:17:15.877 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-clients 2026-02-25 05:17:15.877 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-cloudops 2026-02-25 05:17:15.877 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-common 2026-02-25 05:17:15.877 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-compute 2026-02-25 05:17:15.877 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-designate 2026-02-25 05:17:15.877 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-glance 2026-02-25 05:17:15.877 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-keystone 2026-02-25 05:17:15.877 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-manila 2026-02-25 05:17:15.877 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-network 2026-02-25 05:17:15.877 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-octavia 2026-02-25 05:17:15.877 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-optimize 2026-02-25 05:17:15.877 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-podified 2026-02-25 05:17:15.877 | > delorean-component-podified: using metadata from Tue Feb 3 07:46:50 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-puppet 2026-02-25 05:17:15.877 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-swift 2026-02-25 05:17:15.877 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-tempest 2026-02-25 05:17:15.877 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-component-ui 2026-02-25 05:17:15.877 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: baseos 2026-02-25 05:17:15.877 | > baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: appstream 2026-02-25 05:17:15.877 | > appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: crb 2026-02-25 05:17:15.877 | > crb: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: extras-common 2026-02-25 05:17:15.877 | > extras-common: using metadata from Thu Feb 12 15:34:59 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-master-testing 2026-02-25 05:17:15.877 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: delorean-master-build-deps 2026-02-25 05:17:15.877 | > delorean-master-build-deps: using metadata from Thu Jan 15 10:12:10 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: centos9-rabbitmq 2026-02-25 05:17:15.877 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2026-02-25 05:17:15.877 | > repo: using cache for: centos9-storage 2026-02-25 05:17:15.877 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2026-02-25 05:17:15.877 | > repo: using cache for: centos9-opstools 2026-02-25 05:17:15.877 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2026-02-25 05:17:15.877 | > repo: using cache for: centos9-nfv-ovs 2026-02-25 05:17:15.877 | > centos9-nfv-ovs: using metadata from Mon Feb 2 05:16:39 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: repo-setup-centos-appstream 2026-02-25 05:17:15.877 | > repo-setup-centos-appstream: using metadata from Mon Feb 23 10:44:24 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: repo-setup-centos-baseos 2026-02-25 05:17:15.877 | > repo-setup-centos-baseos: using metadata from Mon Feb 23 10:40:46 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: repo-setup-centos-highavailability 2026-02-25 05:17:15.877 | > repo-setup-centos-highavailability: using metadata from Mon Feb 23 10:49:17 2026. 2026-02-25 05:17:15.877 | > repo: using cache for: repo-setup-centos-powertools 2026-02-25 05:17:15.877 | > repo-setup-centos-powertools: using metadata from Mon Feb 23 10:48:55 2026. 2026-02-25 05:17:15.877 | > Last metadata expiration check: 0:00:35 ago on Wed Feb 25 00:16:11 2026. 2026-02-25 05:17:15.877 | > --> Starting dependency resolution 2026-02-25 05:17:15.877 | > ---> Package linux-firmware.noarch 20260130-160.el9 will be installed 2026-02-25 05:17:15.877 | > ---> Package linux-firmware-whence.noarch 20260130-160.el9 will be installed 2026-02-25 05:17:15.877 | > --> Finished dependency resolution 2026-02-25 05:17:15.877 | > Dependencies resolved. 2026-02-25 05:17:15.877 | > ================================================================================ 2026-02-25 05:17:15.877 | > Package Arch Version Repository Size 2026-02-25 05:17:15.877 | > ================================================================================ 2026-02-25 05:17:15.877 | > Installing: 2026-02-25 05:17:15.877 | > linux-firmware noarch 20260130-160.el9 baseos 610 M 2026-02-25 05:17:15.877 | > Installing dependencies: 2026-02-25 05:17:15.877 | > linux-firmware-whence noarch 20260130-160.el9 baseos 127 k 2026-02-25 05:17:15.877 | > 2026-02-25 05:17:15.877 | > Transaction Summary 2026-02-25 05:17:15.877 | > ================================================================================ 2026-02-25 05:17:15.877 | > Install 2 Packages 2026-02-25 05:17:15.877 | > 2026-02-25 05:17:15.877 | > Total download size: 610 M 2026-02-25 05:17:15.877 | > Installed size: 634 M 2026-02-25 05:17:15.877 | > Downloading Packages: 2026-02-25 05:17:15.877 | > (1/2): linux-firmware-whence-20260130-160.el9.n 167 kB/s | 127 kB 00:00 2026-02-25 05:17:15.877 | > (2/2): linux-firmware-20260130-160.el9.noarch.r 34 MB/s | 610 MB 00:17 2026-02-25 05:17:15.877 | > -------------------------------------------------------------------------------- 2026-02-25 05:17:15.877 | > Total 31 MB/s | 610 MB 00:19 2026-02-25 05:17:15.877 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2026-02-25 05:17:15.877 | > Running transaction check 2026-02-25 05:17:15.877 | > Transaction check succeeded. 2026-02-25 05:17:15.877 | > Running transaction test 2026-02-25 05:17:15.877 | > Transaction test succeeded. 2026-02-25 05:17:15.877 | > Running transaction 2026-02-25 05:17:15.877 | > Running scriptlet: linux-firmware-20260130-160.el9.noarch 1/1 2026-02-25 05:17:15.877 | > Preparing : 1/1 2026-02-25 05:17:15.877 | > Installing : linux-firmware-whence-20260130-160.el9.noarch 1/2 2026-02-25 05:17:15.877 | > Installing : linux-firmware-20260130-160.el9.noarch 2/2 2026-02-25 05:17:15.877 | > Running scriptlet: linux-firmware-20260130-160.el9.noarch 2/2 2026-02-25 05:17:15.877 | > Verifying : linux-firmware-20260130-160.el9.noarch 1/2 2026-02-25 05:17:15.877 | > Verifying : linux-firmware-whence-20260130-160.el9.noarch 2/2 2026-02-25 05:17:15.877 | > Completion plugin: Generating completion cache... 2026-02-25 05:17:15.877 | > Installed: linux-firmware-20260130-160.el9.noarch 2026-02-25 05:17:15.877 | > Installed: linux-firmware-whence-20260130-160.el9.noarch 2026-02-25 05:17:15.877 | > 2026-02-25 05:17:15.877 | > Installed: 2026-02-25 05:17:15.877 | > linux-firmware-20260130-160.el9.noarch 2026-02-25 05:17:15.877 | > linux-firmware-whence-20260130-160.el9.noarch 2026-02-25 05:17:15.877 | > 2026-02-25 05:17:15.877 | > Complete! 2026-02-25 05:17:15.877 | > + '[' install == install ']' 2026-02-25 05:17:15.878 | > + '[' dnf == dnf ']' 2026-02-25 05:17:15.878 | > + dnf mark install linux-firmware 2026-02-25 05:17:15.878 | > linux-firmware-20260130-160.el9.noarch marked as user installed. 2026-02-25 05:17:15.878 | returncode: 0 2026-02-25 05:17:15.882 | dib-run-parts 00-package-installs completed 2026-02-25 05:17:15.883 | dib-run-parts Running /tmp/in_target.d/post-install.d/03-reset-bls-entries 2026-02-25 05:17:15.885 | + set -eu 2026-02-25 05:17:15.885 | + set -o pipefail 2026-02-25 05:17:15.885 | + [[ ! 9-stream =~ 9-stream ]] 2026-02-25 05:17:15.885 | + pushd /boot/loader/entries 2026-02-25 05:17:15.885 | /boot/loader/entries / 2026-02-25 05:17:15.886 | + machine_id=170017fb4b744ff08a7640980ccc7303 2026-02-25 05:17:15.886 | + for entry in *.conf 2026-02-25 05:17:15.887 | ++ echo 181ea3183dd142c8a24a076b8fb18d1e-5.14.0-686.el9.x86_64.conf 2026-02-25 05:17:15.887 | ++ sed 's/^[a-f0-9]*/170017fb4b744ff08a7640980ccc7303/' 2026-02-25 05:17:15.888 | + new_entry=170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64.conf 2026-02-25 05:17:15.888 | + echo 'renaming 181ea3183dd142c8a24a076b8fb18d1e-5.14.0-686.el9.x86_64.conf to 170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64.conf for new machine-id' 2026-02-25 05:17:15.888 | renaming 181ea3183dd142c8a24a076b8fb18d1e-5.14.0-686.el9.x86_64.conf to 170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64.conf for new machine-id 2026-02-25 05:17:15.888 | + [[ 181ea3183dd142c8a24a076b8fb18d1e-5.14.0-686.el9.x86_64.conf != 170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64.conf ]] 2026-02-25 05:17:15.888 | + mv 181ea3183dd142c8a24a076b8fb18d1e-5.14.0-686.el9.x86_64.conf 170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64.conf 2026-02-25 05:17:15.890 | + popd 2026-02-25 05:17:15.890 | / 2026-02-25 05:17:15.890 | + echo '--- Show kernels ---' 2026-02-25 05:17:15.890 | --- Show kernels --- 2026-02-25 05:17:15.890 | + grubby --info=ALL 2026-02-25 05:17:15.925 | index=0 2026-02-25 05:17:15.925 | kernel="/vmlinuz-5.14.0-686.el9.x86_64" 2026-02-25 05:17:15.925 | args="ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M" 2026-02-25 05:17:15.925 | root="UUID=04c08084-2487-4eca-aba8-df549ad524e5" 2026-02-25 05:17:15.925 | initrd="/initramfs-5.14.0-686.el9.x86_64.img" 2026-02-25 05:17:15.925 | title="CentOS Stream (5.14.0-686.el9.x86_64) 9" 2026-02-25 05:17:15.925 | id="170017fb4b744ff08a7640980ccc7303-5.14.0-686.el9.x86_64" 2026-02-25 05:17:15.927 | dib-run-parts 03-reset-bls-entries completed 2026-02-25 05:17:15.927 | dib-run-parts Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf 2026-02-25 05:17:15.929 | + set -eu 2026-02-25 05:17:15.929 | + set -o pipefail 2026-02-25 05:17:15.929 | + grep NOZEROCONF /etc/sysconfig/network 2026-02-25 05:17:15.930 | NOZEROCONF=yes 2026-02-25 05:17:15.931 | dib-run-parts 06-network-config-nonzeroconf completed 2026-02-25 05:17:15.931 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts 2026-02-25 05:17:15.934 | + set -eu 2026-02-25 05:17:15.934 | + set -o pipefail 2026-02-25 05:17:15.934 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts 2026-02-25 05:17:15.935 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/ 2026-02-25 05:17:15.935 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]] 2026-02-25 05:17:15.935 | + case "${DIB_INIT_SYSTEM}" in 2026-02-25 05:17:15.936 | dib-run-parts 10-enable-init-scripts completed 2026-02-25 05:17:15.936 | dib-run-parts Running /tmp/in_target.d/post-install.d/70-init-ibft-interfaces 2026-02-25 05:17:15.938 | + set -eu 2026-02-25 05:17:15.938 | + set -o pipefail 2026-02-25 05:17:15.938 | + case "$DIB_INIT_SYSTEM" in 2026-02-25 05:17:15.939 | + systemctl enable init-ibft-interfaces.service 2026-02-25 05:17:15.944 | Created symlink /etc/systemd/system/multi-user.target.wants/init-ibft-interfaces.service -> /usr/lib/systemd/system/init-ibft-interfaces.service. 2026-02-25 05:17:15.946 | dib-run-parts 70-init-ibft-interfaces completed 2026-02-25 05:17:15.946 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-enable-sshd-service 2026-02-25 05:17:15.948 | + set -eu 2026-02-25 05:17:15.948 | + set -o pipefail 2026-02-25 05:17:15.948 | + case "$DIB_INIT_SYSTEM" in 2026-02-25 05:17:15.948 | + [[ centos = \u\b\u\n\t\u ]] 2026-02-25 05:17:15.948 | + [[ centos = \d\e\b\i\a\n ]] 2026-02-25 05:17:15.948 | + systemctl enable sshd.service 2026-02-25 05:17:15.954 | dib-run-parts 80-enable-sshd-service completed 2026-02-25 05:17:15.954 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ironic-python-agent-ramdisk 2026-02-25 05:17:15.956 | + set -eu 2026-02-25 05:17:15.956 | + set -o pipefail 2026-02-25 05:17:15.956 | + DIB_IPA_ENABLE_RESCUE=true 2026-02-25 05:17:15.956 | + DIB_IPA_ENABLE_SYSTEMD_NETWORKD=true 2026-02-25 05:17:15.956 | + true 2026-02-25 05:17:15.956 | + mkdir -p /etc/ipa-rescue-config 2026-02-25 05:17:15.958 | + case "$DIB_INIT_SYSTEM" in 2026-02-25 05:17:15.958 | ++ systemctl --no-pager list-unit-files iptables 2026-02-25 05:17:15.963 | + [[ UNIT FILE STATE PRESET 2026-02-25 05:17:15.963 | 2026-02-25 05:17:15.963 | 0 unit files listed. =~ enabled ]] 2026-02-25 05:17:15.963 | ++ svc-map ironic-python-agent 2026-02-25 05:17:15.997 | + systemctl enable openstack-ironic-python-agent.service 2026-02-25 05:17:16.002 | Created symlink /etc/systemd/system/multi-user.target.wants/openstack-ironic-python-agent.service -> /usr/lib/systemd/system/openstack-ironic-python-agent.service. 2026-02-25 05:17:16.003 | + true 2026-02-25 05:17:16.003 | + systemctl enable ironic-agent-create-rescue-user.path 2026-02-25 05:17:16.008 | Created symlink /etc/systemd/system/multi-user.target.wants/ironic-agent-create-rescue-user.path -> /etc/systemd/system/ironic-agent-create-rescue-user.path. 2026-02-25 05:17:16.008 | + systemctl enable ironic-agent-resolve-config-drive.service 2026-02-25 05:17:16.012 | Created symlink /etc/systemd/system/multi-user.target.wants/ironic-agent-resolve-config-drive.service -> /etc/systemd/system/ironic-agent-resolve-config-drive.service. 2026-02-25 05:17:16.013 | + [[ rh == \r\h ]] 2026-02-25 05:17:16.013 | + [[ dnf == \d\n\f ]] 2026-02-25 05:17:16.013 | + systemctl disable dnf-makecache.service 2026-02-25 05:17:16.019 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 2026-02-25 05:17:16.019 | Alias= settings in the [Install] section, and DefaultInstance= for template 2026-02-25 05:17:16.019 | units). This means they are not meant to be enabled or disabled using systemctl. 2026-02-25 05:17:16.019 | 2026-02-25 05:17:16.019 | Possible reasons for having this kind of units are: 2026-02-25 05:17:16.019 | * A unit may be statically enabled by being symlinked from another unit's 2026-02-25 05:17:16.019 | .wants/ or .requires/ directory. 2026-02-25 05:17:16.019 | * A unit's purpose may be to act as a helper for some other unit which has 2026-02-25 05:17:16.019 | a requirement dependency on it. 2026-02-25 05:17:16.019 | * A unit may be started when needed via activation (socket, path, timer, 2026-02-25 05:17:16.019 | D-Bus, udev, scripted systemctl call, ...). 2026-02-25 05:17:16.019 | * In case of template units, the unit is meant to be enabled with some 2026-02-25 05:17:16.019 | instance name specified. 2026-02-25 05:17:16.020 | + systemctl disable dnf-makecache.timer 2026-02-25 05:17:16.027 | Removed "/etc/systemd/system/timers.target.wants/dnf-makecache.timer". 2026-02-25 05:17:16.028 | + true 2026-02-25 05:17:16.028 | + [[ centos =~ debian ]] 2026-02-25 05:17:16.028 | + '[' -e /usr/lib/systemd/system/glean-early.service ']' 2026-02-25 05:17:16.028 | + [[ -x /etc/cloud/cloud.cfg.d ]] 2026-02-25 05:17:16.028 | + cat 2026-02-25 05:17:16.030 | dib-run-parts 80-ironic-python-agent-ramdisk completed 2026-02-25 05:17:16.030 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ssh-keygen 2026-02-25 05:17:16.033 | + set -eu 2026-02-25 05:17:16.033 | + set -o pipefail 2026-02-25 05:17:16.033 | + case "$DIB_INIT_SYSTEM" in 2026-02-25 05:17:16.033 | + [[ centos = \u\b\u\n\t\u ]] 2026-02-25 05:17:16.033 | + [[ centos = \d\e\b\i\a\n ]] 2026-02-25 05:17:16.033 | + rm /usr/lib/systemd/system/ssh-keygen.service 2026-02-25 05:17:16.035 | dib-run-parts 80-ssh-keygen completed 2026-02-25 05:17:16.035 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls 2026-02-25 05:17:16.037 | + set -eu 2026-02-25 05:17:16.038 | + set -o pipefail 2026-02-25 05:17:16.038 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls 2026-02-25 05:17:16.039 | + package-uninstalls -d /tmp/in_target.d/post-install.d 2026-02-25 05:17:16.040 | + set -eu 2026-02-25 05:17:16.040 | + set -o pipefail 2026-02-25 05:17:16.040 | ++ basename /usr/local/bin/package-uninstalls 2026-02-25 05:17:16.041 | + SCRIPTNAME=package-uninstalls 2026-02-25 05:17:16.041 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d 2026-02-25 05:17:16.042 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2026-02-25 05:17:16.042 | + '[' 0 '!=' 0 ']' 2026-02-25 05:17:16.042 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2026-02-25 05:17:16.042 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2026-02-25 05:17:16.042 | + WORKDIR= 2026-02-25 05:17:16.042 | + true 2026-02-25 05:17:16.042 | + case "$1" in 2026-02-25 05:17:16.042 | + WORKDIR=/tmp/in_target.d/post-install.d 2026-02-25 05:17:16.042 | + shift 2 2026-02-25 05:17:16.042 | + true 2026-02-25 05:17:16.042 | + case "$1" in 2026-02-25 05:17:16.042 | + shift 2026-02-25 05:17:16.042 | + break 2026-02-25 05:17:16.042 | + '[' -z /tmp/in_target.d/post-install.d ']' 2026-02-25 05:17:16.042 | + PACKAGES= 2026-02-25 05:17:16.042 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2026-02-25 05:17:16.043 | + install-packages -e 2026-02-25 05:17:16.049 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json 2026-02-25 05:17:16.929 | Map uninstall for ironic-python-agent-ramdisk: cloud-init, teamd, tuned 2026-02-25 05:17:16.929 | Running command: ['install-packages', '-e', 'teamd', 'cloud-init', 'tuned'] 2026-02-25 05:17:16.929 | > Running install-packages remove. 2026-02-25 05:17:16.929 | > + dnf -v -y remove teamd cloud-init tuned 2026-02-25 05:17:16.929 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2026-02-25 05:17:16.929 | > DNF version: 4.14.0 2026-02-25 05:17:16.929 | > cachedir: /tmp/yum 2026-02-25 05:17:16.929 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2026-02-25 05:17:16.929 | > No match for argument: tuned 2026-02-25 05:17:16.929 | > --> Starting dependency resolution 2026-02-25 05:17:16.929 | > --> Finding unneeded leftover dependencies 2026-02-25 05:17:16.929 | > ---> Package NetworkManager-team.x86_64 1:1.54.3-2.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package cloud-init.noarch 24.4-8.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package libdaemon.x86_64 0.14-23.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package libnl3-cli.x86_64 3.11.0-1.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package libteam.x86_64 1.31-16.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-babel.noarch 2.9.1-2.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-configobj.noarch 5.0.6-25.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-jinja2.noarch 3.0.1-2.el9s will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-jsonpatch.noarch 1.21-16.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-jsonpointer.noarch 2.0-4.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-netifaces.x86_64 0.10.6-15.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-oauthlib.noarch 3.1.1-5.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-prettytable.noarch 0.7.2-27.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package python3-pyserial.noarch 3.4-12.el9 will be erased 2026-02-25 05:17:16.929 | > ---> Package teamd.x86_64 1.31-16.el9 will be erased 2026-02-25 05:17:16.929 | > --> Finished dependency resolution 2026-02-25 05:17:16.929 | > Dependencies resolved. 2026-02-25 05:17:16.929 | > ================================================================================ 2026-02-25 05:17:16.929 | > Package Arch Version Repository Size 2026-02-25 05:17:16.929 | > ================================================================================ 2026-02-25 05:17:16.929 | > Removing: 2026-02-25 05:17:16.929 | > cloud-init noarch 24.4-8.el9 @koji-override-0 4.4 M 2026-02-25 05:17:16.929 | > teamd x86_64 1.31-16.el9 @anaconda 287 k 2026-02-25 05:17:16.929 | > Removing dependent packages: 2026-02-25 05:17:16.929 | > NetworkManager-team x86_64 1:1.54.3-2.el9 @anaconda 56 k 2026-02-25 05:17:16.929 | > Removing unused dependencies: 2026-02-25 05:17:16.929 | > libdaemon x86_64 0.14-23.el9 @anaconda 68 k 2026-02-25 05:17:16.929 | > libnl3-cli x86_64 3.11.0-1.el9 @anaconda 1.0 M 2026-02-25 05:17:16.929 | > libteam x86_64 1.31-16.el9 @anaconda 109 k 2026-02-25 05:17:16.929 | > python3-babel noarch 2.9.1-2.el9 @koji-override-0 27 M 2026-02-25 05:17:16.929 | > python3-configobj noarch 5.0.6-25.el9 @koji-override-0 341 k 2026-02-25 05:17:16.929 | > python3-jinja2 noarch 3.0.1-2.el9s @delorean-master-testing 2.8 M 2026-02-25 05:17:16.929 | > python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k 2026-02-25 05:17:16.929 | > python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k 2026-02-25 05:17:16.929 | > python3-netifaces x86_64 0.10.6-15.el9 @koji-override-0 43 k 2026-02-25 05:17:16.929 | > python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k 2026-02-25 05:17:16.929 | > python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k 2026-02-25 05:17:16.929 | > python3-pyserial noarch 3.4-12.el9 @koji-override-0 665 k 2026-02-25 05:17:16.929 | > 2026-02-25 05:17:16.929 | > Transaction Summary 2026-02-25 05:17:16.929 | > ================================================================================ 2026-02-25 05:17:16.929 | > Remove 15 Packages 2026-02-25 05:17:16.929 | > 2026-02-25 05:17:16.929 | > Freed space: 38 M 2026-02-25 05:17:16.929 | > Running transaction check 2026-02-25 05:17:16.929 | > Transaction check succeeded. 2026-02-25 05:17:16.929 | > Running transaction test 2026-02-25 05:17:16.929 | > Transaction test succeeded. 2026-02-25 05:17:16.929 | > Running transaction 2026-02-25 05:17:16.929 | > Preparing : 1/1 2026-02-25 05:17:16.929 | > Running scriptlet: cloud-init-24.4-8.el9.noarch 1/15 2026-02-25 05:17:16.929 | > Erasing : cloud-init-24.4-8.el9.noarch 1/15 2026-02-25 05:17:16.929 | > warning: file /run/cloud-init: remove failed: No such file or directory 2026-02-25 05:17:16.929 | > 2026-02-25 05:17:16.929 | > Running scriptlet: cloud-init-24.4-8.el9.noarch 1/15 2026-02-25 05:17:16.929 | > Erasing : python3-jsonpatch-1.21-16.el9.noarch 2/15 2026-02-25 05:17:16.929 | > Erasing : python3-jinja2-3.0.1-2.el9s.noarch 3/15 2026-02-25 05:17:16.929 | > Erasing : NetworkManager-team-1:1.54.3-2.el9.x86_64 4/15 2026-02-25 05:17:16.929 | > Erasing : python3-babel-2.9.1-2.el9.noarch 5/15 2026-02-25 05:17:16.929 | > Erasing : python3-jsonpointer-2.0-4.el9.noarch 6/15 2026-02-25 05:17:16.929 | > Erasing : python3-configobj-5.0.6-25.el9.noarch 7/15 2026-02-25 05:17:16.929 | > Erasing : python3-oauthlib-3.1.1-5.el9.noarch 8/15 2026-02-25 05:17:16.929 | > Erasing : python3-prettytable-0.7.2-27.el9.noarch 9/15 2026-02-25 05:17:16.929 | > Erasing : python3-pyserial-3.4-12.el9.noarch 10/15 2026-02-25 05:17:16.929 | > Erasing : teamd-1.31-16.el9.x86_64 11/15 2026-02-25 05:17:16.929 | > Erasing : libteam-1.31-16.el9.x86_64 12/15 2026-02-25 05:17:16.929 | > Erasing : libnl3-cli-3.11.0-1.el9.x86_64 13/15 2026-02-25 05:17:16.929 | > Erasing : libdaemon-0.14-23.el9.x86_64 14/15 2026-02-25 05:17:16.929 | > Erasing : python3-netifaces-0.10.6-15.el9.x86_64 15/15 2026-02-25 05:17:16.930 | > Verifying : NetworkManager-team-1:1.54.3-2.el9.x86_64 1/15 2026-02-25 05:17:16.930 | > Verifying : cloud-init-24.4-8.el9.noarch 2/15 2026-02-25 05:17:16.930 | > Verifying : libdaemon-0.14-23.el9.x86_64 3/15 2026-02-25 05:17:16.930 | > Verifying : libnl3-cli-3.11.0-1.el9.x86_64 4/15 2026-02-25 05:17:16.930 | > Verifying : libteam-1.31-16.el9.x86_64 5/15 2026-02-25 05:17:16.930 | > Verifying : python3-babel-2.9.1-2.el9.noarch 6/15 2026-02-25 05:17:16.930 | > Verifying : python3-configobj-5.0.6-25.el9.noarch 7/15 2026-02-25 05:17:16.930 | > Verifying : python3-jinja2-3.0.1-2.el9s.noarch 8/15 2026-02-25 05:17:16.930 | > Verifying : python3-jsonpatch-1.21-16.el9.noarch 9/15 2026-02-25 05:17:16.930 | > Verifying : python3-jsonpointer-2.0-4.el9.noarch 10/15 2026-02-25 05:17:16.930 | > Verifying : python3-netifaces-0.10.6-15.el9.x86_64 11/15 2026-02-25 05:17:16.930 | > Verifying : python3-oauthlib-3.1.1-5.el9.noarch 12/15 2026-02-25 05:17:16.930 | > Verifying : python3-prettytable-0.7.2-27.el9.noarch 13/15 2026-02-25 05:17:16.930 | > Verifying : python3-pyserial-3.4-12.el9.noarch 14/15 2026-02-25 05:17:16.930 | > Verifying : teamd-1.31-16.el9.x86_64 15/15 2026-02-25 05:17:16.930 | > Completion plugin: Generating completion cache... 2026-02-25 05:17:16.930 | > Removed: NetworkManager-team-1:1.54.3-2.el9.x86_64 2026-02-25 05:17:16.930 | > Removed: cloud-init-24.4-8.el9.noarch 2026-02-25 05:17:16.930 | > Removed: libdaemon-0.14-23.el9.x86_64 2026-02-25 05:17:16.930 | > Removed: libnl3-cli-3.11.0-1.el9.x86_64 2026-02-25 05:17:16.930 | > Removed: libteam-1.31-16.el9.x86_64 2026-02-25 05:17:16.930 | > Removed: python3-babel-2.9.1-2.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-configobj-5.0.6-25.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-jinja2-3.0.1-2.el9s.noarch 2026-02-25 05:17:16.930 | > Removed: python3-jsonpatch-1.21-16.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-jsonpointer-2.0-4.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-netifaces-0.10.6-15.el9.x86_64 2026-02-25 05:17:16.930 | > Removed: python3-oauthlib-3.1.1-5.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-prettytable-0.7.2-27.el9.noarch 2026-02-25 05:17:16.930 | > Removed: python3-pyserial-3.4-12.el9.noarch 2026-02-25 05:17:16.930 | > Removed: teamd-1.31-16.el9.x86_64 2026-02-25 05:17:16.930 | > 2026-02-25 05:17:16.930 | > Removed: 2026-02-25 05:17:16.930 | > NetworkManager-team-1:1.54.3-2.el9.x86_64 2026-02-25 05:17:16.930 | > cloud-init-24.4-8.el9.noarch 2026-02-25 05:17:16.930 | > libdaemon-0.14-23.el9.x86_64 2026-02-25 05:17:16.930 | > libnl3-cli-3.11.0-1.el9.x86_64 2026-02-25 05:17:16.930 | > libteam-1.31-16.el9.x86_64 2026-02-25 05:17:16.930 | > python3-babel-2.9.1-2.el9.noarch 2026-02-25 05:17:16.930 | > python3-configobj-5.0.6-25.el9.noarch 2026-02-25 05:17:16.930 | > python3-jinja2-3.0.1-2.el9s.noarch 2026-02-25 05:17:16.930 | > python3-jsonpatch-1.21-16.el9.noarch 2026-02-25 05:17:16.930 | > python3-jsonpointer-2.0-4.el9.noarch 2026-02-25 05:17:16.930 | > python3-netifaces-0.10.6-15.el9.x86_64 2026-02-25 05:17:16.930 | > python3-oauthlib-3.1.1-5.el9.noarch 2026-02-25 05:17:16.971 | > python3-prettytable-0.7.2-27.el9.noarch 2026-02-25 05:17:16.971 | > python3-pyserial-3.4-12.el9.noarch 2026-02-25 05:17:16.971 | > teamd-1.31-16.el9.x86_64 2026-02-25 05:17:16.971 | > 2026-02-25 05:17:16.971 | > Complete! 2026-02-25 05:17:16.971 | > + '[' remove == install ']' 2026-02-25 05:17:16.971 | returncode: 0 2026-02-25 05:17:16.978 | dib-run-parts 95-package-uninstalls completed 2026-02-25 05:17:16.978 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-harden-sshd-config 2026-02-25 05:17:16.980 | + set -eu 2026-02-25 05:17:16.980 | + set -o pipefail 2026-02-25 05:17:16.980 | + '[' 1 -eq 1 ']' 2026-02-25 05:17:16.980 | + macs='MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com' 2026-02-25 05:17:16.980 | + ciphers='Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr' 2026-02-25 05:17:16.980 | + kexalgorithms='KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256' 2026-02-25 05:17:16.980 | + grep -qE '^MACs' /etc/ssh/sshd_config 2026-02-25 05:17:16.982 | + sed -i '/# Ciphers and keying/a MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com' /etc/ssh/sshd_config 2026-02-25 05:17:16.984 | + grep -qE '^Ciphers' /etc/ssh/sshd_config 2026-02-25 05:17:16.985 | + sed -i '/# Ciphers and keying/a Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr' /etc/ssh/sshd_config 2026-02-25 05:17:16.986 | + grep -qE '^KexAlgorithms' /etc/ssh/sshd_config 2026-02-25 05:17:16.987 | + sed -i '/# Ciphers and keying/a KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256' /etc/ssh/sshd_config 2026-02-25 05:17:16.990 | dib-run-parts 99-harden-sshd-config completed 2026-02-25 05:17:16.990 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-remove-extra-packages 2026-02-25 05:17:16.993 | + set -eu 2026-02-25 05:17:16.993 | + set -o pipefail 2026-02-25 05:17:16.993 | + rm -rf /tmp/ironic-python-agent 2026-02-25 05:17:16.993 | + KNOWN_FIRMWARE_PATH='/lib/firmware/ /usr/lib/firmware/' 2026-02-25 05:17:16.993 | + for folder in $KNOWN_FIRMWARE_PATH 2026-02-25 05:17:16.993 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:16.993 | + rm -rf /lib/firmware/amdgpu 2026-02-25 05:17:17.020 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.020 | + rm -rf /lib/firmware/netronome 2026-02-25 05:17:17.021 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.021 | + rm -rf /lib/firmware/qcom 2026-02-25 05:17:17.047 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.047 | + rm -rf /lib/firmware/ti-communication 2026-02-25 05:17:17.048 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.048 | + rm -rf /lib/firmware/ti-keystone 2026-02-25 05:17:17.049 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.049 | + rm -rf /lib/firmware/ueagle-atm 2026-02-25 05:17:17.050 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.050 | + rm -rf /lib/firmware/rsi 2026-02-25 05:17:17.051 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.051 | + rm -rf /lib/firmware/mrvl 2026-02-25 05:17:17.061 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.061 | + rm -rf /lib/firmware/brcm 2026-02-25 05:17:17.065 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.065 | + rm -rf /lib/firmware/mediatek 2026-02-25 05:17:17.073 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.073 | + rm -rf /lib/firmware/ath10k 2026-02-25 05:17:17.076 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.076 | + rm -rf /lib/firmware/rtlwifi 2026-02-25 05:17:17.078 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.078 | + rm -rf /lib/firmware/rtw88 2026-02-25 05:17:17.079 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.079 | + rm -rf /lib/firmware/rtw89 2026-02-25 05:17:17.081 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.081 | + rm -rf /lib/firmware/libertas 2026-02-25 05:17:17.082 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.082 | + rm -rf /lib/firmware/ath11k 2026-02-25 05:17:17.089 | + for folder in $KNOWN_FIRMWARE_PATH 2026-02-25 05:17:17.089 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.089 | + rm -rf /usr/lib/firmware/amdgpu 2026-02-25 05:17:17.089 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.089 | + rm -rf /usr/lib/firmware/netronome 2026-02-25 05:17:17.090 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.090 | + rm -rf /usr/lib/firmware/qcom 2026-02-25 05:17:17.091 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.091 | + rm -rf /usr/lib/firmware/ti-communication 2026-02-25 05:17:17.091 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.091 | + rm -rf /usr/lib/firmware/ti-keystone 2026-02-25 05:17:17.092 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.092 | + rm -rf /usr/lib/firmware/ueagle-atm 2026-02-25 05:17:17.093 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.093 | + rm -rf /usr/lib/firmware/rsi 2026-02-25 05:17:17.094 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.094 | + rm -rf /usr/lib/firmware/mrvl 2026-02-25 05:17:17.094 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.094 | + rm -rf /usr/lib/firmware/brcm 2026-02-25 05:17:17.095 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.095 | + rm -rf /usr/lib/firmware/mediatek 2026-02-25 05:17:17.096 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.096 | + rm -rf /usr/lib/firmware/ath10k 2026-02-25 05:17:17.097 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.097 | + rm -rf /usr/lib/firmware/rtlwifi 2026-02-25 05:17:17.097 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.097 | + rm -rf /usr/lib/firmware/rtw88 2026-02-25 05:17:17.098 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.098 | + rm -rf /usr/lib/firmware/rtw89 2026-02-25 05:17:17.099 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.099 | + rm -rf /usr/lib/firmware/libertas 2026-02-25 05:17:17.099 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2026-02-25 05:17:17.100 | + rm -rf /usr/lib/firmware/ath11k 2026-02-25 05:17:17.100 | + case "$DISTRO_NAME" in 2026-02-25 05:17:17.100 | + dnf remove -y postfix gcc make 2026-02-25 05:17:17.317 | No match for argument: postfix 2026-02-25 05:17:17.338 | Dependencies resolved. 2026-02-25 05:17:17.340 | ================================================================================ 2026-02-25 05:17:17.340 | Package Arch Version Repository Size 2026-02-25 05:17:17.340 | ================================================================================ 2026-02-25 05:17:17.340 | Removing: 2026-02-25 05:17:17.340 | gcc x86_64 11.5.0-14.el9 @appstream 86 M 2026-02-25 05:17:17.340 | make x86_64 1:4.3-8.el9 @baseos 1.6 M 2026-02-25 05:17:17.340 | Removing unused dependencies: 2026-02-25 05:17:17.340 | cpp x86_64 11.5.0-14.el9 @appstream 29 M 2026-02-25 05:17:17.340 | glibc-devel x86_64 2.34-256.el9 @appstream 46 k 2026-02-25 05:17:17.340 | glibc-headers x86_64 2.34-256.el9 @appstream 2.1 M 2026-02-25 05:17:17.340 | kernel-headers x86_64 5.14.0-686.el9 @appstream 6.4 M 2026-02-25 05:17:17.340 | libmpc x86_64 1.2.1-4.el9 @appstream 135 k 2026-02-25 05:17:17.340 | libpkgconf x86_64 1.7.3-10.el9 @baseos 74 k 2026-02-25 05:17:17.340 | libxcrypt-devel x86_64 4.4.18-3.el9 @appstream 30 k 2026-02-25 05:17:17.340 | pkgconf x86_64 1.7.3-10.el9 @baseos 76 k 2026-02-25 05:17:17.340 | pkgconf-m4 noarch 1.7.3-10.el9 @baseos 14 k 2026-02-25 05:17:17.340 | pkgconf-pkg-config x86_64 1.7.3-10.el9 @baseos 1.2 k 2026-02-25 05:17:17.340 | 2026-02-25 05:17:17.340 | Transaction Summary 2026-02-25 05:17:17.340 | ================================================================================ 2026-02-25 05:17:17.340 | Remove 12 Packages 2026-02-25 05:17:17.340 | 2026-02-25 05:17:17.340 | Freed space: 125 M 2026-02-25 05:17:17.341 | Running transaction check 2026-02-25 05:17:17.351 | Transaction check succeeded. 2026-02-25 05:17:17.351 | Running transaction test 2026-02-25 05:17:17.396 | Transaction test succeeded. 2026-02-25 05:17:17.396 | Running transaction 2026-02-25 05:17:17.493 | Preparing : 1/1 2026-02-25 05:17:17.501 | Erasing : gcc-11.5.0-14.el9.x86_64 1/12 2026-02-25 05:17:17.504 | Erasing : glibc-devel-2.34-256.el9.x86_64 2/12 2026-02-25 05:17:17.506 | Erasing : libxcrypt-devel-4.4.18-3.el9.x86_64 3/12 2026-02-25 05:17:17.509 | Erasing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 4/12 2026-02-25 05:17:17.517 | Erasing : pkgconf-1.7.3-10.el9.x86_64 5/12 2026-02-25 05:17:17.520 | Erasing : cpp-11.5.0-14.el9.x86_64 6/12 2026-02-25 05:17:17.546 | Erasing : pkgconf-m4-1.7.3-10.el9.noarch 7/12 2026-02-25 05:17:17.608 | Erasing : glibc-headers-2.34-256.el9.x86_64 8/12 2026-02-25 05:17:17.618 | Erasing : kernel-headers-5.14.0-686.el9.x86_64 9/12 2026-02-25 05:17:17.620 | Erasing : libmpc-1.2.1-4.el9.x86_64 10/12 2026-02-25 05:17:17.626 | Erasing : libpkgconf-1.7.3-10.el9.x86_64 11/12 2026-02-25 05:17:17.696 | Erasing : make-1:4.3-8.el9.x86_64 12/12 2026-02-25 05:17:17.696 | Verifying : cpp-11.5.0-14.el9.x86_64 1/12 2026-02-25 05:17:17.696 | Verifying : gcc-11.5.0-14.el9.x86_64 2/12 2026-02-25 05:17:17.696 | Verifying : glibc-devel-2.34-256.el9.x86_64 3/12 2026-02-25 05:17:17.696 | Verifying : glibc-headers-2.34-256.el9.x86_64 4/12 2026-02-25 05:17:17.696 | Verifying : kernel-headers-5.14.0-686.el9.x86_64 5/12 2026-02-25 05:17:17.696 | Verifying : libmpc-1.2.1-4.el9.x86_64 6/12 2026-02-25 05:17:17.696 | Verifying : libpkgconf-1.7.3-10.el9.x86_64 7/12 2026-02-25 05:17:17.696 | Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 8/12 2026-02-25 05:17:17.696 | Verifying : make-1:4.3-8.el9.x86_64 9/12 2026-02-25 05:17:17.696 | Verifying : pkgconf-1.7.3-10.el9.x86_64 10/12 2026-02-25 05:17:17.696 | Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/12 2026-02-25 05:17:17.758 | Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/12 2026-02-25 05:17:17.758 | 2026-02-25 05:17:17.758 | Removed: 2026-02-25 05:17:17.758 | cpp-11.5.0-14.el9.x86_64 gcc-11.5.0-14.el9.x86_64 2026-02-25 05:17:17.758 | glibc-devel-2.34-256.el9.x86_64 glibc-headers-2.34-256.el9.x86_64 2026-02-25 05:17:17.758 | kernel-headers-5.14.0-686.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 2026-02-25 05:17:17.758 | libpkgconf-1.7.3-10.el9.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 2026-02-25 05:17:17.758 | make-1:4.3-8.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 2026-02-25 05:17:17.758 | pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 2026-02-25 05:17:17.758 | 2026-02-25 05:17:17.758 | Complete! 2026-02-25 05:17:17.791 | + dnf remove -y webkit2gtk3-jsc libproxy-webkitgtk4 2026-02-25 05:17:18.017 | No match for argument: webkit2gtk3-jsc 2026-02-25 05:17:18.017 | No match for argument: libproxy-webkitgtk4 2026-02-25 05:17:18.017 | No packages marked for removal. 2026-02-25 05:17:18.022 | Dependencies resolved. 2026-02-25 05:17:18.023 | Nothing to do. 2026-02-25 05:17:18.023 | Complete! 2026-02-25 05:17:18.048 | + dnf remove -y polkit polkit-libs PackageKit polkit-pkla-compat 2026-02-25 05:17:18.260 | No match for argument: PackageKit 2026-02-25 05:17:18.280 | Dependencies resolved. 2026-02-25 05:17:18.284 | ================================================================================ 2026-02-25 05:17:18.284 | Package Arch Version Repository Size 2026-02-25 05:17:18.284 | ================================================================================ 2026-02-25 05:17:18.284 | Removing: 2026-02-25 05:17:18.284 | polkit x86_64 0.117-14.el9 @anaconda 431 k 2026-02-25 05:17:18.284 | polkit-libs x86_64 0.117-14.el9 @anaconda 28 M 2026-02-25 05:17:18.284 | polkit-pkla-compat x86_64 0.1-21.el9 @anaconda 94 k 2026-02-25 05:17:18.284 | Removing dependent packages: 2026-02-25 05:17:18.284 | shim-x64 x86_64 15.8-2.el9 @anaconda 4.5 M 2026-02-25 05:17:18.284 | Removing unused dependencies: 2026-02-25 05:17:18.284 | flashrom x86_64 1.2-10.el9 @koji-override-0 1.8 M 2026-02-25 05:17:18.284 | fwupd x86_64 1.9.31-1.el9 @anaconda 7.9 M 2026-02-25 05:17:18.284 | fwupd-plugin-flashrom x86_64 1.9.31-1.el9 @koji-override-0 2.0 M 2026-02-25 05:17:18.284 | libatasmart x86_64 0.19-22.el9 @koji-override-0 122 k 2026-02-25 05:17:18.284 | libblockdev x86_64 2.28-16.el9 @koji-override-0 344 k 2026-02-25 05:17:18.284 | libblockdev-crypto x86_64 2.28-16.el9 @koji-override-0 55 k 2026-02-25 05:17:18.284 | libblockdev-fs x86_64 2.28-16.el9 @koji-override-0 64 k 2026-02-25 05:17:18.284 | libblockdev-loop x86_64 2.28-16.el9 @koji-override-0 19 k 2026-02-25 05:17:18.284 | libblockdev-mdraid x86_64 2.28-16.el9 @koji-override-0 31 k 2026-02-25 05:17:18.284 | libblockdev-part x86_64 2.28-16.el9 @koji-override-0 43 k 2026-02-25 05:17:18.284 | libblockdev-swap x86_64 2.28-16.el9 @koji-override-0 23 k 2026-02-25 05:17:18.284 | libblockdev-utils x86_64 2.28-16.el9 @koji-override-0 54 k 2026-02-25 05:17:18.284 | libbytesize x86_64 2.5-3.el9 @koji-override-0 86 k 2026-02-25 05:17:18.284 | libgudev x86_64 237-1.el9 @anaconda 88 k 2026-02-25 05:17:18.284 | libgusb x86_64 0.3.8-2.el9 @anaconda 126 k 2026-02-25 05:17:18.284 | libjcat x86_64 0.1.6-3.el9 @anaconda 181 k 2026-02-25 05:17:18.284 | libudisks2 x86_64 2.9.4-12.el9 @koji-override-0 907 k 2026-02-25 05:17:18.284 | libusbx x86_64 1.0.26-1.el9 @anaconda 166 k 2026-02-25 05:17:18.284 | libxmlb x86_64 0.3.24-1.el9 @anaconda 284 k 2026-02-25 05:17:18.284 | mokutil x86_64 2:0.7.2-4.el9 @anaconda 98 k 2026-02-25 05:17:18.284 | nspr x86_64 4.36.0-4.el9 @koji-override-0 313 k 2026-02-25 05:17:18.284 | nss x86_64 3.112.0-4.el9 @koji-override-0 1.9 M 2026-02-25 05:17:18.284 | nss-softokn x86_64 3.112.0-4.el9 @koji-override-0 1.3 M 2026-02-25 05:17:18.284 | nss-softokn-freebl x86_64 3.112.0-4.el9 @koji-override-0 1.1 M 2026-02-25 05:17:18.284 | nss-sysinit x86_64 3.112.0-4.el9 @koji-override-0 18 k 2026-02-25 05:17:18.284 | nss-util x86_64 3.112.0-4.el9 @koji-override-0 232 k 2026-02-25 05:17:18.284 | shared-mime-info x86_64 2.1-5.el9 @anaconda 4.9 M 2026-02-25 05:17:18.284 | udisks2 x86_64 2.9.4-12.el9 @koji-override-0 2.4 M 2026-02-25 05:17:18.284 | volume_key-libs x86_64 0.3.12-17.el9 @koji-override-0 702 k 2026-02-25 05:17:18.284 | 2026-02-25 05:17:18.284 | Transaction Summary 2026-02-25 05:17:18.284 | ================================================================================ 2026-02-25 05:17:18.284 | Remove 33 Packages 2026-02-25 05:17:18.284 | 2026-02-25 05:17:18.284 | Freed space: 60 M 2026-02-25 05:17:18.284 | Running transaction check 2026-02-25 05:17:18.298 | Transaction check succeeded. 2026-02-25 05:17:18.298 | Running transaction test 2026-02-25 05:17:18.339 | Transaction test succeeded. 2026-02-25 05:17:18.339 | Running transaction 2026-02-25 05:17:18.408 | Preparing : 1/1 2026-02-25 05:17:18.410 | Erasing : shim-x64-15.8-2.el9.x86_64 1/33 2026-02-25 05:17:18.437 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 2/33 2026-02-25 05:17:18.437 | Erasing : fwupd-1.9.31-1.el9.x86_64 2/33 2026-02-25 05:17:18.448 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 2/33 2026-02-25 05:17:18.463 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 3/33 2026-02-25 05:17:18.463 | Removed "/etc/systemd/system/graphical.target.wants/udisks2.service". 2026-02-25 05:17:18.463 | 2026-02-25 05:17:18.471 | Erasing : udisks2-2.9.4-12.el9.x86_64 3/33 2026-02-25 05:17:18.483 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 3/33 2026-02-25 05:17:18.488 | Erasing : libblockdev-crypto-2.28-16.el9.x86_64 4/33 2026-02-25 05:17:18.492 | Erasing : volume_key-libs-0.3.12-17.el9.x86_64 5/33 2026-02-25 05:17:18.496 | Erasing : nss-3.112.0-4.el9.x86_64 6/33 2026-02-25 05:17:18.499 | Erasing : nss-softokn-3.112.0-4.el9.x86_64 7/33 2026-02-25 05:17:18.501 | Erasing : nss-sysinit-3.112.0-4.el9.x86_64 8/33 2026-02-25 05:17:18.518 | Running scriptlet: polkit-0.117-14.el9.x86_64 9/33 2026-02-25 05:17:18.518 | Erasing : polkit-0.117-14.el9.x86_64 9/33 2026-02-25 05:17:18.528 | Running scriptlet: polkit-0.117-14.el9.x86_64 9/33 2026-02-25 05:17:18.530 | Erasing : libblockdev-fs-2.28-16.el9.x86_64 10/33 2026-02-25 05:17:18.532 | Erasing : libblockdev-mdraid-2.28-16.el9.x86_64 11/33 2026-02-25 05:17:18.534 | Erasing : libblockdev-part-2.28-16.el9.x86_64 12/33 2026-02-25 05:17:18.537 | Erasing : nss-softokn-freebl-3.112.0-4.el9.x86_64 13/33 2026-02-25 05:17:18.540 | Erasing : nss-util-3.112.0-4.el9.x86_64 14/33 2026-02-25 05:17:18.542 | Erasing : libblockdev-2.28-16.el9.x86_64 15/33 2026-02-25 05:17:18.543 | Erasing : libblockdev-loop-2.28-16.el9.x86_64 16/33 2026-02-25 05:17:18.545 | Erasing : libblockdev-swap-2.28-16.el9.x86_64 17/33 2026-02-25 05:17:18.548 | Erasing : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 18/33 2026-02-25 05:17:18.552 | Erasing : flashrom-1.2-10.el9.x86_64 19/33 2026-02-25 05:17:18.555 | Erasing : polkit-pkla-compat-0.1-21.el9.x86_64 20/33 2026-02-25 05:17:18.557 | Erasing : libgusb-0.3.8-2.el9.x86_64 21/33 2026-02-25 05:17:18.604 | Erasing : libxmlb-0.3.24-1.el9.x86_64 22/33 2026-02-25 05:17:18.612 | Erasing : shared-mime-info-2.1-5.el9.x86_64 23/33 2026-02-25 05:17:18.618 | Erasing : libusbx-1.0.26-1.el9.x86_64 24/33 2026-02-25 05:17:18.621 | Erasing : polkit-libs-0.117-14.el9.x86_64 25/33 2026-02-25 05:17:18.623 | Erasing : libblockdev-utils-2.28-16.el9.x86_64 26/33 2026-02-25 05:17:18.629 | Erasing : nspr-4.36.0-4.el9.x86_64 27/33 2026-02-25 05:17:18.632 | Erasing : libbytesize-2.5-3.el9.x86_64 28/33 2026-02-25 05:17:18.634 | Erasing : libatasmart-0.19-22.el9.x86_64 29/33 2026-02-25 05:17:18.636 | Erasing : libgudev-237-1.el9.x86_64 30/33 2026-02-25 05:17:18.639 | Erasing : libudisks2-2.9.4-12.el9.x86_64 31/33 2026-02-25 05:17:18.641 | Erasing : libjcat-0.1.6-3.el9.x86_64 32/33 2026-02-25 05:17:18.705 | Erasing : mokutil-2:0.7.2-4.el9.x86_64 33/33 2026-02-25 05:17:18.705 | Verifying : flashrom-1.2-10.el9.x86_64 1/33 2026-02-25 05:17:18.705 | Verifying : fwupd-1.9.31-1.el9.x86_64 2/33 2026-02-25 05:17:18.705 | Verifying : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 3/33 2026-02-25 05:17:18.706 | Verifying : libatasmart-0.19-22.el9.x86_64 4/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-2.28-16.el9.x86_64 5/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-crypto-2.28-16.el9.x86_64 6/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-fs-2.28-16.el9.x86_64 7/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-loop-2.28-16.el9.x86_64 8/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-mdraid-2.28-16.el9.x86_64 9/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-part-2.28-16.el9.x86_64 10/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-swap-2.28-16.el9.x86_64 11/33 2026-02-25 05:17:18.706 | Verifying : libblockdev-utils-2.28-16.el9.x86_64 12/33 2026-02-25 05:17:18.706 | Verifying : libbytesize-2.5-3.el9.x86_64 13/33 2026-02-25 05:17:18.706 | Verifying : libgudev-237-1.el9.x86_64 14/33 2026-02-25 05:17:18.706 | Verifying : libgusb-0.3.8-2.el9.x86_64 15/33 2026-02-25 05:17:18.706 | Verifying : libjcat-0.1.6-3.el9.x86_64 16/33 2026-02-25 05:17:18.706 | Verifying : libudisks2-2.9.4-12.el9.x86_64 17/33 2026-02-25 05:17:18.706 | Verifying : libusbx-1.0.26-1.el9.x86_64 18/33 2026-02-25 05:17:18.707 | Verifying : libxmlb-0.3.24-1.el9.x86_64 19/33 2026-02-25 05:17:18.707 | Verifying : mokutil-2:0.7.2-4.el9.x86_64 20/33 2026-02-25 05:17:18.707 | Verifying : nspr-4.36.0-4.el9.x86_64 21/33 2026-02-25 05:17:18.707 | Verifying : nss-3.112.0-4.el9.x86_64 22/33 2026-02-25 05:17:18.707 | Verifying : nss-softokn-3.112.0-4.el9.x86_64 23/33 2026-02-25 05:17:18.707 | Verifying : nss-softokn-freebl-3.112.0-4.el9.x86_64 24/33 2026-02-25 05:17:18.707 | Verifying : nss-sysinit-3.112.0-4.el9.x86_64 25/33 2026-02-25 05:17:18.707 | Verifying : nss-util-3.112.0-4.el9.x86_64 26/33 2026-02-25 05:17:18.707 | Verifying : polkit-0.117-14.el9.x86_64 27/33 2026-02-25 05:17:18.707 | Verifying : polkit-libs-0.117-14.el9.x86_64 28/33 2026-02-25 05:17:18.707 | Verifying : polkit-pkla-compat-0.1-21.el9.x86_64 29/33 2026-02-25 05:17:18.707 | Verifying : shared-mime-info-2.1-5.el9.x86_64 30/33 2026-02-25 05:17:18.707 | Verifying : shim-x64-15.8-2.el9.x86_64 31/33 2026-02-25 05:17:18.707 | Verifying : udisks2-2.9.4-12.el9.x86_64 32/33 2026-02-25 05:17:18.765 | Verifying : volume_key-libs-0.3.12-17.el9.x86_64 33/33 2026-02-25 05:17:18.765 | 2026-02-25 05:17:18.765 | Removed: 2026-02-25 05:17:18.765 | flashrom-1.2-10.el9.x86_64 2026-02-25 05:17:18.765 | fwupd-1.9.31-1.el9.x86_64 2026-02-25 05:17:18.765 | fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 2026-02-25 05:17:18.765 | libatasmart-0.19-22.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-crypto-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-fs-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-loop-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-mdraid-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-part-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-swap-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libblockdev-utils-2.28-16.el9.x86_64 2026-02-25 05:17:18.765 | libbytesize-2.5-3.el9.x86_64 2026-02-25 05:17:18.765 | libgudev-237-1.el9.x86_64 2026-02-25 05:17:18.765 | libgusb-0.3.8-2.el9.x86_64 2026-02-25 05:17:18.765 | libjcat-0.1.6-3.el9.x86_64 2026-02-25 05:17:18.765 | libudisks2-2.9.4-12.el9.x86_64 2026-02-25 05:17:18.765 | libusbx-1.0.26-1.el9.x86_64 2026-02-25 05:17:18.765 | libxmlb-0.3.24-1.el9.x86_64 2026-02-25 05:17:18.765 | mokutil-2:0.7.2-4.el9.x86_64 2026-02-25 05:17:18.765 | nspr-4.36.0-4.el9.x86_64 2026-02-25 05:17:18.765 | nss-3.112.0-4.el9.x86_64 2026-02-25 05:17:18.765 | nss-softokn-3.112.0-4.el9.x86_64 2026-02-25 05:17:18.765 | nss-softokn-freebl-3.112.0-4.el9.x86_64 2026-02-25 05:17:18.765 | nss-sysinit-3.112.0-4.el9.x86_64 2026-02-25 05:17:18.765 | nss-util-3.112.0-4.el9.x86_64 2026-02-25 05:17:18.765 | polkit-0.117-14.el9.x86_64 2026-02-25 05:17:18.765 | polkit-libs-0.117-14.el9.x86_64 2026-02-25 05:17:18.765 | polkit-pkla-compat-0.1-21.el9.x86_64 2026-02-25 05:17:18.765 | shared-mime-info-2.1-5.el9.x86_64 2026-02-25 05:17:18.765 | shim-x64-15.8-2.el9.x86_64 2026-02-25 05:17:18.765 | udisks2-2.9.4-12.el9.x86_64 2026-02-25 05:17:18.765 | volume_key-libs-0.3.12-17.el9.x86_64 2026-02-25 05:17:18.765 | 2026-02-25 05:17:18.765 | Complete! 2026-02-25 05:17:18.807 | + dnf clean all 2026-02-25 05:17:19.104 | 458 files removed 2026-02-25 05:17:19.132 | + rpm --rebuilddb 2026-02-25 05:17:19.616 | + rm -r -f '/var/tmp/*' 2026-02-25 05:17:19.618 | dib-run-parts 99-remove-extra-packages completed 2026-02-25 05:17:19.618 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-reset-yum-conf 2026-02-25 05:17:19.621 | + set -eu 2026-02-25 05:17:19.621 | + set -o pipefail 2026-02-25 05:17:19.621 | + [[ dnf == \d\n\f ]] 2026-02-25 05:17:19.621 | + cfg=/etc/dnf/dnf.conf 2026-02-25 05:17:19.621 | + cachedir=/var/cache/dnf 2026-02-25 05:17:19.621 | + sed -i '/^keepcache/c\keepcache=0' /etc/dnf/dnf.conf 2026-02-25 05:17:19.622 | + sed -i '/^cachedir/c\cachedir=/var/cache/dnf' /etc/dnf/dnf.conf 2026-02-25 05:17:19.625 | dib-run-parts 99-reset-yum-conf completed 2026-02-25 05:17:19.625 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:17:19.625 | dib-run-parts 2026-02-25 05:17:19.626 | dib-run-parts Target: post-install.d 2026-02-25 05:17:19.626 | dib-run-parts 2026-02-25 05:17:19.626 | dib-run-parts Script Seconds 2026-02-25 05:17:19.626 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:17:19.626 | dib-run-parts 2026-02-25 05:17:19.634 | dib-run-parts 00-package-installs 30.315 2026-02-25 05:17:19.638 | dib-run-parts 03-reset-bls-entries 0.043 2026-02-25 05:17:19.642 | dib-run-parts 06-network-config-nonzeroconf 0.004 2026-02-25 05:17:19.647 | dib-run-parts 10-enable-init-scripts 0.004 2026-02-25 05:17:19.651 | dib-run-parts 70-init-ibft-interfaces 0.009 2026-02-25 05:17:19.656 | dib-run-parts 80-enable-sshd-service 0.007 2026-02-25 05:17:19.660 | dib-run-parts 80-ironic-python-agent-ramdisk 0.075 2026-02-25 05:17:19.665 | dib-run-parts 80-ssh-keygen 0.004 2026-02-25 05:17:19.669 | dib-run-parts 95-package-uninstalls 0.941 2026-02-25 05:17:19.673 | dib-run-parts 99-harden-sshd-config 0.011 2026-02-25 05:17:19.678 | dib-run-parts 99-remove-extra-packages 2.627 2026-02-25 05:17:19.682 | dib-run-parts 99-reset-yum-conf 0.006 2026-02-25 05:17:19.683 | dib-run-parts 2026-02-25 05:17:19.683 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:17:19.690 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2026-02-25 05:17:19.692 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2026-02-25 05:17:19.695 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2026-02-25 05:17:19.698 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-post-install run_in_target bash 2026-02-25 05:17:19.701 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:19.701 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-install(,|$)' -q 2026-02-25 05:17:19.706 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:17:19.728 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d; do sleep 1; done' 2026-02-25 05:17:19.747 | + diskimage_builder/lib/disk-image-create:main:365 : run_d post-root 2026-02-25 05:17:19.750 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:17:19.753 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:17:19.755 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-post-root bash 2026-02-25 05:17:19.758 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:19.758 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-root(,|$)' -q 2026-02-25 05:17:19.763 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/post-root.d ']' 2026-02-25 05:17:19.765 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-post-root bash 2026-02-25 05:17:19.768 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:19.769 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-root(,|$)' -q 2026-02-25 05:17:19.773 | + diskimage_builder/lib/disk-image-create:main:369 : '[' -e /tmp/dib_build.cvFfxyaI/mnt/lost+found ']' 2026-02-25 05:17:19.776 | + diskimage_builder/lib/disk-image-create:main:373 : unmount_image 2026-02-25 05:17:19.778 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2026-02-25 05:17:19.783 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:19.785 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:19.788 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2026-02-25 05:17:19.790 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2026-02-25 05:17:19.793 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2026-02-25 05:17:19.795 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2026-02-25 05:17:19.798 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.cvFfxyaI/mnt ']' 2026-02-25 05:17:19.801 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:19.805 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:19.807 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2026-02-25 05:17:19.810 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2026-02-25 05:17:19.813 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2026-02-25 05:17:19.814 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.cvFfxyaI/mnt/' 2026-02-25 05:17:19.815 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2026-02-25 05:17:19.819 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.cvFfxyaI/mnt/tmp/yum 2026-02-25 05:17:19.819 | /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:17:19.819 | /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:17:19.819 | /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:17:19.819 | /tmp/dib_build.cvFfxyaI/mnt/dev' 2026-02-25 05:17:19.822 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:17:19.824 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:17:19.826 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:17:19.829 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:17:19.832 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:17:19.834 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/tmp/yum' 2026-02-25 05:17:19.834 | Unmount /tmp/dib_build.cvFfxyaI/mnt/tmp/yum 2026-02-25 05:17:19.837 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/tmp/yum 2026-02-25 05:17:19.856 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:17:19.858 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:17:19.861 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:17:19.863 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:17:19.866 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:17:19.869 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/sys' 2026-02-25 05:17:19.869 | Unmount /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:17:19.871 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:17:19.893 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:17:19.895 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:17:19.898 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:17:19.901 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:17:19.903 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:17:19.906 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/proc' 2026-02-25 05:17:19.906 | Unmount /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:17:19.909 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:17:19.930 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:17:19.933 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:17:19.936 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:17:19.938 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:17:19.940 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:17:19.942 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/dev/pts' 2026-02-25 05:17:19.942 | Unmount /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:17:19.945 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:17:19.966 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:17:19.968 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:17:19.971 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:17:19.974 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:17:19.976 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:17:19.978 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/dev' 2026-02-25 05:17:19.979 | Unmount /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:17:19.981 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:17:20.002 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2026-02-25 05:17:20.005 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2026-02-25 05:17:20.007 | + diskimage_builder/lib/disk-image-create:main:374 : mv /tmp/dib_build.cvFfxyaI/mnt /tmp/dib_build.cvFfxyaI/built 2026-02-25 05:17:20.019 | + diskimage_builder/lib/disk-image-create:main:381 : du_output=/tmp/dib_build.cvFfxyaI/du_output.tmp 2026-02-25 05:17:20.022 | + diskimage_builder/lib/disk-image-create:main:383 : '[' -n '' ']' 2026-02-25 05:17:20.025 | Calculating image size (this may take a minute)... 2026-02-25 05:17:20.296 | + diskimage_builder/lib/disk-image-create:main:402 : [[ 0 != 0 ]] 2026-02-25 05:17:20.299 | + diskimage_builder/lib/disk-image-create:main:436 : rm -f /tmp/dib_build.cvFfxyaI/du_output.tmp 2026-02-25 05:17:20.303 | + diskimage_builder/lib/disk-image-create:main:438 : '[' -n '' ']' 2026-02-25 05:17:20.306 | + diskimage_builder/lib/disk-image-create:main:441 : journal_size=64 2026-02-25 05:17:20.308 | + diskimage_builder/lib/disk-image-create:main:444 : '[' ext4 = ext4 ']' 2026-02-25 05:17:20.311 | + diskimage_builder/lib/disk-image-create:main:448 : MKFS_OPTS='-i 4096 -J size=64 ' 2026-02-25 05:17:20.314 | + diskimage_builder/lib/disk-image-create:main:463 : [[ 9-stream == \t\r\u\s\t\y ]] 2026-02-25 05:17:20.316 | + diskimage_builder/lib/disk-image-create:main:469 : '[' -z '' ']' 2026-02-25 05:17:20.319 | + diskimage_builder/lib/disk-image-create:main:470 : du_size=2727589 2026-02-25 05:17:20.322 | + diskimage_builder/lib/disk-image-create:main:481 : [[ openssh-server centos dynamic-login dhcp-all-interfaces sysprep dib-python selinux-permissive ironic-agent-multipath interface-names ibft-interfaces svc-map override-pip-and-virtualenv redhat-common cache-url repo-setup install-static yum source-repositories ironic-ramdisk-base package-installs rpm-distro selinux-fixfiles-restore extra-hardware select-boot-kernel-initrd enable-packages-install install-bin element-manifest install-types base manifests dib-init-system epel no-final-image ensure-venv ironic-python-agent-ramdisk pkg-map runtime-ssh-host-keys =~ block-device-efi ]] 2026-02-25 05:17:20.325 | ++ diskimage_builder/lib/disk-image-create:main:489 : echo 2727589 2026-02-25 05:17:20.326 | ++ diskimage_builder/lib/disk-image-create:main:489 : awk ' { if ($1 % 64 != 0) print $1 + 64 - ( $1 % 64); else print $1; } ' 2026-02-25 05:17:20.331 | + diskimage_builder/lib/disk-image-create:main:489 : export DIB_IMAGE_SIZE=2727616 2026-02-25 05:17:20.334 | + diskimage_builder/lib/disk-image-create:main:489 : DIB_IMAGE_SIZE=2727616 2026-02-25 05:17:20.336 | + diskimage_builder/lib/disk-image-create:main:491 : '[' -n '' ']' 2026-02-25 05:17:20.339 | + diskimage_builder/lib/disk-image-create:main:495 : export TMP_IMAGE_DIR 2026-02-25 05:17:20.342 | + diskimage_builder/lib/disk-image-create:main:498 : eval_run_d block-device IMAGE_BLOCK_DEVICE= 2026-02-25 05:17:20.345 | ++ diskimage_builder/lib/common-functions:eval_run_d:161 : mktemp 2026-02-25 05:17:20.349 | + diskimage_builder/lib/common-functions:eval_run_d:161 : local run_output=/tmp/tmp.krMFK27V78 2026-02-25 05:17:20.352 | + diskimage_builder/lib/common-functions:eval_run_d:162 : trap 'rm -f /tmp/tmp.krMFK27V78; check_break after-error bash' ERR 2026-02-25 05:17:20.355 | + diskimage_builder/lib/common-functions:eval_run_d:163 : run_d block-device /tmp/tmp.krMFK27V78 2026-02-25 05:17:20.358 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:17:20.361 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:17:20.364 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-block-device bash 2026-02-25 05:17:20.367 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:20.368 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-block-device(,|$)' -q 2026-02-25 05:17:20.373 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/block-device.d ']' 2026-02-25 05:17:20.376 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-block-device bash 2026-02-25 05:17:20.379 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:20.379 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-block-device(,|$)' -q 2026-02-25 05:17:20.384 | + diskimage_builder/lib/common-functions:eval_run_d:164 : grep -q IMAGE_BLOCK_DEVICE= /tmp/tmp.krMFK27V78 2026-02-25 05:17:20.389 | + diskimage_builder/lib/common-functions:eval_run_d:168 : rm /tmp/tmp.krMFK27V78 2026-02-25 05:17:20.393 | + diskimage_builder/lib/common-functions:eval_run_d:169 : trap - ERR 2026-02-25 05:17:20.396 | + diskimage_builder/lib/disk-image-create:main:500 : '[' -z ']' 2026-02-25 05:17:20.398 | + diskimage_builder/lib/disk-image-create:main:503 : echo 'image-size: 2727616KiB' 2026-02-25 05:17:20.401 | + diskimage_builder/lib/disk-image-create:main:505 : '[' -n '-i 4096 -J size=64 ' ']' 2026-02-25 05:17:20.404 | + diskimage_builder/lib/disk-image-create:main:506 : echo 'root-fs-opts: '\''-i 4096 -J size=64 '\''' 2026-02-25 05:17:20.407 | + diskimage_builder/lib/disk-image-create:main:512 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py init 2026-02-25 05:17:20.525 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:17:20.525 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:17:20.527 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0', 'mkfs': {'name': 'mkfs_root', 'mount': {'mount_point': '/', 'fstab': {'options': 'defaults', 'fsck-passno': 1}}}}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:260 2026-02-25 05:17:20.527 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'image0', 'name': 'mkfs_root'}}, {'local_loop': {'name': 'image0'}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:262 2026-02-25 05:17:20.527 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'image0', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}, {'local_loop': {'name': 'image0'}}]] cmd_init /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:264 2026-02-25 05:17:20.527 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.cvFfxyaI/states/block-device/config.json] 2026-02-25 05:17:20.542 | + diskimage_builder/lib/disk-image-create:main:515 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py create 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:17:20.657 | INFO diskimage_builder.block_device.blockdevice [-] create() called 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.blockdevice [-] Using config [[{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'image0', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}, {'local_loop': {'name': 'image0'}}]] cmd_create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:414 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:172 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.config [-] Adding fstab_mount_mkfs_root : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:172 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level3/mount.py:42 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.level3.mount [-] Ordered mounts now: [('/', 'mount_mkfs_root')] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level3/mount.py:191 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.config [-] Adding mount_mkfs_root : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2026-02-25 05:17:20.657 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mkfs': {'base': 'image0', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:172 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Create filesystem object; config [{'base': 'image0', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:44 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:98 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_root : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'local_loop': {'name': 'image0'}}] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:172 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.level0.localloop [-] Creating LocalLoop object; config [{'name': 'image0'}] default_config [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:81 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.level0.localloop [-] Using default image size [2793078784] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:89 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Adding image0 : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Edges for fstab_mount_mkfs_root: f:['mount_mkfs_root'] t:[] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:216 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Edges for mount_mkfs_root: f:['mkfs_root'] t:[] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:216 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Edges for mkfs_root: f:['image0'] t:[] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:216 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Edges for image0: f:[] t:[] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:216 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.config [-] Call order: ['image0', 'mkfs_root', 'mount_mkfs_root', 'fstab_mount_mkfs_root'] create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:241 2026-02-25 05:17:20.658 | DEBUG diskimage_builder.block_device.level0.localloop [-] [image0] Creating loop on [/tmp/dib_image.4CKvuhAv/image0.raw] with size [2793078784] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:107 2026-02-25 05:17:20.658 | INFO diskimage_builder.block_device.level0.localloop [-] Create image file [/tmp/dib_image.4CKvuhAv/image0.raw] 2026-02-25 05:17:20.659 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach 2026-02-25 05:17:20.659 | DEBUG diskimage_builder.block_device.level0.localloop [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.4CKvuhAv/image0.raw] loopdev_attach /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:48 2026-02-25 05:17:20.659 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.4CKvuhAv/image0.raw] 2026-02-25 05:17:20.691 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /dev/loop0 exec_sudo /usr/lib/python3.9/site-packages/diskimage_builder/block_device/utils.py:135 2026-02-25 05:17:20.693 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop0] 2026-02-25 05:17:20.693 | DEBUG diskimage_builder.block_device.level0.localloop [-] Created loop name [image0] device [/dev/loop0] image [/tmp/dib_image.4CKvuhAv/image0.raw] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:121 2026-02-25 05:17:20.693 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'ext4', '-i', '4096', '-J', 'size=64', '-L', 'cloudimg-rootfs', '-U', '1b582088-2763-4aba-a3aa-965147ab5cdd', '-q', '/dev/loop0']] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:135 2026-02-25 05:17:20.693 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t ext4 -i 4096 -J size=64 -L cloudimg-rootfs -U 1b582088-2763-4aba-a3aa-965147ab5cdd -q /dev/loop0] 2026-02-25 05:17:20.721 | DEBUG diskimage_builder.block_device.level3.mount [-] mount called [/] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level3/mount.py:80 2026-02-25 05:17:20.721 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.cvFfxyaI/mnt/] 2026-02-25 05:17:20.739 | INFO diskimage_builder.block_device.level3.mount [-] Mounting [mount_mkfs_root] to [/tmp/dib_build.cvFfxyaI/mnt/] 2026-02-25 05:17:20.739 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mount /dev/loop0 /tmp/dib_build.cvFfxyaI/mnt/] 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.level4.fstab [-] fstab create called [fstab_mount_mkfs_root] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level4/fstab.py:38 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing state to: /tmp/dib_build.cvFfxyaI/states/block-device/state.json save_state /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:101 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] {'blockdev': {'image0': {'device': '/dev/loop0', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'image': '/tmp/dib_image.4CKvuhAv/image0.raw'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'filesys': {'mkfs_root': {'device': '/dev/loop0', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstype': 'ext4', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'label': 'cloudimg-rootfs', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'opts': ['-i', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] '4096', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] '-J', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'size=64'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'uuid': '1b582088-2763-4aba-a3aa-965147ab5cdd'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fs_labels': ['cloudimg-rootfs'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstab': {'mount_mkfs_root': {'base': 'mount_mkfs_root', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'dump-freq': 0, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fsck-passno': 1, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'name': 'fstab_mount_mkfs_root', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'options': 'defaults'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount': {'/': {'base': 'mkfs_root', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'name': 'mount_mkfs_root', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'path': '/tmp/dib_build.cvFfxyaI/mnt/'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_order': ['/'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'sorted_mount_points': [('/', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.761 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_mkfs_root')]} debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2026-02-25 05:17:20.762 | INFO diskimage_builder.block_device.blockdevice [-] create() finished 2026-02-25 05:17:20.784 | ++ diskimage_builder/lib/disk-image-create:main:519 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval image-block-device 2026-02-25 05:17:20.900 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:17:20.900 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:17:20.901 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-device] 2026-02-25 05:17:20.915 | + diskimage_builder/lib/disk-image-create:main:519 : IMAGE_BLOCK_DEVICE=/dev/loop0 2026-02-25 05:17:20.918 | + diskimage_builder/lib/disk-image-create:main:520 : export IMAGE_BLOCK_DEVICE 2026-02-25 05:17:20.922 | ++ diskimage_builder/lib/disk-image-create:main:526 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval image-block-devices 2026-02-25 05:17:21.043 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:17:21.043 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:17:21.043 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-devices] 2026-02-25 05:17:21.059 | + diskimage_builder/lib/disk-image-create:main:526 : IMAGE_BLOCK_DEVICES=' [image0]=/dev/loop0 ' 2026-02-25 05:17:21.062 | + diskimage_builder/lib/disk-image-create:main:527 : export IMAGE_BLOCK_DEVICES 2026-02-25 05:17:21.064 | + diskimage_builder/lib/disk-image-create:main:530 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py writefstab 2026-02-25 05:17:21.180 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:17:21.181 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:17:21.181 | INFO diskimage_builder.block_device.blockdevice [-] Creating fstab 2026-02-25 05:17:21.181 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing fstab entry for [/] cmd_writefstab /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:381 2026-02-25 05:17:21.181 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.cvFfxyaI/built/etc] 2026-02-25 05:17:21.200 | INFO diskimage_builder.block_device.utils [-] Calling [sudo cp /tmp/dib_build.cvFfxyaI/states/block-device/fstab /tmp/dib_build.cvFfxyaI/built/etc/fstab] 2026-02-25 05:17:21.238 | + diskimage_builder/lib/disk-image-create:main:534 : LOOPDEV=/dev/loop0 2026-02-25 05:17:21.241 | + diskimage_builder/lib/disk-image-create:main:546 : sudo cp -ra /tmp/dib_build.cvFfxyaI/built/afs /tmp/dib_build.cvFfxyaI/built/bin /tmp/dib_build.cvFfxyaI/built/boot /tmp/dib_build.cvFfxyaI/built/dev /tmp/dib_build.cvFfxyaI/built/etc /tmp/dib_build.cvFfxyaI/built/home /tmp/dib_build.cvFfxyaI/built/lib /tmp/dib_build.cvFfxyaI/built/lib64 /tmp/dib_build.cvFfxyaI/built/media /tmp/dib_build.cvFfxyaI/built/mnt /tmp/dib_build.cvFfxyaI/built/opt /tmp/dib_build.cvFfxyaI/built/proc /tmp/dib_build.cvFfxyaI/built/root /tmp/dib_build.cvFfxyaI/built/run /tmp/dib_build.cvFfxyaI/built/sbin /tmp/dib_build.cvFfxyaI/built/srv /tmp/dib_build.cvFfxyaI/built/sys /tmp/dib_build.cvFfxyaI/built/tmp /tmp/dib_build.cvFfxyaI/built/usr /tmp/dib_build.cvFfxyaI/built/var /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:25.039 | + diskimage_builder/lib/disk-image-create:main:547 : sudo rm -fr /tmp/dib_build.cvFfxyaI/built/afs /tmp/dib_build.cvFfxyaI/built/bin /tmp/dib_build.cvFfxyaI/built/boot /tmp/dib_build.cvFfxyaI/built/dev /tmp/dib_build.cvFfxyaI/built/etc /tmp/dib_build.cvFfxyaI/built/home /tmp/dib_build.cvFfxyaI/built/lib /tmp/dib_build.cvFfxyaI/built/lib64 /tmp/dib_build.cvFfxyaI/built/media /tmp/dib_build.cvFfxyaI/built/mnt /tmp/dib_build.cvFfxyaI/built/opt /tmp/dib_build.cvFfxyaI/built/proc /tmp/dib_build.cvFfxyaI/built/root /tmp/dib_build.cvFfxyaI/built/run /tmp/dib_build.cvFfxyaI/built/sbin /tmp/dib_build.cvFfxyaI/built/srv /tmp/dib_build.cvFfxyaI/built/sys /tmp/dib_build.cvFfxyaI/built/tmp /tmp/dib_build.cvFfxyaI/built/usr /tmp/dib_build.cvFfxyaI/built/var 2026-02-25 05:17:26.550 | + diskimage_builder/lib/disk-image-create:main:549 : mount_proc_dev_sys 2026-02-25 05:17:26.552 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:17:26.575 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:17:26.596 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2026-02-25 05:17:26.599 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2026-02-25 05:17:26.604 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2026-02-25 05:17:26.607 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : sudo mount -t devpts -o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000 devpts /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:17:26.626 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:17:26.645 | + diskimage_builder/lib/disk-image-create:main:550 : run_d pre-finalise 2026-02-25 05:17:26.647 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:17:26.650 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:17:26.653 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-pre-finalise bash 2026-02-25 05:17:26.658 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:26.658 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-finalise(,|$)' -q 2026-02-25 05:17:26.663 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/pre-finalise.d ']' 2026-02-25 05:17:26.666 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-pre-finalise bash 2026-02-25 05:17:26.669 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:26.670 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-finalise(,|$)' -q 2026-02-25 05:17:26.675 | + diskimage_builder/lib/disk-image-create:main:551 : run_d_in_target finalise 2026-02-25 05:17:26.678 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2026-02-25 05:17:26.681 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:17:26.684 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/finalise.d ']' 2026-02-25 05:17:26.687 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:17:26.712 | + diskimage_builder/lib/img-functions:run_d_in_target:73 : sudo cp /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks 2026-02-25 05:17:26.731 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:17:26.750 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.cvFfxyaI/hooks /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:17:26.770 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-finalise run_in_target bash 2026-02-25 05:17:26.772 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:26.773 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-finalise(,|$)' -q 2026-02-25 05:17:26.778 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2026-02-25 05:17:26.780 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2026-02-25 05:17:26.783 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2026-02-25 05:17:26.786 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d 2026-02-25 05:17:26.789 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d' 2026-02-25 05:17:26.792 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2026-02-25 05:17:26.794 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2026-02-25 05:17:26.797 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2026-02-25 05:17:26.800 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.cvFfxyaI/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c '/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d' 2026-02-25 05:17:26.829 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:17:26.830 | + source /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:17:26.831 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:17:26.831 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:17:26.831 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:17:26.831 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:17:26.831 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:17:26.831 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:17:26.831 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:17:26.831 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2026-02-25 05:17:26.833 | + source /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2026-02-25 05:17:26.833 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:26.833 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:26.833 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2026-02-25 05:17:26.835 | + source /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2026-02-25 05:17:26.835 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:17:26.835 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:17:26.835 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:17:26.835 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:17:26.835 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:17:26.835 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:17:26.835 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:17:26.835 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:17:26.835 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2026-02-25 05:17:26.836 | + source /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2026-02-25 05:17:26.836 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:17:26.836 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:17:26.836 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:17:26.836 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:17:26.836 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:17:26.838 | + source /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:17:26.838 | ++ export DISTRO_NAME=centos 2026-02-25 05:17:26.838 | ++ DISTRO_NAME=centos 2026-02-25 05:17:26.838 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:17:26.838 | ++ DIB_RELEASE=9-stream 2026-02-25 05:17:26.838 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:17:26.838 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:17:26.838 | ++ export YUM=dnf 2026-02-25 05:17:26.838 | ++ YUM=dnf 2026-02-25 05:17:26.838 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2026-02-25 05:17:26.840 | + source /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2026-02-25 05:17:26.840 | ++ export DIB_CHECKSUM=1 2026-02-25 05:17:26.840 | ++ DIB_CHECKSUM=1 2026-02-25 05:17:26.840 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2026-02-25 05:17:26.842 | + source /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2026-02-25 05:17:26.842 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:17:26.842 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:17:26.842 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:17:26.844 | + source /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:17:26.844 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:17:26.844 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:17:26.844 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:17:26.844 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:17:26.844 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:17:26.846 | + source /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:17:26.846 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:26.846 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:26.846 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2026-02-25 05:17:26.848 | + source /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2026-02-25 05:17:26.848 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:17:26.848 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:17:26.848 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:17:26.848 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:17:26.848 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:17:26.849 | + source /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:17:26.849 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:17:26.849 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:17:26.849 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:17:26.850 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:17:26.850 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:17:26.850 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:17:26.850 | ++ [[ centos =~ debian ]] 2026-02-25 05:17:26.850 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2026-02-25 05:17:26.851 | + source /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2026-02-25 05:17:26.851 | ++ '[' -z 3 ']' 2026-02-25 05:17:26.851 | ++ '[' -z 3 ']' 2026-02-25 05:17:26.851 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:17:26.851 | ++ export DIB_PYTHON=python3 2026-02-25 05:17:26.851 | ++ DIB_PYTHON=python3 2026-02-25 05:17:26.851 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2026-02-25 05:17:26.853 | + source /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2026-02-25 05:17:26.853 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:17:26.853 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:17:26.853 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:17:26.853 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:17:26.853 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2026-02-25 05:17:26.855 | + source /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2026-02-25 05:17:26.855 | ++ '[' -z systemd ']' 2026-02-25 05:17:26.855 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:17:26.855 | dib-run-parts Running /tmp/in_target.d/finalise.d/01-clean-old-kernels 2026-02-25 05:17:26.857 | + set -eu 2026-02-25 05:17:26.857 | + set -o pipefail 2026-02-25 05:17:26.857 | + '[' 0 -ne 0 ']' 2026-02-25 05:17:26.857 | + YUM=dnf 2026-02-25 05:17:26.857 | + [[ dnf == \d\n\f ]] 2026-02-25 05:17:26.857 | ++ dnf repoquery --installonly --latest-limit=-1 -q 2026-02-25 05:17:27.110 | + _old_kernels= 2026-02-25 05:17:27.110 | + [[ -n '' ]] 2026-02-25 05:17:27.111 | dib-run-parts 01-clean-old-kernels completed 2026-02-25 05:17:27.111 | dib-run-parts Running /tmp/in_target.d/finalise.d/99-clear-machine-id 2026-02-25 05:17:27.113 | + set -eu 2026-02-25 05:17:27.113 | + set -o pipefail 2026-02-25 05:17:27.113 | + '[' -e /var/lib/dbus/machine-id ']' 2026-02-25 05:17:27.113 | + '[' -e /etc/machine-id ']' 2026-02-25 05:17:27.113 | + echo uninitialized 2026-02-25 05:17:27.115 | dib-run-parts 99-clear-machine-id completed 2026-02-25 05:17:27.115 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:17:27.115 | dib-run-parts 2026-02-25 05:17:27.116 | dib-run-parts Target: finalise.d 2026-02-25 05:17:27.116 | dib-run-parts 2026-02-25 05:17:27.116 | dib-run-parts Script Seconds 2026-02-25 05:17:27.116 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:17:27.116 | dib-run-parts 2026-02-25 05:17:27.124 | dib-run-parts 01-clean-old-kernels 0.255 2026-02-25 05:17:27.128 | dib-run-parts 99-clear-machine-id 0.003 2026-02-25 05:17:27.129 | dib-run-parts 2026-02-25 05:17:27.129 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:17:27.136 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2026-02-25 05:17:27.139 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2026-02-25 05:17:27.142 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2026-02-25 05:17:27.144 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-finalise run_in_target bash 2026-02-25 05:17:27.148 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:27.148 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-finalise(,|$)' -q 2026-02-25 05:17:27.152 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d 2026-02-25 05:17:27.172 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.cvFfxyaI/mnt/tmp/in_target.d; do sleep 1; done' 2026-02-25 05:17:27.193 | + diskimage_builder/lib/disk-image-create:main:552 : finalise_base 2026-02-25 05:17:27.196 | + diskimage_builder/lib/img-functions:finalise_base:95 : TARGET_ROOT=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:27.199 | + diskimage_builder/lib/img-functions:finalise_base:95 : run_d cleanup 2026-02-25 05:17:27.202 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2026-02-25 05:17:27.204 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.cvFfxyaI/hooks ']' 2026-02-25 05:17:27.207 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-cleanup bash 2026-02-25 05:17:27.209 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:17:27.210 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-cleanup(,|$)' -q 2026-02-25 05:17:27.215 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.cvFfxyaI/hooks/cleanup.d ']' 2026-02-25 05:17:27.217 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.cvFfxyaI/hooks/cleanup.d' 2026-02-25 05:17:27.217 | Running hooks from /tmp/dib_build.cvFfxyaI/hooks/cleanup.d 2026-02-25 05:17:27.219 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2026-02-25 05:17:27.222 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.cvFfxyaI/hooks/cleanup.d 2026-02-25 05:17:27.236 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:17:27.238 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2026-02-25 05:17:27.238 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2026-02-25 05:17:27.238 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2026-02-25 05:17:27.238 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:17:27.238 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2026-02-25 05:17:27.238 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2026-02-25 05:17:27.238 | ++ export IPA_DEBIAN_NONFREE=true 2026-02-25 05:17:27.238 | ++ IPA_DEBIAN_NONFREE=true 2026-02-25 05:17:27.238 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2026-02-25 05:17:27.240 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2026-02-25 05:17:27.240 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:27.240 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:27.240 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2026-02-25 05:17:27.242 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2026-02-25 05:17:27.242 | ++ export DIB_REPO_SETUP=current-podified 2026-02-25 05:17:27.242 | ++ DIB_REPO_SETUP=current-podified 2026-02-25 05:17:27.242 | ++ export DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:17:27.242 | ++ DIB_REPO_SETUP_BRANCH=master 2026-02-25 05:17:27.242 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:17:27.242 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2026-02-25 05:17:27.242 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:17:27.242 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2026-02-25 05:17:27.242 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-base-defaults 2026-02-25 05:17:27.244 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-base-defaults 2026-02-25 05:17:27.244 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:17:27.244 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2026-02-25 05:17:27.244 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:17:27.244 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2026-02-25 05:17:27.244 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:17:27.247 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2026-02-25 05:17:27.247 | ++ export DISTRO_NAME=centos 2026-02-25 05:17:27.247 | ++ DISTRO_NAME=centos 2026-02-25 05:17:27.247 | ++ export DIB_RELEASE=9-stream 2026-02-25 05:17:27.247 | ++ DIB_RELEASE=9-stream 2026-02-25 05:17:27.247 | ++ export EFI_BOOT_DIR=EFI/centos 2026-02-25 05:17:27.247 | ++ EFI_BOOT_DIR=EFI/centos 2026-02-25 05:17:27.247 | ++ export YUM=dnf 2026-02-25 05:17:27.247 | ++ YUM=dnf 2026-02-25 05:17:27.247 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-checksum.bash 2026-02-25 05:17:27.249 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-checksum.bash 2026-02-25 05:17:27.249 | ++ export DIB_CHECKSUM=1 2026-02-25 05:17:27.249 | ++ DIB_CHECKSUM=1 2026-02-25 05:17:27.249 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-defaults.bash 2026-02-25 05:17:27.251 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-defaults.bash 2026-02-25 05:17:27.251 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:17:27.251 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2026-02-25 05:17:27.251 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:17:27.253 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2026-02-25 05:17:27.253 | ++ [[ centos9-stream =~ centos9 ]] 2026-02-25 05:17:27.253 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2026-02-25 05:17:27.253 | ++ export DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:17:27.253 | ++ DIB_IPA_HARDWARE_RDO=0 2026-02-25 05:17:27.253 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:17:27.255 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2026-02-25 05:17:27.255 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:27.255 | ++ DIB_DEFAULT_INSTALLTYPE=package 2026-02-25 05:17:27.255 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/14-manifests 2026-02-25 05:17:27.257 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/14-manifests 2026-02-25 05:17:27.257 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:17:27.257 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2026-02-25 05:17:27.257 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:17:27.257 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2026-02-25 05:17:27.257 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:17:27.259 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2026-02-25 05:17:27.259 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2026-02-25 05:17:27.259 | ++ export IPA_DISTRO_FAMILY=rh 2026-02-25 05:17:27.259 | ++ IPA_DISTRO_FAMILY=rh 2026-02-25 05:17:27.259 | ++ [[ centos =~ (centos|rhel) ]] 2026-02-25 05:17:27.259 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:17:27.259 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2026-02-25 05:17:27.259 | ++ [[ centos =~ debian ]] 2026-02-25 05:17:27.259 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/50-dib-python-version 2026-02-25 05:17:27.261 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/50-dib-python-version 2026-02-25 05:17:27.261 | ++ '[' -z 3 ']' 2026-02-25 05:17:27.261 | ++ '[' -z 3 ']' 2026-02-25 05:17:27.261 | ++ export DIB_PYTHON_VERSION 2026-02-25 05:17:27.261 | ++ export DIB_PYTHON=python3 2026-02-25 05:17:27.261 | ++ DIB_PYTHON=python3 2026-02-25 05:17:27.261 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/50-redhat-common 2026-02-25 05:17:27.263 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/50-redhat-common 2026-02-25 05:17:27.263 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:17:27.263 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2026-02-25 05:17:27.263 | ++ export DIB_INIT_SYSTEM=systemd 2026-02-25 05:17:27.263 | ++ DIB_INIT_SYSTEM=systemd 2026-02-25 05:17:27.263 | dib-run-parts Sourcing environment file /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/99-dib-init-system 2026-02-25 05:17:27.265 | + source /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/../environment.d/99-dib-init-system 2026-02-25 05:17:27.265 | ++ '[' -z systemd ']' 2026-02-25 05:17:27.265 | ++ case $DIB_INIT_SYSTEM in 2026-02-25 05:17:27.265 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/01-copy-manifests-dir 2026-02-25 05:17:27.268 | + set -eu 2026-02-25 05:17:27.268 | + set -o pipefail 2026-02-25 05:17:27.268 | + MANIFEST_IMAGE_PATH=/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests 2026-02-25 05:17:27.268 | + '[' -d /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests ']' 2026-02-25 05:17:27.268 | + echo 'declare -x DIB_ARGS="-o ironic-python-agent -x --checksum --min-tmpfs 7 centos dynamic-login element-manifest selinux-permissive enable-packages-install interface-names ironic-agent-multipath override-pip-and-virtualenv extra-hardware ironic-python-agent-ramdisk repo-setup" 2026-02-25 05:17:27.268 | declare -x DIB_DHCP_TIMEOUT="60" 2026-02-25 05:17:27.268 | declare -x DIB_EPEL_DISABLED="1" 2026-02-25 05:17:27.268 | declare -x DIB_IPA_HARDWARE_RDO="0" 2026-02-25 05:17:27.268 | declare -x DIB_LOCAL_IMAGE="/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2" 2026-02-25 05:17:27.268 | declare -x DIB_PYTHON_EXEC="/usr/bin/python3" 2026-02-25 05:17:27.268 | declare -x DIB_PYTHON_VERSION="3" 2026-02-25 05:17:27.268 | declare -x DIB_RELEASE="9-stream" 2026-02-25 05:17:27.268 | declare -x DIB_YUM_REPO_CONF="/etc/yum.repos.d/*"' 2026-02-25 05:17:27.268 | + sudo dd of=/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib_environment 2026-02-25 05:17:27.283 | 1+1 records in 2026-02-25 05:17:27.283 | 1+1 records out 2026-02-25 05:17:27.283 | 655 bytes copied, 3.7369e-05 s, 17.5 MB/s 2026-02-25 05:17:27.285 | + echo '-o ironic-python-agent -x --checksum --min-tmpfs 7 centos dynamic-login element-manifest selinux-permissive enable-packages-install interface-names ironic-agent-multipath override-pip-and-virtualenv extra-hardware ironic-python-agent-ramdisk repo-setup' 2026-02-25 05:17:27.285 | + sudo dd of=/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib_arguments 2026-02-25 05:17:27.300 | 0+1 records in 2026-02-25 05:17:27.300 | 0+1 records out 2026-02-25 05:17:27.300 | 253 bytes copied, 3.5968e-05 s, 7.0 MB/s 2026-02-25 05:17:27.302 | + mkdir -p ironic-python-agent.d/ 2026-02-25 05:17:27.303 | + sudo cp --no-preserve=ownership -rv /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests ironic-python-agent.d/ 2026-02-25 05:17:27.318 | '/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests' -> 'ironic-python-agent.d/dib-manifests' 2026-02-25 05:17:27.318 | '/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib-element-manifest' -> 'ironic-python-agent.d/dib-manifests/dib-element-manifest' 2026-02-25 05:17:27.318 | '/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib_environment' -> 'ironic-python-agent.d/dib-manifests/dib_environment' 2026-02-25 05:17:27.318 | '/tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests/dib_arguments' -> 'ironic-python-agent.d/dib-manifests/dib_arguments' 2026-02-25 05:17:27.320 | ++ whoami 2026-02-25 05:17:27.321 | + sudo chown -R root: ironic-python-agent.d/ 2026-02-25 05:17:27.339 | + sudo find /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests -type f 2026-02-25 05:17:27.340 | + xargs sudo chown root:root 2026-02-25 05:17:27.374 | + sudo find /tmp/dib_build.cvFfxyaI/mnt//etc/dib-manifests -type f 2026-02-25 05:17:27.374 | + xargs sudo chmod 600 2026-02-25 05:17:27.407 | dib-run-parts 01-copy-manifests-dir completed 2026-02-25 05:17:27.408 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/50-dib-python 2026-02-25 05:17:27.410 | + set -eu 2026-02-25 05:17:27.410 | + set -o pipefail 2026-02-25 05:17:27.410 | + sudo unlink /tmp/dib_build.cvFfxyaI/mnt/usr/local/bin/dib-python 2026-02-25 05:17:27.429 | dib-run-parts 50-dib-python completed 2026-02-25 05:17:27.429 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/90-remove-ssh-host-keys 2026-02-25 05:17:27.431 | + set -eu 2026-02-25 05:17:27.431 | + set -o pipefail 2026-02-25 05:17:27.431 | + '[' -d /tmp/dib_build.cvFfxyaI/mnt/etc/ssh ']' 2026-02-25 05:17:27.431 | + sudo find /tmp/dib_build.cvFfxyaI/mnt/etc/ssh -name 'ssh_host*' -type f -delete 2026-02-25 05:17:27.450 | dib-run-parts 90-remove-ssh-host-keys completed 2026-02-25 05:17:27.450 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/98-prepare-resolve-conf 2026-02-25 05:17:27.452 | + set -eu 2026-02-25 05:17:27.452 | + set -o pipefail 2026-02-25 05:17:27.452 | + '[' -L /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf ']' 2026-02-25 05:17:27.453 | + lsattr /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:17:27.453 | + grep '^....i' 2026-02-25 05:17:27.454 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:17:27.470 | + '[' -L /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG ']' 2026-02-25 05:17:27.470 | + '[' -f /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG ']' 2026-02-25 05:17:27.470 | + sudo mv /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:17:27.486 | dib-run-parts 98-prepare-resolve-conf completed 2026-02-25 05:17:27.486 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/99-ramdisk-create 2026-02-25 05:17:27.489 | + set -eu 2026-02-25 05:17:27.489 | + set -o pipefail 2026-02-25 05:17:27.489 | + '[' -n /tmp/dib_build.cvFfxyaI/mnt ']' 2026-02-25 05:17:27.489 | + USER=root 2026-02-25 05:17:27.489 | + source /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2026-02-25 05:17:27.489 | ++ readlink -f ironic-python-agent 2026-02-25 05:17:27.490 | + IMAGE_PATH=/usr/share/edpm-image-builder/ironic-python-agent 2026-02-25 05:17:27.490 | + cd /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:17:27.490 | + DIB_IPA_COMPRESS_CMD=gzip 2026-02-25 05:17:27.490 | + echo '#disabled' 2026-02-25 05:17:27.490 | + sudo mv ./tmp/fstab.new ./etc/fstab 2026-02-25 05:17:27.506 | + sudo ln -s ./sbin/init ./ 2026-02-25 05:17:27.522 | + '[' -a ./dev/random ']' 2026-02-25 05:17:27.522 | + '[' -a ./dev/urandom ']' 2026-02-25 05:17:27.522 | + '[' 0 -gt 0 ']' 2026-02-25 05:17:27.523 | + sudo find . -xdev -path './sys/*' -prune -o -path './tmp/*' -prune -o -path './boot/*' -prune -o -path ./root/.cache -prune -o -path '*site-packages/babel/locale-data/*' -prune -o -path './usr/include/*' -prune -o -path './usr/lib/locale/*' -prune -o -path './usr/share/doc/*' -prune -o -path './usr/share/man/*' -prune -o -path './usr/share/GeoIP/*' -prune -o -path './usr/share/info/*' -prune -o -path './usr/share/licenses/*' -prune -o -path './usr/share/locale/*' -prune -o -path './usr/share/misc/m*' -prune -o -path './usr/src/kernels/*' -prune -o -path './var/cache/*' -prune -o -path './var/log/*' -prune -o -name '*.pyc' '!' -path '*encodings/*' -prune -o -name '*.pyo' -prune -o -print 2026-02-25 05:17:27.523 | + sudo cpio -o -H newc 2026-02-25 05:17:27.523 | + gzip 2026-02-25 05:18:00.576 | 1912857 blocks 2026-02-25 05:18:00.579 | + select_boot_kernel_initrd /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:00.579 | + TARGET_ROOT=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:00.579 | + BOOTDIR=/tmp/dib_build.cvFfxyaI/mnt/boot 2026-02-25 05:18:00.579 | + '[' -n '' -a -n '' ']' 2026-02-25 05:18:00.579 | + '[' -f /tmp/dib_build.cvFfxyaI/mnt/etc/redhat-release ']' 2026-02-25 05:18:00.580 | ++ ls -1rv /tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25 05:18:00.580 | ++ grep PAE 2026-02-25 05:18:00.580 | ++ grep -v debug 2026-02-25 05:18:00.580 | ++ head -1 2026-02-25 05:18:00.582 | ++ echo '' 2026-02-25 05:18:00.582 | + KERNEL= 2026-02-25 05:18:00.583 | ++ ls -1rv /tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25 05:18:00.583 | ++ grep -v debug 2026-02-25 05:18:00.583 | ++ head -1 2026-02-25 05:18:00.584 | + KERNEL=/tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25 05:18:00.584 | + '[' '!' /tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 ']' 2026-02-25 05:18:00.585 | ++ basename /tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-25 05:18:00.585 | + KERNEL=vmlinuz-5.14.0-686.el9.x86_64 2026-02-25 05:18:00.585 | + KERNEL_VERSION=5.14.0-686.el9.x86_64 2026-02-25 05:18:00.586 | +++ ls /tmp/dib_build.cvFfxyaI/mnt/boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-25 05:18:00.587 | ++ basename /tmp/dib_build.cvFfxyaI/mnt/boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-25 05:18:00.588 | + RAMDISK=initramfs-5.14.0-686.el9.x86_64.img 2026-02-25 05:18:00.588 | + '[' '!' initramfs-5.14.0-686.el9.x86_64.img ']' 2026-02-25 05:18:00.588 | + sudo cp /tmp/dib_build.cvFfxyaI/mnt/boot/vmlinuz-5.14.0-686.el9.x86_64 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2026-02-25 05:18:00.614 | + sudo chown root: /usr/share/edpm-image-builder/ironic-python-agent.kernel 2026-02-25 05:18:00.632 | + [[ -n 1 ]] 2026-02-25 05:18:00.632 | + [[ 1 != \0 ]] 2026-02-25 05:18:00.632 | ++ dirname /usr/share/edpm-image-builder/ironic-python-agent 2026-02-25 05:18:00.633 | + pushd /usr/share/edpm-image-builder 2026-02-25 05:18:00.633 | /usr/share/edpm-image-builder /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:00.634 | + [[ 1 == \1 ]] 2026-02-25 05:18:00.634 | + DIB_CHECKSUM=md5,sha256 2026-02-25 05:18:00.634 | + [[ md5,sha256 == *md5* ]] 2026-02-25 05:18:00.634 | + md5sum ironic-python-agent.initramfs ironic-python-agent.kernel 2026-02-25 05:18:01.566 | + [[ md5,sha256 == *sha256* ]] 2026-02-25 05:18:01.566 | + sha256sum ironic-python-agent.initramfs ironic-python-agent.kernel 2026-02-25 05:18:02.029 | + popd 2026-02-25 05:18:02.029 | /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:02.029 | + sudo ls -lh /usr/share/edpm-image-builder/ironic-python-agent.d /usr/share/edpm-image-builder/ironic-python-agent.initramfs /usr/share/edpm-image-builder/ironic-python-agent.kernel /usr/share/edpm-image-builder/ironic-python-agent.md5 /usr/share/edpm-image-builder/ironic-python-agent.sha256 2026-02-25 05:18:02.046 | -rw-r--r--. 1 root root 605M Feb 25 05:18 /usr/share/edpm-image-builder/ironic-python-agent.initramfs 2026-02-25 05:18:02.046 | -rwxr-xr-x. 1 root root 15M Feb 25 05:18 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2026-02-25 05:18:02.046 | -rw-r--r--. 1 root root 125 Feb 25 05:18 /usr/share/edpm-image-builder/ironic-python-agent.md5 2026-02-25 05:18:02.046 | -rw-r--r--. 1 root root 189 Feb 25 05:18 /usr/share/edpm-image-builder/ironic-python-agent.sha256 2026-02-25 05:18:02.046 | 2026-02-25 05:18:02.046 | /usr/share/edpm-image-builder/ironic-python-agent.d: 2026-02-25 05:18:02.046 | total 0 2026-02-25 05:18:02.046 | drwxr-xr-x. 2 root root 78 Feb 25 05:17 dib-manifests 2026-02-25 05:18:02.049 | dib-run-parts 99-ramdisk-create completed 2026-02-25 05:18:02.049 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/99-remove-dib-img-functions 2026-02-25 05:18:02.052 | + set -eu 2026-02-25 05:18:02.052 | + set -o pipefail 2026-02-25 05:18:02.052 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/lib/diskimage-builder/img-functions 2026-02-25 05:18:02.067 | + sudo rmdir /tmp/dib_build.cvFfxyaI/mnt/lib/diskimage-builder 2026-02-25 05:18:02.085 | dib-run-parts 99-remove-dib-img-functions completed 2026-02-25 05:18:02.085 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/99-remove-yum-repo-conf 2026-02-25 05:18:02.087 | + set -eu 2026-02-25 05:18:02.087 | + set -o pipefail 2026-02-25 05:18:02.087 | + '[' -z '/etc/yum.repos.d/*' ']' 2026-02-25 05:18:02.087 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.088 | ++ basename /etc/yum.repos.d/centos-addons.repo 2026-02-25 05:18:02.089 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/centos-addons.repo 2026-02-25 05:18:02.103 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.103 | ++ basename /etc/yum.repos.d/centos.repo 2026-02-25 05:18:02.104 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/centos.repo 2026-02-25 05:18:02.120 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.120 | ++ basename /etc/yum.repos.d/delorean-master-testing.repo 2026-02-25 05:18:02.121 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/delorean-master-testing.repo 2026-02-25 05:18:02.135 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.135 | ++ basename /etc/yum.repos.d/delorean.repo 2026-02-25 05:18:02.136 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/delorean.repo 2026-02-25 05:18:02.150 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.150 | ++ basename /etc/yum.repos.d/repo-setup-centos-appstream.repo 2026-02-25 05:18:02.151 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/repo-setup-centos-appstream.repo 2026-02-25 05:18:02.165 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.165 | ++ basename /etc/yum.repos.d/repo-setup-centos-baseos.repo 2026-02-25 05:18:02.165 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/repo-setup-centos-baseos.repo 2026-02-25 05:18:02.179 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.179 | ++ basename /etc/yum.repos.d/repo-setup-centos-highavailability.repo 2026-02-25 05:18:02.180 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/repo-setup-centos-highavailability.repo 2026-02-25 05:18:02.196 | + for file in $DIB_YUM_REPO_CONF 2026-02-25 05:18:02.196 | ++ basename /etc/yum.repos.d/repo-setup-centos-powertools.repo 2026-02-25 05:18:02.197 | + sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/yum.repos.d/repo-setup-centos-powertools.repo 2026-02-25 05:18:02.212 | dib-run-parts 99-remove-yum-repo-conf completed 2026-02-25 05:18:02.212 | dib-run-parts Running /tmp/dib_build.cvFfxyaI/hooks/cleanup.d/99-selinux-fixfiles-restore 2026-02-25 05:18:02.215 | + set -eu 2026-02-25 05:18:02.215 | + set -o pipefail 2026-02-25 05:18:02.215 | + [[ ! -f /tmp/dib_build.cvFfxyaI/mnt/etc/selinux/targeted/contexts/files/file_contexts ]] 2026-02-25 05:18:02.215 | + [[ ! -x /tmp/dib_build.cvFfxyaI/mnt/usr/sbin/setfiles ]] 2026-02-25 05:18:02.215 | + _runcon= 2026-02-25 05:18:02.215 | + [[ -d /sys/fs/selinux ]] 2026-02-25 05:18:02.215 | + selinuxenabled 2026-02-25 05:18:02.216 | + sudo semanage permissive -a setfiles_mac_t 2026-02-25 05:18:08.994 | + _runcon='runcon -t setfiles_mac_t -- ' 2026-02-25 05:18:08.994 | + _dash_m= 2026-02-25 05:18:08.994 | + [[ centos == \f\e\d\o\r\a ]] 2026-02-25 05:18:08.994 | + IFS='|' 2026-02-25 05:18:08.994 | + read -ra SPLIT_MOUNTS 2026-02-25 05:18:08.994 | + for MOUNTPOINT in "${SPLIT_MOUNTS[@]}" 2026-02-25 05:18:08.994 | + '[' / '!=' /tmp/in_target.d ']' 2026-02-25 05:18:08.994 | + '[' / '!=' /dev ']' 2026-02-25 05:18:08.994 | + '[' / '!=' /boot/efi ']' 2026-02-25 05:18:08.994 | + '[' -z 'runcon -t setfiles_mac_t -- ' ']' 2026-02-25 05:18:08.994 | + pgrep kauditd 2026-02-25 05:18:09.004 | + [[ / == \/ ]] 2026-02-25 05:18:09.004 | ++ mktemp -d 2026-02-25 05:18:09.005 | + TMP_BIND_MOUNT=/tmp/tmp.bjAoipIOfm 2026-02-25 05:18:09.006 | + sudo mount --bind /tmp/dib_build.cvFfxyaI/mnt /tmp/tmp.bjAoipIOfm 2026-02-25 05:18:09.024 | + sudo runcon -t setfiles_mac_t -- chroot /tmp/tmp.bjAoipIOfm /usr/sbin/setfiles -F /etc/selinux/targeted/contexts/files/file_contexts / 2026-02-25 05:18:17.959 | + sudo umount /tmp/tmp.bjAoipIOfm 2026-02-25 05:18:17.979 | + sudo rmdir /tmp/tmp.bjAoipIOfm 2026-02-25 05:18:17.996 | dib-run-parts 99-selinux-fixfiles-restore completed 2026-02-25 05:18:17.996 | dib-run-parts ----------------------- PROFILING ----------------------- 2026-02-25 05:18:17.996 | dib-run-parts 2026-02-25 05:18:17.997 | dib-run-parts Target: cleanup.d 2026-02-25 05:18:17.997 | dib-run-parts 2026-02-25 05:18:17.997 | dib-run-parts Script Seconds 2026-02-25 05:18:17.997 | dib-run-parts --------------------------------------- ---------- 2026-02-25 05:18:17.997 | dib-run-parts 2026-02-25 05:18:18.006 | dib-run-parts 01-copy-manifests-dir 0.141 2026-02-25 05:18:18.010 | dib-run-parts 50-dib-python 0.020 2026-02-25 05:18:18.015 | dib-run-parts 90-remove-ssh-host-keys 0.020 2026-02-25 05:18:18.020 | dib-run-parts 98-prepare-resolve-conf 0.036 2026-02-25 05:18:18.025 | dib-run-parts 99-ramdisk-create 34.562 2026-02-25 05:18:18.029 | dib-run-parts 99-remove-dib-img-functions 0.034 2026-02-25 05:18:18.034 | dib-run-parts 99-remove-yum-repo-conf 0.126 2026-02-25 05:18:18.039 | dib-run-parts 99-selinux-fixfiles-restore 15.782 2026-02-25 05:18:18.040 | dib-run-parts 2026-02-25 05:18:18.040 | dib-run-parts --------------------- END PROFILING --------------------- 2026-02-25 05:18:18.044 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-cleanup bash 2026-02-25 05:18:18.046 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-cleanup(,|$)' -q 2026-02-25 05:18:18.047 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2026-02-25 05:18:18.051 | + diskimage_builder/lib/img-functions:finalise_base:110 : '[' -L /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf ']' 2026-02-25 05:18:18.054 | + diskimage_builder/lib/img-functions:finalise_base:111 : grep '^....i' 2026-02-25 05:18:18.054 | + diskimage_builder/lib/img-functions:finalise_base:111 : lsattr /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:18:18.058 | + diskimage_builder/lib/img-functions:finalise_base:118 : sudo rm -f /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf 2026-02-25 05:18:18.075 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -L /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG ']' 2026-02-25 05:18:18.078 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -f /tmp/dib_build.cvFfxyaI/mnt/etc/resolv.conf.ORIG ']' 2026-02-25 05:18:18.080 | + diskimage_builder/lib/img-functions:finalise_base:127 : unmount_dir /tmp/dib_build.cvFfxyaI/mnt/tmp 2026-02-25 05:18:18.083 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.cvFfxyaI/mnt/tmp 2026-02-25 05:18:18.085 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2026-02-25 05:18:18.088 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2026-02-25 05:18:18.090 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2026-02-25 05:18:18.093 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2026-02-25 05:18:18.095 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.cvFfxyaI/mnt/tmp ']' 2026-02-25 05:18:18.097 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.cvFfxyaI/mnt/tmp 2026-02-25 05:18:18.101 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.cvFfxyaI/mnt/tmp 2026-02-25 05:18:18.103 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2026-02-25 05:18:18.106 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2026-02-25 05:18:18.109 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2026-02-25 05:18:18.109 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.cvFfxyaI/mnt/tmp/' 2026-02-25 05:18:18.110 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2026-02-25 05:18:18.114 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts= 2026-02-25 05:18:18.117 | + diskimage_builder/lib/img-functions:finalise_base:128 : xargs sudo rm -rf --one-file-system 2026-02-25 05:18:18.118 | + diskimage_builder/lib/img-functions:finalise_base:128 : find /tmp/dib_build.cvFfxyaI/mnt/tmp -maxdepth 1 -mindepth 1 2026-02-25 05:18:18.137 | + diskimage_builder/lib/img-functions:finalise_base:130 : sudo find /tmp/dib_build.cvFfxyaI/mnt/var/log -type f -exec cp /dev/null '{}' ';' 2026-02-25 05:18:18.190 | + diskimage_builder/lib/img-functions:finalise_base:132 : sudo find /tmp/dib_build.cvFfxyaI/mnt/root -name '*.log' -type f -delete 2026-02-25 05:18:18.208 | + diskimage_builder/lib/disk-image-create:main:554 : for X in ${!IMAGE_TYPES[@]} 2026-02-25 05:18:18.211 | + diskimage_builder/lib/disk-image-create:main:555 : [[ tar aci =~ qcow2 ]] 2026-02-25 05:18:18.213 | + diskimage_builder/lib/disk-image-create:main:573 : '[' qcow2 == squashfs ']' 2026-02-25 05:18:18.216 | + diskimage_builder/lib/disk-image-create:main:577 : '[' qcow2 == docker ']' 2026-02-25 05:18:18.218 | + diskimage_builder/lib/disk-image-create:main:588 : export EXTRA_UNMOUNT= 2026-02-25 05:18:18.221 | + diskimage_builder/lib/disk-image-create:main:588 : EXTRA_UNMOUNT= 2026-02-25 05:18:18.224 | + diskimage_builder/lib/disk-image-create:main:589 : unmount_image 2026-02-25 05:18:18.226 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2026-02-25 05:18:18.252 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:18.254 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:18.257 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2026-02-25 05:18:18.259 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2026-02-25 05:18:18.262 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2026-02-25 05:18:18.264 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2026-02-25 05:18:18.266 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.cvFfxyaI/mnt ']' 2026-02-25 05:18:18.270 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:18.273 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:18.275 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2026-02-25 05:18:18.278 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2026-02-25 05:18:18.281 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2026-02-25 05:18:18.282 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2026-02-25 05:18:18.283 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.cvFfxyaI/mnt/' 2026-02-25 05:18:18.287 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:18:18.287 | /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:18:18.287 | /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:18:18.287 | /tmp/dib_build.cvFfxyaI/mnt/dev' 2026-02-25 05:18:18.289 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:18:18.292 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:18:18.294 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:18:18.297 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:18:18.299 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:18:18.302 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/sys' 2026-02-25 05:18:18.302 | Unmount /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:18:18.304 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/sys 2026-02-25 05:18:18.324 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:18:18.326 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:18:18.329 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:18:18.331 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:18:18.333 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:18:18.336 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/proc' 2026-02-25 05:18:18.336 | Unmount /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:18:18.339 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/proc 2026-02-25 05:18:18.360 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:18:18.362 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:18:18.365 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:18:18.367 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:18:18.370 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:18:18.372 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/dev/pts' 2026-02-25 05:18:18.372 | Unmount /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:18:18.375 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/dev/pts 2026-02-25 05:18:18.394 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2026-02-25 05:18:18.397 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2026-02-25 05:18:18.399 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2026-02-25 05:18:18.402 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2026-02-25 05:18:18.404 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2026-02-25 05:18:18.407 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.cvFfxyaI/mnt/dev' 2026-02-25 05:18:18.407 | Unmount /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:18:18.409 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.cvFfxyaI/mnt/dev 2026-02-25 05:18:18.428 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2026-02-25 05:18:18.430 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2026-02-25 05:18:18.433 | ++ diskimage_builder/lib/disk-image-create:main:591 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py getval image-path 2026-02-25 05:18:18.555 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:18:18.555 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:18:18.555 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-path] 2026-02-25 05:18:18.570 | + diskimage_builder/lib/disk-image-create:main:591 : TMP_IMAGE_PATH=/tmp/dib_image.4CKvuhAv/image0.raw 2026-02-25 05:18:18.573 | + diskimage_builder/lib/disk-image-create:main:592 : export TMP_IMAGE_PATH 2026-02-25 05:18:18.575 | + diskimage_builder/lib/disk-image-create:main:595 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py umount 2026-02-25 05:18:18.689 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:18:18.689 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:18:18.690 | INFO diskimage_builder.block_device.level3.mount [-] Called for [mount_mkfs_root] 2026-02-25 05:18:18.690 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync] 2026-02-25 05:18:18.710 | INFO diskimage_builder.block_device.utils [-] Calling [sudo fstrim --verbose /tmp/dib_build.cvFfxyaI/mnt/] 2026-02-25 05:18:18.727 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /tmp/dib_build.cvFfxyaI/mnt/: 850 MiB (891289600 bytes) trimmed exec_sudo /usr/lib/python3.9/site-packages/diskimage_builder/block_device/utils.py:135 2026-02-25 05:18:18.728 | INFO diskimage_builder.block_device.utils [-] Calling [sudo umount /tmp/dib_build.cvFfxyaI/mnt/] 2026-02-25 05:18:19.197 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach 2026-02-25 05:18:19.197 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop0] 2026-02-25 05:18:19.245 | + diskimage_builder/lib/disk-image-create:main:596 : /usr/bin/python3 /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-block-device.py cleanup 2026-02-25 05:18:19.371 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2026-02-25 05:18:19.371 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.cvFfxyaI/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4CKvuhAv', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.cvFfxyaI/mnt', 'build-dir': '/tmp/dib_build.cvFfxyaI', 'image-size': '2727616KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2026-02-25 05:18:19.372 | INFO diskimage_builder.block_device.blockdevice [-] Removing temporary state dir [/tmp/dib_build.cvFfxyaI/states/block-device] 2026-02-25 05:18:19.388 | + diskimage_builder/lib/disk-image-create:main:598 : cleanup_build_dir 2026-02-25 05:18:19.391 | + diskimage_builder/lib/common-functions:cleanup_build_dir:216 : timeout 10 sh -c ' while ! sudo rm -rf /tmp/dib_build.cvFfxyaI/built; do sleep 1; done' 2026-02-25 05:18:19.414 | + diskimage_builder/lib/common-functions:cleanup_build_dir:220 : sudo rm -rf /tmp/dib_build.cvFfxyaI/mnt 2026-02-25 05:18:19.433 | + diskimage_builder/lib/common-functions:cleanup_build_dir:221 : kill_chroot_processes /tmp/dib_build.cvFfxyaI 2026-02-25 05:18:19.483 | + diskimage_builder/lib/common-functions:cleanup_build_dir:222 : tmpfs_check 0 2026-02-25 05:18:19.486 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2026-02-25 05:18:19.488 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2026-02-25 05:18:19.491 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2026-02-25 05:18:19.494 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2026-02-25 05:18:19.499 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865328 2026-02-25 05:18:19.501 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2026-02-25 05:18:19.504 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865328 -lt 14680064 ']' 2026-02-25 05:18:19.506 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2026-02-25 05:18:19.509 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2026-02-25 05:18:19.512 | + diskimage_builder/lib/common-functions:cleanup_build_dir:230 : rm -rf --one-file-system /tmp/dib_build.cvFfxyaI 2026-02-25 05:18:19.521 | + diskimage_builder/lib/disk-image-create:main:600 : [[ ! openssh-server centos dynamic-login dhcp-all-interfaces sysprep dib-python selinux-permissive ironic-agent-multipath interface-names ibft-interfaces svc-map override-pip-and-virtualenv redhat-common cache-url repo-setup install-static yum source-repositories ironic-ramdisk-base package-installs rpm-distro selinux-fixfiles-restore extra-hardware select-boot-kernel-initrd enable-packages-install install-bin element-manifest install-types base manifests dib-init-system epel no-final-image ensure-venv ironic-python-agent-ramdisk pkg-map runtime-ssh-host-keys =~ no-final-image ]] 2026-02-25 05:18:19.523 | + diskimage_builder/lib/disk-image-create:main:617 : cleanup_image_dir 2026-02-25 05:18:19.526 | + diskimage_builder/lib/common-functions:cleanup_image_dir:234 : kill_chroot_processes /tmp/dib_image.4CKvuhAv 2026-02-25 05:18:19.569 | + diskimage_builder/lib/common-functions:cleanup_image_dir:235 : tmpfs_check 0 2026-02-25 05:18:19.571 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2026-02-25 05:18:19.573 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2026-02-25 05:18:19.576 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2026-02-25 05:18:19.579 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2026-02-25 05:18:19.583 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865328 2026-02-25 05:18:19.586 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2026-02-25 05:18:19.588 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865328 -lt 14680064 ']' 2026-02-25 05:18:19.591 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2026-02-25 05:18:19.594 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2026-02-25 05:18:19.596 | + diskimage_builder/lib/common-functions:cleanup_image_dir:241 : rm -rf --one-file-system /tmp/dib_image.4CKvuhAv 2026-02-25 05:18:19.782 | Build completed successfully