2025-10-14 05:17:56.586 | diskimage-builder version 3.37.1 2025-10-14 05:17:56.587 | 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 2025-10-14 05:17:56.634 | 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 2025-10-14 05:17:56.671 | Expanded element dependencies to: pkg-map dib-python runtime-ssh-host-keys install-static install-types centos enable-packages-install repo-setup dhcp-all-interfaces sysprep epel ibft-interfaces selinux-permissive dib-init-system openssh-server ironic-python-agent-ramdisk extra-hardware selinux-fixfiles-restore select-boot-kernel-initrd base no-final-image override-pip-and-virtualenv rpm-distro yum manifests element-manifest interface-names ironic-agent-multipath source-repositories ensure-venv dynamic-login package-installs ironic-ramdisk-base cache-url install-bin svc-map redhat-common 2025-10-14 05:17:56.674 | + diskimage_builder/lib/disk-image-create:main:255 : '[' 1 = 1 ']' 2025-10-14 05:17:56.677 | + diskimage_builder/lib/disk-image-create:main:256 : export IMAGE_NAME=ironic-python-agent 2025-10-14 05:17:56.680 | + diskimage_builder/lib/disk-image-create:main:256 : IMAGE_NAME=ironic-python-agent 2025-10-14 05:17:56.682 | + diskimage_builder/lib/disk-image-create:main:260 : for X in ${!IMAGE_TYPES[@]} 2025-10-14 05:17:56.685 | + diskimage_builder/lib/disk-image-create:main:261 : case "${IMAGE_TYPES[$X]}" in 2025-10-14 05:17:56.687 | + diskimage_builder/lib/disk-image-create:main:263 : type qemu-img 2025-10-14 05:17:56.690 | + diskimage_builder/lib/disk-image-create:main:299 : type fstrim 2025-10-14 05:17:56.693 | + diskimage_builder/lib/disk-image-create:main:307 : [[ -n '' ]] 2025-10-14 05:17:56.695 | + diskimage_builder/lib/disk-image-create:main:314 : mk_build_dir 2025-10-14 05:17:56.698 | ++ diskimage_builder/lib/common-functions:mk_build_dir:37 : mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX 2025-10-14 05:17:56.702 | + diskimage_builder/lib/common-functions:mk_build_dir:37 : TMP_BUILD_DIR=/tmp/dib_build.MklQOuJD 2025-10-14 05:17:56.704 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38 : mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX 2025-10-14 05:17:56.708 | + diskimage_builder/lib/common-functions:mk_build_dir:38 : TMP_IMAGE_DIR=/tmp/dib_image.qz4liQbi 2025-10-14 05:17:56.710 | + diskimage_builder/lib/common-functions:mk_build_dir:39 : '[' 0 -eq 0 ']' 2025-10-14 05:17:56.713 | + diskimage_builder/lib/common-functions:mk_build_dir:40 : export TMP_BUILD_DIR 2025-10-14 05:17:56.715 | + diskimage_builder/lib/common-functions:mk_build_dir:41 : tmpfs_check 2025-10-14 05:17:56.718 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=1 2025-10-14 05:17:56.720 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-10-14 05:17:56.723 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-10-14 05:17:56.726 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-10-14 05:17:56.732 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865404 2025-10-14 05:17:56.735 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-10-14 05:17:56.737 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865404 -lt 14680064 ']' 2025-10-14 05:17:56.740 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 1 == 1 ']' 2025-10-14 05:17:56.742 | + diskimage_builder/lib/common-functions:tmpfs_check:31 : echo 'WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7865404 < 14G)' 2025-10-14 05:17:56.742 | WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7865404 < 14G) 2025-10-14 05:17:56.745 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-10-14 05:17:56.747 | + diskimage_builder/lib/common-functions:mk_build_dir:46 : trap trap_cleanup EXIT 2025-10-14 05:17:56.750 | + diskimage_builder/lib/common-functions:mk_build_dir:47 : echo Building in /tmp/dib_build.MklQOuJD 2025-10-14 05:17:56.750 | Building in /tmp/dib_build.MklQOuJD 2025-10-14 05:17:56.752 | + diskimage_builder/lib/common-functions:mk_build_dir:48 : export TMP_IMAGE_DIR 2025-10-14 05:17:56.755 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : export OUT_IMAGE_PATH= 2025-10-14 05:17:56.757 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : OUT_IMAGE_PATH= 2025-10-14 05:17:56.760 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : export TMP_HOOKS_PATH=/tmp/dib_build.MklQOuJD/hooks 2025-10-14 05:17:56.763 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : TMP_HOOKS_PATH=/tmp/dib_build.MklQOuJD/hooks 2025-10-14 05:17:56.765 | + diskimage_builder/lib/disk-image-create:main:318 : mkdir -p /tmp/dib_build.MklQOuJD/block-device 2025-10-14 05:17:56.769 | + diskimage_builder/lib/disk-image-create:main:319 : BLOCK_DEVICE_CONFIG_YAML=/tmp/dib_build.MklQOuJD/block-device/config.yaml 2025-10-14 05:17:56.772 | + diskimage_builder/lib/disk-image-create:main:320 : block_device_create_config_file /tmp/dib_build.MklQOuJD/block-device/config.yaml 2025-10-14 05:17:56.784 | Searching elements for block-device[-amd64].yaml ... 2025-10-14 05:17:56.786 | ... done 2025-10-14 05:17:56.786 | Using default block-device fallback config 2025-10-14 05:17:56.790 | + diskimage_builder/lib/disk-image-create:main:323 : DIB_BLOCK_DEVICE_PARAMS_YAML=/tmp/dib_build.MklQOuJD/block-device/params.yaml 2025-10-14 05:17:56.792 | + diskimage_builder/lib/disk-image-create:main:324 : export DIB_BLOCK_DEVICE_PARAMS_YAML 2025-10-14 05:17:56.795 | + diskimage_builder/lib/disk-image-create:main:325 : cat 2025-10-14 05:17:56.799 | + 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 2025-10-14 05:17:56.915 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:17:56.915 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:17:56.916 | 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 2025-10-14 05:17:56.916 | 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 2025-10-14 05:17:56.916 | 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 2025-10-14 05:17:56.916 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.MklQOuJD/states/block-device/config.json] 2025-10-14 05:17:56.933 | ++ 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 2025-10-14 05:17:57.050 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:17:57.050 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:17:57.050 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label] 2025-10-14 05:17:57.050 | 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 2025-10-14 05:17:57.064 | + diskimage_builder/lib/disk-image-create:main:338 : DIB_ROOT_LABEL=cloudimg-rootfs 2025-10-14 05:17:57.067 | + diskimage_builder/lib/disk-image-create:main:339 : export DIB_ROOT_LABEL 2025-10-14 05:17:57.070 | ++ 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 2025-10-14 05:17:57.185 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:17:57.186 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:17:57.186 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype] 2025-10-14 05:17:57.186 | DEBUG diskimage_builder.block_device.blockdevice [-] root-fstype [ext4] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:315 2025-10-14 05:17:57.201 | + diskimage_builder/lib/disk-image-create:main:342 : DIB_ROOT_FSTYPE=ext4 2025-10-14 05:17:57.204 | + diskimage_builder/lib/disk-image-create:main:343 : export DIB_ROOT_FSTYPE 2025-10-14 05:17:57.207 | ++ 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 2025-10-14 05:17:57.324 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:17:57.324 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:17:57.324 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [boot-label] 2025-10-14 05:17:57.324 | DEBUG diskimage_builder.block_device.blockdevice [-] boot-label [] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:329 2025-10-14 05:17:57.340 | + diskimage_builder/lib/disk-image-create:main:347 : DIB_BOOT_LABEL= 2025-10-14 05:17:57.342 | + diskimage_builder/lib/disk-image-create:main:348 : export DIB_BOOT_LABEL 2025-10-14 05:17:57.346 | ++ 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 2025-10-14 05:17:57.463 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:17:57.463 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:17:57.464 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points] 2025-10-14 05:17:57.480 | + diskimage_builder/lib/disk-image-create:main:351 : DIB_MOUNTPOINTS=/ 2025-10-14 05:17:57.482 | + diskimage_builder/lib/disk-image-create:main:352 : export DIB_MOUNTPOINTS 2025-10-14 05:17:57.485 | + diskimage_builder/lib/disk-image-create:main:354 : create_base 2025-10-14 05:17:57.487 | + diskimage_builder/lib/common-functions:create_base:353 : mkdir /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:17:57.491 | + diskimage_builder/lib/common-functions:create_base:357 : sudo chown root.root /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:17:57.512 | + diskimage_builder/lib/common-functions:create_base:358 : export TMP_MOUNT_PATH=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:17:57.514 | + diskimage_builder/lib/common-functions:create_base:358 : TMP_MOUNT_PATH=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:17:57.517 | + diskimage_builder/lib/common-functions:create_base:360 : TARGET_ROOT=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:17:57.519 | + diskimage_builder/lib/common-functions:create_base:360 : run_d root 2025-10-14 05:17:57.522 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:17:57.524 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:17:57.526 | + diskimage_builder/lib/common-functions:check_element:154 : generate_hooks 2025-10-14 05:17:57.541 | Copying hooks for override-pip-and-virtualenv 2025-10-14 05:17:57.547 | Copying hooks for epel 2025-10-14 05:17:57.552 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/pre-install.d/05-rpm-epel-release 2025-10-14 05:17:57.560 | Copying hooks for enable-packages-install 2025-10-14 05:17:57.565 | Copying hooks /usr/share/edpm-image-builder/dib/enable-packages-install/environment.d/01-export-install-types.bash 2025-10-14 05:17:57.569 | Copying hooks for install-bin 2025-10-14 05:17:57.573 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-bin/pre-install.d/01-install-bin 2025-10-14 05:17:57.577 | Copying hooks for source-repositories 2025-10-14 05:17:57.583 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/extra-data.d/98-source-repositories 2025-10-14 05:17:57.592 | Copying hooks for interface-names 2025-10-14 05:17:57.597 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/70-clear-net-ifnames 2025-10-14 05:17:57.599 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/71-clean-stale-interface 2025-10-14 05:17:57.603 | Copying hooks for package-installs 2025-10-14 05:17:57.609 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs 2025-10-14 05:17:57.610 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-squash 2025-10-14 05:17:57.612 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-v2 2025-10-14 05:17:57.613 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-uninstalls 2025-10-14 05:17:57.617 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/extra-data.d/99-squash-package-install 2025-10-14 05:17:57.621 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/01-package-installs 2025-10-14 05:17:57.623 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/99-package-uninstalls 2025-10-14 05:17:57.628 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/00-package-installs 2025-10-14 05:17:57.630 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/95-package-uninstalls 2025-10-14 05:17:57.634 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/10-package-installs 2025-10-14 05:17:57.635 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/99-package-uninstalls 2025-10-14 05:17:57.642 | Copying hooks for yum 2025-10-14 05:17:57.647 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/bin/install-packages 2025-10-14 05:17:57.652 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/cleanup.d/99-remove-yum-repo-conf 2025-10-14 05:17:57.656 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/extra-data.d/99-yum-repo-conf 2025-10-14 05:17:57.660 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/post-install.d/99-reset-yum-conf 2025-10-14 05:17:57.664 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-01-yum-keepcache 2025-10-14 05:17:57.665 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-dnf-update 2025-10-14 05:17:57.666 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-install-repo-package 2025-10-14 05:17:57.668 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-00-centos-python3 2025-10-14 05:17:57.669 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-module-configuration 2025-10-14 05:17:57.674 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/root.d/50-yum-cache 2025-10-14 05:17:57.679 | Copying hooks for ironic-ramdisk-base 2025-10-14 05:17:57.683 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/98-prepare-resolve-conf 2025-10-14 05:17:57.684 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/99-ramdisk-create 2025-10-14 05:17:57.688 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/environment.d/10-checksum.bash 2025-10-14 05:17:57.694 | Copying hooks for selinux-permissive 2025-10-14 05:17:57.698 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-permissive/pre-install.d/11-selinux-permissive 2025-10-14 05:17:57.702 | Copying hooks for ensure-venv 2025-10-14 05:17:57.711 | Copying hooks for rpm-distro 2025-10-14 05:17:57.715 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/post-install.d/06-network-config-nonzeroconf 2025-10-14 05:17:57.720 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-fix-requiretty 2025-10-14 05:17:57.721 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-usr-local-bin-secure-path 2025-10-14 05:17:57.723 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch 2025-10-14 05:17:57.729 | Copying hooks for base 2025-10-14 05:17:57.734 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/environment.d/10-base-defaults 2025-10-14 05:17:57.738 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-baseline-environment 2025-10-14 05:17:57.739 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-up-to-date 2025-10-14 05:17:57.741 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/10-cloud-init 2025-10-14 05:17:57.745 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/pre-install.d/03-baseline-tools 2025-10-14 05:17:57.753 | Copying hooks for install-types 2025-10-14 05:17:57.757 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-types/extra-data.d/99-enable-install-types 2025-10-14 05:17:57.762 | Copying hooks for dhcp-all-interfaces 2025-10-14 05:17:57.766 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/50-dhcp-all-interfaces 2025-10-14 05:17:57.767 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/60-remove-cloud-image-interfaces 2025-10-14 05:17:57.769 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/NetworkManager-conf.d-00-main.conf 2025-10-14 05:17:57.770 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules 2025-10-14 05:17:57.772 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf 2025-10-14 05:17:57.773 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.init 2025-10-14 05:17:57.775 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.sh 2025-10-14 05:17:57.776 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-interface@.service 2025-10-14 05:17:57.785 | Copying hooks for element-manifest 2025-10-14 05:17:57.789 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/element-manifest/extra-data.d/75-inject-element-manifest 2025-10-14 05:17:57.795 | Copying hooks for ironic-python-agent-ramdisk 2025-10-14 05:17:57.800 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/01-debian-ipa.bash 2025-10-14 05:17:57.801 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/10-defaults.bash 2025-10-14 05:17:57.803 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash 2025-10-14 05:17:57.807 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/extra-data.d/15-ssl-ca-copy 2025-10-14 05:17:57.812 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-package-install 2025-10-14 05:17:57.813 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-source-install 2025-10-14 05:17:57.818 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/80-ironic-python-agent-ramdisk 2025-10-14 05:17:57.819 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/99-remove-extra-packages 2025-10-14 05:17:57.824 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/etc 2025-10-14 05:17:57.826 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/usr 2025-10-14 05:17:57.839 | Copying hooks for extra-hardware 2025-10-14 05:17:57.843 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/environment.d/10-enable-rdo-deps.bash 2025-10-14 05:17:57.847 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-package-install 2025-10-14 05:17:57.849 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-source-install 2025-10-14 05:17:57.853 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/pre-install.d/10-enable-rdo-deps 2025-10-14 05:17:57.861 | Copying hooks for selinux-fixfiles-restore 2025-10-14 05:17:57.865 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-fixfiles-restore/cleanup.d/99-selinux-fixfiles-restore 2025-10-14 05:17:57.869 | Copying hooks for openssh-server 2025-10-14 05:17:57.873 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/80-enable-sshd-service 2025-10-14 05:17:57.874 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/99-harden-sshd-config 2025-10-14 05:17:57.882 | Copying hooks for manifests 2025-10-14 05:17:57.885 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/cleanup.d/01-copy-manifests-dir 2025-10-14 05:17:57.889 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/environment.d/14-manifests 2025-10-14 05:17:57.893 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/extra-data.d/20-manifest-dir 2025-10-14 05:17:57.897 | Copying hooks for no-final-image 2025-10-14 05:17:57.901 | Copying hooks for sysprep 2025-10-14 05:17:57.905 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/bin/extract-image 2025-10-14 05:17:57.910 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/finalise.d/99-clear-machine-id 2025-10-14 05:17:57.914 | Copying hooks for dib-init-system 2025-10-14 05:17:57.918 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/environment.d/99-dib-init-system 2025-10-14 05:17:57.922 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/install.d/20-install-init-scripts 2025-10-14 05:17:57.926 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/post-install.d/10-enable-init-scripts 2025-10-14 05:17:57.929 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/pre-install.d/04-dib-init-system 2025-10-14 05:17:57.933 | Copying hooks for select-boot-kernel-initrd 2025-10-14 05:17:57.937 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/bin/select-boot-kernel-initrd 2025-10-14 05:17:57.941 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/cleanup.d/99-remove-dib-img-functions 2025-10-14 05:17:57.945 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/extra-data.d/99-copy-dib-img-functions 2025-10-14 05:17:57.950 | Copying hooks for install-static 2025-10-14 05:17:57.954 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/install.d/10-install-static-files 2025-10-14 05:17:57.962 | Copying hooks for dynamic-login 2025-10-14 05:17:57.967 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/systemd 2025-10-14 05:17:57.968 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/sysv 2025-10-14 05:17:57.970 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/upstart 2025-10-14 05:17:57.974 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/install.d/70-enable-dynamic-login-services 2025-10-14 05:17:57.977 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/static/usr 2025-10-14 05:17:57.983 | Copying hooks for redhat-common 2025-10-14 05:17:57.987 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/bin/map-packages 2025-10-14 05:17:57.991 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/environment.d/50-redhat-common 2025-10-14 05:17:57.995 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/finalise.d/01-clean-old-kernels 2025-10-14 05:17:58.002 | Copying hooks for repo-setup 2025-10-14 05:17:58.006 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/environment.d/01-repo-setup.bash 2025-10-14 05:17:58.010 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/pre-install.d/00-03-repo-setup 2025-10-14 05:17:58.015 | Copying hooks for cache-url 2025-10-14 05:17:58.019 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/bin/cache-url 2025-10-14 05:17:58.028 | Copying hooks for ibft-interfaces 2025-10-14 05:17:58.032 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/systemd 2025-10-14 05:17:58.034 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/sysv 2025-10-14 05:17:58.035 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/upstart 2025-10-14 05:17:58.039 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/post-install.d/70-init-ibft-interfaces 2025-10-14 05:17:58.043 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/etc 2025-10-14 05:17:58.045 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/usr 2025-10-14 05:17:58.054 | Copying hooks for dib-python 2025-10-14 05:17:58.058 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/cleanup.d/50-dib-python 2025-10-14 05:17:58.062 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/environment.d/50-dib-python-version 2025-10-14 05:17:58.066 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/pre-install.d/01-dib-python 2025-10-14 05:17:58.070 | Copying hooks for runtime-ssh-host-keys 2025-10-14 05:17:58.074 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/cleanup.d/90-remove-ssh-host-keys 2025-10-14 05:17:58.078 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/systemd 2025-10-14 05:17:58.079 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/upstart 2025-10-14 05:17:58.084 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/post-install.d/80-ssh-keygen 2025-10-14 05:17:58.088 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/static/usr 2025-10-14 05:17:58.096 | Copying hooks for ironic-agent-multipath 2025-10-14 05:17:58.100 | Copying hooks /usr/share/edpm-image-builder/dib/ironic-agent-multipath/static/etc 2025-10-14 05:17:58.107 | Copying hooks for svc-map 2025-10-14 05:17:58.111 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/bin/svc-map 2025-10-14 05:17:58.115 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/10-merge-svc-map-files 2025-10-14 05:17:58.116 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/11-copy-svc-map-file 2025-10-14 05:17:58.126 | Copying hooks for pkg-map 2025-10-14 05:17:58.130 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/bin/pkg-map 2025-10-14 05:17:58.134 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir 2025-10-14 05:17:58.138 | Copying hooks for centos 2025-10-14 05:17:58.142 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/environment.d/10-centos-distro-name.bash 2025-10-14 05:17:58.146 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/post-install.d/03-reset-bls-entries 2025-10-14 05:17:58.150 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/00-02-set-centos-mirror 2025-10-14 05:17:58.152 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/02-set-machine-id 2025-10-14 05:17:58.156 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/root.d/10-centos-cloud-image 2025-10-14 05:17:58.161 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-build-succeeds 2025-10-14 05:17:58.162 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-stream-build-succeeds 2025-10-14 05:17:58.164 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/9-stream-build-succeeds 2025-10-14 05:17:58.176 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-root bash 2025-10-14 05:17:58.178 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:17:58.179 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-root(,|$)' -q 2025-10-14 05:17:58.184 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/root.d ']' 2025-10-14 05:17:58.186 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.MklQOuJD/hooks/root.d' 2025-10-14 05:17:58.186 | Running hooks from /tmp/dib_build.MklQOuJD/hooks/root.d 2025-10-14 05:17:58.189 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-10-14 05:17:58.192 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.MklQOuJD/hooks/root.d 2025-10-14 05:17:58.204 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:17:58.206 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:17:58.207 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:17:58.207 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:17:58.207 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:17:58.207 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:17:58.207 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:17:58.207 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:17:58.207 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:17:58.207 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-export-install-types.bash 2025-10-14 05:17:58.208 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-export-install-types.bash 2025-10-14 05:17:58.209 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:17:58.209 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:17:58.209 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-repo-setup.bash 2025-10-14 05:17:58.211 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/01-repo-setup.bash 2025-10-14 05:17:58.211 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:17:58.211 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:17:58.211 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:17:58.211 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:17:58.211 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:17:58.211 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:17:58.211 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:17:58.211 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:17:58.211 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-base-defaults 2025-10-14 05:17:58.213 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-base-defaults 2025-10-14 05:17:58.213 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:17:58.213 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:17:58.213 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:17:58.213 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:17:58.213 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:17:58.215 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:17:58.215 | ++ export DISTRO_NAME=centos 2025-10-14 05:17:58.215 | ++ DISTRO_NAME=centos 2025-10-14 05:17:58.215 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:17:58.215 | ++ DIB_RELEASE=9-stream 2025-10-14 05:17:58.215 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:17:58.215 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:17:58.215 | ++ export YUM=dnf 2025-10-14 05:17:58.215 | ++ YUM=dnf 2025-10-14 05:17:58.215 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-checksum.bash 2025-10-14 05:17:58.217 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-checksum.bash 2025-10-14 05:17:58.217 | ++ export DIB_CHECKSUM=1 2025-10-14 05:17:58.217 | ++ DIB_CHECKSUM=1 2025-10-14 05:17:58.217 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-defaults.bash 2025-10-14 05:17:58.219 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-defaults.bash 2025-10-14 05:17:58.220 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:17:58.220 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:17:58.220 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:17:58.221 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:17:58.222 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:17:58.222 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:17:58.222 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:17:58.222 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:17:58.222 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/14-manifests 2025-10-14 05:17:58.224 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/14-manifests 2025-10-14 05:17:58.224 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:17:58.224 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:17:58.224 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:17:58.224 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:17:58.224 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:17:58.227 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:17:58.227 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:17:58.227 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:17:58.227 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:17:58.227 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:17:58.227 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:17:58.227 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:17:58.227 | ++ [[ centos =~ debian ]] 2025-10-14 05:17:58.227 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/50-dib-python-version 2025-10-14 05:17:58.229 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/50-dib-python-version 2025-10-14 05:17:58.229 | ++ '[' -z 3 ']' 2025-10-14 05:17:58.229 | ++ '[' -z 3 ']' 2025-10-14 05:17:58.229 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:17:58.229 | ++ export DIB_PYTHON=python3 2025-10-14 05:17:58.229 | ++ DIB_PYTHON=python3 2025-10-14 05:17:58.229 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/50-redhat-common 2025-10-14 05:17:58.231 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/50-redhat-common 2025-10-14 05:17:58.232 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:17:58.232 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:17:58.232 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:17:58.232 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:17:58.232 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/99-dib-init-system 2025-10-14 05:17:58.234 | + source /tmp/dib_build.MklQOuJD/hooks/root.d/../environment.d/99-dib-init-system 2025-10-14 05:17:58.234 | ++ '[' -z systemd ']' 2025-10-14 05:17:58.234 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:17:58.234 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/root.d/10-centos-cloud-image 2025-10-14 05:17:58.237 | + set -eu 2025-10-14 05:17:58.237 | + set -o pipefail 2025-10-14 05:17:58.237 | + '[' -n amd64 ']' 2025-10-14 05:17:58.237 | + '[' -n /tmp/dib_build.MklQOuJD/mnt ']' 2025-10-14 05:17:58.237 | + [[ amd64 x86_64 arm64 aarch64 ppc64le =~ amd64 ]] 2025-10-14 05:17:58.237 | + [[ amd64 =~ amd64 ]] 2025-10-14 05:17:58.237 | + ARCH=x86_64 2025-10-14 05:17:58.237 | + [[ 9-stream == \9 ]] 2025-10-14 05:17:58.237 | + dib_release_path=9-stream 2025-10-14 05:17:58.237 | + DIB_CLOUD_IMAGES=https://cloud.centos.org/centos/9-stream/x86_64/images 2025-10-14 05:17:58.237 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.237 | + '[' -n /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2025-10-14 05:17:58.237 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.237 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.237 | ++ basename /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.238 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.238 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-10-14 05:17:58.238 | + /tmp/dib_build.MklQOuJD/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 2025-10-14 05:17:58.239 | + set -eu 2025-10-14 05:17:58.239 | + set -o pipefail 2025-10-14 05:17:58.239 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.239 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-10-14 05:17:58.239 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.240 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.240 | + CACHED_TAR=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-10-14 05:17:58.240 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-10-14 05:17:58.240 | + TAR_LOCK=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock 2025-10-14 05:17:58.240 | + GUID_EFI=c12a7328-f81f-11d2-ba4b-00a0c93ec93b 2025-10-14 05:17:58.240 | + GUID_LINUX_BOOT=bc13c2ff-59e6-4262-a352-b275fd6f7172 2025-10-14 05:17:58.241 | ++ date 2025-10-14 05:17:58.242 | + echo 'Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Tue Oct 14 05:17:58 UTC 2025' 2025-10-14 05:17:58.242 | Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Tue Oct 14 05:17:58 UTC 2025 2025-10-14 05:17:58.242 | + flock -w 1200 9 2025-10-14 05:17:58.242 | + extract_image 2025-10-14 05:17:58.243 | + '[' -n '' -a -f /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz ']' 2025-10-14 05:17:58.243 | + '[' -z /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2025-10-14 05:17:58.243 | + '[' '!' -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 ']' 2025-10-14 05:17:58.243 | + echo 'Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2025-10-14 05:17:58.243 | Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-10-14 05:17:58.243 | + echo 'Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2025-10-14 05:17:58.243 | Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-10-14 05:17:58.243 | + sudo tar -C /tmp/dib_build.MklQOuJD/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 2025-10-14 05:18:06.557 | dib-run-parts 10-centos-cloud-image completed 2025-10-14 05:18:06.557 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/root.d/50-yum-cache 2025-10-14 05:18:06.560 | + set -eu 2025-10-14 05:18:06.560 | + set -o pipefail 2025-10-14 05:18:06.560 | + '[' -n /tmp/dib_build.MklQOuJD/mnt ']' 2025-10-14 05:18:06.560 | + YUM_CACHE_DIR=/root/.cache/image-create/yum 2025-10-14 05:18:06.560 | + mkdir -p /root/.cache/image-create/yum 2025-10-14 05:18:06.561 | + sudo mkdir -p /tmp/dib_build.MklQOuJD/mnt/tmp/yum 2025-10-14 05:18:06.578 | + sudo mount --bind /root/.cache/image-create/yum /tmp/dib_build.MklQOuJD/mnt/tmp/yum 2025-10-14 05:18:06.600 | dib-run-parts 50-yum-cache completed 2025-10-14 05:18:06.600 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:18:06.600 | dib-run-parts 2025-10-14 05:18:06.602 | dib-run-parts Target: root.d 2025-10-14 05:18:06.602 | dib-run-parts 2025-10-14 05:18:06.602 | dib-run-parts Script Seconds 2025-10-14 05:18:06.602 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:18:06.602 | dib-run-parts 2025-10-14 05:18:06.610 | dib-run-parts 10-centos-cloud-image 8.322 2025-10-14 05:18:06.615 | dib-run-parts 50-yum-cache 0.042 2025-10-14 05:18:06.617 | dib-run-parts 2025-10-14 05:18:06.617 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:18:06.620 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-root bash 2025-10-14 05:18:06.623 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-root(,|$)' -q 2025-10-14 05:18:06.623 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:06.629 | ++ diskimage_builder/lib/common-functions:create_base:361 : ls /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:18:06.629 | ++ diskimage_builder/lib/common-functions:create_base:361 : grep -v '^lost+found\|tmp$' 2025-10-14 05:18:06.633 | + diskimage_builder/lib/common-functions:create_base:361 : '[' -z 'afs 2025-10-14 05:18:06.633 | bin 2025-10-14 05:18:06.633 | boot 2025-10-14 05:18:06.633 | dev 2025-10-14 05:18:06.633 | etc 2025-10-14 05:18:06.633 | home 2025-10-14 05:18:06.633 | lib 2025-10-14 05:18:06.633 | lib64 2025-10-14 05:18:06.633 | media 2025-10-14 05:18:06.633 | mnt 2025-10-14 05:18:06.633 | opt 2025-10-14 05:18:06.633 | proc 2025-10-14 05:18:06.633 | root 2025-10-14 05:18:06.633 | run 2025-10-14 05:18:06.633 | sbin 2025-10-14 05:18:06.633 | srv 2025-10-14 05:18:06.633 | sys 2025-10-14 05:18:06.633 | usr 2025-10-14 05:18:06.633 | var' ']' 2025-10-14 05:18:06.636 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -L /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf ']' 2025-10-14 05:18:06.638 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -f /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf ']' 2025-10-14 05:18:06.640 | + diskimage_builder/lib/common-functions:create_base:376 : sudo mv /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG 2025-10-14 05:18:06.659 | + diskimage_builder/lib/common-functions:create_base:380 : sudo touch /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:18:06.676 | + diskimage_builder/lib/common-functions:create_base:381 : sudo chmod 777 /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:18:06.694 | + diskimage_builder/lib/common-functions:create_base:383 : '[' -e /etc/resolv.conf ']' 2025-10-14 05:18:06.697 | + diskimage_builder/lib/common-functions:create_base:384 : cat /etc/resolv.conf 2025-10-14 05:18:06.700 | + diskimage_builder/lib/common-functions:create_base:388 : mount_proc_dev_sys 2025-10-14 05:18:06.703 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:18:06.724 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:18:06.745 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2025-10-14 05:18:06.749 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2025-10-14 05:18:06.753 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2025-10-14 05:18:06.757 | + 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.MklQOuJD/mnt/dev/pts 2025-10-14 05:18:06.776 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:18:06.797 | + diskimage_builder/lib/disk-image-create:main:356 : mkdir -p /tmp/dib_build.MklQOuJD/hooks/environment.d 2025-10-14 05:18:06.801 | + diskimage_builder/lib/disk-image-create:main:357 : echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}' 2025-10-14 05:18:06.804 | + diskimage_builder/lib/disk-image-create:main:358 : run_d extra-data 2025-10-14 05:18:06.807 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:18:06.809 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:18:06.812 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-extra-data bash 2025-10-14 05:18:06.815 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:06.816 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-extra-data(,|$)' -q 2025-10-14 05:18:06.820 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/extra-data.d ']' 2025-10-14 05:18:06.823 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.MklQOuJD/hooks/extra-data.d' 2025-10-14 05:18:06.823 | Running hooks from /tmp/dib_build.MklQOuJD/hooks/extra-data.d 2025-10-14 05:18:06.827 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-10-14 05:18:06.829 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.MklQOuJD/hooks/extra-data.d 2025-10-14 05:18:06.841 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:06.843 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:06.843 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:18:06.843 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:18:06.843 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:06.843 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:06.843 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:18:06.843 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:06.843 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:06.843 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:06.845 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:06.845 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:06.845 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:06.845 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:06.847 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:06.847 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:18:06.847 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:18:06.847 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:06.847 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:06.847 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:06.847 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:06.847 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:06.847 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:06.847 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-base-defaults 2025-10-14 05:18:06.849 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-base-defaults 2025-10-14 05:18:06.849 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:06.849 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:06.849 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:06.849 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:06.849 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:06.851 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:06.851 | ++ export DISTRO_NAME=centos 2025-10-14 05:18:06.851 | ++ DISTRO_NAME=centos 2025-10-14 05:18:06.851 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:18:06.851 | ++ DIB_RELEASE=9-stream 2025-10-14 05:18:06.851 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:06.851 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:06.851 | ++ export YUM=dnf 2025-10-14 05:18:06.851 | ++ YUM=dnf 2025-10-14 05:18:06.851 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-checksum.bash 2025-10-14 05:18:06.852 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-checksum.bash 2025-10-14 05:18:06.852 | ++ export DIB_CHECKSUM=1 2025-10-14 05:18:06.852 | ++ DIB_CHECKSUM=1 2025-10-14 05:18:06.852 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-defaults.bash 2025-10-14 05:18:06.854 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-defaults.bash 2025-10-14 05:18:06.854 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:06.854 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:06.854 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:06.856 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:06.856 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:18:06.856 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:18:06.856 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:06.856 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:06.856 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:06.858 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:06.858 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:06.858 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:06.858 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/14-manifests 2025-10-14 05:18:06.860 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/14-manifests 2025-10-14 05:18:06.860 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:06.860 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:06.860 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:06.860 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:06.860 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:06.862 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:06.862 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:18:06.862 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:06.862 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:06.862 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:18:06.862 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:06.862 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:06.862 | ++ [[ centos =~ debian ]] 2025-10-14 05:18:06.862 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/50-dib-python-version 2025-10-14 05:18:06.864 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/50-dib-python-version 2025-10-14 05:18:06.864 | ++ '[' -z 3 ']' 2025-10-14 05:18:06.864 | ++ '[' -z 3 ']' 2025-10-14 05:18:06.864 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:18:06.864 | ++ export DIB_PYTHON=python3 2025-10-14 05:18:06.864 | ++ DIB_PYTHON=python3 2025-10-14 05:18:06.864 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/50-redhat-common 2025-10-14 05:18:06.866 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/50-redhat-common 2025-10-14 05:18:06.866 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:06.866 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:06.866 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:06.866 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:06.866 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/99-dib-init-system 2025-10-14 05:18:06.868 | + source /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../environment.d/99-dib-init-system 2025-10-14 05:18:06.868 | ++ '[' -z systemd ']' 2025-10-14 05:18:06.868 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:18:06.868 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/10-create-pkg-map-dir 2025-10-14 05:18:06.889 | Copying pkg-map for epel 2025-10-14 05:18:06.905 | Copying pkg-map for source-repositories 2025-10-14 05:18:06.921 | Copying pkg-map for ensure-venv 2025-10-14 05:18:06.938 | Copying pkg-map for base 2025-10-14 05:18:06.954 | Copying pkg-map for dhcp-all-interfaces 2025-10-14 05:18:06.970 | Copying pkg-map for ironic-python-agent-ramdisk 2025-10-14 05:18:06.985 | Copying pkg-map for extra-hardware 2025-10-14 05:18:07.000 | Copying pkg-map for openssh-server 2025-10-14 05:18:07.016 | Copying pkg-map for install-static 2025-10-14 05:18:07.032 | Copying pkg-map for cache-url 2025-10-14 05:18:07.048 | Copying pkg-map for ibft-interfaces 2025-10-14 05:18:07.063 | Copying pkg-map for runtime-ssh-host-keys 2025-10-14 05:18:07.078 | Copying pkg-map for svc-map 2025-10-14 05:18:07.094 | dib-run-parts 10-create-pkg-map-dir completed 2025-10-14 05:18:07.094 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/10-merge-svc-map-files 2025-10-14 05:18:07.138 | dib-run-parts 10-merge-svc-map-files completed 2025-10-14 05:18:07.138 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/11-copy-svc-map-file 2025-10-14 05:18:07.141 | + set -eu 2025-10-14 05:18:07.141 | + set -o pipefail 2025-10-14 05:18:07.141 | + sudo install -D -m 0644 /tmp/dib_build.MklQOuJD/mnt/tmp/svc-map-services /tmp/dib_build.MklQOuJD/mnt/usr/share/svc-map/services 2025-10-14 05:18:07.164 | dib-run-parts 11-copy-svc-map-file completed 2025-10-14 05:18:07.164 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/15-ssl-ca-copy 2025-10-14 05:18:07.167 | + set -eu 2025-10-14 05:18:07.167 | + set -o pipefail 2025-10-14 05:18:07.167 | + '[' -n '' ']' 2025-10-14 05:18:07.168 | dib-run-parts 15-ssl-ca-copy completed 2025-10-14 05:18:07.168 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/20-manifest-dir 2025-10-14 05:18:07.170 | + set -eu 2025-10-14 05:18:07.170 | + set -o pipefail 2025-10-14 05:18:07.170 | + sudo mkdir -p /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests 2025-10-14 05:18:07.187 | dib-run-parts 20-manifest-dir completed 2025-10-14 05:18:07.187 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/75-inject-element-manifest 2025-10-14 05:18:07.189 | + set -eu 2025-10-14 05:18:07.189 | + set -o pipefail 2025-10-14 05:18:07.189 | + DIB_ELEMENT_MANIFEST_PATH=/etc/dib-manifests/dib-element-manifest 2025-10-14 05:18:07.190 | ++ dirname /etc/dib-manifests/dib-element-manifest 2025-10-14 05:18:07.191 | + sudo mkdir -p /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests 2025-10-14 05:18:07.206 | + sudo /bin/bash -c 'echo pkg-map dib-python runtime-ssh-host-keys install-static install-types centos enable-packages-install repo-setup dhcp-all-interfaces sysprep epel ibft-interfaces selinux-permissive dib-init-system openssh-server ironic-python-agent-ramdisk extra-hardware selinux-fixfiles-restore select-boot-kernel-initrd base no-final-image override-pip-and-virtualenv rpm-distro yum manifests element-manifest interface-names ironic-agent-multipath source-repositories ensure-venv dynamic-login package-installs ironic-ramdisk-base cache-url install-bin svc-map redhat-common | tr '\'' '\'' '\''\n'\'' > /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib-element-manifest' 2025-10-14 05:18:07.225 | dib-run-parts 75-inject-element-manifest completed 2025-10-14 05:18:07.225 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/98-source-repositories 2025-10-14 05:18:07.235 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Tue Oct 14 05:18:07 UTC 2025 for /tmp/dib_build.MklQOuJD/hooks/source-repository-ironic-python-agent 2025-10-14 05:18:07.239 | (0001 / 0001) 2025-10-14 05:18:07.244 | ironic-python-agent install type not set to source 2025-10-14 05:18:07.245 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Tue Oct 14 05:18:07 UTC 2025 for /tmp/dib_build.MklQOuJD/hooks/source-repository-requirements 2025-10-14 05:18:07.249 | (0001 / 0001) 2025-10-14 05:18:07.253 | requirements install type not set to source 2025-10-14 05:18:07.255 | dib-run-parts 98-source-repositories completed 2025-10-14 05:18:07.255 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/99-copy-dib-img-functions 2025-10-14 05:18:07.257 | + set -eu 2025-10-14 05:18:07.257 | + set -o pipefail 2025-10-14 05:18:07.257 | + sudo mkdir -p /tmp/dib_build.MklQOuJD/mnt/lib/diskimage-builder 2025-10-14 05:18:07.273 | + sudo cp -t /tmp/dib_build.MklQOuJD/mnt/lib/diskimage-builder /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2025-10-14 05:18:07.290 | dib-run-parts 99-copy-dib-img-functions completed 2025-10-14 05:18:07.290 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/99-enable-install-types 2025-10-14 05:18:07.293 | + set -eu 2025-10-14 05:18:07.293 | + set -o pipefail 2025-10-14 05:18:07.293 | + declare -a SPECIFIED_ELEMS 2025-10-14 05:18:07.293 | + SPECIFIED_ELEMS[0]= 2025-10-14 05:18:07.293 | + PREFIX=DIB_INSTALLTYPE_ 2025-10-14 05:18:07.294 | ++ env 2025-10-14 05:18:07.294 | ++ grep '^DIB_INSTALLTYPE_' 2025-10-14 05:18:07.294 | ++ cut -d= -f1 2025-10-14 05:18:07.295 | ++ echo '' 2025-10-14 05:18:07.296 | + INSTALL_TYPE_VARS= 2025-10-14 05:18:07.296 | ++ find /tmp/dib_build.MklQOuJD/hooks/install.d -maxdepth 1 -name '*-package-install' -type d 2025-10-14 05:18:07.297 | + default_install_type_dirs='/tmp/dib_build.MklQOuJD/hooks/install.d/ironic-python-agent-ramdisk-package-install 2025-10-14 05:18:07.297 | /tmp/dib_build.MklQOuJD/hooks/install.d/extra-hardware-package-install' 2025-10-14 05:18:07.297 | + for _install_dir in $default_install_type_dirs 2025-10-14 05:18:07.297 | + SUFFIX=-package-install 2025-10-14 05:18:07.298 | ++ basename /tmp/dib_build.MklQOuJD/hooks/install.d/ironic-python-agent-ramdisk-package-install 2025-10-14 05:18:07.298 | + _install_dir=ironic-python-agent-ramdisk-package-install 2025-10-14 05:18:07.299 | + INSTALLDIRPREFIX=ironic-python-agent-ramdisk 2025-10-14 05:18:07.299 | + found=0 2025-10-14 05:18:07.299 | + '[' 0 = 0 ']' 2025-10-14 05:18:07.299 | + pushd /tmp/dib_build.MklQOuJD/hooks/install.d 2025-10-14 05:18:07.299 | /tmp/dib_build.MklQOuJD/hooks/install.d /usr/share/edpm-image-builder 2025-10-14 05:18:07.299 | + ln -sf ironic-python-agent-ramdisk-package-install/package-installs-ironic-python-agent-ramdisk . 2025-10-14 05:18:07.299 | + popd 2025-10-14 05:18:07.299 | /usr/share/edpm-image-builder 2025-10-14 05:18:07.299 | + for _install_dir in $default_install_type_dirs 2025-10-14 05:18:07.299 | + SUFFIX=-package-install 2025-10-14 05:18:07.300 | ++ basename /tmp/dib_build.MklQOuJD/hooks/install.d/extra-hardware-package-install 2025-10-14 05:18:07.301 | + _install_dir=extra-hardware-package-install 2025-10-14 05:18:07.301 | + INSTALLDIRPREFIX=extra-hardware 2025-10-14 05:18:07.301 | + found=0 2025-10-14 05:18:07.301 | + '[' 0 = 0 ']' 2025-10-14 05:18:07.301 | + pushd /tmp/dib_build.MklQOuJD/hooks/install.d 2025-10-14 05:18:07.301 | /tmp/dib_build.MklQOuJD/hooks/install.d /usr/share/edpm-image-builder 2025-10-14 05:18:07.301 | + ln -sf extra-hardware-package-install/package-installs-extra-hardware . 2025-10-14 05:18:07.301 | + popd 2025-10-14 05:18:07.301 | /usr/share/edpm-image-builder 2025-10-14 05:18:07.303 | dib-run-parts 99-enable-install-types completed 2025-10-14 05:18:07.303 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/99-squash-package-install 2025-10-14 05:18:07.305 | + set -eu 2025-10-14 05:18:07.305 | + set -o pipefail 2025-10-14 05:18:07.306 | ++ dirname /tmp/dib_build.MklQOuJD/hooks/extra-data.d/99-squash-package-install 2025-10-14 05:18:07.306 | + sudo -E /usr/bin/python3 /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash '--elements=pkg-map dib-python runtime-ssh-host-keys install-static install-types centos enable-packages-install repo-setup dhcp-all-interfaces sysprep epel ibft-interfaces selinux-permissive dib-init-system openssh-server ironic-python-agent-ramdisk extra-hardware selinux-fixfiles-restore select-boot-kernel-initrd base no-final-image override-pip-and-virtualenv rpm-distro yum manifests element-manifest interface-names ironic-agent-multipath source-repositories ensure-venv dynamic-login package-installs ironic-ramdisk-base cache-url install-bin svc-map redhat-common' --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.MklQOuJD/mnt/tmp/package-installs.json 2025-10-14 05:18:07.372 | DEBUG __main__ [-] element_dirs -> [('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'pkg-map'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-python'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'runtime-ssh-host-keys'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-static'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-types'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'centos'), ('/usr/share/edpm-image-builder//dib/', 'enable-packages-install'), ('/usr/share/edpm-image-builder//dib/', 'repo-setup'), ('/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', 'epel'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ibft-interfaces'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-permissive'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-init-system'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'openssh-server'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-python-agent-ramdisk'), ('/usr/share/ironic-python-agent-builder/dib/', 'extra-hardware'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-fixfiles-restore'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'select-boot-kernel-initrd'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'no-final-image'), ('/usr/share/edpm-image-builder//dib/', 'override-pip-and-virtualenv'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'rpm-distro'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'yum'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'manifests'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'element-manifest'), ('/usr/share/edpm-image-builder//dib/', 'interface-names'), ('/usr/share/edpm-image-builder//dib/', 'ironic-agent-multipath'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'source-repositories'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ensure-venv'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dynamic-login'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'package-installs'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-ramdisk-base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'cache-url'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-bin'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'svc-map'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'redhat-common')] main /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:212 2025-10-14 05:18:07.372 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/package-installs.yaml 2025-10-14 05:18:07.373 | DEBUG __main__ [-] Considering runtime-ssh-host-keys/openssh-client param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.373 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.373 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/package-installs.yaml 2025-10-14 05:18:07.373 | DEBUG __main__ [-] Considering install-static/rsync param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.373 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.373 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/package-installs.yaml 2025-10-14 05:18:07.374 | DEBUG __main__ [-] Considering centos/device-mapper-multipath param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.374 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.374 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/package-installs.yaml 2025-10-14 05:18:07.375 | DEBUG __main__ [-] Considering dhcp-all-interfaces/dhcp-client param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.375 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.375 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ifupdown param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.375 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.375 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ndisc6 param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.375 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.375 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/package-installs.yaml 2025-10-14 05:18:07.376 | DEBUG __main__ [-] Considering epel/wget param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.376 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.376 | DEBUG __main__ [-] Considering epel/yum-utils param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.376 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.376 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/package-installs.yaml 2025-10-14 05:18:07.376 | DEBUG __main__ [-] Considering ibft-interfaces/iscsi_package param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.376 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.377 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/package-installs.yaml 2025-10-14 05:18:07.377 | DEBUG __main__ [-] Considering openssh-server/openssh-server param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.377 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.377 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/package-installs.yaml 2025-10-14 05:18:07.384 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/curl param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dmidecode param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/iptables param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/lshw param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/ipmitool param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/qemu-utils param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gcc param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/parted param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/hdparm param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/util-linux param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/genisoimage param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gdisk param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/kmod param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/psmisc param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dosfstools param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/mdadm param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efibootmgr param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efivar param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/chrony param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/e2fsprogs param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.385 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.385 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/nvme-cli param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/open-iscsi param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/smartmontools param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libffi-dev param:{'build-only': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libssl-dev param:{'build-only': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python-dev param:{'build-only': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/linux-firmware param:{'phase': 'post-install.d', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-linux-free param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:180 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-misc-nonfree param:{'when': ['DISTRO_NAME = debian', 'IPA_DEBIAN_NONFREE = true']} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... when eval IPA_DEBIAN_NONFREE=true against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:180 2025-10-14 05:18:07.386 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:167 2025-10-14 05:18:07.386 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:167 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/bsdextrautils param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.386 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:180 2025-10-14 05:18:07.386 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/cloud-init param:{'phase': 'post-install.d', 'uninstall': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/git param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/man-db param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/rsync param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.387 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/yum param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'DISTRO_NAME = fedora'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... when eval DISTRO_NAME=fedora against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.387 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:180 2025-10-14 05:18:07.387 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/extra-hardware/package-installs.yaml 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/ethtool param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/fio param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | 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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=7 against <9-stream> _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=8 against <9-stream> _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/hdparm param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/infiniband-diags param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/lldpad param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/pciutils param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/smartmontools param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/sysbench param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | DEBUG __main__ [-] Considering extra-hardware/biosdevname param:{'not-arch': 'aarch64,arm64,ppc64,ppc64el,ppc64le', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:99 2025-10-14 05:18:07.389 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.389 | INFO __main__ [-] Squashing install file: /usr/share/edpm-image-builder//dib/ironic-agent-multipath/package-installs.yaml 2025-10-14 05:18:07.390 | DEBUG __main__ [-] Considering ironic-agent-multipath/iscsi-initiator-utils param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.390 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.390 | DEBUG __main__ [-] Considering ironic-agent-multipath/device-mapper-multipath param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.390 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.390 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/package-installs.yaml 2025-10-14 05:18:07.391 | DEBUG __main__ [-] Considering source-repositories/git param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.391 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.391 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ensure-venv/package-installs.yaml 2025-10-14 05:18:07.391 | DEBUG __main__ [-] Considering ensure-venv/python3-venv param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.391 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.391 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/package-installs.yaml 2025-10-14 05:18:07.392 | DEBUG __main__ [-] Considering cache-url/curl param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.392 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.392 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/package-installs.yaml 2025-10-14 05:18:07.392 | DEBUG __main__ [-] Considering svc-map/PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 2} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.393 | DEBUG __main__ [-] ... skipping due to python version collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:175 2025-10-14 05:18:07.393 | DEBUG __main__ [-] Considering svc-map/python3-PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 3} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.393 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.393 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/package-installs.yaml 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/lsof param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/tcpdump param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/traceroute param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/which param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/gettext param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/ca-certificates param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/selinux-policy param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/selinux-policy-targeted param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/python3-libselinux param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/python3-policycoreutils param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/policycoreutils-python-utils param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/rng-tools param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.394 | DEBUG __main__ [-] Considering redhat-common/passwd param:{} collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:127 2025-10-14 05:18:07.394 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:184 2025-10-14 05:18:07.395 | 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-client', 'runtime-ssh-host-keys'), ('rsync', 'install-static'), ('device-mapper-multipath', 'centos'), ('dhcp-client', 'dhcp-all-interfaces'), ('ifupdown', 'dhcp-all-interfaces'), ('ndisc6', 'dhcp-all-interfaces'), ('iscsi_package', 'ibft-interfaces'), ('openssh-server', 'openssh-server'), ('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'), ('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'), ('iscsi-initiator-utils', 'ironic-agent-multipath'), ('device-mapper-multipath', 'ironic-agent-multipath'), ('git', 'source-repositories'), ('python3-venv', 'ensure-venv'), ('curl', 'cache-url'), ('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')]}), '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': [('wget', 'epel'), ('yum-utils', 'epel'), ('python3-PyYAML', 'svc-map'), ('gettext', 'redhat-common')]}), '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.MklQOuJD/hooks/extra-data.d/../bin/package-installs-squash:232 2025-10-14 05:18:07.403 | dib-run-parts 99-squash-package-install completed 2025-10-14 05:18:07.403 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/extra-data.d/99-yum-repo-conf 2025-10-14 05:18:07.406 | + set -eu 2025-10-14 05:18:07.406 | + set -o pipefail 2025-10-14 05:18:07.406 | + '[' -z '/etc/yum.repos.d/*' ']' 2025-10-14 05:18:07.406 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.406 | + '[' '!' -f /etc/yum.repos.d/centos-addons.repo ']' 2025-10-14 05:18:07.406 | + sudo cp -L -f /etc/yum.repos.d/centos-addons.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.424 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.424 | + '[' '!' -f /etc/yum.repos.d/centos.repo ']' 2025-10-14 05:18:07.424 | + sudo cp -L -f /etc/yum.repos.d/centos.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.441 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.441 | + '[' '!' -f /etc/yum.repos.d/delorean-master-testing.repo ']' 2025-10-14 05:18:07.441 | + sudo cp -L -f /etc/yum.repos.d/delorean-master-testing.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.458 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.458 | + '[' '!' -f /etc/yum.repos.d/delorean.repo ']' 2025-10-14 05:18:07.458 | + sudo cp -L -f /etc/yum.repos.d/delorean.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.474 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.474 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-appstream.repo ']' 2025-10-14 05:18:07.474 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-appstream.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.489 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.489 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-baseos.repo ']' 2025-10-14 05:18:07.489 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-baseos.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.505 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.505 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo ']' 2025-10-14 05:18:07.505 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.520 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:18:07.520 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-powertools.repo ']' 2025-10-14 05:18:07.520 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-powertools.repo /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d 2025-10-14 05:18:07.537 | dib-run-parts 99-yum-repo-conf completed 2025-10-14 05:18:07.537 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:18:07.537 | dib-run-parts 2025-10-14 05:18:07.538 | dib-run-parts Target: extra-data.d 2025-10-14 05:18:07.538 | dib-run-parts 2025-10-14 05:18:07.538 | dib-run-parts Script Seconds 2025-10-14 05:18:07.538 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:18:07.538 | dib-run-parts 2025-10-14 05:18:07.546 | dib-run-parts 10-create-pkg-map-dir 0.225 2025-10-14 05:18:07.551 | dib-run-parts 10-merge-svc-map-files 0.043 2025-10-14 05:18:07.557 | dib-run-parts 11-copy-svc-map-file 0.025 2025-10-14 05:18:07.562 | dib-run-parts 15-ssl-ca-copy 0.003 2025-10-14 05:18:07.567 | dib-run-parts 20-manifest-dir 0.018 2025-10-14 05:18:07.572 | dib-run-parts 75-inject-element-manifest 0.038 2025-10-14 05:18:07.577 | dib-run-parts 98-source-repositories 0.029 2025-10-14 05:18:07.582 | dib-run-parts 99-copy-dib-img-functions 0.034 2025-10-14 05:18:07.587 | dib-run-parts 99-enable-install-types 0.011 2025-10-14 05:18:07.592 | dib-run-parts 99-squash-package-install 0.099 2025-10-14 05:18:07.597 | dib-run-parts 99-yum-repo-conf 0.133 2025-10-14 05:18:07.599 | dib-run-parts 2025-10-14 05:18:07.599 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:18:07.603 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-extra-data bash 2025-10-14 05:18:07.607 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:07.607 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-extra-data(,|$)' -q 2025-10-14 05:18:07.612 | + diskimage_builder/lib/disk-image-create:main:360 : run_d_in_target pre-install 2025-10-14 05:18:07.615 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-10-14 05:18:07.618 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:18:07.621 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.MklQOuJD/hooks/pre-install.d ']' 2025-10-14 05:18:07.624 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:07.645 | + 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.MklQOuJD/hooks 2025-10-14 05:18:07.666 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:07.690 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:07.712 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-pre-install run_in_target bash 2025-10-14 05:18:07.716 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-install(,|$)' -q 2025-10-14 05:18:07.717 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:07.721 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-10-14 05:18:07.724 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-10-14 05:18:07.727 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-10-14 05:18:07.730 | + 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 2025-10-14 05:18:07.734 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d' 2025-10-14 05:18:07.737 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-10-14 05:18:07.741 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-10-14 05:18:07.744 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-10-14 05:18:07.747 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.MklQOuJD/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' 2025-10-14 05:18:07.777 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:07.779 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:07.779 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:18:07.779 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:18:07.779 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:07.779 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:07.779 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:18:07.779 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:07.779 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:07.779 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:07.781 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:07.781 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:07.781 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:07.781 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:07.783 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:07.783 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:18:07.783 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:18:07.783 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:07.783 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:07.783 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:07.783 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:07.783 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:07.783 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:07.783 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2025-10-14 05:18:07.785 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2025-10-14 05:18:07.785 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:07.785 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:07.785 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:07.785 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:07.785 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:07.787 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:07.787 | ++ export DISTRO_NAME=centos 2025-10-14 05:18:07.787 | ++ DISTRO_NAME=centos 2025-10-14 05:18:07.787 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:18:07.787 | ++ DIB_RELEASE=9-stream 2025-10-14 05:18:07.787 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:07.787 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:07.787 | ++ export YUM=dnf 2025-10-14 05:18:07.787 | ++ YUM=dnf 2025-10-14 05:18:07.787 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2025-10-14 05:18:07.789 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2025-10-14 05:18:07.789 | ++ export DIB_CHECKSUM=1 2025-10-14 05:18:07.789 | ++ DIB_CHECKSUM=1 2025-10-14 05:18:07.789 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2025-10-14 05:18:07.791 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2025-10-14 05:18:07.791 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:07.791 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:07.791 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:07.793 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:07.793 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:18:07.793 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:18:07.793 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:07.793 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:07.793 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:07.795 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:07.795 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:07.795 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:07.795 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2025-10-14 05:18:07.797 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2025-10-14 05:18:07.797 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:07.797 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:07.797 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:07.797 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:07.797 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:07.799 | + source /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:07.799 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:18:07.799 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:07.799 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:07.799 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:18:07.799 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:07.799 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:07.799 | ++ [[ centos =~ debian ]] 2025-10-14 05:18:07.799 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2025-10-14 05:18:07.801 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2025-10-14 05:18:07.801 | ++ '[' -z 3 ']' 2025-10-14 05:18:07.801 | ++ '[' -z 3 ']' 2025-10-14 05:18:07.801 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:18:07.801 | ++ export DIB_PYTHON=python3 2025-10-14 05:18:07.801 | ++ DIB_PYTHON=python3 2025-10-14 05:18:07.801 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2025-10-14 05:18:07.804 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2025-10-14 05:18:07.804 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:07.804 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:07.804 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:07.804 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:07.804 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2025-10-14 05:18:07.805 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2025-10-14 05:18:07.805 | ++ '[' -z systemd ']' 2025-10-14 05:18:07.805 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:18:07.806 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-01-yum-keepcache 2025-10-14 05:18:07.808 | + set -eu 2025-10-14 05:18:07.808 | + set -o pipefail 2025-10-14 05:18:07.808 | + [[ dnf == \d\n\f ]] 2025-10-14 05:18:07.808 | + cfg=/etc/dnf/dnf.conf 2025-10-14 05:18:07.808 | + echo keepcache=1 2025-10-14 05:18:07.808 | + echo cachedir=/tmp/yum 2025-10-14 05:18:07.810 | dib-run-parts 00-01-yum-keepcache completed 2025-10-14 05:18:07.810 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-02-set-centos-mirror 2025-10-14 05:18:07.812 | + set -eu 2025-10-14 05:18:07.812 | + set -o pipefail 2025-10-14 05:18:07.812 | + DIB_DISTRIBUTION_MIRROR= 2025-10-14 05:18:07.812 | + '[' -n '' ']' 2025-10-14 05:18:07.812 | + exit 0 2025-10-14 05:18:07.813 | dib-run-parts 00-02-set-centos-mirror completed 2025-10-14 05:18:07.813 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-03-repo-setup 2025-10-14 05:18:07.815 | + set -o pipefail 2025-10-14 05:18:07.815 | + '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:18:07.815 | + echo 'DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified' 2025-10-14 05:18:07.815 | DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified 2025-10-14 05:18:07.815 | + exit 0 2025-10-14 05:18:07.817 | dib-run-parts 00-03-repo-setup completed 2025-10-14 05:18:07.817 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-dnf-update 2025-10-14 05:18:07.819 | + set -eu 2025-10-14 05:18:07.819 | + set -o pipefail 2025-10-14 05:18:07.819 | + [[ centos == \f\e\d\o\r\a ]] 2025-10-14 05:18:07.820 | dib-run-parts 00-dnf-update completed 2025-10-14 05:18:07.820 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-fix-requiretty 2025-10-14 05:18:07.823 | + set -eu 2025-10-14 05:18:07.823 | + set -o pipefail 2025-10-14 05:18:07.823 | + sed -i -e '/^Defaults\s*requiretty/d' -e '/Disable "ssh hostname/d' /etc/sudoers 2025-10-14 05:18:07.825 | + sed -i -e '/You have to run/d' /etc/sudoers 2025-10-14 05:18:07.826 | + visudo -c 2025-10-14 05:18:07.827 | /etc/sudoers: parsed OK 2025-10-14 05:18:07.829 | dib-run-parts 00-fix-requiretty completed 2025-10-14 05:18:07.829 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-install-repo-package 2025-10-14 05:18:07.831 | + set -eu 2025-10-14 05:18:07.831 | + set -o pipefail 2025-10-14 05:18:07.831 | + '[' -n '' ']' 2025-10-14 05:18:07.832 | dib-run-parts 00-install-repo-package completed 2025-10-14 05:18:07.832 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path 2025-10-14 05:18:07.834 | + set -eu 2025-10-14 05:18:07.834 | + set -o pipefail 2025-10-14 05:18:07.834 | + sed -i -e '/secure_path/ s@\([\'\''"]\?\)$@:/usr/local/bin/\1@' /etc/sudoers 2025-10-14 05:18:07.836 | + visudo -c 2025-10-14 05:18:07.837 | /etc/sudoers: parsed OK 2025-10-14 05:18:07.838 | dib-run-parts 00-usr-local-bin-secure-path completed 2025-10-14 05:18:07.838 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-00-centos-python3 2025-10-14 05:18:07.841 | + set -eu 2025-10-14 05:18:07.841 | + set -o pipefail 2025-10-14 05:18:07.841 | + [[ centos =~ (centos|rhel) ]] 2025-10-14 05:18:07.841 | + dnf install -y python3 python3-pyyaml 2025-10-14 05:18:08.196 | delorean-python-castellan-609f4ea667df386849930 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:08.343 | delorean-openstack-ironic-c525a16b06266b6b474c9 21 kB/s | 3.0 kB 00:00 2025-10-14 05:18:08.504 | delorean-openstack-cinder-92c645f1f1e913b5b1cd8 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:08.654 | delorean-ansible-collections-openstack-f584c54d 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:08.813 | delorean-openstack-ceilometer-60803e710e7f5b3cd 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:08.975 | delorean-openstack-kolla-e7bd46dad0b62ff151667b 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.136 | delorean-openstack-nova-3e7017eb2952d5258d96e27 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.285 | delorean-openstack-designate-82652559ea8641b11c 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.438 | delorean-openstack-glance-e055873be4079bc9d3716 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.593 | delorean-openstack-keystone-4f1b7e96e38463d5fcd 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.741 | delorean-openstack-manila-70623bb84e7880f7f2f75 21 kB/s | 3.0 kB 00:00 2025-10-14 05:18:09.891 | delorean-python-networking-mlnx-7139a7f0bce9d6a 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.043 | delorean-openstack-octavia-e981d3e172b8e4471f97 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.194 | delorean-openstack-watcher-71470dac73abba9e5dcf 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.348 | delorean-python-tcib-fed3dd97a77904e0c7e904ecea 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.501 | delorean-puppet-gnocchi-d2b8496672717f04c8b5e74 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.650 | delorean-openstack-swift-e10c2bafcb8fc80929bce3 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.796 | delorean-python-mistral-tests-tempest-900580c95 21 kB/s | 3.0 kB 00:00 2025-10-14 05:18:10.952 | delorean-python-django-horizon-915b939b342dc65f 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:12.408 | CentOS Stream 9 - BaseOS 4.6 kB/s | 6.7 kB 00:01 2025-10-14 05:18:12.782 | CentOS Stream 9 - AppStream 20 kB/s | 6.8 kB 00:00 2025-10-14 05:18:13.246 | CentOS Stream 9 - CRB 17 kB/s | 6.6 kB 00:00 2025-10-14 05:18:13.748 | CentOS Stream 9 - Extras packages 16 kB/s | 8.0 kB 00:00 2025-10-14 05:18:13.895 | dlrn-master-testing 21 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.049 | dlrn-master-build-deps 20 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.056 | centos9-rabbitmq 558 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.062 | centos9-storage 695 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.068 | centos9-opstools 681 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.074 | NFV SIG OpenvSwitch 633 kB/s | 3.0 kB 00:00 2025-10-14 05:18:14.082 | repo-setup-centos-appstream 803 kB/s | 4.4 kB 00:00 2025-10-14 05:18:14.165 | repo-setup-centos-baseos 770 kB/s | 3.9 kB 00:00 2025-10-14 05:18:14.200 | repo-setup-centos-highavailability 848 kB/s | 3.9 kB 00:00 2025-10-14 05:18:14.205 | repo-setup-centos-powertools 1.1 MB/s | 4.3 kB 00:00 2025-10-14 05:18:14.630 | Extra Packages for Enterprise Linux 9 - x86_64 22 kB/s | 9.1 kB 00:00 2025-10-14 05:18:15.006 | Package python3-3.9.23-2.el9.x86_64 is already installed. 2025-10-14 05:18:15.007 | Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2025-10-14 05:18:15.057 | Dependencies resolved. 2025-10-14 05:18:15.058 | Nothing to do. 2025-10-14 05:18:15.058 | Complete! 2025-10-14 05:18:15.094 | dib-run-parts 01-00-centos-python3 completed 2025-10-14 05:18:15.094 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-dib-python 2025-10-14 05:18:15.096 | + set -eu 2025-10-14 05:18:15.096 | + set -o pipefail 2025-10-14 05:18:15.096 | + [[ centos =~ (centos|rhel) ]] 2025-10-14 05:18:15.096 | + python_path=/usr/libexec/platform-python 2025-10-14 05:18:15.096 | + '[' -z /usr/libexec/platform-python ']' 2025-10-14 05:18:15.096 | + ln -sf /usr/libexec/platform-python /usr/local/bin/dib-python 2025-10-14 05:18:15.098 | dib-run-parts 01-dib-python completed 2025-10-14 05:18:15.098 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin 2025-10-14 05:18:15.101 | + set -eu 2025-10-14 05:18:15.101 | + set -o pipefail 2025-10-14 05:18:15.101 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin 2025-10-14 05:18:15.102 | + 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 2025-10-14 05:18:15.107 | dib-run-parts 01-install-bin completed 2025-10-14 05:18:15.107 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-module-configuration 2025-10-14 05:18:15.109 | + set -eu 2025-10-14 05:18:15.109 | + set -o pipefail 2025-10-14 05:18:15.109 | + export DIB_DNF_MODULE_STREAMS= 2025-10-14 05:18:15.109 | + DIB_DNF_MODULE_STREAMS= 2025-10-14 05:18:15.109 | + '[' dnf == dnf ']' 2025-10-14 05:18:15.110 | dib-run-parts 01-module-configuration completed 2025-10-14 05:18:15.110 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-override-yum-arch 2025-10-14 05:18:15.112 | + set -eu 2025-10-14 05:18:15.112 | + set -o pipefail 2025-10-14 05:18:15.112 | + [[ amd64 x86_64 =~ amd64 ]] 2025-10-14 05:18:15.112 | + basearch=x86_64 2025-10-14 05:18:15.112 | + arch=x86_64 2025-10-14 05:18:15.112 | + [[ dnf == \d\n\f ]] 2025-10-14 05:18:15.112 | + mkdir -p /etc/dnf/vars 2025-10-14 05:18:15.113 | + echo x86_64 2025-10-14 05:18:15.114 | + echo x86_64 2025-10-14 05:18:15.114 | + [[ centos =~ centos ]] 2025-10-14 05:18:15.114 | + [[ x86_64 == \x\8\6\_\6\4 ]] 2025-10-14 05:18:15.114 | + contentdir=centos 2025-10-14 05:18:15.114 | + echo centos 2025-10-14 05:18:15.115 | dib-run-parts 01-override-yum-arch completed 2025-10-14 05:18:15.115 | dib-run-parts Running /tmp/in_target.d/pre-install.d/02-set-machine-id 2025-10-14 05:18:15.117 | + set -eu 2025-10-14 05:18:15.117 | + set -o pipefail 2025-10-14 05:18:15.117 | + systemd-machine-id-setup 2025-10-14 05:18:15.121 | Initializing machine ID from random generator. 2025-10-14 05:18:15.123 | dib-run-parts 02-set-machine-id completed 2025-10-14 05:18:15.123 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools 2025-10-14 05:18:15.125 | + set -eu 2025-10-14 05:18:15.125 | + set -o pipefail 2025-10-14 05:18:15.125 | + case $DISTRO_NAME in 2025-10-14 05:18:15.127 | dib-run-parts 03-baseline-tools completed 2025-10-14 05:18:15.127 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system 2025-10-14 05:18:15.129 | + set -eu 2025-10-14 05:18:15.129 | + set -o pipefail 2025-10-14 05:18:15.129 | + FILE=/usr/local/bin/dib-init-system 2025-10-14 05:18:15.129 | + cat 2025-10-14 05:18:15.130 | + chown root:root /usr/local/bin/dib-init-system 2025-10-14 05:18:15.133 | + chmod 775 /usr/local/bin/dib-init-system 2025-10-14 05:18:15.135 | dib-run-parts 04-dib-init-system completed 2025-10-14 05:18:15.135 | dib-run-parts Running /tmp/in_target.d/pre-install.d/05-rpm-epel-release 2025-10-14 05:18:15.137 | + set -eu 2025-10-14 05:18:15.137 | + set -o pipefail 2025-10-14 05:18:15.137 | + [[ centos =~ almalinux ]] 2025-10-14 05:18:15.137 | + [[ centos =~ centos ]] 2025-10-14 05:18:15.137 | + dnf install -y epel-release 2025-10-14 05:18:17.061 | Extra Packages for Enterprise Linux 9 - x86_64 6.5 kB/s | 9.1 kB 00:01 2025-10-14 05:18:17.499 | Dependencies resolved. 2025-10-14 05:18:17.499 | ================================================================================ 2025-10-14 05:18:17.500 | Package Architecture Version Repository Size 2025-10-14 05:18:17.500 | ================================================================================ 2025-10-14 05:18:17.500 | Installing: 2025-10-14 05:18:17.500 | epel-release noarch 9-7.el9 extras-common 19 k 2025-10-14 05:18:17.500 | Installing weak dependencies: 2025-10-14 05:18:17.500 | epel-next-release noarch 9-7.el9 extras-common 8.1 k 2025-10-14 05:18:17.500 | 2025-10-14 05:18:17.500 | Transaction Summary 2025-10-14 05:18:17.500 | ================================================================================ 2025-10-14 05:18:17.500 | Install 2 Packages 2025-10-14 05:18:17.500 | 2025-10-14 05:18:17.500 | Total download size: 27 k 2025-10-14 05:18:17.500 | Installed size: 29 k 2025-10-14 05:18:17.500 | Downloading Packages: 2025-10-14 05:18:18.009 | (1/2): epel-next-release-9-7.el9.noarch.rpm 86 kB/s | 8.1 kB 00:00 2025-10-14 05:18:18.048 | (2/2): epel-release-9-7.el9.noarch.rpm 141 kB/s | 19 kB 00:00 2025-10-14 05:18:18.048 | -------------------------------------------------------------------------------- 2025-10-14 05:18:18.048 | Total 49 kB/s | 27 kB 00:00 2025-10-14 05:18:18.062 | CentOS Stream 9 - Extras packages 2.1 MB/s | 2.1 kB 00:00 2025-10-14 05:18:18.158 | Importing GPG key 0x1D997668: 2025-10-14 05:18:18.158 | Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) " 2025-10-14 05:18:18.158 | Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 2025-10-14 05:18:18.158 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 2025-10-14 05:18:18.162 | Key imported successfully 2025-10-14 05:18:18.185 | Running transaction check 2025-10-14 05:18:18.188 | Transaction check succeeded. 2025-10-14 05:18:18.188 | Running transaction test 2025-10-14 05:18:18.192 | Transaction test succeeded. 2025-10-14 05:18:18.192 | Running transaction 2025-10-14 05:18:18.212 | Preparing : 1/1 2025-10-14 05:18:18.214 | Installing : epel-release-9-7.el9.noarch 1/2 2025-10-14 05:18:18.220 | Running scriptlet: epel-release-9-7.el9.noarch 1/2 2025-10-14 05:18:18.220 | Many EPEL packages require the CodeReady Builder (CRB) repository. 2025-10-14 05:18:18.220 | It is recommended that you run /usr/bin/crb enable to enable the CRB repository. 2025-10-14 05:18:18.220 | 2025-10-14 05:18:18.240 | Installing : epel-next-release-9-7.el9.noarch 2/2 2025-10-14 05:18:18.620 | Running scriptlet: epel-next-release-9-7.el9.noarch 2/2 2025-10-14 05:18:18.620 | Verifying : epel-next-release-9-7.el9.noarch 1/2 2025-10-14 05:18:18.725 | Verifying : epel-release-9-7.el9.noarch 2/2 2025-10-14 05:18:18.725 | 2025-10-14 05:18:18.725 | Installed: 2025-10-14 05:18:18.725 | epel-next-release-9-7.el9.noarch epel-release-9-7.el9.noarch 2025-10-14 05:18:18.725 | 2025-10-14 05:18:18.725 | Complete! 2025-10-14 05:18:18.766 | + '[' 1 -ne 0 ']' 2025-10-14 05:18:18.767 | + [[ dnf == \d\n\f ]] 2025-10-14 05:18:18.767 | + rpm -q dnf-plugins-core 2025-10-14 05:18:18.773 | dnf-plugins-core-4.3.0-23.el9.noarch 2025-10-14 05:18:18.774 | + dnf config-manager --set-disabled 'epel*' 2025-10-14 05:18:18.943 | + DIB_EPEL_MIRROR= 2025-10-14 05:18:18.943 | + '[' -n '' ']' 2025-10-14 05:18:18.943 | + exit 0 2025-10-14 05:18:18.945 | dib-run-parts 05-rpm-epel-release completed 2025-10-14 05:18:18.945 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-enable-rdo-deps 2025-10-14 05:18:18.947 | + set -o pipefail 2025-10-14 05:18:18.948 | + '[' 0 -ne 0 ']' 2025-10-14 05:18:18.949 | dib-run-parts 10-enable-rdo-deps completed 2025-10-14 05:18:18.949 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs 2025-10-14 05:18:18.951 | + set -eu 2025-10-14 05:18:18.951 | + set -o pipefail 2025-10-14 05:18:18.951 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs 2025-10-14 05:18:18.952 | + package-installs -d /tmp/in_target.d/pre-install.d 2025-10-14 05:18:18.953 | + set -eu 2025-10-14 05:18:18.953 | + set -o pipefail 2025-10-14 05:18:18.954 | ++ basename /usr/local/bin/package-installs 2025-10-14 05:18:18.954 | + SCRIPTNAME=package-installs 2025-10-14 05:18:18.954 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d 2025-10-14 05:18:18.955 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-10-14 05:18:18.955 | + '[' 0 '!=' 0 ']' 2025-10-14 05:18:18.955 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-10-14 05:18:18.955 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2025-10-14 05:18:18.955 | + WORKDIR= 2025-10-14 05:18:18.955 | + true 2025-10-14 05:18:18.955 | + case "$1" in 2025-10-14 05:18:18.955 | + WORKDIR=/tmp/in_target.d/pre-install.d 2025-10-14 05:18:18.955 | + shift 2 2025-10-14 05:18:18.955 | + true 2025-10-14 05:18:18.955 | + case "$1" in 2025-10-14 05:18:18.955 | + shift 2025-10-14 05:18:18.955 | + break 2025-10-14 05:18:18.955 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2025-10-14 05:18:18.955 | + PACKAGES= 2025-10-14 05:18:18.956 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:18:18.957 | + '[' -n '' ']' 2025-10-14 05:18:18.957 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json 2025-10-14 05:18:22.275 | Map install for epel: wget, yum-utils 2025-10-14 05:18:22.275 | Map install for svc-map: python3-PyYAML 2025-10-14 05:18:22.275 | Map install for redhat-common: gettext 2025-10-14 05:18:22.275 | Running command: ['install-packages', 'wget', 'python3-pyyaml', 'yum-utils', 'gettext'] 2025-10-14 05:18:22.275 | > Running install-packages install. 2025-10-14 05:18:22.275 | > + dnf -v -y install wget python3-pyyaml yum-utils gettext 2025-10-14 05:18:22.275 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:18:22.275 | > DNF version: 4.14.0 2025-10-14 05:18:22.275 | > cachedir: /tmp/yum 2025-10-14 05:18:22.275 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-barbican 2025-10-14 05:18:22.275 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-baremetal 2025-10-14 05:18:22.275 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-cinder 2025-10-14 05:18:22.275 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-clients 2025-10-14 05:18:22.275 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-cloudops 2025-10-14 05:18:22.275 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-common 2025-10-14 05:18:22.275 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-compute 2025-10-14 05:18:22.275 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-designate 2025-10-14 05:18:22.275 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-glance 2025-10-14 05:18:22.275 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-keystone 2025-10-14 05:18:22.275 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-manila 2025-10-14 05:18:22.275 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-network 2025-10-14 05:18:22.275 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-octavia 2025-10-14 05:18:22.275 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-optimize 2025-10-14 05:18:22.275 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-podified 2025-10-14 05:18:22.275 | > delorean-component-podified: using metadata from Mon Oct 13 03:49:56 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-puppet 2025-10-14 05:18:22.275 | > delorean-component-puppet: using metadata from Mon Oct 13 12:07:14 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-swift 2025-10-14 05:18:22.275 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-tempest 2025-10-14 05:18:22.275 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: delorean-component-ui 2025-10-14 05:18:22.275 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: baseos 2025-10-14 05:18:22.275 | > baseos: using metadata from Mon Oct 13 13:44:32 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: appstream 2025-10-14 05:18:22.275 | > appstream: using metadata from Mon Oct 13 13:48:15 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: crb 2025-10-14 05:18:22.275 | > crb: using metadata from Mon Oct 13 13:52:34 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: extras-common 2025-10-14 05:18:22.275 | > extras-common: using metadata from Mon Sep 15 14:32:43 2025. 2025-10-14 05:18:22.275 | > dlrn-master-testing 19 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'delorean-master-testing' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-10-14 05:18:22.275 | > dlrn-master-build-deps 21 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'delorean-master-build-deps' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-10-14 05:18:22.275 | > centos9-rabbitmq 663 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'centos9-rabbitmq' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-10-14 05:18:22.275 | > centos9-storage 672 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'centos9-storage' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-10-14 05:18:22.275 | > centos9-opstools 665 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'centos9-opstools' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-10-14 05:18:22.275 | > NFV SIG OpenvSwitch 793 kB/s | 3.0 kB 00:00 2025-10-14 05:18:22.275 | > reviving: 'centos9-nfv-ovs' can be revived - repomd matches. 2025-10-14 05:18:22.275 | > centos9-nfv-ovs: using metadata from Fri Oct 3 02:22:50 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: repo-setup-centos-appstream 2025-10-14 05:18:22.275 | > repo-setup-centos-appstream: using metadata from Wed Oct 8 09:45:45 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: repo-setup-centos-baseos 2025-10-14 05:18:22.275 | > repo-setup-centos-baseos: using metadata from Wed Oct 8 09:42:12 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: repo-setup-centos-highavailability 2025-10-14 05:18:22.275 | > repo-setup-centos-highavailability: using metadata from Wed Oct 8 09:50:28 2025. 2025-10-14 05:18:22.275 | > repo: using cache for: repo-setup-centos-powertools 2025-10-14 05:18:22.275 | > repo-setup-centos-powertools: using metadata from Wed Oct 8 09:50:07 2025. 2025-10-14 05:18:22.275 | > Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2025-10-14 05:18:22.275 | > Package yum-utils-4.3.0-23.el9.noarch is already installed. 2025-10-14 05:18:22.275 | > Package gettext-0.21-8.el9.x86_64 is already installed. 2025-10-14 05:18:22.275 | > --> Starting dependency resolution 2025-10-14 05:18:22.275 | > ---> Package wget.x86_64 1.21.1-8.el9 will be installed 2025-10-14 05:18:22.275 | > --> Finished dependency resolution 2025-10-14 05:18:22.275 | > Dependencies resolved. 2025-10-14 05:18:22.276 | > ================================================================================ 2025-10-14 05:18:22.276 | > Package Architecture Version Repository Size 2025-10-14 05:18:22.276 | > ================================================================================ 2025-10-14 05:18:22.276 | > Installing: 2025-10-14 05:18:22.276 | > wget x86_64 1.21.1-8.el9 appstream 784 k 2025-10-14 05:18:22.276 | > 2025-10-14 05:18:22.276 | > Transaction Summary 2025-10-14 05:18:22.276 | > ================================================================================ 2025-10-14 05:18:22.276 | > Install 1 Package 2025-10-14 05:18:22.276 | > 2025-10-14 05:18:22.276 | > Total download size: 784 k 2025-10-14 05:18:22.276 | > Installed size: 3.1 M 2025-10-14 05:18:22.276 | > Downloading Packages: 2025-10-14 05:18:22.276 | > wget-1.21.1-8.el9.x86_64.rpm 6.2 MB/s | 784 kB 00:00 2025-10-14 05:18:22.276 | > -------------------------------------------------------------------------------- 2025-10-14 05:18:22.276 | > Total 523 kB/s | 784 kB 00:01 2025-10-14 05:18:22.276 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-10-14 05:18:22.276 | > CentOS Stream 9 - AppStream 1.6 MB/s | 1.6 kB 00:00 2025-10-14 05:18:22.276 | > Importing GPG key 0x8483C65D: 2025-10-14 05:18:22.276 | > Userid : "CentOS (CentOS Official Signing Key) " 2025-10-14 05:18:22.276 | > Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D 2025-10-14 05:18:22.276 | > From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial 2025-10-14 05:18:22.276 | > Key imported successfully 2025-10-14 05:18:22.276 | > Running transaction check 2025-10-14 05:18:22.276 | > Transaction check succeeded. 2025-10-14 05:18:22.276 | > Running transaction test 2025-10-14 05:18:22.276 | > Transaction test succeeded. 2025-10-14 05:18:22.276 | > Running transaction 2025-10-14 05:18:22.276 | > RPMDB altered outside of DNF. 2025-10-14 05:18:22.276 | > Preparing : 1/1 2025-10-14 05:18:22.276 | > Installing : wget-1.21.1-8.el9.x86_64 1/1 2025-10-14 05:18:22.276 | > Running scriptlet: wget-1.21.1-8.el9.x86_64 1/1 2025-10-14 05:18:22.276 | > Verifying : wget-1.21.1-8.el9.x86_64 1/1 2025-10-14 05:18:22.276 | > Completion plugin: Generating completion cache... 2025-10-14 05:18:22.276 | > Installed: wget-1.21.1-8.el9.x86_64 2025-10-14 05:18:22.276 | > 2025-10-14 05:18:22.276 | > Installed: 2025-10-14 05:18:22.276 | > wget-1.21.1-8.el9.x86_64 2025-10-14 05:18:22.276 | > 2025-10-14 05:18:22.276 | > Complete! 2025-10-14 05:18:22.276 | > + '[' install == install ']' 2025-10-14 05:18:22.276 | > + '[' dnf == dnf ']' 2025-10-14 05:18:22.276 | > + dnf mark install wget python3-pyyaml yum-utils gettext 2025-10-14 05:18:22.276 | > wget-1.21.1-8.el9.x86_64 marked as user installed. 2025-10-14 05:18:22.276 | > python3-pyyaml-5.4.1-6.el9.x86_64 marked as user installed. 2025-10-14 05:18:22.276 | > yum-utils-4.3.0-23.el9.noarch marked as user installed. 2025-10-14 05:18:22.276 | > gettext-0.21-8.el9.x86_64 marked as user installed. 2025-10-14 05:18:22.276 | returncode: 0 2025-10-14 05:18:22.281 | dib-run-parts 10-package-installs completed 2025-10-14 05:18:22.281 | dib-run-parts Running /tmp/in_target.d/pre-install.d/11-selinux-permissive 2025-10-14 05:18:22.284 | + set -eu 2025-10-14 05:18:22.284 | + set -o pipefail 2025-10-14 05:18:22.284 | + echo SELINUX=permissive 2025-10-14 05:18:22.284 | + echo SELINUXTYPE=targeted 2025-10-14 05:18:22.285 | dib-run-parts 11-selinux-permissive completed 2025-10-14 05:18:22.285 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls 2025-10-14 05:18:22.288 | + set -eu 2025-10-14 05:18:22.288 | + set -o pipefail 2025-10-14 05:18:22.288 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls 2025-10-14 05:18:22.289 | + package-uninstalls -d /tmp/in_target.d/pre-install.d 2025-10-14 05:18:22.290 | + set -eu 2025-10-14 05:18:22.290 | + set -o pipefail 2025-10-14 05:18:22.290 | ++ basename /usr/local/bin/package-uninstalls 2025-10-14 05:18:22.291 | + SCRIPTNAME=package-uninstalls 2025-10-14 05:18:22.291 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d 2025-10-14 05:18:22.292 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-10-14 05:18:22.292 | + '[' 0 '!=' 0 ']' 2025-10-14 05:18:22.292 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-10-14 05:18:22.292 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2025-10-14 05:18:22.292 | + WORKDIR= 2025-10-14 05:18:22.292 | + true 2025-10-14 05:18:22.292 | + case "$1" in 2025-10-14 05:18:22.292 | + WORKDIR=/tmp/in_target.d/pre-install.d 2025-10-14 05:18:22.292 | + shift 2 2025-10-14 05:18:22.292 | + true 2025-10-14 05:18:22.292 | + case "$1" in 2025-10-14 05:18:22.292 | + shift 2025-10-14 05:18:22.292 | + break 2025-10-14 05:18:22.292 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2025-10-14 05:18:22.292 | + PACKAGES= 2025-10-14 05:18:22.293 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:18:22.294 | + install-packages -e 2025-10-14 05:18:22.299 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json 2025-10-14 05:18:22.986 | Map uninstall for ironic-python-agent-ramdisk: git, man-db, rsync, kernel-debug-devel, mozjs60, plymouth, python3-cairo, python3-gobject-base 2025-10-14 05:18:22.986 | Running command: ['install-packages', '-e', 'python3-cairo', 'man-db', 'plymouth', 'git', 'kernel-debug-devel', 'python3-gobject-base', 'mozjs60', 'rsync'] 2025-10-14 05:18:22.987 | > Running install-packages remove. 2025-10-14 05:18:22.987 | > + dnf -v -y remove python3-cairo man-db plymouth git kernel-debug-devel python3-gobject-base mozjs60 rsync 2025-10-14 05:18:22.987 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:18:22.987 | > DNF version: 4.14.0 2025-10-14 05:18:22.987 | > cachedir: /tmp/yum 2025-10-14 05:18:22.987 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:18:22.987 | > No match for argument: python3-cairo 2025-10-14 05:18:22.987 | > No match for argument: plymouth 2025-10-14 05:18:22.987 | > No match for argument: git 2025-10-14 05:18:22.987 | > No match for argument: kernel-debug-devel 2025-10-14 05:18:22.987 | > No match for argument: mozjs60 2025-10-14 05:18:22.987 | > --> Starting dependency resolution 2025-10-14 05:18:22.987 | > --> Finding unneeded leftover dependencies 2025-10-14 05:18:22.987 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package libpipeline.x86_64 1.5.3-4.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package man-db.x86_64 2.9.3-9.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package policycoreutils-python-utils.noarch 3.6-3.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package python3-dasbus.noarch 1.7-1.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package python3-gobject-base.x86_64 3.40.1-6.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package python3-gobject-base-noarch.noarch 3.40.1-6.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package python3-libxml2.x86_64 2.9.13-12.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package rsync.x86_64 3.2.5-3.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package setroubleshoot-plugins.noarch 3.3.14-4.el9 will be erased 2025-10-14 05:18:22.987 | > ---> Package setroubleshoot-server.x86_64 3.3.35-2.el9 will be erased 2025-10-14 05:18:22.987 | > --> Finished dependency resolution 2025-10-14 05:18:22.987 | > Dependencies resolved. 2025-10-14 05:18:22.987 | > ================================================================================ 2025-10-14 05:18:22.987 | > Package Arch Version Repository Size 2025-10-14 05:18:22.987 | > ================================================================================ 2025-10-14 05:18:22.987 | > Removing: 2025-10-14 05:18:22.987 | > man-db x86_64 2.9.3-9.el9 @anaconda 2.4 M 2025-10-14 05:18:22.987 | > python3-gobject-base x86_64 3.40.1-6.el9 @anaconda 533 k 2025-10-14 05:18:22.987 | > rsync x86_64 3.2.5-3.el9 @anaconda 767 k 2025-10-14 05:18:22.987 | > Removing dependent packages: 2025-10-14 05:18:22.987 | > setroubleshoot-server x86_64 3.3.35-2.el9 @koji-override-1 1.3 M 2025-10-14 05:18:22.987 | > Removing unused dependencies: 2025-10-14 05:18:22.987 | > groff-base x86_64 1.22.4-10.el9 @anaconda 3.9 M 2025-10-14 05:18:22.987 | > libpipeline x86_64 1.5.3-4.el9 @anaconda 113 k 2025-10-14 05:18:22.987 | > policycoreutils-python-utils noarch 3.6-3.el9 @koji-override-1 117 k 2025-10-14 05:18:22.987 | > python3-dasbus noarch 1.7-1.el9 @koji-override-1 363 k 2025-10-14 05:18:22.987 | > python3-gobject-base-noarch noarch 3.40.1-6.el9 @anaconda 690 k 2025-10-14 05:18:22.987 | > python3-libxml2 x86_64 2.9.13-12.el9 @anaconda 1.3 M 2025-10-14 05:18:22.987 | > setroubleshoot-plugins noarch 3.3.14-4.el9 @koji-override-1 2.5 M 2025-10-14 05:18:22.987 | > 2025-10-14 05:18:22.987 | > Transaction Summary 2025-10-14 05:18:22.987 | > ================================================================================ 2025-10-14 05:18:22.987 | > Remove 11 Packages 2025-10-14 05:18:22.987 | > 2025-10-14 05:18:22.987 | > Freed space: 14 M 2025-10-14 05:18:22.987 | > Running transaction check 2025-10-14 05:18:22.987 | > Transaction check succeeded. 2025-10-14 05:18:22.987 | > Running transaction test 2025-10-14 05:18:22.987 | > Transaction test succeeded. 2025-10-14 05:18:22.987 | > Running transaction 2025-10-14 05:18:22.987 | > Preparing : 1/1 2025-10-14 05:18:22.987 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/11 2025-10-14 05:18:22.987 | > Erasing : man-db-2.9.3-9.el9.x86_64 1/11 2025-10-14 05:18:22.987 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/11 2025-10-14 05:18:22.987 | > Erasing : setroubleshoot-plugins-3.3.14-4.el9.noarch 2/11 2025-10-14 05:18:22.987 | > Erasing : setroubleshoot-server-3.3.35-2.el9.x86_64 3/11 2025-10-14 05:18:22.987 | > warning: file /run/setroubleshoot: remove failed: No such file or directory 2025-10-14 05:18:22.987 | > 2025-10-14 05:18:22.987 | > Running scriptlet: setroubleshoot-server-3.3.35-2.el9.x86_64 3/11 2025-10-14 05:18:22.987 | > Erasing : python3-dasbus-1.7-1.el9.noarch 4/11 2025-10-14 05:18:22.987 | > Erasing : policycoreutils-python-utils-3.6-3.el9.noarch 5/11 2025-10-14 05:18:22.987 | > Erasing : python3-gobject-base-3.40.1-6.el9.x86_64 6/11 2025-10-14 05:18:22.987 | > Erasing : python3-gobject-base-noarch-3.40.1-6.el9.noarch 7/11 2025-10-14 05:18:22.987 | > Erasing : python3-libxml2-2.9.13-12.el9.x86_64 8/11 2025-10-14 05:18:22.987 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 9/11 2025-10-14 05:18:22.987 | > Erasing : groff-base-1.22.4-10.el9.x86_64 9/11 2025-10-14 05:18:22.987 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 9/11 2025-10-14 05:18:22.987 | > Erasing : libpipeline-1.5.3-4.el9.x86_64 10/11 2025-10-14 05:18:22.987 | > Erasing : rsync-3.2.5-3.el9.x86_64 11/11 2025-10-14 05:18:22.987 | > Verifying : groff-base-1.22.4-10.el9.x86_64 1/11 2025-10-14 05:18:22.987 | > Verifying : libpipeline-1.5.3-4.el9.x86_64 2/11 2025-10-14 05:18:22.987 | > Verifying : man-db-2.9.3-9.el9.x86_64 3/11 2025-10-14 05:18:22.987 | > Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 4/11 2025-10-14 05:18:22.987 | > Verifying : python3-dasbus-1.7-1.el9.noarch 5/11 2025-10-14 05:18:22.987 | > Verifying : python3-gobject-base-3.40.1-6.el9.x86_64 6/11 2025-10-14 05:18:22.987 | > Verifying : python3-gobject-base-noarch-3.40.1-6.el9.noarch 7/11 2025-10-14 05:18:22.987 | > Verifying : python3-libxml2-2.9.13-12.el9.x86_64 8/11 2025-10-14 05:18:22.987 | > Verifying : rsync-3.2.5-3.el9.x86_64 9/11 2025-10-14 05:18:22.987 | > Verifying : setroubleshoot-plugins-3.3.14-4.el9.noarch 10/11 2025-10-14 05:18:22.987 | > Verifying : setroubleshoot-server-3.3.35-2.el9.x86_64 11/11 2025-10-14 05:18:22.987 | > Completion plugin: Generating completion cache... 2025-10-14 05:18:22.987 | > Removed: groff-base-1.22.4-10.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: libpipeline-1.5.3-4.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: man-db-2.9.3-9.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: policycoreutils-python-utils-3.6-3.el9.noarch 2025-10-14 05:18:22.987 | > Removed: python3-dasbus-1.7-1.el9.noarch 2025-10-14 05:18:22.987 | > Removed: python3-gobject-base-3.40.1-6.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: python3-gobject-base-noarch-3.40.1-6.el9.noarch 2025-10-14 05:18:22.987 | > Removed: python3-libxml2-2.9.13-12.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: rsync-3.2.5-3.el9.x86_64 2025-10-14 05:18:22.987 | > Removed: setroubleshoot-plugins-3.3.14-4.el9.noarch 2025-10-14 05:18:22.987 | > Removed: setroubleshoot-server-3.3.35-2.el9.x86_64 2025-10-14 05:18:22.987 | > 2025-10-14 05:18:22.987 | > Removed: 2025-10-14 05:18:22.987 | > groff-base-1.22.4-10.el9.x86_64 2025-10-14 05:18:22.987 | > libpipeline-1.5.3-4.el9.x86_64 2025-10-14 05:18:22.987 | > man-db-2.9.3-9.el9.x86_64 2025-10-14 05:18:22.987 | > policycoreutils-python-utils-3.6-3.el9.noarch 2025-10-14 05:18:22.987 | > python3-dasbus-1.7-1.el9.noarch 2025-10-14 05:18:22.987 | > python3-gobject-base-3.40.1-6.el9.x86_64 2025-10-14 05:18:22.987 | > python3-gobject-base-noarch-3.40.1-6.el9.noarch 2025-10-14 05:18:22.987 | > python3-libxml2-2.9.13-12.el9.x86_64 2025-10-14 05:18:22.987 | > rsync-3.2.5-3.el9.x86_64 2025-10-14 05:18:22.987 | > setroubleshoot-plugins-3.3.14-4.el9.noarch 2025-10-14 05:18:22.987 | > setroubleshoot-server-3.3.35-2.el9.x86_64 2025-10-14 05:18:22.987 | > 2025-10-14 05:18:22.987 | > Complete! 2025-10-14 05:18:22.987 | > + '[' remove == install ']' 2025-10-14 05:18:22.987 | returncode: 0 2025-10-14 05:18:22.992 | dib-run-parts 99-package-uninstalls completed 2025-10-14 05:18:22.993 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:18:22.993 | dib-run-parts 2025-10-14 05:18:22.994 | dib-run-parts Target: pre-install.d 2025-10-14 05:18:22.994 | dib-run-parts 2025-10-14 05:18:22.994 | dib-run-parts Script Seconds 2025-10-14 05:18:22.994 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:18:22.994 | dib-run-parts 2025-10-14 05:18:23.002 | dib-run-parts 00-01-yum-keepcache 0.003 2025-10-14 05:18:23.006 | dib-run-parts 00-02-set-centos-mirror 0.002 2025-10-14 05:18:23.011 | dib-run-parts 00-03-repo-setup 0.002 2025-10-14 05:18:23.015 | dib-run-parts 00-dnf-update 0.003 2025-10-14 05:18:23.020 | dib-run-parts 00-fix-requiretty 0.007 2025-10-14 05:18:23.024 | dib-run-parts 00-install-repo-package 0.002 2025-10-14 05:18:23.029 | dib-run-parts 00-usr-local-bin-secure-path 0.005 2025-10-14 05:18:23.033 | dib-run-parts 01-00-centos-python3 7.254 2025-10-14 05:18:23.038 | dib-run-parts 01-dib-python 0.004 2025-10-14 05:18:23.042 | dib-run-parts 01-install-bin 0.007 2025-10-14 05:18:23.047 | dib-run-parts 01-module-configuration 0.002 2025-10-14 05:18:23.051 | dib-run-parts 01-override-yum-arch 0.004 2025-10-14 05:18:23.056 | dib-run-parts 02-set-machine-id 0.007 2025-10-14 05:18:23.061 | dib-run-parts 03-baseline-tools 0.002 2025-10-14 05:18:23.066 | dib-run-parts 04-dib-init-system 0.007 2025-10-14 05:18:23.071 | dib-run-parts 05-rpm-epel-release 3.809 2025-10-14 05:18:23.075 | dib-run-parts 10-enable-rdo-deps 0.003 2025-10-14 05:18:23.080 | dib-run-parts 10-package-installs 3.331 2025-10-14 05:18:23.085 | dib-run-parts 11-selinux-permissive 0.003 2025-10-14 05:18:23.090 | dib-run-parts 99-package-uninstalls 0.706 2025-10-14 05:18:23.092 | dib-run-parts 2025-10-14 05:18:23.092 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:18:23.099 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-10-14 05:18:23.102 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-10-14 05:18:23.106 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-10-14 05:18:23.109 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-pre-install run_in_target bash 2025-10-14 05:18:23.112 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:23.112 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-install(,|$)' -q 2025-10-14 05:18:23.118 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:23.141 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d; do sleep 1; done' 2025-10-14 05:18:23.163 | + diskimage_builder/lib/disk-image-create:main:362 : run_d_in_target install 2025-10-14 05:18:23.165 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-10-14 05:18:23.168 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:18:23.171 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.MklQOuJD/hooks/install.d ']' 2025-10-14 05:18:23.173 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:23.191 | + 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.MklQOuJD/hooks 2025-10-14 05:18:23.209 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:23.229 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:18:23.248 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-install run_in_target bash 2025-10-14 05:18:23.251 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:18:23.252 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-install(,|$)' -q 2025-10-14 05:18:23.257 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-10-14 05:18:23.260 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-10-14 05:18:23.263 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-10-14 05:18:23.266 | + 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 2025-10-14 05:18:23.269 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d' 2025-10-14 05:18:23.272 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-10-14 05:18:23.276 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-10-14 05:18:23.279 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-10-14 05:18:23.282 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.MklQOuJD/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' 2025-10-14 05:18:23.304 | 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 2025-10-14 05:18:23.306 | dib-run-parts Ignoring non-conforming filenames: dhcp-all-interfaces.init dhcp-all-interfaces.sh 2025-10-14 05:18:23.310 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:23.312 | + source /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:18:23.312 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:18:23.312 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:18:23.312 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:23.312 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:18:23.312 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:18:23.312 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:23.312 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:18:23.312 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:23.314 | + source /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:18:23.314 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:23.314 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:23.314 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:23.316 | + source /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:18:23.316 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:18:23.316 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:18:23.316 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:23.316 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:18:23.316 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:23.316 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:18:23.316 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:23.316 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:18:23.316 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2025-10-14 05:18:23.318 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2025-10-14 05:18:23.318 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:23.318 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:18:23.318 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:23.318 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:18:23.318 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:23.320 | + source /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:18:23.320 | ++ export DISTRO_NAME=centos 2025-10-14 05:18:23.320 | ++ DISTRO_NAME=centos 2025-10-14 05:18:23.320 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:18:23.320 | ++ DIB_RELEASE=9-stream 2025-10-14 05:18:23.320 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:23.320 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:18:23.320 | ++ export YUM=dnf 2025-10-14 05:18:23.320 | ++ YUM=dnf 2025-10-14 05:18:23.320 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2025-10-14 05:18:23.322 | + source /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2025-10-14 05:18:23.322 | ++ export DIB_CHECKSUM=1 2025-10-14 05:18:23.322 | ++ DIB_CHECKSUM=1 2025-10-14 05:18:23.322 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2025-10-14 05:18:23.323 | + source /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2025-10-14 05:18:23.323 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:23.324 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:18:23.324 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:23.325 | + source /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:18:23.325 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:18:23.326 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:18:23.326 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:23.326 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:18:23.326 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:23.328 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:18:23.328 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:23.328 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:18:23.328 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests 2025-10-14 05:18:23.329 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests 2025-10-14 05:18:23.330 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:23.330 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:18:23.330 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:23.330 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:18:23.330 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:23.331 | + source /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:18:23.331 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:18:23.332 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:23.332 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:18:23.332 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:18:23.332 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:23.332 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:18:23.332 | ++ [[ centos =~ debian ]] 2025-10-14 05:18:23.332 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2025-10-14 05:18:23.335 | + source /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2025-10-14 05:18:23.335 | ++ '[' -z 3 ']' 2025-10-14 05:18:23.335 | ++ '[' -z 3 ']' 2025-10-14 05:18:23.335 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:18:23.335 | ++ export DIB_PYTHON=python3 2025-10-14 05:18:23.335 | ++ DIB_PYTHON=python3 2025-10-14 05:18:23.335 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2025-10-14 05:18:23.337 | + source /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2025-10-14 05:18:23.337 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:23.337 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:18:23.337 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:23.337 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:18:23.337 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2025-10-14 05:18:23.339 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2025-10-14 05:18:23.339 | ++ '[' -z systemd ']' 2025-10-14 05:18:23.339 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:18:23.339 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment 2025-10-14 05:18:23.342 | + set -eu 2025-10-14 05:18:23.342 | + set -o pipefail 2025-10-14 05:18:23.342 | + '[' 0 -eq 0 ']' 2025-10-14 05:18:23.342 | + install-packages -m base iscsi_package 2025-10-14 05:18:23.374 | INFO:root:Mapping for base : iscsi_package 2025-10-14 05:18:23.410 | INFO:root:Mapping for base : iscsi_package 2025-10-14 05:18:23.413 | Running install-packages install. 2025-10-14 05:18:23.413 | + dnf -v -y install iscsi-initiator-utils 2025-10-14 05:18:23.553 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:18:23.553 | DNF version: 4.14.0 2025-10-14 05:18:23.553 | cachedir: /tmp/yum 2025-10-14 05:18:23.573 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:18:23.621 | repo: using cache for: delorean-component-barbican 2025-10-14 05:18:23.622 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-10-14 05:18:23.622 | repo: using cache for: delorean-component-baremetal 2025-10-14 05:18:23.622 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-10-14 05:18:23.622 | repo: using cache for: delorean-component-cinder 2025-10-14 05:18:23.623 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-10-14 05:18:23.623 | repo: using cache for: delorean-component-clients 2025-10-14 05:18:23.623 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-10-14 05:18:23.623 | repo: using cache for: delorean-component-cloudops 2025-10-14 05:18:23.624 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-10-14 05:18:23.624 | repo: using cache for: delorean-component-common 2025-10-14 05:18:23.624 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-10-14 05:18:23.625 | repo: using cache for: delorean-component-compute 2025-10-14 05:18:23.625 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-10-14 05:18:23.625 | repo: using cache for: delorean-component-designate 2025-10-14 05:18:23.625 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-10-14 05:18:23.626 | repo: using cache for: delorean-component-glance 2025-10-14 05:18:23.626 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-10-14 05:18:23.626 | repo: using cache for: delorean-component-keystone 2025-10-14 05:18:23.626 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-10-14 05:18:23.626 | repo: using cache for: delorean-component-manila 2025-10-14 05:18:23.627 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-10-14 05:18:23.627 | repo: using cache for: delorean-component-network 2025-10-14 05:18:23.627 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-10-14 05:18:23.627 | repo: using cache for: delorean-component-octavia 2025-10-14 05:18:23.628 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-10-14 05:18:23.628 | repo: using cache for: delorean-component-optimize 2025-10-14 05:18:23.628 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-10-14 05:18:23.628 | repo: using cache for: delorean-component-podified 2025-10-14 05:18:23.628 | delorean-component-podified: using metadata from Mon Oct 13 03:49:56 2025. 2025-10-14 05:18:23.629 | repo: using cache for: delorean-component-puppet 2025-10-14 05:18:23.629 | delorean-component-puppet: using metadata from Mon Oct 13 12:07:14 2025. 2025-10-14 05:18:23.629 | repo: using cache for: delorean-component-swift 2025-10-14 05:18:23.629 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-10-14 05:18:23.629 | repo: using cache for: delorean-component-tempest 2025-10-14 05:18:23.630 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-10-14 05:18:23.630 | repo: using cache for: delorean-component-ui 2025-10-14 05:18:23.630 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-10-14 05:18:23.630 | repo: using cache for: baseos 2025-10-14 05:18:23.658 | baseos: using metadata from Mon Oct 13 13:44:32 2025. 2025-10-14 05:18:23.658 | repo: using cache for: appstream 2025-10-14 05:18:23.728 | appstream: using metadata from Mon Oct 13 13:48:15 2025. 2025-10-14 05:18:23.728 | repo: using cache for: crb 2025-10-14 05:18:23.742 | crb: using metadata from Mon Oct 13 13:52:34 2025. 2025-10-14 05:18:23.742 | repo: using cache for: extras-common 2025-10-14 05:18:23.743 | extras-common: using metadata from Mon Sep 15 14:32:43 2025. 2025-10-14 05:18:23.744 | repo: using cache for: delorean-master-testing 2025-10-14 05:18:23.748 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-10-14 05:18:23.748 | repo: using cache for: delorean-master-build-deps 2025-10-14 05:18:23.749 | delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-10-14 05:18:23.750 | repo: using cache for: centos9-rabbitmq 2025-10-14 05:18:23.750 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-10-14 05:18:23.751 | repo: using cache for: centos9-storage 2025-10-14 05:18:23.752 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-10-14 05:18:23.752 | repo: using cache for: centos9-opstools 2025-10-14 05:18:23.753 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-10-14 05:18:23.753 | repo: using cache for: centos9-nfv-ovs 2025-10-14 05:18:23.754 | centos9-nfv-ovs: using metadata from Fri Oct 3 02:22:50 2025. 2025-10-14 05:18:23.754 | repo: using cache for: repo-setup-centos-appstream 2025-10-14 05:18:23.828 | repo-setup-centos-appstream: using metadata from Wed Oct 8 09:45:45 2025. 2025-10-14 05:18:23.828 | repo: using cache for: repo-setup-centos-baseos 2025-10-14 05:18:23.854 | repo-setup-centos-baseos: using metadata from Wed Oct 8 09:42:12 2025. 2025-10-14 05:18:23.855 | repo: using cache for: repo-setup-centos-highavailability 2025-10-14 05:18:23.855 | repo-setup-centos-highavailability: using metadata from Wed Oct 8 09:50:28 2025. 2025-10-14 05:18:23.856 | repo: using cache for: repo-setup-centos-powertools 2025-10-14 05:18:23.868 | repo-setup-centos-powertools: using metadata from Wed Oct 8 09:50:07 2025. 2025-10-14 05:18:23.868 | Last metadata expiration check: 0:00:04 ago on Tue Oct 14 01:18:19 2025. 2025-10-14 05:18:24.031 | --> Starting dependency resolution 2025-10-14 05:18:24.080 | ---> Package iscsi-initiator-utils.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2025-10-14 05:18:24.080 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2025-10-14 05:18:24.080 | ---> Package isns-utils-libs.x86_64 0.101-4.el9 will be installed 2025-10-14 05:18:24.081 | --> Finished dependency resolution 2025-10-14 05:18:24.081 | Dependencies resolved. 2025-10-14 05:18:24.081 | ================================================================================ 2025-10-14 05:18:24.081 | Package Arch Version Repo Size 2025-10-14 05:18:24.081 | ================================================================================ 2025-10-14 05:18:24.082 | Installing: 2025-10-14 05:18:24.082 | iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el9 baseos 392 k 2025-10-14 05:18:24.082 | Installing dependencies: 2025-10-14 05:18:24.082 | iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el9 baseos 81 k 2025-10-14 05:18:24.082 | isns-utils-libs x86_64 0.101-4.el9 baseos 101 k 2025-10-14 05:18:24.082 | 2025-10-14 05:18:24.082 | Transaction Summary 2025-10-14 05:18:24.082 | ================================================================================ 2025-10-14 05:18:24.082 | Install 3 Packages 2025-10-14 05:18:24.082 | 2025-10-14 05:18:24.082 | Total size: 573 k 2025-10-14 05:18:24.082 | Installed size: 2.1 M 2025-10-14 05:18:24.082 | Downloading Packages: 2025-10-14 05:18:24.083 | [SKIPPED] iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:24.083 | [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:24.083 | [SKIPPED] isns-utils-libs-0.101-4.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:24.083 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-10-14 05:18:24.120 | Running transaction check 2025-10-14 05:18:24.128 | Transaction check succeeded. 2025-10-14 05:18:24.128 | Running transaction test 2025-10-14 05:18:24.174 | Transaction test succeeded. 2025-10-14 05:18:24.174 | Running transaction 2025-10-14 05:18:24.233 | Preparing : 1/1 2025-10-14 05:18:24.236 | Installing : isns-utils-libs-0.101-4.el9.x86_64 1/3 2025-10-14 05:18:24.238 | Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-10-14 05:18:24.256 | Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-10-14 05:18:24.256 | Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket -> /usr/lib/systemd/system/iscsiuio.socket. 2025-10-14 05:18:24.256 | 2025-10-14 05:18:24.269 | Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2025-10-14 05:18:24.290 | Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2025-10-14 05:18:24.290 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-starter.service -> /usr/lib/systemd/system/iscsi-starter.service. 2025-10-14 05:18:24.290 | Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket -> /usr/lib/systemd/system/iscsid.socket. 2025-10-14 05:18:24.290 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service -> /usr/lib/systemd/system/iscsi-onboot.service. 2025-10-14 05:18:24.290 | 2025-10-14 05:18:24.386 | Verifying : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 1/3 2025-10-14 05:18:24.386 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-10-14 05:18:24.389 | Verifying : isns-utils-libs-0.101-4.el9.x86_64 3/3 2025-10-14 05:18:24.389 | Completion plugin: Generating completion cache... 2025-10-14 05:18:24.460 | Installed: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2025-10-14 05:18:24.460 | Installed: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2025-10-14 05:18:24.460 | Installed: isns-utils-libs-0.101-4.el9.x86_64 2025-10-14 05:18:24.491 | 2025-10-14 05:18:24.491 | Installed: 2025-10-14 05:18:24.491 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2025-10-14 05:18:24.491 | iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2025-10-14 05:18:24.491 | isns-utils-libs-0.101-4.el9.x86_64 2025-10-14 05:18:24.491 | 2025-10-14 05:18:24.491 | Complete! 2025-10-14 05:18:24.531 | + '[' install == install ']' 2025-10-14 05:18:24.531 | + '[' dnf == dnf ']' 2025-10-14 05:18:24.531 | + dnf mark install iscsi-initiator-utils 2025-10-14 05:18:24.736 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2025-10-14 05:18:24.763 | dib-run-parts 00-baseline-environment completed 2025-10-14 05:18:24.763 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date 2025-10-14 05:18:24.766 | + set -eu 2025-10-14 05:18:24.766 | + set -o pipefail 2025-10-14 05:18:24.766 | + '[' 0 -eq 0 ']' 2025-10-14 05:18:24.766 | + install-packages -u 2025-10-14 05:18:25.213 | Last metadata expiration check: 0:00:06 ago on Tue Oct 14 01:18:19 2025. 2025-10-14 05:18:25.541 | Dependencies resolved. 2025-10-14 05:18:25.542 | ================================================================================ 2025-10-14 05:18:25.542 | Package Arch Version Repository Size 2025-10-14 05:18:25.542 | ================================================================================ 2025-10-14 05:18:25.542 | Installing: 2025-10-14 05:18:25.542 | kernel x86_64 5.14.0-624.el9 baseos 86 k 2025-10-14 05:18:25.542 | Upgrading: 2025-10-14 05:18:25.542 | cockpit-bridge noarch 348-1.el9 baseos 609 k 2025-10-14 05:18:25.543 | cockpit-system noarch 348-1.el9 baseos 4.9 M 2025-10-14 05:18:25.543 | cockpit-ws x86_64 348-1.el9 baseos 1.1 M 2025-10-14 05:18:25.543 | cockpit-ws-selinux x86_64 348-1.el9 baseos 45 k 2025-10-14 05:18:25.543 | kernel-tools x86_64 5.14.0-624.el9 baseos 381 k 2025-10-14 05:18:25.543 | kernel-tools-libs x86_64 5.14.0-624.el9 baseos 102 k 2025-10-14 05:18:25.543 | python3-distro noarch 1.9.0-2.el9s delorean-master-testing 41 k 2025-10-14 05:18:25.543 | python3-jinja2 noarch 3.0.1-2.el9s delorean-master-testing 511 k 2025-10-14 05:18:25.543 | python3-jsonschema noarch 4.16.0-2.el9s delorean-master-testing 138 k 2025-10-14 05:18:25.543 | python3-markupsafe x86_64 3.0.2-1.el9s delorean-master-testing 28 k 2025-10-14 05:18:25.543 | python3-requests noarch 2.32.3-4.el9s delorean-master-testing 123 k 2025-10-14 05:18:25.543 | python3-setuptools noarch 65.5.1-2.el9s delorean-master-testing 1.2 M 2025-10-14 05:18:25.543 | python3-setuptools-wheel noarch 65.5.1-2.el9s delorean-master-testing 715 k 2025-10-14 05:18:25.543 | Installing dependencies: 2025-10-14 05:18:25.543 | kernel-core x86_64 5.14.0-624.el9 baseos 16 M 2025-10-14 05:18:25.543 | kernel-modules x86_64 5.14.0-624.el9 baseos 38 M 2025-10-14 05:18:25.543 | kernel-modules-core x86_64 5.14.0-624.el9 baseos 30 M 2025-10-14 05:18:25.543 | 2025-10-14 05:18:25.543 | Transaction Summary 2025-10-14 05:18:25.543 | ================================================================================ 2025-10-14 05:18:25.543 | Install 4 Packages 2025-10-14 05:18:25.543 | Upgrade 13 Packages 2025-10-14 05:18:25.543 | 2025-10-14 05:18:25.544 | Total size: 94 M 2025-10-14 05:18:25.544 | Downloading Packages: 2025-10-14 05:18:25.545 | [SKIPPED] kernel-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] kernel-core-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] kernel-modules-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] kernel-modules-core-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] cockpit-bridge-348-1.el9.noarch.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] cockpit-system-348-1.el9.noarch.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] cockpit-ws-348-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] cockpit-ws-selinux-348-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] kernel-tools-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] kernel-tools-libs-5.14.0-624.el9.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] python3-distro-1.9.0-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.545 | [SKIPPED] python3-jinja2-3.0.1-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.546 | [SKIPPED] python3-jsonschema-4.16.0-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.546 | [SKIPPED] python3-markupsafe-3.0.2-1.el9s.x86_64.rpm: Already downloaded 2025-10-14 05:18:25.546 | [SKIPPED] python3-requests-2.32.3-4.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.546 | [SKIPPED] python3-setuptools-65.5.1-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.546 | [SKIPPED] python3-setuptools-wheel-65.5.1-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:18:25.947 | Running transaction check 2025-10-14 05:18:26.313 | Transaction check succeeded. 2025-10-14 05:18:26.313 | Running transaction test 2025-10-14 05:18:26.894 | Transaction test succeeded. 2025-10-14 05:18:26.895 | Running transaction 2025-10-14 05:18:28.432 | Preparing : 1/1 2025-10-14 05:18:28.889 | Installing : kernel-modules-core-5.14.0-624.el9.x86_64 1/30 2025-10-14 05:18:28.920 | Installing : kernel-core-5.14.0-624.el9.x86_64 2/30 2025-10-14 05:18:31.370 | Running scriptlet: kernel-core-5.14.0-624.el9.x86_64 2/30 2025-10-14 05:18:31.415 | Installing : kernel-modules-5.14.0-624.el9.x86_64 3/30 2025-10-14 05:18:36.545 | Running scriptlet: kernel-modules-5.14.0-624.el9.x86_64 3/30 2025-10-14 05:18:36.561 | Upgrading : python3-setuptools-65.5.1-2.el9s.noarch 4/30 2025-10-14 05:18:36.565 | Upgrading : python3-markupsafe-3.0.2-1.el9s.x86_64 5/30 2025-10-14 05:18:36.567 | Upgrading : kernel-tools-libs-5.14.0-624.el9.x86_64 6/30 2025-10-14 05:18:36.584 | Running scriptlet: kernel-tools-libs-5.14.0-624.el9.x86_64 6/30 2025-10-14 05:18:36.595 | Running scriptlet: cockpit-ws-selinux-348-1.el9.x86_64 7/30 2025-10-14 05:18:36.596 | Upgrading : cockpit-ws-selinux-348-1.el9.x86_64 7/30 2025-10-14 05:18:43.178 | Running scriptlet: cockpit-ws-selinux-348-1.el9.x86_64 7/30 2025-10-14 05:18:43.242 | Upgrading : cockpit-bridge-348-1.el9.noarch 8/30 2025-10-14 05:18:43.272 | Upgrading : cockpit-system-348-1.el9.noarch 9/30 2025-10-14 05:18:43.277 | Upgrading : cockpit-ws-348-1.el9.x86_64 10/30 2025-10-14 05:18:43.327 | Running scriptlet: cockpit-ws-348-1.el9.x86_64 10/30 2025-10-14 05:18:43.331 | Upgrading : kernel-tools-5.14.0-624.el9.x86_64 11/30 2025-10-14 05:18:43.362 | Running scriptlet: kernel-tools-5.14.0-624.el9.x86_64 11/30 2025-10-14 05:18:43.368 | Upgrading : python3-jinja2-3.0.1-2.el9s.noarch 12/30 2025-10-14 05:18:43.371 | Installing : kernel-5.14.0-624.el9.x86_64 13/30 2025-10-14 05:18:43.380 | Upgrading : python3-setuptools-wheel-65.5.1-2.el9s.noarch 14/30 2025-10-14 05:18:43.395 | Upgrading : python3-requests-2.32.3-4.el9s.noarch 15/30 2025-10-14 05:18:43.402 | Upgrading : python3-jsonschema-4.16.0-2.el9s.noarch 16/30 2025-10-14 05:18:43.405 | Upgrading : python3-distro-1.9.0-2.el9s.noarch 17/30 2025-10-14 05:18:43.410 | Cleanup : python3-jinja2-2.11.3-8.el9.noarch 18/30 2025-10-14 05:18:43.413 | Cleanup : python3-jsonschema-3.2.0-13.el9.noarch 19/30 2025-10-14 05:18:43.416 | Cleanup : python3-distro-1.5.0-7.el9.noarch 20/30 2025-10-14 05:18:43.419 | Cleanup : cockpit-system-347-1.el9.noarch 21/30 2025-10-14 05:18:43.427 | Running scriptlet: kernel-tools-5.14.0-621.el9.x86_64 22/30 2025-10-14 05:18:43.427 | Cleanup : kernel-tools-5.14.0-621.el9.x86_64 22/30 2025-10-14 05:18:43.439 | Running scriptlet: kernel-tools-5.14.0-621.el9.x86_64 22/30 2025-10-14 05:18:43.447 | Running scriptlet: cockpit-ws-347-1.el9.x86_64 23/30 2025-10-14 05:18:43.447 | Cleanup : cockpit-ws-347-1.el9.x86_64 23/30 2025-10-14 05:18:43.462 | Running scriptlet: cockpit-ws-347-1.el9.x86_64 23/30 2025-10-14 05:18:43.463 | Cleanup : cockpit-ws-selinux-347-1.el9.x86_64 24/30 2025-10-14 05:18:43.473 | Running scriptlet: cockpit-ws-selinux-347-1.el9.x86_64 24/30 2025-10-14 05:18:43.481 | Cleanup : cockpit-bridge-347-1.el9.noarch 25/30 2025-10-14 05:18:43.485 | Cleanup : python3-setuptools-53.0.0-15.el9.noarch 26/30 2025-10-14 05:18:43.487 | Cleanup : python3-setuptools-wheel-53.0.0-15.el9.noarch 27/30 2025-10-14 05:18:43.489 | Cleanup : python3-requests-2.25.1-10.el9.noarch 28/30 2025-10-14 05:18:43.490 | Cleanup : kernel-tools-libs-5.14.0-621.el9.x86_64 29/30 2025-10-14 05:18:43.506 | Running scriptlet: kernel-tools-libs-5.14.0-621.el9.x86_64 29/30 2025-10-14 05:18:43.513 | Cleanup : python3-markupsafe-1.1.1-12.el9.x86_64 30/30 2025-10-14 05:18:48.589 | Running scriptlet: kernel-modules-core-5.14.0-624.el9.x86_64 30/30 2025-10-14 05:19:26.212 | Running scriptlet: kernel-core-5.14.0-624.el9.x86_64 30/30 2025-10-14 05:19:26.239 | Running scriptlet: kernel-modules-5.14.0-624.el9.x86_64 30/30 2025-10-14 05:19:26.344 | Running scriptlet: python3-markupsafe-1.1.1-12.el9.x86_64 30/30 2025-10-14 05:19:26.344 | Verifying : kernel-5.14.0-624.el9.x86_64 1/30 2025-10-14 05:19:26.344 | Verifying : kernel-core-5.14.0-624.el9.x86_64 2/30 2025-10-14 05:19:26.344 | Verifying : kernel-modules-5.14.0-624.el9.x86_64 3/30 2025-10-14 05:19:26.344 | Verifying : kernel-modules-core-5.14.0-624.el9.x86_64 4/30 2025-10-14 05:19:26.344 | Verifying : cockpit-bridge-348-1.el9.noarch 5/30 2025-10-14 05:19:26.344 | Verifying : cockpit-bridge-347-1.el9.noarch 6/30 2025-10-14 05:19:26.344 | Verifying : cockpit-system-348-1.el9.noarch 7/30 2025-10-14 05:19:26.344 | Verifying : cockpit-system-347-1.el9.noarch 8/30 2025-10-14 05:19:26.344 | Verifying : cockpit-ws-348-1.el9.x86_64 9/30 2025-10-14 05:19:26.344 | Verifying : cockpit-ws-347-1.el9.x86_64 10/30 2025-10-14 05:19:26.344 | Verifying : cockpit-ws-selinux-348-1.el9.x86_64 11/30 2025-10-14 05:19:26.344 | Verifying : cockpit-ws-selinux-347-1.el9.x86_64 12/30 2025-10-14 05:19:26.344 | Verifying : kernel-tools-5.14.0-624.el9.x86_64 13/30 2025-10-14 05:19:26.344 | Verifying : kernel-tools-5.14.0-621.el9.x86_64 14/30 2025-10-14 05:19:26.344 | Verifying : kernel-tools-libs-5.14.0-624.el9.x86_64 15/30 2025-10-14 05:19:26.344 | Verifying : kernel-tools-libs-5.14.0-621.el9.x86_64 16/30 2025-10-14 05:19:26.344 | Verifying : python3-distro-1.9.0-2.el9s.noarch 17/30 2025-10-14 05:19:26.344 | Verifying : python3-distro-1.5.0-7.el9.noarch 18/30 2025-10-14 05:19:26.344 | Verifying : python3-jinja2-3.0.1-2.el9s.noarch 19/30 2025-10-14 05:19:26.344 | Verifying : python3-jinja2-2.11.3-8.el9.noarch 20/30 2025-10-14 05:19:26.344 | Verifying : python3-jsonschema-4.16.0-2.el9s.noarch 21/30 2025-10-14 05:19:26.344 | Verifying : python3-jsonschema-3.2.0-13.el9.noarch 22/30 2025-10-14 05:19:26.344 | Verifying : python3-markupsafe-3.0.2-1.el9s.x86_64 23/30 2025-10-14 05:19:26.344 | Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 24/30 2025-10-14 05:19:26.345 | Verifying : python3-requests-2.32.3-4.el9s.noarch 25/30 2025-10-14 05:19:26.345 | Verifying : python3-requests-2.25.1-10.el9.noarch 26/30 2025-10-14 05:19:26.345 | Verifying : python3-setuptools-65.5.1-2.el9s.noarch 27/30 2025-10-14 05:19:26.345 | Verifying : python3-setuptools-53.0.0-15.el9.noarch 28/30 2025-10-14 05:19:26.345 | Verifying : python3-setuptools-wheel-65.5.1-2.el9s.noarch 29/30 2025-10-14 05:19:26.490 | Verifying : python3-setuptools-wheel-53.0.0-15.el9.noarch 30/30 2025-10-14 05:19:26.490 | 2025-10-14 05:19:26.490 | Upgraded: 2025-10-14 05:19:26.490 | cockpit-bridge-348-1.el9.noarch 2025-10-14 05:19:26.490 | cockpit-system-348-1.el9.noarch 2025-10-14 05:19:26.490 | cockpit-ws-348-1.el9.x86_64 2025-10-14 05:19:26.490 | cockpit-ws-selinux-348-1.el9.x86_64 2025-10-14 05:19:26.490 | kernel-tools-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | kernel-tools-libs-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | python3-distro-1.9.0-2.el9s.noarch 2025-10-14 05:19:26.490 | python3-jinja2-3.0.1-2.el9s.noarch 2025-10-14 05:19:26.490 | python3-jsonschema-4.16.0-2.el9s.noarch 2025-10-14 05:19:26.490 | python3-markupsafe-3.0.2-1.el9s.x86_64 2025-10-14 05:19:26.490 | python3-requests-2.32.3-4.el9s.noarch 2025-10-14 05:19:26.490 | python3-setuptools-65.5.1-2.el9s.noarch 2025-10-14 05:19:26.490 | python3-setuptools-wheel-65.5.1-2.el9s.noarch 2025-10-14 05:19:26.490 | Installed: 2025-10-14 05:19:26.490 | kernel-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | kernel-core-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | kernel-modules-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | kernel-modules-core-5.14.0-624.el9.x86_64 2025-10-14 05:19:26.490 | 2025-10-14 05:19:26.490 | Complete! 2025-10-14 05:19:26.560 | dib-run-parts 00-up-to-date completed 2025-10-14 05:19:26.560 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs 2025-10-14 05:19:26.562 | + set -eu 2025-10-14 05:19:26.562 | + set -o pipefail 2025-10-14 05:19:26.563 | ++ dirname /tmp/in_target.d/install.d/01-package-installs 2025-10-14 05:19:26.563 | + package-installs -d /tmp/in_target.d/install.d 2025-10-14 05:19:26.565 | + set -eu 2025-10-14 05:19:26.565 | + set -o pipefail 2025-10-14 05:19:26.565 | ++ basename /usr/local/bin/package-installs 2025-10-14 05:19:26.566 | + SCRIPTNAME=package-installs 2025-10-14 05:19:26.566 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d 2025-10-14 05:19:26.567 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-10-14 05:19:26.567 | + '[' 0 '!=' 0 ']' 2025-10-14 05:19:26.567 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-10-14 05:19:26.567 | ++ set -- -d /tmp/in_target.d/install.d -- 2025-10-14 05:19:26.567 | + WORKDIR= 2025-10-14 05:19:26.567 | + true 2025-10-14 05:19:26.567 | + case "$1" in 2025-10-14 05:19:26.567 | + WORKDIR=/tmp/in_target.d/install.d 2025-10-14 05:19:26.567 | + shift 2 2025-10-14 05:19:26.567 | + true 2025-10-14 05:19:26.567 | + case "$1" in 2025-10-14 05:19:26.567 | + shift 2025-10-14 05:19:26.567 | + break 2025-10-14 05:19:26.567 | + '[' -z /tmp/in_target.d/install.d ']' 2025-10-14 05:19:26.567 | + PACKAGES= 2025-10-14 05:19:26.567 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:19:26.568 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-10-14 05:19:26.568 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2025-10-14 05:19:26.569 | + basefile=package-installs-ironic-python-agent-ramdisk 2025-10-14 05:19:26.569 | + element_name=ironic-python-agent-ramdisk 2025-10-14 05:19:26.569 | + read pkg 2025-10-14 05:19:26.569 | + '[' -z ironic-python-agent ']' 2025-10-14 05:19:26.569 | + '[' i = '#' ']' 2025-10-14 05:19:26.569 | + '[' i = - ']' 2025-10-14 05:19:26.569 | + '[' -e /usr/share/pkg-map/ironic-python-agent-ramdisk ']' 2025-10-14 05:19:26.569 | + set +e 2025-10-14 05:19:26.570 | ++ pkg-map --element ironic-python-agent-ramdisk ironic-python-agent 2025-10-14 05:19:26.594 | INFO:root:Mapping for ironic-python-agent-ramdisk : ironic-python-agent 2025-10-14 05:19:26.597 | + map_pkg=openstack-ironic-python-agent 2025-10-14 05:19:26.597 | + '[' 0 -eq 0 ']' 2025-10-14 05:19:26.597 | + pkg=openstack-ironic-python-agent 2025-10-14 05:19:26.597 | + set -e 2025-10-14 05:19:26.597 | + PACKAGES=' openstack-ironic-python-agent' 2025-10-14 05:19:26.597 | + read pkg 2025-10-14 05:19:26.597 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-10-14 05:19:26.598 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2025-10-14 05:19:26.598 | + basefile=package-installs-extra-hardware 2025-10-14 05:19:26.598 | + element_name=extra-hardware 2025-10-14 05:19:26.598 | + read pkg 2025-10-14 05:19:26.599 | + '[' -z python-hardware ']' 2025-10-14 05:19:26.599 | + '[' p = '#' ']' 2025-10-14 05:19:26.599 | + '[' p = - ']' 2025-10-14 05:19:26.599 | + '[' -e /usr/share/pkg-map/extra-hardware ']' 2025-10-14 05:19:26.599 | + set +e 2025-10-14 05:19:26.599 | ++ pkg-map --element extra-hardware python-hardware 2025-10-14 05:19:26.624 | INFO:root:Mapping for extra-hardware : python-hardware 2025-10-14 05:19:26.627 | + map_pkg=python3-hardware-detect 2025-10-14 05:19:26.627 | + '[' 0 -eq 0 ']' 2025-10-14 05:19:26.627 | + pkg=python3-hardware-detect 2025-10-14 05:19:26.627 | + set -e 2025-10-14 05:19:26.627 | + PACKAGES=' openstack-ironic-python-agent python3-hardware-detect' 2025-10-14 05:19:26.627 | + read pkg 2025-10-14 05:19:26.627 | + '[' -n ' openstack-ironic-python-agent python3-hardware-detect' ']' 2025-10-14 05:19:26.627 | + install-packages openstack-ironic-python-agent python3-hardware-detect 2025-10-14 05:19:26.643 | Running install-packages install. 2025-10-14 05:19:26.643 | + dnf -v -y install openstack-ironic-python-agent python3-hardware-detect 2025-10-14 05:19:26.778 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:19:26.778 | DNF version: 4.14.0 2025-10-14 05:19:26.778 | cachedir: /tmp/yum 2025-10-14 05:19:26.799 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:19:26.852 | repo: using cache for: delorean-component-barbican 2025-10-14 05:19:26.852 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-10-14 05:19:26.853 | repo: using cache for: delorean-component-baremetal 2025-10-14 05:19:26.853 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-10-14 05:19:26.853 | repo: using cache for: delorean-component-cinder 2025-10-14 05:19:26.853 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-10-14 05:19:26.854 | repo: using cache for: delorean-component-clients 2025-10-14 05:19:26.854 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-10-14 05:19:26.854 | repo: using cache for: delorean-component-cloudops 2025-10-14 05:19:26.854 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-10-14 05:19:26.855 | repo: using cache for: delorean-component-common 2025-10-14 05:19:26.855 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-10-14 05:19:26.856 | repo: using cache for: delorean-component-compute 2025-10-14 05:19:26.856 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-10-14 05:19:26.856 | repo: using cache for: delorean-component-designate 2025-10-14 05:19:26.856 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-10-14 05:19:26.857 | repo: using cache for: delorean-component-glance 2025-10-14 05:19:26.857 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-10-14 05:19:26.857 | repo: using cache for: delorean-component-keystone 2025-10-14 05:19:26.857 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-10-14 05:19:26.857 | repo: using cache for: delorean-component-manila 2025-10-14 05:19:26.858 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-10-14 05:19:26.858 | repo: using cache for: delorean-component-network 2025-10-14 05:19:26.858 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-10-14 05:19:26.859 | repo: using cache for: delorean-component-octavia 2025-10-14 05:19:26.859 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-10-14 05:19:26.859 | repo: using cache for: delorean-component-optimize 2025-10-14 05:19:26.859 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-10-14 05:19:26.860 | repo: using cache for: delorean-component-podified 2025-10-14 05:19:26.860 | delorean-component-podified: using metadata from Mon Oct 13 03:49:56 2025. 2025-10-14 05:19:26.860 | repo: using cache for: delorean-component-puppet 2025-10-14 05:19:26.860 | delorean-component-puppet: using metadata from Mon Oct 13 12:07:14 2025. 2025-10-14 05:19:26.861 | repo: using cache for: delorean-component-swift 2025-10-14 05:19:26.861 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-10-14 05:19:26.861 | repo: using cache for: delorean-component-tempest 2025-10-14 05:19:26.861 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-10-14 05:19:26.861 | repo: using cache for: delorean-component-ui 2025-10-14 05:19:26.862 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-10-14 05:19:26.862 | repo: using cache for: baseos 2025-10-14 05:19:26.892 | baseos: using metadata from Mon Oct 13 13:44:32 2025. 2025-10-14 05:19:26.893 | repo: using cache for: appstream 2025-10-14 05:19:26.959 | appstream: using metadata from Mon Oct 13 13:48:15 2025. 2025-10-14 05:19:26.959 | repo: using cache for: crb 2025-10-14 05:19:26.972 | crb: using metadata from Mon Oct 13 13:52:34 2025. 2025-10-14 05:19:26.972 | repo: using cache for: extras-common 2025-10-14 05:19:26.972 | extras-common: using metadata from Mon Sep 15 14:32:43 2025. 2025-10-14 05:19:26.973 | repo: using cache for: delorean-master-testing 2025-10-14 05:19:26.976 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-10-14 05:19:26.977 | repo: using cache for: delorean-master-build-deps 2025-10-14 05:19:26.978 | delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-10-14 05:19:26.978 | repo: using cache for: centos9-rabbitmq 2025-10-14 05:19:26.978 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-10-14 05:19:26.978 | repo: using cache for: centos9-storage 2025-10-14 05:19:26.979 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-10-14 05:19:26.980 | repo: using cache for: centos9-opstools 2025-10-14 05:19:26.980 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-10-14 05:19:26.980 | repo: using cache for: centos9-nfv-ovs 2025-10-14 05:19:26.981 | centos9-nfv-ovs: using metadata from Fri Oct 3 02:22:50 2025. 2025-10-14 05:19:26.982 | repo: using cache for: repo-setup-centos-appstream 2025-10-14 05:19:27.049 | repo-setup-centos-appstream: using metadata from Wed Oct 8 09:45:45 2025. 2025-10-14 05:19:27.049 | repo: using cache for: repo-setup-centos-baseos 2025-10-14 05:19:27.074 | repo-setup-centos-baseos: using metadata from Wed Oct 8 09:42:12 2025. 2025-10-14 05:19:27.074 | repo: using cache for: repo-setup-centos-highavailability 2025-10-14 05:19:27.075 | repo-setup-centos-highavailability: using metadata from Wed Oct 8 09:50:28 2025. 2025-10-14 05:19:27.075 | repo: using cache for: repo-setup-centos-powertools 2025-10-14 05:19:27.087 | repo-setup-centos-powertools: using metadata from Wed Oct 8 09:50:07 2025. 2025-10-14 05:19:27.087 | Last metadata expiration check: 0:01:07 ago on Tue Oct 14 01:18:19 2025. 2025-10-14 05:19:27.258 | --> Starting dependency resolution 2025-10-14 05:19:27.312 | ---> Package openstack-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2025-10-14 05:19:27.312 | ---> Package python3-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2025-10-14 05:19:27.312 | ---> Package python3-stevedore.noarch 5.4.1-0.20250225155234.27e27c1.el9 will be installed 2025-10-14 05:19:27.312 | ---> Package python-oslo-concurrency-lang.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2025-10-14 05:19:27.312 | ---> Package python-oslo-i18n-lang.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2025-10-14 05:19:27.312 | ---> Package python-oslo-log-lang.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python-oslo-utils-lang.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-debtcollector.noarch 3.0.0-0.20240226181642.0e6ce1c.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-futurist.noarch 3.1.0-0.20250225151745.bd83787.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-hardware-detect.noarch 0.32.1-0.20250310113828.527bcd2.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-oslo-concurrency.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-oslo-config.noarch 2:9.7.1-0.20250317170827.d583141.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-oslo-context.noarch 5.7.1-0.20250317171221.52d21e6.el9 will be installed 2025-10-14 05:19:27.313 | ---> Package python3-oslo-i18n.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-oslo-log.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-oslo-serialization.noarch 5.7.0-0.20250317180035.bff992d.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-oslo-service.noarch 4.1.1-0.20250317160209.7a52803.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-oslo-utils.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-tooz+redis.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-tooz+zake.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package python3-tooz.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package libaio.x86_64 0.3.111-13.el9 will be installed 2025-10-14 05:19:27.314 | ---> Package libconfig.x86_64 1.7.2-9.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package librdmacm.x86_64 57.0-2.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package lldpad.x86_64 1.1.1-4.gitf1dd9eb.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package pciutils.x86_64 3.7.0-7.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package python3-cffi.x86_64 1.14.5-5.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package python3-cryptography.x86_64 36.0.1-5.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package python3-dns.noarch 2.6.1-3.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package python3-ply.noarch 3.11-14.el9 will be installed 2025-10-14 05:19:27.315 | ---> Package python3-pycparser.noarch 2.20-6.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package python3-pyudev.noarch 0.22.0-6.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package smartmontools.x86_64 1:7.2-9.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package boost-iostreams.x86_64 1.75.0-11.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package boost-system.x86_64 1.75.0-11.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package boost-thread.x86_64 1.75.0-11.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package fio.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package fio-engine-http.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.316 | ---> Package fio-engine-libaio.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package fio-engine-nbd.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package fio-engine-rados.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package fio-engine-rbd.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package fio-engine-rdma.x86_64 3.35-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package git-core.x86_64 2.47.3-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package libnbd.x86_64 1.20.3-4.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package libpq.x86_64 13.20-1.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package librados2.x86_64 2:16.2.4-5.el9 will be installed 2025-10-14 05:19:27.317 | ---> Package librbd1.x86_64 2:16.2.4-5.el9 will be installed 2025-10-14 05:19:27.318 | ---> Package mariadb-connector-c.x86_64 3.2.6-1.el9 will be installed 2025-10-14 05:19:27.318 | ---> Package mariadb-connector-c-config.noarch 3.2.6-1.el9 will be installed 2025-10-14 05:19:27.318 | ---> Package python3-psutil.x86_64 5.8.0-12.el9 will be installed 2025-10-14 05:19:27.318 | ---> Package qemu-img.x86_64 17:9.1.0-29.el9 will be installed 2025-10-14 05:19:27.318 | ---> Package luajit.x86_64 2.1.1692716794-3.el9s will be installed 2025-10-14 05:19:27.318 | ---> Package python3-async-timeout.noarch 4.0.2-5.el9s will be installed 2025-10-14 05:19:27.318 | ---> Package python3-eventlet.noarch 0.36.1-1.el9s will be installed 2025-10-14 05:19:27.318 | ---> Package python3-fasteners.noarch 0.19-1.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-greenlet.x86_64 3.1.1-1.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-ifaddr.noarch 0.1.7-3.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-iso8601.noarch 2.1.0-1.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-kazoo.noarch 2.8.0-2.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-msgpack.x86_64 1.1.0-1.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-netaddr.noarch 1.3.0-4.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-packaging.noarch 24.2-2.el9s will be installed 2025-10-14 05:19:27.319 | ---> Package python3-paste.noarch 3.10.1-1.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-paste-deploy.noarch 3.1.0-2.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-pbr.noarch 6.1.1-1.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-pint.noarch 0.16.1-3.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-pyOpenSSL.noarch 20.0.1-2.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-pyparsing.noarch 3.1.2-7.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-redis.noarch 5.0.4-1.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-repoze-lru.noarch 0.7-10.el9s will be installed 2025-10-14 05:19:27.320 | ---> Package python3-rfc3986.noarch 2.0.0-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-routes.noarch 2.5.1-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-tempita.noarch 0.5.2-2.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-tenacity.noarch 8.2.3-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-voluptuous.noarch 0.15.2-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-webob.noarch 1.8.9-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-werkzeug.noarch 3.0.3-1.el9s will be installed 2025-10-14 05:19:27.321 | ---> Package python3-wrapt.x86_64 1.16.0-1.el9s will be installed 2025-10-14 05:19:27.322 | ---> Package python3-yappi.x86_64 1.6.0-1.el9s will be installed 2025-10-14 05:19:27.322 | ---> Package python3-zake.noarch 0.2.2-22.el9s will be installed 2025-10-14 05:19:27.322 | ---> Package python3-zeroconf.noarch 0.38.7-1.el9s will be installed 2025-10-14 05:19:27.322 | ---> Package sysbench.x86_64 1.0.20-5.el9s will be installed 2025-10-14 05:19:27.322 | --> Finished dependency resolution 2025-10-14 05:19:27.323 | Dependencies resolved. 2025-10-14 05:19:27.327 | ================================================================================================================= 2025-10-14 05:19:27.327 | Package Arch Version Repository Size 2025-10-14 05:19:27.327 | ================================================================================================================= 2025-10-14 05:19:27.327 | Installing: 2025-10-14 05:19:27.327 | openstack-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 11 k 2025-10-14 05:19:27.327 | python3-hardware-detect noarch 0.32.1-0.20250310113828.527bcd2.el9 delorean-component-common 52 k 2025-10-14 05:19:27.327 | Installing dependencies: 2025-10-14 05:19:27.327 | boost-iostreams x86_64 1.75.0-11.el9 appstream 37 k 2025-10-14 05:19:27.327 | boost-system x86_64 1.75.0-11.el9 appstream 12 k 2025-10-14 05:19:27.327 | boost-thread x86_64 1.75.0-11.el9 appstream 54 k 2025-10-14 05:19:27.327 | git-core x86_64 2.47.3-1.el9 appstream 4.7 M 2025-10-14 05:19:27.327 | libaio x86_64 0.3.111-13.el9 baseos 24 k 2025-10-14 05:19:27.327 | libconfig x86_64 1.7.2-9.el9 baseos 72 k 2025-10-14 05:19:27.327 | libnbd x86_64 1.20.3-4.el9 appstream 164 k 2025-10-14 05:19:27.327 | libpq x86_64 13.20-1.el9 appstream 208 k 2025-10-14 05:19:27.327 | librados2 x86_64 2:16.2.4-5.el9 appstream 3.4 M 2025-10-14 05:19:27.328 | librbd1 x86_64 2:16.2.4-5.el9 appstream 3.0 M 2025-10-14 05:19:27.328 | librdmacm x86_64 57.0-2.el9 baseos 70 k 2025-10-14 05:19:27.328 | lldpad x86_64 1.1.1-4.gitf1dd9eb.el9 baseos 295 k 2025-10-14 05:19:27.328 | luajit x86_64 2.1.1692716794-3.el9s delorean-master-testing 402 k 2025-10-14 05:19:27.328 | mariadb-connector-c x86_64 3.2.6-1.el9 appstream 198 k 2025-10-14 05:19:27.328 | mariadb-connector-c-config noarch 3.2.6-1.el9 appstream 11 k 2025-10-14 05:19:27.328 | pciutils x86_64 3.7.0-7.el9 baseos 93 k 2025-10-14 05:19:27.328 | python-oslo-concurrency-lang noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 13 k 2025-10-14 05:19:27.328 | python-oslo-i18n-lang noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 14 k 2025-10-14 05:19:27.328 | python-oslo-log-lang noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 13 k 2025-10-14 05:19:27.328 | python-oslo-utils-lang noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 13 k 2025-10-14 05:19:27.328 | python3-async-timeout noarch 4.0.2-5.el9s delorean-master-testing 18 k 2025-10-14 05:19:27.328 | python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2025-10-14 05:19:27.328 | python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2025-10-14 05:19:27.328 | python3-debtcollector noarch 3.0.0-0.20240226181642.0e6ce1c.el9 delorean-component-common 31 k 2025-10-14 05:19:27.328 | python3-dns noarch 2.6.1-3.el9 baseos 507 k 2025-10-14 05:19:27.328 | python3-eventlet noarch 0.36.1-1.el9s delorean-master-testing 492 k 2025-10-14 05:19:27.328 | python3-fasteners noarch 0.19-1.el9s delorean-master-testing 37 k 2025-10-14 05:19:27.328 | python3-futurist noarch 3.1.0-0.20250225151745.bd83787.el9 delorean-component-common 61 k 2025-10-14 05:19:27.328 | python3-greenlet x86_64 3.1.1-1.el9s delorean-master-testing 215 k 2025-10-14 05:19:27.328 | python3-ifaddr noarch 0.1.7-3.el9s delorean-master-testing 22 k 2025-10-14 05:19:27.328 | python3-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 293 k 2025-10-14 05:19:27.328 | python3-iso8601 noarch 2.1.0-1.el9s delorean-master-testing 21 k 2025-10-14 05:19:27.328 | python3-kazoo noarch 2.8.0-2.el9s delorean-master-testing 156 k 2025-10-14 05:19:27.328 | python3-msgpack x86_64 1.1.0-1.el9s delorean-master-testing 84 k 2025-10-14 05:19:27.328 | python3-netaddr noarch 1.3.0-4.el9s delorean-master-testing 1.6 M 2025-10-14 05:19:27.328 | python3-oslo-concurrency noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 40 k 2025-10-14 05:19:27.328 | python3-oslo-config noarch 2:9.7.1-0.20250317170827.d583141.el9 delorean-component-common 220 k 2025-10-14 05:19:27.328 | python3-oslo-context noarch 5.7.1-0.20250317171221.52d21e6.el9 delorean-component-common 26 k 2025-10-14 05:19:27.328 | python3-oslo-i18n noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 56 k 2025-10-14 05:19:27.328 | python3-oslo-log noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 62 k 2025-10-14 05:19:27.328 | python3-oslo-serialization noarch 5.7.0-0.20250317180035.bff992d.el9 delorean-component-common 31 k 2025-10-14 05:19:27.328 | python3-oslo-service noarch 4.1.1-0.20250317160209.7a52803.el9 delorean-component-common 77 k 2025-10-14 05:19:27.328 | python3-oslo-utils noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 107 k 2025-10-14 05:19:27.328 | python3-packaging noarch 24.2-2.el9s delorean-master-testing 115 k 2025-10-14 05:19:27.328 | python3-paste noarch 3.10.1-1.el9s delorean-master-testing 486 k 2025-10-14 05:19:27.328 | python3-paste-deploy noarch 3.1.0-2.el9s delorean-master-testing 38 k 2025-10-14 05:19:27.328 | python3-pbr noarch 6.1.1-1.el9s delorean-master-testing 146 k 2025-10-14 05:19:27.328 | python3-pint noarch 0.16.1-3.el9s delorean-master-testing 341 k 2025-10-14 05:19:27.328 | python3-ply noarch 3.11-14.el9 baseos 106 k 2025-10-14 05:19:27.328 | python3-psutil x86_64 5.8.0-12.el9 appstream 214 k 2025-10-14 05:19:27.328 | python3-pyOpenSSL noarch 20.0.1-2.el9s delorean-master-testing 89 k 2025-10-14 05:19:27.328 | python3-pycparser noarch 2.20-6.el9 baseos 135 k 2025-10-14 05:19:27.328 | python3-pyparsing noarch 3.1.2-7.el9s delorean-master-testing 214 k 2025-10-14 05:19:27.328 | python3-pyudev noarch 0.22.0-6.el9 baseos 90 k 2025-10-14 05:19:27.328 | python3-redis noarch 5.0.4-1.el9s delorean-master-testing 394 k 2025-10-14 05:19:27.328 | python3-repoze-lru noarch 0.7-10.el9s delorean-master-testing 31 k 2025-10-14 05:19:27.328 | python3-rfc3986 noarch 2.0.0-1.el9s delorean-master-testing 50 k 2025-10-14 05:19:27.328 | python3-routes noarch 2.5.1-1.el9s delorean-master-testing 188 k 2025-10-14 05:19:27.328 | python3-stevedore noarch 5.4.1-0.20250225155234.27e27c1.el9 delorean-component-clients 68 k 2025-10-14 05:19:27.328 | python3-tempita noarch 0.5.2-2.el9s delorean-master-testing 36 k 2025-10-14 05:19:27.328 | python3-tenacity noarch 8.2.3-1.el9s delorean-master-testing 46 k 2025-10-14 05:19:27.328 | python3-tooz noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 104 k 2025-10-14 05:19:27.328 | python3-tooz+redis noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.8 k 2025-10-14 05:19:27.328 | python3-tooz+zake noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.7 k 2025-10-14 05:19:27.328 | python3-voluptuous noarch 0.15.2-1.el9s delorean-master-testing 60 k 2025-10-14 05:19:27.328 | python3-webob noarch 1.8.9-1.el9s delorean-master-testing 230 k 2025-10-14 05:19:27.328 | python3-werkzeug noarch 3.0.3-1.el9s delorean-master-testing 357 k 2025-10-14 05:19:27.328 | python3-wrapt x86_64 1.16.0-1.el9s delorean-master-testing 60 k 2025-10-14 05:19:27.328 | python3-yappi x86_64 1.6.0-1.el9s delorean-master-testing 54 k 2025-10-14 05:19:27.328 | python3-zake noarch 0.2.2-22.el9s delorean-master-testing 45 k 2025-10-14 05:19:27.328 | python3-zeroconf noarch 0.38.7-1.el9s delorean-master-testing 141 k 2025-10-14 05:19:27.328 | qemu-img x86_64 17:9.1.0-29.el9 appstream 2.5 M 2025-10-14 05:19:27.328 | smartmontools x86_64 1:7.2-9.el9 baseos 557 k 2025-10-14 05:19:27.328 | Installing weak dependencies: 2025-10-14 05:19:27.328 | fio x86_64 3.35-1.el9 appstream 6.2 M 2025-10-14 05:19:27.328 | fio-engine-http x86_64 3.35-1.el9 appstream 18 k 2025-10-14 05:19:27.328 | fio-engine-libaio x86_64 3.35-1.el9 appstream 16 k 2025-10-14 05:19:27.328 | fio-engine-nbd x86_64 3.35-1.el9 appstream 15 k 2025-10-14 05:19:27.328 | fio-engine-rados x86_64 3.35-1.el9 appstream 16 k 2025-10-14 05:19:27.328 | fio-engine-rbd x86_64 3.35-1.el9 appstream 16 k 2025-10-14 05:19:27.328 | fio-engine-rdma x86_64 3.35-1.el9 appstream 21 k 2025-10-14 05:19:27.328 | sysbench x86_64 1.0.20-5.el9s delorean-master-testing 158 k 2025-10-14 05:19:27.328 | 2025-10-14 05:19:27.328 | Transaction Summary 2025-10-14 05:19:27.328 | ================================================================================================================= 2025-10-14 05:19:27.328 | Install 83 Packages 2025-10-14 05:19:27.328 | 2025-10-14 05:19:27.333 | Total size: 32 M 2025-10-14 05:19:27.333 | Total download size: 24 M 2025-10-14 05:19:27.333 | Installed size: 115 M 2025-10-14 05:19:27.333 | Downloading Packages: 2025-10-14 05:19:27.337 | [SKIPPED] python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.337 | [SKIPPED] python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.337 | [SKIPPED] python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.337 | [SKIPPED] python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.337 | [SKIPPED] python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.338 | [SKIPPED] python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.338 | [SKIPPED] python3-oslo-config-9.7.1-0.20250317170827.d583141.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.338 | [SKIPPED] python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.338 | [SKIPPED] python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:27.338 | [SKIPPED] libaio-0.3.111-13.el9.x86_64.rpm: Already downloaded 2025-10-14 05:19:28.746 | [SKIPPED] python3-pyudev-0.22.0-6.el9.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] git-core-2.47.3-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-psutil-5.8.0-12.el9.x86_64.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-fasteners-0.19-1.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-iso8601-2.1.0-1.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-netaddr-1.3.0-4.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-packaging-24.2-2.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-pbr-6.1.1-1.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-pyparsing-3.1.2-7.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-rfc3986-2.0.0-1.el9s.noarch.rpm: Already downloaded 2025-10-14 05:19:29.135 | [SKIPPED] python3-wrapt-1.16.0-1.el9s.x86_64.rpm: Already downloaded 2025-10-14 05:19:29.295 | (22/83): python-oslo-log-lang-7.1.0-0.202503171 79 kB/s | 13 kB 00:00 2025-10-14 05:19:29.296 | (23/83): openstack-ironic-python-agent-10.3.0-0 70 kB/s | 11 kB 00:00 2025-10-14 05:19:29.299 | (24/83): python3-ironic-python-agent-10.3.0-0.2 1.8 MB/s | 293 kB 00:00 2025-10-14 05:19:29.358 | (25/83): python3-oslo-context-5.7.1-0.202503171 439 kB/s | 26 kB 00:00 2025-10-14 05:19:29.359 | (26/83): python3-futurist-3.1.0-0.2025022515174 965 kB/s | 61 kB 00:00 2025-10-14 05:19:29.360 | (27/83): python3-hardware-detect-0.32.1-0.20250 817 kB/s | 52 kB 00:00 2025-10-14 05:19:29.411 | (28/83): python3-oslo-log-7.1.0-0.2025031717214 1.2 MB/s | 62 kB 00:00 2025-10-14 05:19:29.414 | (29/83): python3-oslo-service-4.1.1-0.202503171 1.4 MB/s | 77 kB 00:00 2025-10-14 05:19:29.417 | (30/83): python3-oslo-serialization-5.7.0-0.202 550 kB/s | 31 kB 00:00 2025-10-14 05:19:29.471 | (31/83): python3-tooz+zake-6.3.0-0.202410180837 135 kB/s | 7.7 kB 00:00 2025-10-14 05:19:29.472 | (32/83): python3-tooz+redis-6.3.0-0.20241018083 127 kB/s | 7.8 kB 00:00 2025-10-14 05:19:29.474 | (33/83): python3-tooz-6.3.0-0.20241018083720.73 1.8 MB/s | 104 kB 00:00 2025-10-14 05:19:30.104 | (34/83): librdmacm-57.0-2.el9.x86_64.rpm 110 kB/s | 70 kB 00:00 2025-10-14 05:19:30.105 | (35/83): libconfig-1.7.2-9.el9.x86_64.rpm 114 kB/s | 72 kB 00:00 2025-10-14 05:19:30.253 | (36/83): lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64.r 379 kB/s | 295 kB 00:00 2025-10-14 05:19:30.259 | (37/83): pciutils-3.7.0-7.el9.x86_64.rpm 603 kB/s | 93 kB 00:00 2025-10-14 05:19:30.357 | (38/83): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2025-10-14 05:19:30.510 | (39/83): python3-ply-3.11-14.el9.noarch.rpm 694 kB/s | 106 kB 00:00 2025-10-14 05:19:30.664 | (40/83): python3-pycparser-2.20-6.el9.noarch.rp 880 kB/s | 135 kB 00:00 2025-10-14 05:19:30.670 | (41/83): python3-dns-2.6.1-3.el9.noarch.rpm 1.2 MB/s | 507 kB 00:00 2025-10-14 05:19:30.997 | (42/83): boost-iostreams-1.75.0-11.el9.x86_64.r 114 kB/s | 37 kB 00:00 2025-10-14 05:19:31.118 | (43/83): smartmontools-7.2-9.el9.x86_64.rpm 1.2 MB/s | 557 kB 00:00 2025-10-14 05:19:31.233 | (44/83): python3-cryptography-36.0.1-5.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2025-10-14 05:19:31.262 | (45/83): boost-system-1.75.0-11.el9.x86_64.rpm 46 kB/s | 12 kB 00:00 2025-10-14 05:19:31.454 | (46/83): boost-thread-1.75.0-11.el9.x86_64.rpm 161 kB/s | 54 kB 00:00 2025-10-14 05:19:31.924 | (47/83): fio-engine-http-3.35-1.el9.x86_64.rpm 27 kB/s | 18 kB 00:00 2025-10-14 05:19:31.925 | (48/83): fio-engine-libaio-3.35-1.el9.x86_64.rp 33 kB/s | 16 kB 00:00 2025-10-14 05:19:32.069 | (49/83): fio-3.35-1.el9.x86_64.rpm 7.5 MB/s | 6.2 MB 00:00 2025-10-14 05:19:32.397 | (50/83): fio-engine-nbd-3.35-1.el9.x86_64.rpm 31 kB/s | 15 kB 00:00 2025-10-14 05:19:32.398 | (51/83): fio-engine-rados-3.35-1.el9.x86_64.rpm 33 kB/s | 16 kB 00:00 2025-10-14 05:19:32.525 | (52/83): fio-engine-rbd-3.35-1.el9.x86_64.rpm 36 kB/s | 16 kB 00:00 2025-10-14 05:19:32.859 | (53/83): fio-engine-rdma-3.35-1.el9.x86_64.rpm 45 kB/s | 21 kB 00:00 2025-10-14 05:19:32.999 | (54/83): libnbd-1.20.3-4.el9.x86_64.rpm 273 kB/s | 164 kB 00:00 2025-10-14 05:19:33.341 | (55/83): libpq-13.20-1.el9.x86_64.rpm 255 kB/s | 208 kB 00:00 2025-10-14 05:19:33.648 | (56/83): librados2-16.2.4-5.el9.x86_64.rpm 4.3 MB/s | 3.4 MB 00:00 2025-10-14 05:19:33.771 | (57/83): librbd1-16.2.4-5.el9.x86_64.rpm 3.9 MB/s | 3.0 MB 00:00 2025-10-14 05:19:33.932 | (58/83): mariadb-connector-c-3.2.6-1.el9.x86_64 336 kB/s | 198 kB 00:00 2025-10-14 05:19:34.015 | (59/83): luajit-2.1.1692716794-3.el9s.x86_64.rp 4.8 MB/s | 402 kB 00:00 2025-10-14 05:19:34.066 | (60/83): python3-async-timeout-4.0.2-5.el9s.noa 354 kB/s | 18 kB 00:00 2025-10-14 05:19:34.105 | (61/83): mariadb-connector-c-config-3.2.6-1.el9 24 kB/s | 11 kB 00:00 2025-10-14 05:19:34.121 | (62/83): python3-eventlet-0.36.1-1.el9s.noarch. 8.7 MB/s | 492 kB 00:00 2025-10-14 05:19:34.160 | (63/83): python3-greenlet-3.1.1-1.el9s.x86_64.r 3.9 MB/s | 215 kB 00:00 2025-10-14 05:19:34.174 | (64/83): python3-ifaddr-0.1.7-3.el9s.noarch.rpm 419 kB/s | 22 kB 00:00 2025-10-14 05:19:34.211 | (65/83): python3-kazoo-2.8.0-2.el9s.noarch.rpm 3.0 MB/s | 156 kB 00:00 2025-10-14 05:19:34.224 | (66/83): python3-msgpack-1.1.0-1.el9s.x86_64.rp 1.6 MB/s | 84 kB 00:00 2025-10-14 05:19:34.267 | (67/83): python3-paste-3.10.1-1.el9s.noarch.rpm 8.5 MB/s | 486 kB 00:00 2025-10-14 05:19:34.276 | (68/83): python3-paste-deploy-3.1.0-2.el9s.noar 748 kB/s | 38 kB 00:00 2025-10-14 05:19:34.320 | (69/83): python3-pint-0.16.1-3.el9s.noarch.rpm 6.4 MB/s | 341 kB 00:00 2025-10-14 05:19:34.326 | (70/83): python3-pyOpenSSL-20.0.1-2.el9s.noarch 1.8 MB/s | 89 kB 00:00 2025-10-14 05:19:34.374 | (71/83): python3-redis-5.0.4-1.el9s.noarch.rpm 7.2 MB/s | 394 kB 00:00 2025-10-14 05:19:34.374 | (72/83): python3-repoze-lru-0.7-10.el9s.noarch. 636 kB/s | 31 kB 00:00 2025-10-14 05:19:34.424 | (73/83): python3-routes-2.5.1-1.el9s.noarch.rpm 3.7 MB/s | 188 kB 00:00 2025-10-14 05:19:34.425 | (74/83): python3-tempita-0.5.2-2.el9s.noarch.rp 712 kB/s | 36 kB 00:00 2025-10-14 05:19:34.473 | (75/83): python3-tenacity-8.2.3-1.el9s.noarch.r 935 kB/s | 46 kB 00:00 2025-10-14 05:19:34.474 | (76/83): python3-voluptuous-0.15.2-1.el9s.noarc 1.2 MB/s | 60 kB 00:00 2025-10-14 05:19:34.525 | (77/83): python3-webob-1.8.9-1.el9s.noarch.rpm 4.3 MB/s | 230 kB 00:00 2025-10-14 05:19:34.528 | (78/83): python3-werkzeug-3.0.3-1.el9s.noarch.r 6.6 MB/s | 357 kB 00:00 2025-10-14 05:19:34.534 | (79/83): qemu-img-9.1.0-29.el9.x86_64.rpm 3.3 MB/s | 2.5 MB 00:00 2025-10-14 05:19:34.577 | (80/83): python3-yappi-1.6.0-1.el9s.x86_64.rpm 1.0 MB/s | 54 kB 00:00 2025-10-14 05:19:34.578 | (81/83): python3-zake-0.2.2-22.el9s.noarch.rpm 896 kB/s | 45 kB 00:00 2025-10-14 05:19:34.629 | (82/83): sysbench-1.0.20-5.el9s.x86_64.rpm 3.0 MB/s | 158 kB 00:00 2025-10-14 05:19:34.684 | (83/83): python3-zeroconf-0.38.7-1.el9s.noarch. 941 kB/s | 141 kB 00:00 2025-10-14 05:19:34.687 | -------------------------------------------------------------------------------- 2025-10-14 05:19:34.687 | Total 3.3 MB/s | 24 MB 00:07 2025-10-14 05:19:34.688 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-10-14 05:19:35.145 | Running transaction check 2025-10-14 05:19:35.185 | Transaction check succeeded. 2025-10-14 05:19:35.185 | Running transaction test 2025-10-14 05:19:35.471 | Transaction test succeeded. 2025-10-14 05:19:35.472 | Running transaction 2025-10-14 05:19:35.805 | Preparing : 1/1 2025-10-14 05:19:35.810 | Installing : python3-packaging-24.2-2.el9s.noarch 1/83 2025-10-14 05:19:35.815 | Installing : libaio-0.3.111-13.el9.x86_64 2/83 2025-10-14 05:19:35.855 | Installing : python3-tenacity-8.2.3-1.el9s.noarch 3/83 2025-10-14 05:19:35.862 | Installing : python3-netaddr-1.3.0-4.el9s.noarch 4/83 2025-10-14 05:19:35.879 | Installing : python3-msgpack-1.1.0-1.el9s.x86_64 5/83 2025-10-14 05:19:35.886 | Installing : python3-greenlet-3.1.1-1.el9s.x86_64 6/83 2025-10-14 05:19:35.896 | Installing : python3-fasteners-0.19-1.el9s.noarch 7/83 2025-10-14 05:19:35.900 | Installing : python3-psutil-5.8.0-12.el9.x86_64 8/83 2025-10-14 05:19:35.937 | Installing : librdmacm-57.0-2.el9.x86_64 9/83 2025-10-14 05:19:35.956 | Installing : qemu-img-17:9.1.0-29.el9.x86_64 10/83 2025-10-14 05:19:35.962 | Installing : python3-pint-0.16.1-3.el9s.noarch 11/83 2025-10-14 05:19:35.968 | Installing : python3-yappi-1.6.0-1.el9s.x86_64 12/83 2025-10-14 05:19:35.974 | Installing : python3-wrapt-1.16.0-1.el9s.x86_64 13/83 2025-10-14 05:19:35.982 | Installing : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 14/83 2025-10-14 05:19:36.004 | Installing : python3-futurist-3.1.0-0.20250225151745.bd83787.el 15/83 2025-10-14 05:19:36.020 | Installing : python3-werkzeug-3.0.3-1.el9s.noarch 16/83 2025-10-14 05:19:36.026 | Installing : python3-webob-1.8.9-1.el9s.noarch 17/83 2025-10-14 05:19:36.030 | Installing : python3-voluptuous-0.15.2-1.el9s.noarch 18/83 2025-10-14 05:19:36.035 | Installing : python3-tempita-0.5.2-2.el9s.noarch 19/83 2025-10-14 05:19:36.040 | Installing : python3-rfc3986-2.0.0-1.el9s.noarch 20/83 2025-10-14 05:19:36.047 | Installing : python3-repoze-lru-0.7-10.el9s.noarch 21/83 2025-10-14 05:19:36.055 | Installing : python3-routes-2.5.1-1.el9s.noarch 22/83 2025-10-14 05:19:36.062 | Installing : python3-pyparsing-3.1.2-7.el9s.noarch 23/83 2025-10-14 05:19:36.074 | Installing : python3-paste-deploy-3.1.0-2.el9s.noarch 24/83 2025-10-14 05:19:36.081 | Installing : python3-kazoo-2.8.0-2.el9s.noarch 25/83 2025-10-14 05:19:36.085 | Installing : python3-zake-0.2.2-22.el9s.noarch 26/83 2025-10-14 05:19:36.089 | Installing : python3-iso8601-2.1.0-1.el9s.noarch 27/83 2025-10-14 05:19:36.100 | Installing : python3-ifaddr-0.1.7-3.el9s.noarch 28/83 2025-10-14 05:19:36.104 | Installing : python3-zeroconf-0.38.7-1.el9s.noarch 29/83 2025-10-14 05:19:36.128 | Installing : python3-async-timeout-4.0.2-5.el9s.noarch 30/83 2025-10-14 05:19:36.138 | Installing : python3-redis-5.0.4-1.el9s.noarch 31/83 2025-10-14 05:19:36.141 | Installing : luajit-2.1.1692716794-3.el9s.x86_64 32/83 2025-10-14 05:19:36.146 | Installing : mariadb-connector-c-config-3.2.6-1.el9.noarch 33/83 2025-10-14 05:19:36.153 | Installing : mariadb-connector-c-3.2.6-1.el9.x86_64 34/83 2025-10-14 05:19:36.165 | Installing : libpq-13.20-1.el9.x86_64 35/83 2025-10-14 05:19:36.172 | Installing : sysbench-1.0.20-5.el9s.x86_64 36/83 2025-10-14 05:19:36.247 | Installing : libnbd-1.20.3-4.el9.x86_64 37/83 2025-10-14 05:19:36.267 | Installing : git-core-2.47.3-1.el9.x86_64 38/83 2025-10-14 05:19:36.281 | Installing : python3-pbr-6.1.1-1.el9s.noarch 39/83 2025-10-14 05:19:36.287 | Installing : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 40/83 2025-10-14 05:19:36.289 | Installing : python3-oslo-context-5.7.1-0.20250317171221.52d21e 41/83 2025-10-14 05:19:36.292 | Installing : boost-system-1.75.0-11.el9.x86_64 42/83 2025-10-14 05:19:36.294 | Installing : boost-thread-1.75.0-11.el9.x86_64 43/83 2025-10-14 05:19:36.329 | Installing : boost-iostreams-1.75.0-11.el9.x86_64 44/83 2025-10-14 05:19:36.332 | Installing : librados2-2:16.2.4-5.el9.x86_64 45/83 2025-10-14 05:19:36.378 | Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 45/83 2025-10-14 05:19:36.381 | Installing : librbd1-2:16.2.4-5.el9.x86_64 46/83 2025-10-14 05:19:36.395 | Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 46/83 2025-10-14 05:19:36.397 | Installing : fio-engine-http-3.35-1.el9.x86_64 47/83 2025-10-14 05:19:36.399 | Installing : fio-engine-nbd-3.35-1.el9.x86_64 48/83 2025-10-14 05:19:36.402 | Installing : fio-engine-rados-3.35-1.el9.x86_64 49/83 2025-10-14 05:19:36.403 | Installing : fio-engine-rbd-3.35-1.el9.x86_64 50/83 2025-10-14 05:19:36.449 | Installing : fio-engine-rdma-3.35-1.el9.x86_64 51/83 2025-10-14 05:19:36.454 | Installing : fio-3.35-1.el9.x86_64 52/83 2025-10-14 05:19:36.465 | Installing : fio-engine-libaio-3.35-1.el9.x86_64 53/83 2025-10-14 05:19:36.468 | Installing : smartmontools-1:7.2-9.el9.x86_64 54/83 2025-10-14 05:19:36.485 | Running scriptlet: smartmontools-1:7.2-9.el9.x86_64 54/83 2025-10-14 05:19:36.485 | Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service -> /usr/lib/systemd/system/smartd.service. 2025-10-14 05:19:36.485 | 2025-10-14 05:19:36.501 | Installing : python3-pyudev-0.22.0-6.el9.noarch 55/83 2025-10-14 05:19:36.511 | Installing : python3-ply-3.11-14.el9.noarch 56/83 2025-10-14 05:19:36.523 | Installing : python3-pycparser-2.20-6.el9.noarch 57/83 2025-10-14 05:19:36.572 | Installing : python3-cffi-1.14.5-5.el9.x86_64 58/83 2025-10-14 05:19:36.583 | Installing : python3-cryptography-36.0.1-5.el9.x86_64 59/83 2025-10-14 05:19:36.618 | Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 60/83 2025-10-14 05:19:36.661 | Installing : python3-paste-3.10.1-1.el9s.noarch 61/83 2025-10-14 05:19:36.696 | Installing : python3-dns-2.6.1-3.el9.noarch 62/83 2025-10-14 05:19:36.703 | Installing : python3-eventlet-0.36.1-1.el9s.noarch 63/83 2025-10-14 05:19:36.707 | Installing : pciutils-3.7.0-7.el9.x86_64 64/83 2025-10-14 05:19:36.715 | Installing : libconfig-1.7.2-9.el9.x86_64 65/83 2025-10-14 05:19:36.717 | Installing : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2025-10-14 05:19:36.737 | Running scriptlet: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2025-10-14 05:19:36.739 | Installing : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 67/83 2025-10-14 05:19:36.742 | Installing : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 68/83 2025-10-14 05:19:36.751 | Installing : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 69/83 2025-10-14 05:19:36.762 | Installing : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 70/83 2025-10-14 05:19:36.778 | Installing : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 71/83 2025-10-14 05:19:36.785 | Installing : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 72/83 2025-10-14 05:19:36.787 | Installing : python3-oslo-serialization-5.7.0-0.20250317180035. 73/83 2025-10-14 05:19:36.788 | Installing : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 74/83 2025-10-14 05:19:36.796 | Installing : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 75/83 2025-10-14 05:19:36.805 | Installing : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 76/83 2025-10-14 05:19:36.809 | Installing : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 77/83 2025-10-14 05:19:36.815 | Installing : python-oslo-concurrency-lang-7.1.0-0.2025031717320 78/83 2025-10-14 05:19:36.825 | Installing : python3-oslo-concurrency-7.1.0-0.20250317173205.62 79/83 2025-10-14 05:19:36.844 | Installing : python3-oslo-service-4.1.1-0.20250317160209.7a5280 80/83 2025-10-14 05:19:36.849 | Installing : python3-ironic-python-agent-10.3.0-0.2025041800572 81/83 2025-10-14 05:19:36.850 | Installing : openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2025-10-14 05:19:36.873 | Running scriptlet: openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2025-10-14 05:19:36.896 | Installing : python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2025-10-14 05:19:37.093 | Running scriptlet: python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2025-10-14 05:19:37.093 | Verifying : openstack-ironic-python-agent-10.3.0-0.20250418005 1/83 2025-10-14 05:19:37.093 | Verifying : python3-ironic-python-agent-10.3.0-0.2025041800572 2/83 2025-10-14 05:19:37.093 | Verifying : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 3/83 2025-10-14 05:19:37.093 | Verifying : python-oslo-concurrency-lang-7.1.0-0.2025031717320 4/83 2025-10-14 05:19:37.093 | Verifying : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 5/83 2025-10-14 05:19:37.093 | Verifying : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 6/83 2025-10-14 05:19:37.093 | Verifying : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 7/83 2025-10-14 05:19:37.094 | Verifying : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 8/83 2025-10-14 05:19:37.094 | Verifying : python3-futurist-3.1.0-0.20250225151745.bd83787.el 9/83 2025-10-14 05:19:37.094 | Verifying : python3-hardware-detect-0.32.1-0.20250310113828.52 10/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-concurrency-7.1.0-0.20250317173205.62 11/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 12/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-context-5.7.1-0.20250317171221.52d21e 13/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 14/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 15/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-serialization-5.7.0-0.20250317180035. 16/83 2025-10-14 05:19:37.094 | Verifying : python3-oslo-service-4.1.1-0.20250317160209.7a5280 17/83 2025-10-14 05:19:37.095 | Verifying : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 18/83 2025-10-14 05:19:37.095 | Verifying : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 19/83 2025-10-14 05:19:37.095 | Verifying : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 20/83 2025-10-14 05:19:37.095 | Verifying : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 21/83 2025-10-14 05:19:37.095 | Verifying : libaio-0.3.111-13.el9.x86_64 22/83 2025-10-14 05:19:37.095 | Verifying : libconfig-1.7.2-9.el9.x86_64 23/83 2025-10-14 05:19:37.095 | Verifying : librdmacm-57.0-2.el9.x86_64 24/83 2025-10-14 05:19:37.095 | Verifying : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 25/83 2025-10-14 05:19:37.095 | Verifying : pciutils-3.7.0-7.el9.x86_64 26/83 2025-10-14 05:19:37.095 | Verifying : python3-cffi-1.14.5-5.el9.x86_64 27/83 2025-10-14 05:19:37.095 | Verifying : python3-cryptography-36.0.1-5.el9.x86_64 28/83 2025-10-14 05:19:37.096 | Verifying : python3-dns-2.6.1-3.el9.noarch 29/83 2025-10-14 05:19:37.096 | Verifying : python3-ply-3.11-14.el9.noarch 30/83 2025-10-14 05:19:37.096 | Verifying : python3-pycparser-2.20-6.el9.noarch 31/83 2025-10-14 05:19:37.096 | Verifying : python3-pyudev-0.22.0-6.el9.noarch 32/83 2025-10-14 05:19:37.096 | Verifying : smartmontools-1:7.2-9.el9.x86_64 33/83 2025-10-14 05:19:37.096 | Verifying : boost-iostreams-1.75.0-11.el9.x86_64 34/83 2025-10-14 05:19:37.096 | Verifying : boost-system-1.75.0-11.el9.x86_64 35/83 2025-10-14 05:19:37.096 | Verifying : boost-thread-1.75.0-11.el9.x86_64 36/83 2025-10-14 05:19:37.096 | Verifying : fio-3.35-1.el9.x86_64 37/83 2025-10-14 05:19:37.096 | Verifying : fio-engine-http-3.35-1.el9.x86_64 38/83 2025-10-14 05:19:37.096 | Verifying : fio-engine-libaio-3.35-1.el9.x86_64 39/83 2025-10-14 05:19:37.096 | Verifying : fio-engine-nbd-3.35-1.el9.x86_64 40/83 2025-10-14 05:19:37.096 | Verifying : fio-engine-rados-3.35-1.el9.x86_64 41/83 2025-10-14 05:19:37.097 | Verifying : fio-engine-rbd-3.35-1.el9.x86_64 42/83 2025-10-14 05:19:37.097 | Verifying : fio-engine-rdma-3.35-1.el9.x86_64 43/83 2025-10-14 05:19:37.097 | Verifying : git-core-2.47.3-1.el9.x86_64 44/83 2025-10-14 05:19:37.097 | Verifying : libnbd-1.20.3-4.el9.x86_64 45/83 2025-10-14 05:19:37.097 | Verifying : libpq-13.20-1.el9.x86_64 46/83 2025-10-14 05:19:37.097 | Verifying : librados2-2:16.2.4-5.el9.x86_64 47/83 2025-10-14 05:19:37.097 | Verifying : librbd1-2:16.2.4-5.el9.x86_64 48/83 2025-10-14 05:19:37.097 | Verifying : mariadb-connector-c-3.2.6-1.el9.x86_64 49/83 2025-10-14 05:19:37.097 | Verifying : mariadb-connector-c-config-3.2.6-1.el9.noarch 50/83 2025-10-14 05:19:37.097 | Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/83 2025-10-14 05:19:37.097 | Verifying : qemu-img-17:9.1.0-29.el9.x86_64 52/83 2025-10-14 05:19:37.097 | Verifying : luajit-2.1.1692716794-3.el9s.x86_64 53/83 2025-10-14 05:19:37.097 | Verifying : python3-async-timeout-4.0.2-5.el9s.noarch 54/83 2025-10-14 05:19:37.098 | Verifying : python3-eventlet-0.36.1-1.el9s.noarch 55/83 2025-10-14 05:19:37.098 | Verifying : python3-fasteners-0.19-1.el9s.noarch 56/83 2025-10-14 05:19:37.098 | Verifying : python3-greenlet-3.1.1-1.el9s.x86_64 57/83 2025-10-14 05:19:37.098 | Verifying : python3-ifaddr-0.1.7-3.el9s.noarch 58/83 2025-10-14 05:19:37.098 | Verifying : python3-iso8601-2.1.0-1.el9s.noarch 59/83 2025-10-14 05:19:37.098 | Verifying : python3-kazoo-2.8.0-2.el9s.noarch 60/83 2025-10-14 05:19:37.098 | Verifying : python3-msgpack-1.1.0-1.el9s.x86_64 61/83 2025-10-14 05:19:37.098 | Verifying : python3-netaddr-1.3.0-4.el9s.noarch 62/83 2025-10-14 05:19:37.098 | Verifying : python3-packaging-24.2-2.el9s.noarch 63/83 2025-10-14 05:19:37.098 | Verifying : python3-paste-3.10.1-1.el9s.noarch 64/83 2025-10-14 05:19:37.098 | Verifying : python3-paste-deploy-3.1.0-2.el9s.noarch 65/83 2025-10-14 05:19:37.098 | Verifying : python3-pbr-6.1.1-1.el9s.noarch 66/83 2025-10-14 05:19:37.098 | Verifying : python3-pint-0.16.1-3.el9s.noarch 67/83 2025-10-14 05:19:37.099 | Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 68/83 2025-10-14 05:19:37.099 | Verifying : python3-pyparsing-3.1.2-7.el9s.noarch 69/83 2025-10-14 05:19:37.099 | Verifying : python3-redis-5.0.4-1.el9s.noarch 70/83 2025-10-14 05:19:37.099 | Verifying : python3-repoze-lru-0.7-10.el9s.noarch 71/83 2025-10-14 05:19:37.099 | Verifying : python3-rfc3986-2.0.0-1.el9s.noarch 72/83 2025-10-14 05:19:37.099 | Verifying : python3-routes-2.5.1-1.el9s.noarch 73/83 2025-10-14 05:19:37.099 | Verifying : python3-tempita-0.5.2-2.el9s.noarch 74/83 2025-10-14 05:19:37.099 | Verifying : python3-tenacity-8.2.3-1.el9s.noarch 75/83 2025-10-14 05:19:37.099 | Verifying : python3-voluptuous-0.15.2-1.el9s.noarch 76/83 2025-10-14 05:19:37.099 | Verifying : python3-webob-1.8.9-1.el9s.noarch 77/83 2025-10-14 05:19:37.099 | Verifying : python3-werkzeug-3.0.3-1.el9s.noarch 78/83 2025-10-14 05:19:37.099 | Verifying : python3-wrapt-1.16.0-1.el9s.x86_64 79/83 2025-10-14 05:19:37.099 | Verifying : python3-yappi-1.6.0-1.el9s.x86_64 80/83 2025-10-14 05:19:37.100 | Verifying : python3-zake-0.2.2-22.el9s.noarch 81/83 2025-10-14 05:19:37.100 | Verifying : python3-zeroconf-0.38.7-1.el9s.noarch 82/83 2025-10-14 05:19:37.116 | Verifying : sysbench-1.0.20-5.el9s.x86_64 83/83 2025-10-14 05:19:37.116 | Completion plugin: Generating completion cache... 2025-10-14 05:19:37.213 | Installed: boost-iostreams-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.214 | Installed: boost-system-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.214 | Installed: boost-thread-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-http-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-libaio-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-nbd-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-rados-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-rbd-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: fio-engine-rdma-3.35-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: git-core-2.47.3-1.el9.x86_64 2025-10-14 05:19:37.214 | Installed: libaio-0.3.111-13.el9.x86_64 2025-10-14 05:19:37.214 | Installed: libconfig-1.7.2-9.el9.x86_64 2025-10-14 05:19:37.215 | Installed: libnbd-1.20.3-4.el9.x86_64 2025-10-14 05:19:37.215 | Installed: libpq-13.20-1.el9.x86_64 2025-10-14 05:19:37.215 | Installed: librados2-2:16.2.4-5.el9.x86_64 2025-10-14 05:19:37.215 | Installed: librbd1-2:16.2.4-5.el9.x86_64 2025-10-14 05:19:37.215 | Installed: librdmacm-57.0-2.el9.x86_64 2025-10-14 05:19:37.215 | Installed: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2025-10-14 05:19:37.215 | Installed: luajit-2.1.1692716794-3.el9s.x86_64 2025-10-14 05:19:37.215 | Installed: mariadb-connector-c-3.2.6-1.el9.x86_64 2025-10-14 05:19:37.215 | Installed: mariadb-connector-c-config-3.2.6-1.el9.noarch 2025-10-14 05:19:37.215 | Installed: openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-10-14 05:19:37.215 | Installed: pciutils-3.7.0-7.el9.x86_64 2025-10-14 05:19:37.215 | Installed: python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2025-10-14 05:19:37.216 | Installed: python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-10-14 05:19:37.216 | Installed: python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-10-14 05:19:37.216 | Installed: python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-10-14 05:19:37.216 | Installed: python3-async-timeout-4.0.2-5.el9s.noarch 2025-10-14 05:19:37.216 | Installed: python3-cffi-1.14.5-5.el9.x86_64 2025-10-14 05:19:37.216 | Installed: python3-cryptography-36.0.1-5.el9.x86_64 2025-10-14 05:19:37.216 | Installed: python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2025-10-14 05:19:37.216 | Installed: python3-dns-2.6.1-3.el9.noarch 2025-10-14 05:19:37.216 | Installed: python3-eventlet-0.36.1-1.el9s.noarch 2025-10-14 05:19:37.216 | Installed: python3-fasteners-0.19-1.el9s.noarch 2025-10-14 05:19:37.216 | Installed: python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2025-10-14 05:19:37.216 | Installed: python3-greenlet-3.1.1-1.el9s.x86_64 2025-10-14 05:19:37.217 | Installed: python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-ifaddr-0.1.7-3.el9s.noarch 2025-10-14 05:19:37.217 | Installed: python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-iso8601-2.1.0-1.el9s.noarch 2025-10-14 05:19:37.217 | Installed: python3-kazoo-2.8.0-2.el9s.noarch 2025-10-14 05:19:37.217 | Installed: python3-msgpack-1.1.0-1.el9s.x86_64 2025-10-14 05:19:37.217 | Installed: python3-netaddr-1.3.0-4.el9s.noarch 2025-10-14 05:19:37.217 | Installed: python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-10-14 05:19:37.217 | Installed: python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-10-14 05:19:37.218 | Installed: python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2025-10-14 05:19:37.218 | Installed: python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2025-10-14 05:19:37.218 | Installed: python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-10-14 05:19:37.218 | Installed: python3-packaging-24.2-2.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-paste-3.10.1-1.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-paste-deploy-3.1.0-2.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-pbr-6.1.1-1.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-pint-0.16.1-3.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-ply-3.11-14.el9.noarch 2025-10-14 05:19:37.218 | Installed: python3-psutil-5.8.0-12.el9.x86_64 2025-10-14 05:19:37.218 | Installed: python3-pyOpenSSL-20.0.1-2.el9s.noarch 2025-10-14 05:19:37.218 | Installed: python3-pycparser-2.20-6.el9.noarch 2025-10-14 05:19:37.219 | Installed: python3-pyparsing-3.1.2-7.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-pyudev-0.22.0-6.el9.noarch 2025-10-14 05:19:37.219 | Installed: python3-redis-5.0.4-1.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-repoze-lru-0.7-10.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-rfc3986-2.0.0-1.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-routes-2.5.1-1.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2025-10-14 05:19:37.219 | Installed: python3-tempita-0.5.2-2.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-tenacity-8.2.3-1.el9s.noarch 2025-10-14 05:19:37.219 | Installed: python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.219 | Installed: python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.219 | Installed: python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.220 | Installed: python3-voluptuous-0.15.2-1.el9s.noarch 2025-10-14 05:19:37.220 | Installed: python3-webob-1.8.9-1.el9s.noarch 2025-10-14 05:19:37.220 | Installed: python3-werkzeug-3.0.3-1.el9s.noarch 2025-10-14 05:19:37.220 | Installed: python3-wrapt-1.16.0-1.el9s.x86_64 2025-10-14 05:19:37.220 | Installed: python3-yappi-1.6.0-1.el9s.x86_64 2025-10-14 05:19:37.220 | Installed: python3-zake-0.2.2-22.el9s.noarch 2025-10-14 05:19:37.220 | Installed: python3-zeroconf-0.38.7-1.el9s.noarch 2025-10-14 05:19:37.220 | Installed: qemu-img-17:9.1.0-29.el9.x86_64 2025-10-14 05:19:37.220 | Installed: smartmontools-1:7.2-9.el9.x86_64 2025-10-14 05:19:37.220 | Installed: sysbench-1.0.20-5.el9s.x86_64 2025-10-14 05:19:37.262 | 2025-10-14 05:19:37.262 | Installed: 2025-10-14 05:19:37.262 | boost-iostreams-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.262 | boost-system-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.262 | boost-thread-1.75.0-11.el9.x86_64 2025-10-14 05:19:37.262 | fio-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-http-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-libaio-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-nbd-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-rados-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-rbd-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | fio-engine-rdma-3.35-1.el9.x86_64 2025-10-14 05:19:37.262 | git-core-2.47.3-1.el9.x86_64 2025-10-14 05:19:37.262 | libaio-0.3.111-13.el9.x86_64 2025-10-14 05:19:37.262 | libconfig-1.7.2-9.el9.x86_64 2025-10-14 05:19:37.262 | libnbd-1.20.3-4.el9.x86_64 2025-10-14 05:19:37.262 | libpq-13.20-1.el9.x86_64 2025-10-14 05:19:37.262 | librados2-2:16.2.4-5.el9.x86_64 2025-10-14 05:19:37.262 | librbd1-2:16.2.4-5.el9.x86_64 2025-10-14 05:19:37.262 | librdmacm-57.0-2.el9.x86_64 2025-10-14 05:19:37.262 | lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2025-10-14 05:19:37.262 | luajit-2.1.1692716794-3.el9s.x86_64 2025-10-14 05:19:37.262 | mariadb-connector-c-3.2.6-1.el9.x86_64 2025-10-14 05:19:37.262 | mariadb-connector-c-config-3.2.6-1.el9.noarch 2025-10-14 05:19:37.262 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-10-14 05:19:37.262 | pciutils-3.7.0-7.el9.x86_64 2025-10-14 05:19:37.262 | python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2025-10-14 05:19:37.262 | python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-10-14 05:19:37.262 | python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-10-14 05:19:37.262 | python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-10-14 05:19:37.262 | python3-async-timeout-4.0.2-5.el9s.noarch 2025-10-14 05:19:37.262 | python3-cffi-1.14.5-5.el9.x86_64 2025-10-14 05:19:37.262 | python3-cryptography-36.0.1-5.el9.x86_64 2025-10-14 05:19:37.262 | python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2025-10-14 05:19:37.262 | python3-dns-2.6.1-3.el9.noarch 2025-10-14 05:19:37.262 | python3-eventlet-0.36.1-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-fasteners-0.19-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2025-10-14 05:19:37.262 | python3-greenlet-3.1.1-1.el9s.x86_64 2025-10-14 05:19:37.262 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2025-10-14 05:19:37.262 | python3-ifaddr-0.1.7-3.el9s.noarch 2025-10-14 05:19:37.262 | python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-10-14 05:19:37.262 | python3-iso8601-2.1.0-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-kazoo-2.8.0-2.el9s.noarch 2025-10-14 05:19:37.262 | python3-msgpack-1.1.0-1.el9s.x86_64 2025-10-14 05:19:37.262 | python3-netaddr-1.3.0-4.el9s.noarch 2025-10-14 05:19:37.262 | python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2025-10-14 05:19:37.262 | python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-10-14 05:19:37.262 | python3-packaging-24.2-2.el9s.noarch 2025-10-14 05:19:37.262 | python3-paste-3.10.1-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-paste-deploy-3.1.0-2.el9s.noarch 2025-10-14 05:19:37.262 | python3-pbr-6.1.1-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-pint-0.16.1-3.el9s.noarch 2025-10-14 05:19:37.262 | python3-ply-3.11-14.el9.noarch 2025-10-14 05:19:37.262 | python3-psutil-5.8.0-12.el9.x86_64 2025-10-14 05:19:37.262 | python3-pyOpenSSL-20.0.1-2.el9s.noarch 2025-10-14 05:19:37.262 | python3-pycparser-2.20-6.el9.noarch 2025-10-14 05:19:37.262 | python3-pyparsing-3.1.2-7.el9s.noarch 2025-10-14 05:19:37.262 | python3-pyudev-0.22.0-6.el9.noarch 2025-10-14 05:19:37.262 | python3-redis-5.0.4-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-repoze-lru-0.7-10.el9s.noarch 2025-10-14 05:19:37.262 | python3-rfc3986-2.0.0-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-routes-2.5.1-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2025-10-14 05:19:37.262 | python3-tempita-0.5.2-2.el9s.noarch 2025-10-14 05:19:37.262 | python3-tenacity-8.2.3-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.262 | python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.262 | python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-10-14 05:19:37.262 | python3-voluptuous-0.15.2-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-webob-1.8.9-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-werkzeug-3.0.3-1.el9s.noarch 2025-10-14 05:19:37.262 | python3-wrapt-1.16.0-1.el9s.x86_64 2025-10-14 05:19:37.262 | python3-yappi-1.6.0-1.el9s.x86_64 2025-10-14 05:19:37.262 | python3-zake-0.2.2-22.el9s.noarch 2025-10-14 05:19:37.262 | python3-zeroconf-0.38.7-1.el9s.noarch 2025-10-14 05:19:37.262 | qemu-img-17:9.1.0-29.el9.x86_64 2025-10-14 05:19:37.262 | smartmontools-1:7.2-9.el9.x86_64 2025-10-14 05:19:37.262 | sysbench-1.0.20-5.el9s.x86_64 2025-10-14 05:19:37.262 | 2025-10-14 05:19:37.262 | Complete! 2025-10-14 05:19:37.319 | + '[' install == install ']' 2025-10-14 05:19:37.319 | + '[' dnf == dnf ']' 2025-10-14 05:19:37.319 | + dnf mark install openstack-ironic-python-agent python3-hardware-detect 2025-10-14 05:19:37.554 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch marked as user installed. 2025-10-14 05:19:37.554 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch marked as user installed. 2025-10-14 05:19:37.583 | + package-installs-v2 --phase install.d /tmp/package-installs.json 2025-10-14 05:19:41.021 | Map install for runtime-ssh-host-keys: openssh-client 2025-10-14 05:19:41.021 | Map install for install-static: rsync 2025-10-14 05:19:41.021 | Map install for centos: device-mapper-multipath 2025-10-14 05:19:41.021 | Map install for dhcp-all-interfaces: dhcp-client, ifupdown, ndisc6 2025-10-14 05:19:41.021 | Map install for ibft-interfaces: iscsi_package 2025-10-14 05:19:41.021 | Map install for openssh-server: openssh-server 2025-10-14 05:19:41.021 | 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 2025-10-14 05:19:41.021 | Map install for extra-hardware: ethtool, fio, fio-engine-libaio, hdparm, infiniband-diags, lldpad, pciutils, smartmontools, sysbench, biosdevname 2025-10-14 05:19:41.021 | Map install for ironic-agent-multipath: iscsi-initiator-utils, device-mapper-multipath 2025-10-14 05:19:41.021 | Map install for source-repositories: git 2025-10-14 05:19:41.021 | Map install for ensure-venv: python3-venv 2025-10-14 05:19:41.021 | Map install for cache-url: curl 2025-10-14 05:19:41.021 | 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 2025-10-14 05:19:41.021 | Running command: ['install-packages', 'fio-engine-libaio', 'qemu-img', 'traceroute', 'openssh', 'lldpad', 'selinux-policy-targeted', 'psmisc', 'parted', 'xorriso', 'hdparm', 'fio', 'efibootmgr', 'python3-policycoreutils', 'policycoreutils-python-utils', 'lshw', 'rng-tools', 'dmidecode', 'gdisk', 'device-mapper-multipath', 'tcpdump', 'which', 'rsync', 'e2fsprogs', 'ipmitool', 'NetworkManager-initscripts-updown', 'python3-devel', 'chrony', 'selinux-policy', 'python3', 'iptables', 'sysbench', 'git-core', 'util-linux', 'efivar', 'pciutils', 'nvme-cli', 'openssl-devel', 'python3-libselinux', 'kmod', 'iscsi-initiator-utils', 'dosfstools', 'ethtool', 'infiniband-diags', 'curl', 'gcc', 'lsof', 'openssh-server', 'passwd', 'libffi-devel', 'mdadm', 'smartmontools', 'biosdevname', 'dhclient', 'ca-certificates'] 2025-10-14 05:19:41.021 | > Running install-packages install. 2025-10-14 05:19:41.021 | > + dnf -v -y install fio-engine-libaio qemu-img traceroute openssh lldpad selinux-policy-targeted psmisc parted xorriso hdparm fio efibootmgr python3-policycoreutils policycoreutils-python-utils lshw rng-tools dmidecode gdisk device-mapper-multipath tcpdump which rsync e2fsprogs ipmitool NetworkManager-initscripts-updown python3-devel chrony selinux-policy python3 iptables sysbench git-core util-linux efivar pciutils nvme-cli openssl-devel python3-libselinux kmod iscsi-initiator-utils dosfstools ethtool infiniband-diags curl gcc lsof openssh-server passwd libffi-devel mdadm smartmontools biosdevname dhclient ca-certificates 2025-10-14 05:19:41.021 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:19:41.021 | > DNF version: 4.14.0 2025-10-14 05:19:41.021 | > cachedir: /tmp/yum 2025-10-14 05:19:41.021 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-barbican 2025-10-14 05:19:41.021 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-baremetal 2025-10-14 05:19:41.021 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-cinder 2025-10-14 05:19:41.021 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-clients 2025-10-14 05:19:41.021 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-cloudops 2025-10-14 05:19:41.021 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-common 2025-10-14 05:19:41.021 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-compute 2025-10-14 05:19:41.021 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-designate 2025-10-14 05:19:41.021 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-glance 2025-10-14 05:19:41.021 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-keystone 2025-10-14 05:19:41.021 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-manila 2025-10-14 05:19:41.021 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-network 2025-10-14 05:19:41.021 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-octavia 2025-10-14 05:19:41.021 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-optimize 2025-10-14 05:19:41.021 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-10-14 05:19:41.021 | > repo: using cache for: delorean-component-podified 2025-10-14 05:19:41.021 | > delorean-component-podified: using metadata from Mon Oct 13 03:49:56 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-component-puppet 2025-10-14 05:19:41.022 | > delorean-component-puppet: using metadata from Mon Oct 13 12:07:14 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-component-swift 2025-10-14 05:19:41.022 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-component-tempest 2025-10-14 05:19:41.022 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-component-ui 2025-10-14 05:19:41.022 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: baseos 2025-10-14 05:19:41.022 | > baseos: using metadata from Mon Oct 13 13:44:32 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: appstream 2025-10-14 05:19:41.022 | > appstream: using metadata from Mon Oct 13 13:48:15 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: crb 2025-10-14 05:19:41.022 | > crb: using metadata from Mon Oct 13 13:52:34 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: extras-common 2025-10-14 05:19:41.022 | > extras-common: using metadata from Mon Sep 15 14:32:43 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-master-testing 2025-10-14 05:19:41.022 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: delorean-master-build-deps 2025-10-14 05:19:41.022 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: centos9-rabbitmq 2025-10-14 05:19:41.022 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-10-14 05:19:41.022 | > repo: using cache for: centos9-storage 2025-10-14 05:19:41.022 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: centos9-opstools 2025-10-14 05:19:41.022 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-10-14 05:19:41.022 | > repo: using cache for: centos9-nfv-ovs 2025-10-14 05:19:41.022 | > centos9-nfv-ovs: using metadata from Fri Oct 3 02:22:50 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: repo-setup-centos-appstream 2025-10-14 05:19:41.022 | > repo-setup-centos-appstream: using metadata from Wed Oct 8 09:45:45 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: repo-setup-centos-baseos 2025-10-14 05:19:41.022 | > repo-setup-centos-baseos: using metadata from Wed Oct 8 09:42:12 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: repo-setup-centos-highavailability 2025-10-14 05:19:41.022 | > repo-setup-centos-highavailability: using metadata from Wed Oct 8 09:50:28 2025. 2025-10-14 05:19:41.022 | > repo: using cache for: repo-setup-centos-powertools 2025-10-14 05:19:41.022 | > repo-setup-centos-powertools: using metadata from Wed Oct 8 09:50:07 2025. 2025-10-14 05:19:41.022 | > Last metadata expiration check: 0:01:19 ago on Tue Oct 14 01:18:19 2025. 2025-10-14 05:19:41.022 | > Package fio-engine-libaio-3.35-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package qemu-img-17:9.1.0-29.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package openssh-9.9p1-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package selinux-policy-targeted-38.1.65-1.el9.noarch is already installed. 2025-10-14 05:19:41.022 | > Package psmisc-23.4-3.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package parted-3.5-3.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package fio-3.35-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package python3-policycoreutils-3.6-3.el9.noarch is already installed. 2025-10-14 05:19:41.022 | > Package lshw-B.02.20-2.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package dmidecode-1:3.6-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package gdisk-1.0.7-5.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package tcpdump-14:4.99.0-9.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package which-2.21-30.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package e2fsprogs-1.46.5-8.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package chrony-4.6.1-2.el9.x86_64 is already installed. 2025-10-14 05:19:41.022 | > Package selinux-policy-38.1.65-1.el9.noarch is already installed. 2025-10-14 05:19:41.120 | > Package python3-3.9.23-2.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package sysbench-1.0.20-5.el9s.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package git-core-2.47.3-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package util-linux-2.37.4-21.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package pciutils-3.7.0-7.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package python3-libselinux-3.6-3.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package kmod-28-11.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package dosfstools-4.2-3.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package ethtool-2:6.15-2.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package curl-7.76.1-34.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package openssh-server-9.9p1-1.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package passwd-0.80-12.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package mdadm-4.4-2.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package smartmontools-1:7.2-9.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package dhcp-client-12:4.4.2-19.b1.el9.x86_64 is already installed. 2025-10-14 05:19:41.120 | > Package ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch is already installed. 2025-10-14 05:19:41.120 | > --> Starting dependency resolution 2025-10-14 05:19:41.120 | > ---> Package NetworkManager-initscripts-updown.noarch 1:1.54.1-1.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package biosdevname.x86_64 0.7.3-10.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package device-mapper-multipath.x86_64 0.8.7-39.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package device-mapper-multipath-libs.x86_64 0.8.7-39.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package efibootmgr.x86_64 16-12.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package hdparm.x86_64 9.62-2.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package iptables-nft.x86_64 1.8.10-11.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package jitterentropy.x86_64 3.6.0-1.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package libibumad.x86_64 57.0-2.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package libnftnl.x86_64 1.2.6-4.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package libnvme.x86_64 1.13-1.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package libpkgconf.x86_64 1.7.3-10.el9 will be installed 2025-10-14 05:19:41.120 | > ---> Package lsof.x86_64 4.94.0-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package make.x86_64 1:4.3-8.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package nvme-cli.x86_64 2.13-1.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package pkgconf.x86_64 1.7.3-10.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package pkgconf-m4.noarch 1.7.3-10.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package pkgconf-pkg-config.x86_64 1.7.3-10.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package rng-tools.x86_64 6.17-2.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package rsync.x86_64 3.2.5-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package traceroute.x86_64 3:2.1.1-1.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package cpp.x86_64 11.5.0-11.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package efivar.x86_64 38-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package gcc.x86_64 11.5.0-11.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package glibc-devel.x86_64 2.34-232.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package glibc-headers.x86_64 2.34-232.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package infiniband-diags.x86_64 57.0-2.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package ipmitool.x86_64 1.8.18-27.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package kernel-headers.x86_64 5.14.0-624.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libburn.x86_64 1.5.4-5.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libisoburn.x86_64 1.5.4-5.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libisofs.x86_64 1.5.4-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libmpc.x86_64 1.2.1-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package libxcrypt-devel.x86_64 4.4.18-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package openssl-devel.x86_64 1:3.5.1-5.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-AutoLoader.noarch 5.74-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-B.x86_64 1.80-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Carp.noarch 1.50-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Class-Struct.noarch 0.66-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Data-Dumper.x86_64 2.174-462.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Digest.noarch 1.19-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Digest-MD5.x86_64 2.58-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Encode.x86_64 4:3.08-462.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Errno.x86_64 1.30-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Exporter.noarch 5.74-461.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Fcntl.x86_64 1.13-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-File-Basename.noarch 2.85-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-File-Path.noarch 2.18-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-File-Temp.noarch 1:0.231.100-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-File-stat.noarch 1.09-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-FileHandle.noarch 2.03-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Getopt-Long.noarch 1:2.52-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Getopt-Std.noarch 1.12-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-HTTP-Tiny.noarch 0.076-462.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-IO.x86_64 1.43-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-IO-Socket-IP.noarch 0.41-5.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-IO-Socket-SSL.noarch 2.073-2.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-IPC-Open3.noarch 1.21-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-MIME-Base64.x86_64 3.16-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Mozilla-CA.noarch 20200520-6.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-NDBM_File.x86_64 1.15-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Net-SSLeay.x86_64 1.94-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-POSIX.x86_64 1.94-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-PathTools.x86_64 3.78-461.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Pod-Escapes.noarch 1:1.07-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Pod-Perldoc.noarch 3.28.01-461.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Pod-Simple.noarch 1:3.42-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Pod-Usage.noarch 4:2.01-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Scalar-List-Utils.x86_64 4:1.56-462.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-SelectSaver.noarch 1.02-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Socket.x86_64 4:2.031-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Storable.x86_64 1:3.21-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Symbol.noarch 1.08-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Term-ANSIColor.noarch 5.01-461.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Term-Cap.noarch 1.17-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Text-ParseWords.noarch 3.30-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Text-Tabs+Wrap.noarch 2013.0523-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-Time-Local.noarch 2:1.300-7.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-URI.noarch 5.09-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-base.noarch 2.27-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-constant.noarch 1.33-461.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-if.noarch 0.60.800-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-interpreter.x86_64 4:5.32.1-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-libnet.noarch 3.13-4.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-libs.x86_64 4:5.32.1-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-mro.x86_64 1.23-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-overload.noarch 1.31-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-overloading.noarch 0.02-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-parent.noarch 1:0.238-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-podlators.noarch 1:4.14-460.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-subs.noarch 1.03-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package perl-vars.noarch 1.05-483.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package policycoreutils-python-utils.noarch 3.6-3.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package python3-devel.x86_64 3.9.23-2.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be installed 2025-10-14 05:19:41.121 | > ---> Package xorriso.x86_64 1.5.4-5.el9 will be installed 2025-10-14 05:19:41.121 | > --> Finished dependency resolution 2025-10-14 05:19:41.121 | > Dependencies resolved. 2025-10-14 05:19:41.121 | > ================================================================================ 2025-10-14 05:19:41.121 | > Package Arch Version Repository Size 2025-10-14 05:19:41.121 | > ================================================================================ 2025-10-14 05:19:41.121 | > Installing: 2025-10-14 05:19:41.121 | > NetworkManager-initscripts-updown noarch 1:1.54.1-1.el9 baseos 20 k 2025-10-14 05:19:41.121 | > biosdevname x86_64 0.7.3-10.el9 baseos 36 k 2025-10-14 05:19:42.664 | > device-mapper-multipath x86_64 0.8.7-39.el9 baseos 151 k 2025-10-14 05:19:42.664 | > efibootmgr x86_64 16-12.el9 baseos 45 k 2025-10-14 05:19:42.664 | > efivar x86_64 38-3.el9 appstream 50 k 2025-10-14 05:19:42.664 | > gcc x86_64 11.5.0-11.el9 appstream 32 M 2025-10-14 05:19:42.664 | > hdparm x86_64 9.62-2.el9 baseos 96 k 2025-10-14 05:19:42.664 | > infiniband-diags x86_64 57.0-2.el9 appstream 335 k 2025-10-14 05:19:42.664 | > ipmitool x86_64 1.8.18-27.el9 appstream 387 k 2025-10-14 05:19:42.664 | > iptables-nft x86_64 1.8.10-11.el9 baseos 206 k 2025-10-14 05:19:42.664 | > libffi-devel x86_64 3.4.2-8.el9 appstream 29 k 2025-10-14 05:19:42.664 | > lsof x86_64 4.94.0-3.el9 baseos 239 k 2025-10-14 05:19:42.664 | > nvme-cli x86_64 2.13-1.el9 baseos 1.1 M 2025-10-14 05:19:42.664 | > openssl-devel x86_64 1:3.5.1-5.el9 appstream 4.8 M 2025-10-14 05:19:42.664 | > policycoreutils-python-utils noarch 3.6-3.el9 appstream 76 k 2025-10-14 05:19:42.664 | > python3-devel x86_64 3.9.23-2.el9 appstream 244 k 2025-10-14 05:19:42.664 | > rng-tools x86_64 6.17-2.el9 baseos 71 k 2025-10-14 05:19:42.664 | > rsync x86_64 3.2.5-3.el9 baseos 408 k 2025-10-14 05:19:42.664 | > traceroute x86_64 3:2.1.1-1.el9 baseos 57 k 2025-10-14 05:19:42.664 | > xorriso x86_64 1.5.4-5.el9 appstream 317 k 2025-10-14 05:19:42.664 | > Installing dependencies: 2025-10-14 05:19:42.664 | > cpp x86_64 11.5.0-11.el9 appstream 11 M 2025-10-14 05:19:42.664 | > device-mapper-multipath-libs x86_64 0.8.7-39.el9 baseos 284 k 2025-10-14 05:19:42.664 | > glibc-devel x86_64 2.34-232.el9 appstream 38 k 2025-10-14 05:19:42.664 | > glibc-headers x86_64 2.34-232.el9 appstream 546 k 2025-10-14 05:19:42.664 | > groff-base x86_64 1.22.4-10.el9 baseos 1.1 M 2025-10-14 05:19:42.664 | > jitterentropy x86_64 3.6.0-1.el9 baseos 33 k 2025-10-14 05:19:42.664 | > kernel-headers x86_64 5.14.0-624.el9 appstream 1.9 M 2025-10-14 05:19:42.664 | > libburn x86_64 1.5.4-5.el9 appstream 172 k 2025-10-14 05:19:42.664 | > libibumad x86_64 57.0-2.el9 baseos 27 k 2025-10-14 05:19:42.664 | > libisoburn x86_64 1.5.4-5.el9 appstream 415 k 2025-10-14 05:19:42.664 | > libisofs x86_64 1.5.4-4.el9 appstream 222 k 2025-10-14 05:19:42.664 | > libmpc x86_64 1.2.1-4.el9 appstream 62 k 2025-10-14 05:19:42.664 | > libnftnl x86_64 1.2.6-4.el9 baseos 88 k 2025-10-14 05:19:42.664 | > libnvme x86_64 1.13-1.el9 baseos 111 k 2025-10-14 05:19:42.664 | > libpkgconf x86_64 1.7.3-10.el9 baseos 36 k 2025-10-14 05:19:42.664 | > libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k 2025-10-14 05:19:42.664 | > make x86_64 1:4.3-8.el9 baseos 536 k 2025-10-14 05:19:42.664 | > perl-AutoLoader noarch 5.74-483.el9 appstream 21 k 2025-10-14 05:19:42.664 | > perl-B x86_64 1.80-483.el9 appstream 180 k 2025-10-14 05:19:42.664 | > perl-Carp noarch 1.50-460.el9 appstream 30 k 2025-10-14 05:19:42.664 | > perl-Class-Struct noarch 0.66-483.el9 appstream 22 k 2025-10-14 05:19:42.664 | > perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k 2025-10-14 05:19:42.664 | > perl-Digest noarch 1.19-4.el9 appstream 26 k 2025-10-14 05:19:42.664 | > perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k 2025-10-14 05:19:42.664 | > perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M 2025-10-14 05:19:42.664 | > perl-Errno x86_64 1.30-483.el9 appstream 15 k 2025-10-14 05:19:42.664 | > perl-Exporter noarch 5.74-461.el9 appstream 32 k 2025-10-14 05:19:42.664 | > perl-Fcntl x86_64 1.13-483.el9 appstream 20 k 2025-10-14 05:19:42.664 | > perl-File-Basename noarch 2.85-483.el9 appstream 17 k 2025-10-14 05:19:42.664 | > perl-File-Path noarch 2.18-4.el9 appstream 36 k 2025-10-14 05:19:42.664 | > perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k 2025-10-14 05:19:42.664 | > perl-File-stat noarch 1.09-483.el9 appstream 17 k 2025-10-14 05:19:42.664 | > perl-FileHandle noarch 2.03-483.el9 appstream 15 k 2025-10-14 05:19:42.664 | > perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k 2025-10-14 05:19:42.664 | > perl-Getopt-Std noarch 1.12-483.el9 appstream 15 k 2025-10-14 05:19:42.664 | > perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k 2025-10-14 05:19:42.664 | > perl-IO x86_64 1.43-483.el9 appstream 88 k 2025-10-14 05:19:42.664 | > perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k 2025-10-14 05:19:42.664 | > perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 217 k 2025-10-14 05:19:42.664 | > perl-IPC-Open3 noarch 1.21-483.el9 appstream 22 k 2025-10-14 05:19:42.664 | > perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k 2025-10-14 05:19:42.664 | > perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k 2025-10-14 05:19:42.664 | > perl-Net-SSLeay x86_64 1.94-3.el9 appstream 414 k 2025-10-14 05:19:42.664 | > perl-POSIX x86_64 1.94-483.el9 appstream 96 k 2025-10-14 05:19:42.664 | > perl-PathTools x86_64 3.78-461.el9 appstream 88 k 2025-10-14 05:19:42.664 | > perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k 2025-10-14 05:19:42.664 | > perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k 2025-10-14 05:19:42.664 | > perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k 2025-10-14 05:19:42.664 | > perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k 2025-10-14 05:19:42.665 | > perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 71 k 2025-10-14 05:19:42.665 | > perl-SelectSaver noarch 1.02-483.el9 appstream 11 k 2025-10-14 05:19:42.665 | > perl-Socket x86_64 4:2.031-4.el9 appstream 56 k 2025-10-14 05:19:42.665 | > perl-Storable x86_64 1:3.21-460.el9 appstream 96 k 2025-10-14 05:19:42.665 | > perl-Symbol noarch 1.08-483.el9 appstream 14 k 2025-10-14 05:19:42.665 | > perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k 2025-10-14 05:19:42.665 | > perl-Term-Cap noarch 1.17-460.el9 appstream 23 k 2025-10-14 05:19:42.665 | > perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k 2025-10-14 05:19:42.665 | > perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k 2025-10-14 05:19:42.665 | > perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k 2025-10-14 05:19:42.665 | > perl-URI noarch 5.09-3.el9 appstream 121 k 2025-10-14 05:19:42.665 | > perl-base noarch 2.27-483.el9 appstream 16 k 2025-10-14 05:19:42.665 | > perl-constant noarch 1.33-461.el9 appstream 24 k 2025-10-14 05:19:42.665 | > perl-if noarch 0.60.800-483.el9 appstream 14 k 2025-10-14 05:19:42.665 | > perl-interpreter x86_64 4:5.32.1-483.el9 appstream 70 k 2025-10-14 05:19:42.665 | > perl-libnet noarch 3.13-4.el9 appstream 130 k 2025-10-14 05:19:42.665 | > perl-libs x86_64 4:5.32.1-483.el9 appstream 2.2 M 2025-10-14 05:19:42.665 | > perl-mro x86_64 1.23-483.el9 appstream 28 k 2025-10-14 05:19:42.665 | > perl-overload noarch 1.31-483.el9 appstream 45 k 2025-10-14 05:19:42.665 | > perl-overloading noarch 0.02-483.el9 appstream 12 k 2025-10-14 05:19:42.665 | > perl-parent noarch 1:0.238-460.el9 appstream 15 k 2025-10-14 05:19:42.665 | > perl-podlators noarch 1:4.14-460.el9 appstream 114 k 2025-10-14 05:19:42.665 | > perl-subs noarch 1.03-483.el9 appstream 11 k 2025-10-14 05:19:42.665 | > perl-vars noarch 1.05-483.el9 appstream 13 k 2025-10-14 05:19:42.665 | > pkgconf x86_64 1.7.3-10.el9 baseos 41 k 2025-10-14 05:19:42.665 | > pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k 2025-10-14 05:19:42.665 | > pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k 2025-10-14 05:19:42.665 | > Installing weak dependencies: 2025-10-14 05:19:42.665 | > perl-NDBM_File x86_64 1.15-483.el9 appstream 22 k 2025-10-14 05:19:42.665 | > python3-pip noarch 21.3.1-1.el9 appstream 2.0 M 2025-10-14 05:19:42.665 | > 2025-10-14 05:19:42.665 | > Transaction Summary 2025-10-14 05:19:42.665 | > ================================================================================ 2025-10-14 05:19:42.665 | > Install 98 Packages 2025-10-14 05:19:42.665 | > 2025-10-14 05:19:42.665 | > Total size: 66 M 2025-10-14 05:19:42.665 | > Total download size: 58 M 2025-10-14 05:19:42.665 | > Installed size: 185 M 2025-10-14 05:19:42.665 | > Downloading Packages: 2025-10-14 05:20:06.217 | > [SKIPPED] biosdevname-0.7.3-10.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] device-mapper-multipath-0.8.7-39.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] device-mapper-multipath-libs-0.8.7-39.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] hdparm-9.62-2.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] iptables-nft-1.8.10-11.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] jitterentropy-3.6.0-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] libnftnl-1.2.6-4.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] libnvme-1.13-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] lsof-4.94.0-3.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] rng-tools-6.17-2.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] traceroute-2.1.1-1.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-AutoLoader-5.74-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-B-1.80-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Class-Struct-0.66-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Errno-1.30-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Fcntl-1.13-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-File-Basename-2.85-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-File-stat-1.09-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-FileHandle-2.03-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Getopt-Std-1.12-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-IO-1.43-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-IPC-Open3-1.21-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-NDBM_File-1.15-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Net-SSLeay-1.94-3.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-POSIX-1.94-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-SelectSaver-1.02-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Symbol-1.08-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-base-2.27-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-if-0.60.800-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-interpreter-5.32.1-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-libs-5.32.1-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-mro-1.23-483.el9.x86_64.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-overload-1.31-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-overloading-0.02-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-subs-1.03-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > [SKIPPED] perl-vars-1.05-483.el9.noarch.rpm: Already downloaded 2025-10-14 05:20:06.217 | > (69/98): efibootmgr-16-12.el9.x86_64.rpm 419 kB/s | 45 kB 00:00 2025-10-14 05:20:06.217 | > (70/98): libibumad-57.0-2.el9.x86_64.rpm 796 kB/s | 27 kB 00:00 2025-10-14 05:20:06.217 | > (71/98): libpkgconf-1.7.3-10.el9.x86_64.rpm 988 kB/s | 36 kB 00:00 2025-10-14 05:20:06.217 | > (72/98): groff-base-1.22.4-10.el9.x86_64.rpm 4.7 MB/s | 1.1 MB 00:00 2025-10-14 05:20:06.217 | > (73/98): nvme-cli-2.13-1.el9.x86_64.rpm 20 MB/s | 1.1 MB 00:00 2025-10-14 05:20:06.217 | > (74/98): NetworkManager-initscripts-updown-1.54 69 kB/s | 20 kB 00:00 2025-10-14 05:20:06.217 | > (75/98): make-4.3-8.el9.x86_64.rpm 4.6 MB/s | 536 kB 00:00 2025-10-14 05:20:06.217 | > (76/98): pkgconf-1.7.3-10.el9.x86_64.rpm 1.5 MB/s | 41 kB 00:00 2025-10-14 05:20:06.217 | > (77/98): pkgconf-pkg-config-1.7.3-10.el9.x86_64 422 kB/s | 11 kB 00:00 2025-10-14 05:20:06.217 | > (78/98): pkgconf-m4-1.7.3-10.el9.noarch.rpm 450 kB/s | 15 kB 00:00 2025-10-14 05:20:06.217 | > (79/98): rsync-3.2.5-3.el9.x86_64.rpm 13 MB/s | 408 kB 00:00 2025-10-14 05:20:06.217 | > (80/98): efivar-38-3.el9.x86_64.rpm 79 kB/s | 50 kB 00:00 2025-10-14 05:20:06.217 | > (81/98): glibc-devel-2.34-232.el9.x86_64.rpm 442 kB/s | 38 kB 00:00 2025-10-14 05:20:06.217 | > (82/98): glibc-headers-2.34-232.el9.x86_64.rpm 1.6 MB/s | 546 kB 00:00 2025-10-14 05:20:06.217 | > (83/98): infiniband-diags-57.0-2.el9.x86_64.rpm 1.1 MB/s | 335 kB 00:00 2025-10-14 05:20:06.217 | > (84/98): ipmitool-1.8.18-27.el9.x86_64.rpm 1.0 MB/s | 387 kB 00:00 2025-10-14 05:20:06.217 | > (85/98): kernel-headers-5.14.0-624.el9.x86_64.r 3.4 MB/s | 1.9 MB 00:00 2025-10-14 05:20:06.217 | > (86/98): libburn-1.5.4-5.el9.x86_64.rpm 1.4 MB/s | 172 kB 00:00 2025-10-14 05:20:06.217 | > (87/98): libffi-devel-3.4.2-8.el9.x86_64.rpm 342 kB/s | 29 kB 00:00 2025-10-14 05:20:06.217 | > (88/98): libisoburn-1.5.4-5.el9.x86_64.rpm 3.5 MB/s | 415 kB 00:00 2025-10-14 05:20:06.217 | > (89/98): libisofs-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 222 kB 00:00 2025-10-14 05:20:06.217 | > (90/98): libmpc-1.2.1-4.el9.x86_64.rpm 722 kB/s | 62 kB 00:00 2025-10-14 05:20:06.217 | > (91/98): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 340 kB/s | 29 kB 00:00 2025-10-14 05:20:06.217 | > (92/98): openssl-devel-3.5.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2025-10-14 05:20:06.217 | > (93/98): policycoreutils-python-utils-3.6-3.el9 878 kB/s | 76 kB 00:00 2025-10-14 05:20:06.217 | > (94/98): python3-devel-3.9.23-2.el9.x86_64.rpm 2.7 MB/s | 244 kB 00:00 2025-10-14 05:20:06.217 | > (95/98): python3-pip-21.3.1-1.el9.noarch.rpm 14 MB/s | 2.0 MB 00:00 2025-10-14 05:20:06.217 | > (96/98): xorriso-1.5.4-5.el9.x86_64.rpm 3.5 MB/s | 317 kB 00:00 2025-10-14 05:20:06.217 | > (97/98): cpp-11.5.0-11.el9.x86_64.rpm 1.4 MB/s | 11 MB 00:07 2025-10-14 05:20:06.217 | > (98/98): gcc-11.5.0-11.el9.x86_64.rpm 1.4 MB/s | 32 MB 00:22 2025-10-14 05:20:06.217 | > -------------------------------------------------------------------------------- 2025-10-14 05:20:09.831 | > Total 2.3 MB/s | 58 MB 00:25 2025-10-14 05:20:09.831 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-10-14 05:20:09.831 | > Running transaction check 2025-10-14 05:20:09.831 | > Transaction check succeeded. 2025-10-14 05:20:09.831 | > Running transaction test 2025-10-14 05:20:09.831 | > Transaction test succeeded. 2025-10-14 05:20:09.831 | > Running transaction 2025-10-14 05:20:09.831 | > Preparing : 1/1 2025-10-14 05:20:09.831 | > Installing : libmpc-1.2.1-4.el9.x86_64 1/98 2025-10-14 05:20:09.831 | > Installing : cpp-11.5.0-11.el9.x86_64 2/98 2025-10-14 05:20:09.831 | > Installing : python3-pip-21.3.1-1.el9.noarch 3/98 2025-10-14 05:20:09.831 | > Installing : libisofs-1.5.4-4.el9.x86_64 4/98 2025-10-14 05:20:09.831 | > Installing : libburn-1.5.4-5.el9.x86_64 5/98 2025-10-14 05:20:09.831 | > Installing : libisoburn-1.5.4-5.el9.x86_64 6/98 2025-10-14 05:20:09.831 | > Installing : kernel-headers-5.14.0-624.el9.x86_64 7/98 2025-10-14 05:20:09.831 | > Installing : glibc-headers-2.34-232.el9.x86_64 8/98 2025-10-14 05:20:09.831 | > Installing : pkgconf-m4-1.7.3-10.el9.noarch 9/98 2025-10-14 05:20:09.831 | > Installing : make-1:4.3-8.el9.x86_64 10/98 2025-10-14 05:20:09.831 | > Installing : libpkgconf-1.7.3-10.el9.x86_64 11/98 2025-10-14 05:20:09.831 | > Installing : pkgconf-1.7.3-10.el9.x86_64 12/98 2025-10-14 05:20:09.831 | > Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 13/98 2025-10-14 05:20:09.831 | > Installing : glibc-devel-2.34-232.el9.x86_64 14/98 2025-10-14 05:20:09.831 | > Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 15/98 2025-10-14 05:20:09.831 | > Installing : libnvme-1.13-1.el9.x86_64 16/98 2025-10-14 05:20:09.831 | > Installing : libnftnl-1.2.6-4.el9.x86_64 17/98 2025-10-14 05:20:09.831 | > Installing : libibumad-57.0-2.el9.x86_64 18/98 2025-10-14 05:20:09.831 | > Installing : jitterentropy-3.6.0-1.el9.x86_64 19/98 2025-10-14 05:20:09.831 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2025-10-14 05:20:09.831 | > Installing : groff-base-1.22.4-10.el9.x86_64 20/98 2025-10-14 05:20:09.831 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2025-10-14 05:20:09.831 | > Installing : perl-Digest-1.19-4.el9.noarch 21/98 2025-10-14 05:20:09.831 | > Installing : perl-Digest-MD5-2.58-4.el9.x86_64 22/98 2025-10-14 05:20:09.831 | > Installing : perl-B-1.80-483.el9.x86_64 23/98 2025-10-14 05:20:09.831 | > Installing : perl-FileHandle-2.03-483.el9.noarch 24/98 2025-10-14 05:20:09.831 | > Installing : perl-Data-Dumper-2.174-462.el9.x86_64 25/98 2025-10-14 05:20:09.831 | > Installing : perl-libnet-3.13-4.el9.noarch 26/98 2025-10-14 05:20:09.831 | > Installing : perl-AutoLoader-5.74-483.el9.noarch 27/98 2025-10-14 05:20:09.831 | > Installing : perl-base-2.27-483.el9.noarch 28/98 2025-10-14 05:20:09.831 | > Installing : perl-URI-5.09-3.el9.noarch 29/98 2025-10-14 05:20:09.831 | > Installing : perl-Mozilla-CA-20200520-6.el9.noarch 30/98 2025-10-14 05:20:09.831 | > Installing : perl-if-0.60.800-483.el9.noarch 31/98 2025-10-14 05:20:09.831 | > Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 32/98 2025-10-14 05:20:09.831 | > Installing : perl-Time-Local-2:1.300-7.el9.noarch 33/98 2025-10-14 05:20:09.831 | > Installing : perl-File-Path-2.18-4.el9.noarch 34/98 2025-10-14 05:20:09.831 | > Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 35/98 2025-10-14 05:20:09.831 | > Installing : perl-Net-SSLeay-1.94-3.el9.x86_64 36/98 2025-10-14 05:20:09.831 | > Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 37/98 2025-10-14 05:20:09.831 | > Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 38/98 2025-10-14 05:20:09.831 | > Installing : perl-Class-Struct-0.66-483.el9.noarch 39/98 2025-10-14 05:20:09.831 | > Installing : perl-POSIX-1.94-483.el9.x86_64 40/98 2025-10-14 05:20:09.832 | > Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 41/98 2025-10-14 05:20:09.832 | > Installing : perl-IPC-Open3-1.21-483.el9.noarch 42/98 2025-10-14 05:20:09.832 | > Installing : perl-subs-1.03-483.el9.noarch 43/98 2025-10-14 05:20:09.832 | > Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 44/98 2025-10-14 05:20:09.832 | > Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 45/98 2025-10-14 05:20:09.832 | > Installing : perl-Term-Cap-1.17-460.el9.noarch 46/98 2025-10-14 05:20:09.832 | > Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 47/98 2025-10-14 05:20:09.832 | > Installing : perl-Socket-4:2.031-4.el9.x86_64 48/98 2025-10-14 05:20:09.832 | > Installing : perl-SelectSaver-1.02-483.el9.noarch 49/98 2025-10-14 05:20:09.832 | > Installing : perl-Symbol-1.08-483.el9.noarch 50/98 2025-10-14 05:20:09.832 | > Installing : perl-File-stat-1.09-483.el9.noarch 51/98 2025-10-14 05:20:09.832 | > Installing : perl-podlators-1:4.14-460.el9.noarch 52/98 2025-10-14 05:20:09.832 | > Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 53/98 2025-10-14 05:20:09.832 | > Installing : perl-Fcntl-1.13-483.el9.x86_64 54/98 2025-10-14 05:20:09.832 | > Installing : perl-Text-ParseWords-3.30-460.el9.noarch 55/98 2025-10-14 05:20:09.832 | > Installing : perl-mro-1.23-483.el9.x86_64 56/98 2025-10-14 05:20:09.832 | > Installing : perl-IO-1.43-483.el9.x86_64 57/98 2025-10-14 05:20:09.832 | > Installing : perl-overloading-0.02-483.el9.noarch 58/98 2025-10-14 05:20:09.832 | > Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 59/98 2025-10-14 05:20:09.832 | > Installing : perl-Errno-1.30-483.el9.x86_64 60/98 2025-10-14 05:20:09.832 | > Installing : perl-File-Basename-2.85-483.el9.noarch 61/98 2025-10-14 05:20:09.832 | > Installing : perl-Getopt-Std-1.12-483.el9.noarch 62/98 2025-10-14 05:20:09.832 | > Installing : perl-MIME-Base64-3.16-4.el9.x86_64 63/98 2025-10-14 05:20:09.832 | > Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 64/98 2025-10-14 05:20:09.832 | > Installing : perl-constant-1.33-461.el9.noarch 65/98 2025-10-14 05:20:09.832 | > Installing : perl-Storable-1:3.21-460.el9.x86_64 66/98 2025-10-14 05:20:09.832 | > Installing : perl-overload-1.31-483.el9.noarch 67/98 2025-10-14 05:20:09.832 | > Installing : perl-parent-1:0.238-460.el9.noarch 68/98 2025-10-14 05:20:09.832 | > Installing : perl-vars-1.05-483.el9.noarch 69/98 2025-10-14 05:20:09.832 | > Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 70/98 2025-10-14 05:20:09.832 | > Installing : perl-Carp-1.50-460.el9.noarch 71/98 2025-10-14 05:20:09.832 | > Installing : perl-Exporter-5.74-461.el9.noarch 72/98 2025-10-14 05:20:09.832 | > Installing : perl-NDBM_File-1.15-483.el9.x86_64 73/98 2025-10-14 05:20:09.832 | > Installing : perl-PathTools-3.78-461.el9.x86_64 74/98 2025-10-14 05:20:09.832 | > Installing : perl-Encode-4:3.08-462.el9.x86_64 75/98 2025-10-14 05:20:09.832 | > Installing : perl-libs-4:5.32.1-483.el9.x86_64 76/98 2025-10-14 05:20:09.832 | > Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 77/98 2025-10-14 05:20:09.832 | > Installing : device-mapper-multipath-libs-0.8.7-39.el9.x86_64 78/98 2025-10-14 05:20:09.832 | > Installing : device-mapper-multipath-0.8.7-39.el9.x86_64 79/98 2025-10-14 05:20:09.832 | > Running scriptlet: device-mapper-multipath-0.8.7-39.el9.x86_64 79/98 2025-10-14 05:20:09.832 | > Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service -> /usr/lib/systemd/system/multipathd.service. 2025-10-14 05:20:09.832 | > Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket -> /usr/lib/systemd/system/multipathd.socket. 2025-10-14 05:20:09.832 | > 2025-10-14 05:20:09.832 | > Installing : infiniband-diags-57.0-2.el9.x86_64 80/98 2025-10-14 05:20:09.832 | > Installing : rng-tools-6.17-2.el9.x86_64 81/98 2025-10-14 05:20:09.832 | > Running scriptlet: rng-tools-6.17-2.el9.x86_64 81/98 2025-10-14 05:20:09.832 | > Created symlink /etc/systemd/system/multi-user.target.wants/rngd.service -> /usr/lib/systemd/system/rngd.service. 2025-10-14 05:20:09.832 | > 2025-10-14 05:20:09.832 | > Installing : iptables-nft-1.8.10-11.el9.x86_64 82/98 2025-10-14 05:20:09.832 | > Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 82/98 2025-10-14 05:20:09.832 | > Installing : nvme-cli-2.13-1.el9.x86_64 83/98 2025-10-14 05:20:09.832 | > Running scriptlet: nvme-cli-2.13-1.el9.x86_64 83/98 2025-10-14 05:20:11.048 | > Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /usr/lib/systemd/system/nvmefc-boot-connections.service. 2025-10-14 05:20:11.048 | > Running in chroot, ignoring command 'daemon-reload' 2025-10-14 05:20:11.048 | > Running in chroot, ignoring request. 2025-10-14 05:20:11.048 | > Running in chroot, ignoring request. 2025-10-14 05:20:11.048 | > 2025-10-14 05:20:11.048 | > Installing : gcc-11.5.0-11.el9.x86_64 84/98 2025-10-14 05:20:11.048 | > Installing : libffi-devel-3.4.2-8.el9.x86_64 85/98 2025-10-14 05:20:11.048 | > Installing : openssl-devel-1:3.5.1-5.el9.x86_64 86/98 2025-10-14 05:20:11.048 | > Installing : python3-devel-3.9.23-2.el9.x86_64 87/98 2025-10-14 05:20:11.048 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2025-10-14 05:20:11.048 | > Installing : xorriso-1.5.4-5.el9.x86_64 88/98 2025-10-14 05:20:11.048 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2025-10-14 05:20:11.048 | > Installing : policycoreutils-python-utils-3.6-3.el9.noarch 89/98 2025-10-14 05:20:11.048 | > Installing : ipmitool-1.8.18-27.el9.x86_64 90/98 2025-10-14 05:20:11.048 | > Installing : efivar-38-3.el9.x86_64 91/98 2025-10-14 05:20:11.048 | > Installing : traceroute-3:2.1.1-1.el9.x86_64 92/98 2025-10-14 05:20:11.048 | > Installing : rsync-3.2.5-3.el9.x86_64 93/98 2025-10-14 05:20:11.048 | > Installing : lsof-4.94.0-3.el9.x86_64 94/98 2025-10-14 05:20:11.048 | > Installing : hdparm-9.62-2.el9.x86_64 95/98 2025-10-14 05:20:11.048 | > Installing : efibootmgr-16-12.el9.x86_64 96/98 2025-10-14 05:20:11.048 | > Installing : biosdevname-0.7.3-10.el9.x86_64 97/98 2025-10-14 05:20:11.048 | > Installing : NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 98/98 2025-10-14 05:20:11.048 | > Running scriptlet: NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 98/98 2025-10-14 05:20:11.048 | > Verifying : NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 1/98 2025-10-14 05:20:11.048 | > Verifying : biosdevname-0.7.3-10.el9.x86_64 2/98 2025-10-14 05:20:11.048 | > Verifying : device-mapper-multipath-0.8.7-39.el9.x86_64 3/98 2025-10-14 05:20:11.048 | > Verifying : device-mapper-multipath-libs-0.8.7-39.el9.x86_64 4/98 2025-10-14 05:20:11.048 | > Verifying : efibootmgr-16-12.el9.x86_64 5/98 2025-10-14 05:20:11.048 | > Verifying : groff-base-1.22.4-10.el9.x86_64 6/98 2025-10-14 05:20:11.048 | > Verifying : hdparm-9.62-2.el9.x86_64 7/98 2025-10-14 05:20:11.048 | > Verifying : iptables-nft-1.8.10-11.el9.x86_64 8/98 2025-10-14 05:20:11.048 | > Verifying : jitterentropy-3.6.0-1.el9.x86_64 9/98 2025-10-14 05:20:11.048 | > Verifying : libibumad-57.0-2.el9.x86_64 10/98 2025-10-14 05:20:11.048 | > Verifying : libnftnl-1.2.6-4.el9.x86_64 11/98 2025-10-14 05:20:11.048 | > Verifying : libnvme-1.13-1.el9.x86_64 12/98 2025-10-14 05:20:11.048 | > Verifying : libpkgconf-1.7.3-10.el9.x86_64 13/98 2025-10-14 05:20:11.048 | > Verifying : lsof-4.94.0-3.el9.x86_64 14/98 2025-10-14 05:20:11.048 | > Verifying : make-1:4.3-8.el9.x86_64 15/98 2025-10-14 05:20:11.048 | > Verifying : nvme-cli-2.13-1.el9.x86_64 16/98 2025-10-14 05:20:11.048 | > Verifying : pkgconf-1.7.3-10.el9.x86_64 17/98 2025-10-14 05:20:11.048 | > Verifying : pkgconf-m4-1.7.3-10.el9.noarch 18/98 2025-10-14 05:20:11.048 | > Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 19/98 2025-10-14 05:20:11.048 | > Verifying : rng-tools-6.17-2.el9.x86_64 20/98 2025-10-14 05:20:11.048 | > Verifying : rsync-3.2.5-3.el9.x86_64 21/98 2025-10-14 05:20:11.048 | > Verifying : traceroute-3:2.1.1-1.el9.x86_64 22/98 2025-10-14 05:20:11.048 | > Verifying : cpp-11.5.0-11.el9.x86_64 23/98 2025-10-14 05:20:11.048 | > Verifying : efivar-38-3.el9.x86_64 24/98 2025-10-14 05:20:11.048 | > Verifying : gcc-11.5.0-11.el9.x86_64 25/98 2025-10-14 05:20:11.048 | > Verifying : glibc-devel-2.34-232.el9.x86_64 26/98 2025-10-14 05:20:11.048 | > Verifying : glibc-headers-2.34-232.el9.x86_64 27/98 2025-10-14 05:20:11.048 | > Verifying : infiniband-diags-57.0-2.el9.x86_64 28/98 2025-10-14 05:20:11.048 | > Verifying : ipmitool-1.8.18-27.el9.x86_64 29/98 2025-10-14 05:20:11.048 | > Verifying : kernel-headers-5.14.0-624.el9.x86_64 30/98 2025-10-14 05:20:11.048 | > Verifying : libburn-1.5.4-5.el9.x86_64 31/98 2025-10-14 05:20:11.048 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 32/98 2025-10-14 05:20:11.048 | > Verifying : libisoburn-1.5.4-5.el9.x86_64 33/98 2025-10-14 05:20:11.048 | > Verifying : libisofs-1.5.4-4.el9.x86_64 34/98 2025-10-14 05:20:11.048 | > Verifying : libmpc-1.2.1-4.el9.x86_64 35/98 2025-10-14 05:20:11.048 | > Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 36/98 2025-10-14 05:20:11.048 | > Verifying : openssl-devel-1:3.5.1-5.el9.x86_64 37/98 2025-10-14 05:20:11.048 | > Verifying : perl-AutoLoader-5.74-483.el9.noarch 38/98 2025-10-14 05:20:11.048 | > Verifying : perl-B-1.80-483.el9.x86_64 39/98 2025-10-14 05:20:11.048 | > Verifying : perl-Carp-1.50-460.el9.noarch 40/98 2025-10-14 05:20:11.048 | > Verifying : perl-Class-Struct-0.66-483.el9.noarch 41/98 2025-10-14 05:20:11.048 | > Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 42/98 2025-10-14 05:20:11.048 | > Verifying : perl-Digest-1.19-4.el9.noarch 43/98 2025-10-14 05:20:11.048 | > Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 44/98 2025-10-14 05:20:11.048 | > Verifying : perl-Encode-4:3.08-462.el9.x86_64 45/98 2025-10-14 05:20:11.048 | > Verifying : perl-Errno-1.30-483.el9.x86_64 46/98 2025-10-14 05:20:11.048 | > Verifying : perl-Exporter-5.74-461.el9.noarch 47/98 2025-10-14 05:20:11.048 | > Verifying : perl-Fcntl-1.13-483.el9.x86_64 48/98 2025-10-14 05:20:11.048 | > Verifying : perl-File-Basename-2.85-483.el9.noarch 49/98 2025-10-14 05:20:11.048 | > Verifying : perl-File-Path-2.18-4.el9.noarch 50/98 2025-10-14 05:20:11.048 | > Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 51/98 2025-10-14 05:20:11.048 | > Verifying : perl-File-stat-1.09-483.el9.noarch 52/98 2025-10-14 05:20:11.048 | > Verifying : perl-FileHandle-2.03-483.el9.noarch 53/98 2025-10-14 05:20:11.048 | > Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 54/98 2025-10-14 05:20:11.048 | > Verifying : perl-Getopt-Std-1.12-483.el9.noarch 55/98 2025-10-14 05:20:11.048 | > Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 56/98 2025-10-14 05:20:11.048 | > Verifying : perl-IO-1.43-483.el9.x86_64 57/98 2025-10-14 05:20:11.048 | > Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 58/98 2025-10-14 05:20:11.048 | > Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 59/98 2025-10-14 05:20:11.048 | > Verifying : perl-IPC-Open3-1.21-483.el9.noarch 60/98 2025-10-14 05:20:11.048 | > Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 61/98 2025-10-14 05:20:11.048 | > Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 62/98 2025-10-14 05:20:11.048 | > Verifying : perl-NDBM_File-1.15-483.el9.x86_64 63/98 2025-10-14 05:20:11.048 | > Verifying : perl-Net-SSLeay-1.94-3.el9.x86_64 64/98 2025-10-14 05:20:11.048 | > Verifying : perl-POSIX-1.94-483.el9.x86_64 65/98 2025-10-14 05:20:11.048 | > Verifying : perl-PathTools-3.78-461.el9.x86_64 66/98 2025-10-14 05:20:11.048 | > Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 67/98 2025-10-14 05:20:11.048 | > Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/98 2025-10-14 05:20:11.048 | > Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 69/98 2025-10-14 05:20:11.048 | > Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 70/98 2025-10-14 05:20:11.048 | > Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 71/98 2025-10-14 05:20:11.048 | > Verifying : perl-SelectSaver-1.02-483.el9.noarch 72/98 2025-10-14 05:20:11.048 | > Verifying : perl-Socket-4:2.031-4.el9.x86_64 73/98 2025-10-14 05:20:11.048 | > Verifying : perl-Storable-1:3.21-460.el9.x86_64 74/98 2025-10-14 05:20:11.048 | > Verifying : perl-Symbol-1.08-483.el9.noarch 75/98 2025-10-14 05:20:11.048 | > Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 76/98 2025-10-14 05:20:11.048 | > Verifying : perl-Term-Cap-1.17-460.el9.noarch 77/98 2025-10-14 05:20:11.220 | > Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 78/98 2025-10-14 05:20:11.220 | > Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 79/98 2025-10-14 05:20:11.220 | > Verifying : perl-Time-Local-2:1.300-7.el9.noarch 80/98 2025-10-14 05:20:11.220 | > Verifying : perl-URI-5.09-3.el9.noarch 81/98 2025-10-14 05:20:11.220 | > Verifying : perl-base-2.27-483.el9.noarch 82/98 2025-10-14 05:20:11.220 | > Verifying : perl-constant-1.33-461.el9.noarch 83/98 2025-10-14 05:20:11.220 | > Verifying : perl-if-0.60.800-483.el9.noarch 84/98 2025-10-14 05:20:11.220 | > Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 85/98 2025-10-14 05:20:11.220 | > Verifying : perl-libnet-3.13-4.el9.noarch 86/98 2025-10-14 05:20:11.220 | > Verifying : perl-libs-4:5.32.1-483.el9.x86_64 87/98 2025-10-14 05:20:11.220 | > Verifying : perl-mro-1.23-483.el9.x86_64 88/98 2025-10-14 05:20:11.220 | > Verifying : perl-overload-1.31-483.el9.noarch 89/98 2025-10-14 05:20:11.220 | > Verifying : perl-overloading-0.02-483.el9.noarch 90/98 2025-10-14 05:20:11.220 | > Verifying : perl-parent-1:0.238-460.el9.noarch 91/98 2025-10-14 05:20:11.220 | > Verifying : perl-podlators-1:4.14-460.el9.noarch 92/98 2025-10-14 05:20:11.220 | > Verifying : perl-subs-1.03-483.el9.noarch 93/98 2025-10-14 05:20:11.220 | > Verifying : perl-vars-1.05-483.el9.noarch 94/98 2025-10-14 05:20:11.220 | > Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 95/98 2025-10-14 05:20:11.220 | > Verifying : python3-devel-3.9.23-2.el9.x86_64 96/98 2025-10-14 05:20:11.220 | > Verifying : python3-pip-21.3.1-1.el9.noarch 97/98 2025-10-14 05:20:11.220 | > Verifying : xorriso-1.5.4-5.el9.x86_64 98/98 2025-10-14 05:20:11.220 | > Completion plugin: Generating completion cache... 2025-10-14 05:20:11.220 | > Installed: NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch 2025-10-14 05:20:11.220 | > Installed: biosdevname-0.7.3-10.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: cpp-11.5.0-11.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: device-mapper-multipath-0.8.7-39.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: device-mapper-multipath-libs-0.8.7-39.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: efibootmgr-16-12.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: efivar-38-3.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: gcc-11.5.0-11.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: glibc-devel-2.34-232.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: glibc-headers-2.34-232.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: groff-base-1.22.4-10.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: hdparm-9.62-2.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: infiniband-diags-57.0-2.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: ipmitool-1.8.18-27.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: iptables-nft-1.8.10-11.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: jitterentropy-3.6.0-1.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: kernel-headers-5.14.0-624.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libburn-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libffi-devel-3.4.2-8.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libibumad-57.0-2.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libisoburn-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libisofs-1.5.4-4.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libmpc-1.2.1-4.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libnftnl-1.2.6-4.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libnvme-1.13-1.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libpkgconf-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: libxcrypt-devel-4.4.18-3.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: lsof-4.94.0-3.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: make-1:4.3-8.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: nvme-cli-2.13-1.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: openssl-devel-1:3.5.1-5.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-AutoLoader-5.74-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-B-1.80-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Carp-1.50-460.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Class-Struct-0.66-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Data-Dumper-2.174-462.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Digest-1.19-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Digest-MD5-2.58-4.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Encode-4:3.08-462.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Errno-1.30-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Exporter-5.74-461.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Fcntl-1.13-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-File-Basename-2.85-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-File-Path-2.18-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-File-Temp-1:0.231.100-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-File-stat-1.09-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-FileHandle-2.03-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Getopt-Long-1:2.52-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Getopt-Std-1.12-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-HTTP-Tiny-0.076-462.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-IO-1.43-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-IO-Socket-IP-0.41-5.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-IO-Socket-SSL-2.073-2.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-IPC-Open3-1.21-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-MIME-Base64-3.16-4.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Mozilla-CA-20200520-6.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-NDBM_File-1.15-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Net-SSLeay-1.94-3.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-POSIX-1.94-483.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-PathTools-3.78-461.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-Pod-Escapes-1:1.07-460.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Pod-Perldoc-3.28.01-461.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Pod-Simple-1:3.42-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Pod-Usage-4:2.01-4.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2025-10-14 05:20:11.220 | > Installed: perl-SelectSaver-1.02-483.el9.noarch 2025-10-14 05:20:11.220 | > Installed: perl-Socket-4:2.031-4.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: perl-Storable-1:3.21-460.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: perl-Symbol-1.08-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-Term-ANSIColor-5.01-461.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-Term-Cap-1.17-460.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-Text-ParseWords-3.30-460.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-Time-Local-2:1.300-7.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-URI-5.09-3.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-base-2.27-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-constant-1.33-461.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-if-0.60.800-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-interpreter-4:5.32.1-483.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: perl-libnet-3.13-4.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-libs-4:5.32.1-483.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: perl-mro-1.23-483.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: perl-overload-1.31-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-overloading-0.02-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-parent-1:0.238-460.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-podlators-1:4.14-460.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-subs-1.03-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: perl-vars-1.05-483.el9.noarch 2025-10-14 05:20:11.221 | > Installed: pkgconf-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: pkgconf-m4-1.7.3-10.el9.noarch 2025-10-14 05:20:11.221 | > Installed: pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: policycoreutils-python-utils-3.6-3.el9.noarch 2025-10-14 05:20:11.221 | > Installed: python3-devel-3.9.23-2.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: python3-pip-21.3.1-1.el9.noarch 2025-10-14 05:20:11.221 | > Installed: rng-tools-6.17-2.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: rsync-3.2.5-3.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: traceroute-3:2.1.1-1.el9.x86_64 2025-10-14 05:20:11.221 | > Installed: xorriso-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.221 | > 2025-10-14 05:20:11.221 | > Installed: 2025-10-14 05:20:11.221 | > NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch 2025-10-14 05:20:11.221 | > biosdevname-0.7.3-10.el9.x86_64 2025-10-14 05:20:11.221 | > cpp-11.5.0-11.el9.x86_64 2025-10-14 05:20:11.221 | > device-mapper-multipath-0.8.7-39.el9.x86_64 2025-10-14 05:20:11.221 | > device-mapper-multipath-libs-0.8.7-39.el9.x86_64 2025-10-14 05:20:11.221 | > efibootmgr-16-12.el9.x86_64 2025-10-14 05:20:11.221 | > efivar-38-3.el9.x86_64 2025-10-14 05:20:11.221 | > gcc-11.5.0-11.el9.x86_64 2025-10-14 05:20:11.221 | > glibc-devel-2.34-232.el9.x86_64 2025-10-14 05:20:11.221 | > glibc-headers-2.34-232.el9.x86_64 2025-10-14 05:20:11.221 | > groff-base-1.22.4-10.el9.x86_64 2025-10-14 05:20:11.221 | > hdparm-9.62-2.el9.x86_64 2025-10-14 05:20:11.221 | > infiniband-diags-57.0-2.el9.x86_64 2025-10-14 05:20:11.221 | > ipmitool-1.8.18-27.el9.x86_64 2025-10-14 05:20:11.221 | > iptables-nft-1.8.10-11.el9.x86_64 2025-10-14 05:20:11.221 | > jitterentropy-3.6.0-1.el9.x86_64 2025-10-14 05:20:11.221 | > kernel-headers-5.14.0-624.el9.x86_64 2025-10-14 05:20:11.221 | > libburn-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.221 | > libffi-devel-3.4.2-8.el9.x86_64 2025-10-14 05:20:11.221 | > libibumad-57.0-2.el9.x86_64 2025-10-14 05:20:11.221 | > libisoburn-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.530 | > libisofs-1.5.4-4.el9.x86_64 2025-10-14 05:20:11.530 | > libmpc-1.2.1-4.el9.x86_64 2025-10-14 05:20:11.530 | > libnftnl-1.2.6-4.el9.x86_64 2025-10-14 05:20:11.530 | > libnvme-1.13-1.el9.x86_64 2025-10-14 05:20:11.530 | > libpkgconf-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.530 | > libxcrypt-devel-4.4.18-3.el9.x86_64 2025-10-14 05:20:11.530 | > lsof-4.94.0-3.el9.x86_64 2025-10-14 05:20:11.530 | > make-1:4.3-8.el9.x86_64 2025-10-14 05:20:11.530 | > nvme-cli-2.13-1.el9.x86_64 2025-10-14 05:20:11.530 | > openssl-devel-1:3.5.1-5.el9.x86_64 2025-10-14 05:20:11.531 | > perl-AutoLoader-5.74-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-B-1.80-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Carp-1.50-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-Class-Struct-0.66-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-Data-Dumper-2.174-462.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Digest-1.19-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-Digest-MD5-2.58-4.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Encode-4:3.08-462.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Errno-1.30-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Exporter-5.74-461.el9.noarch 2025-10-14 05:20:11.531 | > perl-Fcntl-1.13-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-File-Basename-2.85-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-File-Path-2.18-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-File-Temp-1:0.231.100-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-File-stat-1.09-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-FileHandle-2.03-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-Getopt-Long-1:2.52-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-Getopt-Std-1.12-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-HTTP-Tiny-0.076-462.el9.noarch 2025-10-14 05:20:11.531 | > perl-IO-1.43-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-IO-Socket-IP-0.41-5.el9.noarch 2025-10-14 05:20:11.531 | > perl-IO-Socket-SSL-2.073-2.el9.noarch 2025-10-14 05:20:11.531 | > perl-IPC-Open3-1.21-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-MIME-Base64-3.16-4.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Mozilla-CA-20200520-6.el9.noarch 2025-10-14 05:20:11.531 | > perl-NDBM_File-1.15-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Net-SSLeay-1.94-3.el9.x86_64 2025-10-14 05:20:11.531 | > perl-POSIX-1.94-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-PathTools-3.78-461.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Pod-Escapes-1:1.07-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-Pod-Perldoc-3.28.01-461.el9.noarch 2025-10-14 05:20:11.531 | > perl-Pod-Simple-1:3.42-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-Pod-Usage-4:2.01-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2025-10-14 05:20:11.531 | > perl-SelectSaver-1.02-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-Socket-4:2.031-4.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Storable-1:3.21-460.el9.x86_64 2025-10-14 05:20:11.531 | > perl-Symbol-1.08-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-Term-ANSIColor-5.01-461.el9.noarch 2025-10-14 05:20:11.531 | > perl-Term-Cap-1.17-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-Text-ParseWords-3.30-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-Time-Local-2:1.300-7.el9.noarch 2025-10-14 05:20:11.531 | > perl-URI-5.09-3.el9.noarch 2025-10-14 05:20:11.531 | > perl-base-2.27-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-constant-1.33-461.el9.noarch 2025-10-14 05:20:11.531 | > perl-if-0.60.800-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-interpreter-4:5.32.1-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-libnet-3.13-4.el9.noarch 2025-10-14 05:20:11.531 | > perl-libs-4:5.32.1-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-mro-1.23-483.el9.x86_64 2025-10-14 05:20:11.531 | > perl-overload-1.31-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-overloading-0.02-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-parent-1:0.238-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-podlators-1:4.14-460.el9.noarch 2025-10-14 05:20:11.531 | > perl-subs-1.03-483.el9.noarch 2025-10-14 05:20:11.531 | > perl-vars-1.05-483.el9.noarch 2025-10-14 05:20:11.531 | > pkgconf-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.531 | > pkgconf-m4-1.7.3-10.el9.noarch 2025-10-14 05:20:11.531 | > pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-10-14 05:20:11.531 | > policycoreutils-python-utils-3.6-3.el9.noarch 2025-10-14 05:20:11.531 | > python3-devel-3.9.23-2.el9.x86_64 2025-10-14 05:20:11.531 | > python3-pip-21.3.1-1.el9.noarch 2025-10-14 05:20:11.531 | > rng-tools-6.17-2.el9.x86_64 2025-10-14 05:20:11.531 | > rsync-3.2.5-3.el9.x86_64 2025-10-14 05:20:11.531 | > traceroute-3:2.1.1-1.el9.x86_64 2025-10-14 05:20:11.531 | > xorriso-1.5.4-5.el9.x86_64 2025-10-14 05:20:11.531 | > 2025-10-14 05:20:11.531 | > Complete! 2025-10-14 05:20:11.531 | > + '[' install == install ']' 2025-10-14 05:20:11.531 | > + '[' dnf == dnf ']' 2025-10-14 05:20:11.531 | > + dnf mark install fio-engine-libaio qemu-img traceroute openssh lldpad selinux-policy-targeted psmisc parted xorriso hdparm fio efibootmgr python3-policycoreutils policycoreutils-python-utils lshw rng-tools dmidecode gdisk device-mapper-multipath tcpdump which rsync e2fsprogs ipmitool NetworkManager-initscripts-updown python3-devel chrony selinux-policy python3 iptables sysbench git-core util-linux efivar pciutils nvme-cli openssl-devel python3-libselinux kmod iscsi-initiator-utils dosfstools ethtool infiniband-diags curl gcc lsof openssh-server passwd libffi-devel mdadm smartmontools biosdevname dhclient ca-certificates 2025-10-14 05:20:11.531 | > fio-engine-libaio-3.35-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > qemu-img-17:9.1.0-29.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > traceroute-3:2.1.1-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > openssh-9.9p1-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > selinux-policy-targeted-38.1.65-1.el9.noarch marked as user installed. 2025-10-14 05:20:11.531 | > psmisc-23.4-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > parted-3.5-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > xorriso-1.5.4-5.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > hdparm-9.62-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > fio-3.35-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > efibootmgr-16-12.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > python3-policycoreutils-3.6-3.el9.noarch marked as user installed. 2025-10-14 05:20:11.531 | > policycoreutils-python-utils-3.6-3.el9.noarch marked as user installed. 2025-10-14 05:20:11.531 | > lshw-B.02.20-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > rng-tools-6.17-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > dmidecode-1:3.6-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.531 | > gdisk-1.0.7-5.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.576 | > device-mapper-multipath-0.8.7-39.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.576 | > tcpdump-14:4.99.0-9.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > which-2.21-30.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > rsync-3.2.5-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > e2fsprogs-1.46.5-8.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > ipmitool-1.8.18-27.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch marked as user installed. 2025-10-14 05:20:11.577 | > python3-devel-3.9.23-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > chrony-4.6.1-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > selinux-policy-38.1.65-1.el9.noarch marked as user installed. 2025-10-14 05:20:11.577 | > python3-3.9.23-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > iptables-nft-1.8.10-11.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > sysbench-1.0.20-5.el9s.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > git-core-2.47.3-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > util-linux-2.37.4-21.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > efivar-38-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > pciutils-3.7.0-7.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > nvme-cli-2.13-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > openssl-devel-1:3.5.1-5.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > python3-libselinux-3.6-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > kmod-28-11.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > dosfstools-4.2-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > ethtool-2:6.15-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > infiniband-diags-57.0-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > curl-7.76.1-34.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > gcc-11.5.0-11.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > lsof-4.94.0-3.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > openssh-server-9.9p1-1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > passwd-0.80-12.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > libffi-devel-3.4.2-8.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > mdadm-4.4-2.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > smartmontools-1:7.2-9.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > biosdevname-0.7.3-10.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > dhcp-client-12:4.4.2-19.b1.el9.x86_64 marked as user installed. 2025-10-14 05:20:11.577 | > ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch marked as user installed. 2025-10-14 05:20:11.577 | returncode: 0 2025-10-14 05:20:11.583 | dib-run-parts 01-package-installs completed 2025-10-14 05:20:11.583 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init 2025-10-14 05:20:11.585 | + set -eu 2025-10-14 05:20:11.585 | + set -o pipefail 2025-10-14 05:20:11.585 | + mkdir -p /etc/cloud/cloud.cfg.d 2025-10-14 05:20:11.587 | + '[' -n '' ']' 2025-10-14 05:20:11.588 | dib-run-parts 10-cloud-init completed 2025-10-14 05:20:11.588 | dib-run-parts Running /tmp/in_target.d/install.d/10-install-static-files 2025-10-14 05:20:11.590 | + set -eu 2025-10-14 05:20:11.590 | + set -o pipefail 2025-10-14 05:20:11.590 | ++ dirname /tmp/in_target.d/install.d/10-install-static-files 2025-10-14 05:20:11.591 | + STATIC_SOURCE=/tmp/in_target.d/install.d/../static 2025-10-14 05:20:11.591 | + '[' -d /tmp/in_target.d/install.d/../static ']' 2025-10-14 05:20:11.591 | + rsync -lCr /tmp/in_target.d/install.d/../static/ / 2025-10-14 05:20:11.639 | dib-run-parts 10-install-static-files completed 2025-10-14 05:20:11.639 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts 2025-10-14 05:20:11.641 | + set -eu 2025-10-14 05:20:11.641 | + set -o pipefail 2025-10-14 05:20:11.641 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts 2025-10-14 05:20:11.642 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/ 2025-10-14 05:20:11.642 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']' 2025-10-14 05:20:11.642 | + dest= 2025-10-14 05:20:11.642 | + case $DIB_INIT_SYSTEM in 2025-10-14 05:20:11.642 | + dest=/usr/lib/systemd/system/ 2025-10-14 05:20:11.642 | + '[' -z /usr/lib/systemd/system/ ']' 2025-10-14 05:20:11.642 | + cp -RP /tmp/in_target.d/install.d/../init-scripts/systemd/. /usr/lib/systemd/system/ 2025-10-14 05:20:11.645 | dib-run-parts 20-install-init-scripts completed 2025-10-14 05:20:11.645 | dib-run-parts Running /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2025-10-14 05:20:11.647 | + set -eu 2025-10-14 05:20:11.647 | + set -o pipefail 2025-10-14 05:20:11.647 | ++ dirname /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2025-10-14 05:20:11.648 | + SCRIPTDIR=/tmp/in_target.d/install.d 2025-10-14 05:20:11.648 | + '[' -e /etc/redhat-release ']' 2025-10-14 05:20:11.648 | + [[ 7 =~ 9-stream ]] 2025-10-14 05:20:11.648 | + [[ 8 =~ 9-stream ]] 2025-10-14 05:20:11.648 | + '[' -x /etc/NetworkManager ']' 2025-10-14 05:20:11.648 | + 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 2025-10-14 05:20:11.651 | + sed -i s/DIB_DHCP_CLIENT/internal/g /etc/NetworkManager/conf.d/00-main.conf 2025-10-14 05:20:11.653 | + sed -i s/DIB_DHCP_TIMEOUT/60/g /etc/NetworkManager/conf.d/00-main.conf 2025-10-14 05:20:11.654 | + '[' true == true ']' 2025-10-14 05:20:11.654 | + exit 0 2025-10-14 05:20:11.655 | dib-run-parts 50-dhcp-all-interfaces completed 2025-10-14 05:20:11.655 | dib-run-parts Running /tmp/in_target.d/install.d/60-remove-cloud-image-interfaces 2025-10-14 05:20:11.657 | + set -eu 2025-10-14 05:20:11.657 | + set -o pipefail 2025-10-14 05:20:11.658 | ++ ls /etc/sysconfig/network-scripts/ifcfg-eth0 2025-10-14 05:20:11.658 | ++ grep -v ifcfg-lo 2025-10-14 05:20:11.659 | + for ifcfg in $(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v "ifcfg-lo") 2025-10-14 05:20:11.659 | + rm -f /etc/sysconfig/network-scripts/ifcfg-eth0 2025-10-14 05:20:11.660 | + rm -f '/etc/network/interfaces.d/*' 2025-10-14 05:20:11.661 | + rm -f '/etc/conf.d/net*' 2025-10-14 05:20:11.662 | + '[' -f /etc/network/interfaces ']' 2025-10-14 05:20:11.663 | dib-run-parts 60-remove-cloud-image-interfaces completed 2025-10-14 05:20:11.663 | dib-run-parts Running /tmp/in_target.d/install.d/70-clear-net-ifnames 2025-10-14 05:20:11.665 | + set -o pipefail 2025-10-14 05:20:11.665 | + '[' -f /etc/default/grub ']' 2025-10-14 05:20:11.665 | + sed -i s/net.ifnames=0//g /etc/default/grub 2025-10-14 05:20:11.668 | dib-run-parts 70-clear-net-ifnames completed 2025-10-14 05:20:11.668 | dib-run-parts Running /tmp/in_target.d/install.d/70-enable-dynamic-login-services 2025-10-14 05:20:11.670 | + set -eu 2025-10-14 05:20:11.670 | + set -o pipefail 2025-10-14 05:20:11.670 | + case "$DIB_INIT_SYSTEM" in 2025-10-14 05:20:11.670 | + systemctl enable dynamic-login.service 2025-10-14 05:20:11.675 | Created symlink /etc/systemd/system/multi-user.target.wants/dynamic-login.service -> /usr/lib/systemd/system/dynamic-login.service. 2025-10-14 05:20:11.677 | dib-run-parts 70-enable-dynamic-login-services completed 2025-10-14 05:20:11.677 | dib-run-parts Running /tmp/in_target.d/install.d/71-clean-stale-interface 2025-10-14 05:20:11.679 | + set -o pipefail 2025-10-14 05:20:11.679 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-ens*' 2025-10-14 05:20:11.680 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-eth*' 2025-10-14 05:20:11.682 | dib-run-parts 71-clean-stale-interface completed 2025-10-14 05:20:11.682 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls 2025-10-14 05:20:11.684 | + set -eu 2025-10-14 05:20:11.684 | + set -o pipefail 2025-10-14 05:20:11.684 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls 2025-10-14 05:20:11.685 | + package-uninstalls -d /tmp/in_target.d/install.d 2025-10-14 05:20:11.686 | + set -eu 2025-10-14 05:20:11.686 | + set -o pipefail 2025-10-14 05:20:11.686 | ++ basename /usr/local/bin/package-uninstalls 2025-10-14 05:20:11.687 | + SCRIPTNAME=package-uninstalls 2025-10-14 05:20:11.687 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d 2025-10-14 05:20:11.688 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-10-14 05:20:11.688 | + '[' 0 '!=' 0 ']' 2025-10-14 05:20:11.688 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-10-14 05:20:11.688 | ++ set -- -d /tmp/in_target.d/install.d -- 2025-10-14 05:20:11.688 | + WORKDIR= 2025-10-14 05:20:11.688 | + true 2025-10-14 05:20:11.688 | + case "$1" in 2025-10-14 05:20:11.688 | + WORKDIR=/tmp/in_target.d/install.d 2025-10-14 05:20:11.688 | + shift 2 2025-10-14 05:20:11.688 | + true 2025-10-14 05:20:11.688 | + case "$1" in 2025-10-14 05:20:11.688 | + shift 2025-10-14 05:20:11.688 | + break 2025-10-14 05:20:11.688 | + '[' -z /tmp/in_target.d/install.d ']' 2025-10-14 05:20:11.688 | + PACKAGES= 2025-10-14 05:20:11.688 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:20:11.689 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-10-14 05:20:11.690 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2025-10-14 05:20:11.690 | + basefile=package-installs-ironic-python-agent-ramdisk 2025-10-14 05:20:11.690 | + element_name=ironic-python-agent-ramdisk 2025-10-14 05:20:11.691 | + read pkg 2025-10-14 05:20:11.691 | + '[' -z ironic-python-agent ']' 2025-10-14 05:20:11.691 | + '[' i = '#' ']' 2025-10-14 05:20:11.691 | + '[' '!' i = - ']' 2025-10-14 05:20:11.691 | + continue 2025-10-14 05:20:11.691 | + read pkg 2025-10-14 05:20:11.691 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-10-14 05:20:11.691 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2025-10-14 05:20:11.692 | + basefile=package-installs-extra-hardware 2025-10-14 05:20:11.692 | + element_name=extra-hardware 2025-10-14 05:20:11.692 | + read pkg 2025-10-14 05:20:11.692 | + '[' -z python-hardware ']' 2025-10-14 05:20:11.692 | + '[' p = '#' ']' 2025-10-14 05:20:11.692 | + '[' '!' p = - ']' 2025-10-14 05:20:11.692 | + continue 2025-10-14 05:20:11.692 | + read pkg 2025-10-14 05:20:11.692 | + install-packages -e 2025-10-14 05:20:11.697 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json 2025-10-14 05:20:12.762 | Map uninstall for ironic-python-agent-ramdisk: libffi-dev, libssl-dev, python-dev 2025-10-14 05:20:12.762 | Running command: ['install-packages', '-e', 'libffi-devel', 'python3-devel', 'openssl-devel'] 2025-10-14 05:20:12.762 | > Running install-packages remove. 2025-10-14 05:20:12.763 | > + dnf -v -y remove libffi-devel python3-devel openssl-devel 2025-10-14 05:20:12.763 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:20:12.763 | > DNF version: 4.14.0 2025-10-14 05:20:12.763 | > cachedir: /tmp/yum 2025-10-14 05:20:12.763 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:20:12.763 | > --> Starting dependency resolution 2025-10-14 05:20:12.763 | > --> Finding unneeded leftover dependencies 2025-10-14 05:20:12.763 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be erased 2025-10-14 05:20:12.763 | > ---> Package openssl-devel.x86_64 1:3.5.1-5.el9 will be erased 2025-10-14 05:20:12.763 | > ---> Package python3-devel.x86_64 3.9.23-2.el9 will be erased 2025-10-14 05:20:12.763 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be erased 2025-10-14 05:20:12.763 | > --> Finished dependency resolution 2025-10-14 05:20:12.763 | > Dependencies resolved. 2025-10-14 05:20:12.763 | > ================================================================================ 2025-10-14 05:20:12.763 | > Package Architecture Version Repository Size 2025-10-14 05:20:12.763 | > ================================================================================ 2025-10-14 05:20:12.763 | > Removing: 2025-10-14 05:20:12.763 | > libffi-devel x86_64 3.4.2-8.el9 @appstream 33 k 2025-10-14 05:20:12.763 | > openssl-devel x86_64 1:3.5.1-5.el9 @appstream 5.3 M 2025-10-14 05:20:12.763 | > python3-devel x86_64 3.9.23-2.el9 @appstream 765 k 2025-10-14 05:20:12.763 | > Removing unused dependencies: 2025-10-14 05:20:12.763 | > python3-pip noarch 21.3.1-1.el9 @appstream 8.8 M 2025-10-14 05:20:12.763 | > 2025-10-14 05:20:12.763 | > Transaction Summary 2025-10-14 05:20:12.763 | > ================================================================================ 2025-10-14 05:20:12.763 | > Remove 4 Packages 2025-10-14 05:20:12.763 | > 2025-10-14 05:20:12.763 | > Freed space: 15 M 2025-10-14 05:20:12.763 | > Running transaction check 2025-10-14 05:20:12.763 | > Transaction check succeeded. 2025-10-14 05:20:12.763 | > Running transaction test 2025-10-14 05:20:12.763 | > Transaction test succeeded. 2025-10-14 05:20:12.763 | > Running transaction 2025-10-14 05:20:12.763 | > Preparing : 1/1 2025-10-14 05:20:12.763 | > Erasing : python3-devel-3.9.23-2.el9.x86_64 1/4 2025-10-14 05:20:12.763 | > Erasing : python3-pip-21.3.1-1.el9.noarch 2/4 2025-10-14 05:20:12.763 | > Erasing : openssl-devel-1:3.5.1-5.el9.x86_64 3/4 2025-10-14 05:20:12.763 | > Erasing : libffi-devel-3.4.2-8.el9.x86_64 4/4 2025-10-14 05:20:12.763 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 1/4 2025-10-14 05:20:12.763 | > Verifying : openssl-devel-1:3.5.1-5.el9.x86_64 2/4 2025-10-14 05:20:12.763 | > Verifying : python3-devel-3.9.23-2.el9.x86_64 3/4 2025-10-14 05:20:12.763 | > Verifying : python3-pip-21.3.1-1.el9.noarch 4/4 2025-10-14 05:20:12.763 | > Completion plugin: Generating completion cache... 2025-10-14 05:20:12.763 | > Removed: libffi-devel-3.4.2-8.el9.x86_64 2025-10-14 05:20:12.763 | > Removed: openssl-devel-1:3.5.1-5.el9.x86_64 2025-10-14 05:20:12.763 | > Removed: python3-devel-3.9.23-2.el9.x86_64 2025-10-14 05:20:12.763 | > Removed: python3-pip-21.3.1-1.el9.noarch 2025-10-14 05:20:12.763 | > 2025-10-14 05:20:12.763 | > Removed: 2025-10-14 05:20:12.763 | > libffi-devel-3.4.2-8.el9.x86_64 openssl-devel-1:3.5.1-5.el9.x86_64 2025-10-14 05:20:12.763 | > python3-devel-3.9.23-2.el9.x86_64 python3-pip-21.3.1-1.el9.noarch 2025-10-14 05:20:12.763 | > 2025-10-14 05:20:12.763 | > Complete! 2025-10-14 05:20:12.763 | > + '[' remove == install ']' 2025-10-14 05:20:12.763 | returncode: 0 2025-10-14 05:20:12.770 | dib-run-parts 99-package-uninstalls completed 2025-10-14 05:20:12.770 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:20:12.770 | dib-run-parts 2025-10-14 05:20:12.771 | dib-run-parts Target: install.d 2025-10-14 05:20:12.771 | dib-run-parts 2025-10-14 05:20:12.771 | dib-run-parts Script Seconds 2025-10-14 05:20:12.771 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:20:12.771 | dib-run-parts 2025-10-14 05:20:12.779 | dib-run-parts 00-baseline-environment 1.422 2025-10-14 05:20:12.784 | dib-run-parts 00-up-to-date 61.795 2025-10-14 05:20:12.788 | dib-run-parts 01-package-installs 45.022 2025-10-14 05:20:12.793 | dib-run-parts 10-cloud-init 0.004 2025-10-14 05:20:12.797 | dib-run-parts 10-install-static-files 0.050 2025-10-14 05:20:12.801 | dib-run-parts 20-install-init-scripts 0.005 2025-10-14 05:20:12.806 | dib-run-parts 50-dhcp-all-interfaces 0.010 2025-10-14 05:20:12.810 | dib-run-parts 60-remove-cloud-image-interfaces 0.007 2025-10-14 05:20:12.815 | dib-run-parts 70-clear-net-ifnames 0.004 2025-10-14 05:20:12.820 | dib-run-parts 70-enable-dynamic-login-services 0.008 2025-10-14 05:20:12.824 | dib-run-parts 71-clean-stale-interface 0.004 2025-10-14 05:20:12.829 | dib-run-parts 99-package-uninstalls 1.087 2025-10-14 05:20:12.830 | dib-run-parts 2025-10-14 05:20:12.830 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:20:12.837 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-10-14 05:20:12.840 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-10-14 05:20:12.843 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-10-14 05:20:12.845 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-install run_in_target bash 2025-10-14 05:20:12.849 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:12.849 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-install(,|$)' -q 2025-10-14 05:20:12.854 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:12.876 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d; do sleep 1; done' 2025-10-14 05:20:12.899 | + diskimage_builder/lib/disk-image-create:main:363 : do_extra_package_install 2025-10-14 05:20:12.902 | + diskimage_builder/lib/img-functions:do_extra_package_install:166 : '[' '' '!=' '' ']' 2025-10-14 05:20:12.904 | + diskimage_builder/lib/disk-image-create:main:364 : run_d_in_target post-install 2025-10-14 05:20:12.907 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-10-14 05:20:12.909 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:12.912 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.MklQOuJD/hooks/post-install.d ']' 2025-10-14 05:20:12.914 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:12.932 | + 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.MklQOuJD/hooks 2025-10-14 05:20:12.950 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:12.968 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:12.988 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-post-install run_in_target bash 2025-10-14 05:20:12.991 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-install(,|$)' -q 2025-10-14 05:20:12.991 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:12.996 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-10-14 05:20:12.999 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-10-14 05:20:13.001 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-10-14 05:20:13.004 | + 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 2025-10-14 05:20:13.007 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d' 2025-10-14 05:20:13.010 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-10-14 05:20:13.013 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-10-14 05:20:13.016 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-10-14 05:20:13.019 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.MklQOuJD/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' 2025-10-14 05:20:13.048 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:13.050 | + source /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:13.050 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:20:13.050 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:20:13.050 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:13.050 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:13.050 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:20:13.050 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:13.050 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:13.050 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:13.052 | + source /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:13.052 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:13.052 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:13.052 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:13.054 | + source /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:13.054 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:20:13.054 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:20:13.054 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:13.054 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:13.054 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:13.054 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:13.054 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:13.054 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:13.054 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2025-10-14 05:20:13.056 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2025-10-14 05:20:13.056 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:13.056 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:13.056 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:13.056 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:13.056 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:13.058 | + source /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:13.058 | ++ export DISTRO_NAME=centos 2025-10-14 05:20:13.058 | ++ DISTRO_NAME=centos 2025-10-14 05:20:13.058 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:20:13.058 | ++ DIB_RELEASE=9-stream 2025-10-14 05:20:13.058 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:13.058 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:13.058 | ++ export YUM=dnf 2025-10-14 05:20:13.058 | ++ YUM=dnf 2025-10-14 05:20:13.058 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2025-10-14 05:20:13.060 | + source /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2025-10-14 05:20:13.060 | ++ export DIB_CHECKSUM=1 2025-10-14 05:20:13.060 | ++ DIB_CHECKSUM=1 2025-10-14 05:20:13.060 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2025-10-14 05:20:13.062 | + source /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2025-10-14 05:20:13.062 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:13.062 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:13.062 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:13.063 | + source /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:13.063 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:20:13.063 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:20:13.063 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:13.063 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:13.064 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:13.066 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:13.066 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:13.066 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:13.066 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2025-10-14 05:20:13.067 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2025-10-14 05:20:13.067 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:13.067 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:13.067 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:13.067 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:13.067 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:13.069 | + source /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:13.069 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:20:13.069 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:13.069 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:13.069 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:20:13.069 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:13.069 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:13.069 | ++ [[ centos =~ debian ]] 2025-10-14 05:20:13.069 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2025-10-14 05:20:13.071 | + source /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2025-10-14 05:20:13.071 | ++ '[' -z 3 ']' 2025-10-14 05:20:13.071 | ++ '[' -z 3 ']' 2025-10-14 05:20:13.071 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:20:13.071 | ++ export DIB_PYTHON=python3 2025-10-14 05:20:13.071 | ++ DIB_PYTHON=python3 2025-10-14 05:20:13.071 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2025-10-14 05:20:13.073 | + source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2025-10-14 05:20:13.073 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:13.073 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:13.073 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:13.073 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:13.073 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2025-10-14 05:20:13.075 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2025-10-14 05:20:13.075 | ++ '[' -z systemd ']' 2025-10-14 05:20:13.075 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:20:13.075 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs 2025-10-14 05:20:13.078 | + set -eu 2025-10-14 05:20:13.078 | + set -o pipefail 2025-10-14 05:20:13.078 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs 2025-10-14 05:20:13.079 | + package-installs -d /tmp/in_target.d/post-install.d 2025-10-14 05:20:13.080 | + set -eu 2025-10-14 05:20:13.080 | + set -o pipefail 2025-10-14 05:20:13.080 | ++ basename /usr/local/bin/package-installs 2025-10-14 05:20:13.081 | + SCRIPTNAME=package-installs 2025-10-14 05:20:13.081 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d 2025-10-14 05:20:13.082 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-10-14 05:20:13.082 | + '[' 0 '!=' 0 ']' 2025-10-14 05:20:13.082 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-10-14 05:20:13.082 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2025-10-14 05:20:13.082 | + WORKDIR= 2025-10-14 05:20:13.082 | + true 2025-10-14 05:20:13.082 | + case "$1" in 2025-10-14 05:20:13.082 | + WORKDIR=/tmp/in_target.d/post-install.d 2025-10-14 05:20:13.083 | + shift 2 2025-10-14 05:20:13.083 | + true 2025-10-14 05:20:13.083 | + case "$1" in 2025-10-14 05:20:13.083 | + shift 2025-10-14 05:20:13.083 | + break 2025-10-14 05:20:13.083 | + '[' -z /tmp/in_target.d/post-install.d ']' 2025-10-14 05:20:13.083 | + PACKAGES= 2025-10-14 05:20:13.083 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:20:13.084 | + '[' -n '' ']' 2025-10-14 05:20:13.084 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json 2025-10-14 05:20:33.652 | Map install for ironic-python-agent-ramdisk: linux-firmware 2025-10-14 05:20:33.653 | Running command: ['install-packages', 'linux-firmware'] 2025-10-14 05:20:33.653 | > Running install-packages install. 2025-10-14 05:20:33.653 | > + dnf -v -y install linux-firmware 2025-10-14 05:20:33.653 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:20:33.653 | > DNF version: 4.14.0 2025-10-14 05:20:33.653 | > cachedir: /tmp/yum 2025-10-14 05:20:33.653 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-barbican 2025-10-14 05:20:33.653 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-baremetal 2025-10-14 05:20:33.653 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-cinder 2025-10-14 05:20:33.653 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-clients 2025-10-14 05:20:33.653 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-cloudops 2025-10-14 05:20:33.653 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-common 2025-10-14 05:20:33.653 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-compute 2025-10-14 05:20:33.653 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-designate 2025-10-14 05:20:33.653 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-glance 2025-10-14 05:20:33.653 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-keystone 2025-10-14 05:20:33.653 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-manila 2025-10-14 05:20:33.653 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-network 2025-10-14 05:20:33.653 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-octavia 2025-10-14 05:20:33.653 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-optimize 2025-10-14 05:20:33.653 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-podified 2025-10-14 05:20:33.653 | > delorean-component-podified: using metadata from Mon Oct 13 03:49:56 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-puppet 2025-10-14 05:20:33.653 | > delorean-component-puppet: using metadata from Mon Oct 13 12:07:14 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-swift 2025-10-14 05:20:33.653 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-tempest 2025-10-14 05:20:33.653 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-component-ui 2025-10-14 05:20:33.653 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: baseos 2025-10-14 05:20:33.653 | > baseos: using metadata from Mon Oct 13 13:44:32 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: appstream 2025-10-14 05:20:33.653 | > appstream: using metadata from Mon Oct 13 13:48:15 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: crb 2025-10-14 05:20:33.653 | > crb: using metadata from Mon Oct 13 13:52:34 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: extras-common 2025-10-14 05:20:33.653 | > extras-common: using metadata from Mon Sep 15 14:32:43 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-master-testing 2025-10-14 05:20:33.653 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: delorean-master-build-deps 2025-10-14 05:20:33.653 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: centos9-rabbitmq 2025-10-14 05:20:33.653 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-10-14 05:20:33.653 | > repo: using cache for: centos9-storage 2025-10-14 05:20:33.653 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: centos9-opstools 2025-10-14 05:20:33.653 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-10-14 05:20:33.653 | > repo: using cache for: centos9-nfv-ovs 2025-10-14 05:20:33.653 | > centos9-nfv-ovs: using metadata from Fri Oct 3 02:22:50 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: repo-setup-centos-appstream 2025-10-14 05:20:33.653 | > repo-setup-centos-appstream: using metadata from Wed Oct 8 09:45:45 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: repo-setup-centos-baseos 2025-10-14 05:20:33.653 | > repo-setup-centos-baseos: using metadata from Wed Oct 8 09:42:12 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: repo-setup-centos-highavailability 2025-10-14 05:20:33.653 | > repo-setup-centos-highavailability: using metadata from Wed Oct 8 09:50:28 2025. 2025-10-14 05:20:33.653 | > repo: using cache for: repo-setup-centos-powertools 2025-10-14 05:20:33.653 | > repo-setup-centos-powertools: using metadata from Wed Oct 8 09:50:07 2025. 2025-10-14 05:20:33.653 | > Last metadata expiration check: 0:01:54 ago on Tue Oct 14 01:18:19 2025. 2025-10-14 05:20:33.653 | > --> Starting dependency resolution 2025-10-14 05:20:33.653 | > ---> Package linux-firmware.noarch 20250812-155.el9 will be installed 2025-10-14 05:20:33.653 | > ---> Package linux-firmware-whence.noarch 20250812-155.el9 will be installed 2025-10-14 05:20:33.653 | > --> Finished dependency resolution 2025-10-14 05:20:33.653 | > Dependencies resolved. 2025-10-14 05:20:33.653 | > ================================================================================ 2025-10-14 05:20:33.653 | > Package Arch Version Repository Size 2025-10-14 05:20:33.653 | > ================================================================================ 2025-10-14 05:20:33.653 | > Installing: 2025-10-14 05:20:33.653 | > linux-firmware noarch 20250812-155.el9 baseos 576 M 2025-10-14 05:20:33.653 | > Installing dependencies: 2025-10-14 05:20:33.653 | > linux-firmware-whence noarch 20250812-155.el9 baseos 117 k 2025-10-14 05:20:33.653 | > 2025-10-14 05:20:33.653 | > Transaction Summary 2025-10-14 05:20:33.653 | > ================================================================================ 2025-10-14 05:20:33.653 | > Install 2 Packages 2025-10-14 05:20:33.653 | > 2025-10-14 05:20:33.653 | > Total download size: 576 M 2025-10-14 05:20:33.653 | > Installed size: 599 M 2025-10-14 05:20:33.653 | > Downloading Packages: 2025-10-14 05:20:33.653 | > (1/2): linux-firmware-whence-20250812-155.el9.n 825 kB/s | 117 kB 00:00 2025-10-14 05:20:33.653 | > (2/2): linux-firmware-20250812-155.el9.noarch.r 65 MB/s | 576 MB 00:08 2025-10-14 05:20:33.653 | > -------------------------------------------------------------------------------- 2025-10-14 05:20:33.653 | > Total 56 MB/s | 576 MB 00:10 2025-10-14 05:20:33.653 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-10-14 05:20:33.653 | > Running transaction check 2025-10-14 05:20:33.653 | > Transaction check succeeded. 2025-10-14 05:20:33.653 | > Running transaction test 2025-10-14 05:20:33.653 | > Transaction test succeeded. 2025-10-14 05:20:33.653 | > Running transaction 2025-10-14 05:20:33.653 | > Running scriptlet: linux-firmware-20250812-155.el9.noarch 1/1 2025-10-14 05:20:33.653 | > Preparing : 1/1 2025-10-14 05:20:33.653 | > Installing : linux-firmware-whence-20250812-155.el9.noarch 1/2 2025-10-14 05:20:33.653 | > Installing : linux-firmware-20250812-155.el9.noarch 2/2 2025-10-14 05:20:33.653 | > Running scriptlet: linux-firmware-20250812-155.el9.noarch 2/2 2025-10-14 05:20:33.653 | > Verifying : linux-firmware-20250812-155.el9.noarch 1/2 2025-10-14 05:20:33.653 | > Verifying : linux-firmware-whence-20250812-155.el9.noarch 2/2 2025-10-14 05:20:33.653 | > Completion plugin: Generating completion cache... 2025-10-14 05:20:33.653 | > Installed: linux-firmware-20250812-155.el9.noarch 2025-10-14 05:20:33.653 | > Installed: linux-firmware-whence-20250812-155.el9.noarch 2025-10-14 05:20:33.653 | > 2025-10-14 05:20:33.653 | > Installed: 2025-10-14 05:20:33.653 | > linux-firmware-20250812-155.el9.noarch 2025-10-14 05:20:33.653 | > linux-firmware-whence-20250812-155.el9.noarch 2025-10-14 05:20:33.653 | > 2025-10-14 05:20:33.653 | > Complete! 2025-10-14 05:20:33.653 | > + '[' install == install ']' 2025-10-14 05:20:33.653 | > + '[' dnf == dnf ']' 2025-10-14 05:20:33.653 | > + dnf mark install linux-firmware 2025-10-14 05:20:33.653 | > linux-firmware-20250812-155.el9.noarch marked as user installed. 2025-10-14 05:20:33.653 | returncode: 0 2025-10-14 05:20:33.658 | dib-run-parts 00-package-installs completed 2025-10-14 05:20:33.658 | dib-run-parts Running /tmp/in_target.d/post-install.d/03-reset-bls-entries 2025-10-14 05:20:33.661 | + set -eu 2025-10-14 05:20:33.661 | + set -o pipefail 2025-10-14 05:20:33.661 | + [[ ! 9-stream =~ 9-stream ]] 2025-10-14 05:20:33.661 | + pushd /boot/loader/entries 2025-10-14 05:20:33.661 | /boot/loader/entries / 2025-10-14 05:20:33.661 | + machine_id=a9d97fa439c942eea53948605008cd85 2025-10-14 05:20:33.662 | + for entry in *.conf 2025-10-14 05:20:33.662 | ++ echo a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf 2025-10-14 05:20:33.662 | ++ sed 's/^[a-f0-9]*/a9d97fa439c942eea53948605008cd85/' 2025-10-14 05:20:33.664 | + new_entry=a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf 2025-10-14 05:20:33.664 | + echo 'renaming a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf to a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf for new machine-id' 2025-10-14 05:20:33.664 | renaming a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf to a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf for new machine-id 2025-10-14 05:20:33.664 | + [[ a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf != a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64.conf ]] 2025-10-14 05:20:33.664 | + for entry in *.conf 2025-10-14 05:20:33.664 | ++ echo d6a439f396fe42c8ae286002d185b068-5.14.0-621.el9.x86_64.conf 2025-10-14 05:20:33.664 | ++ sed 's/^[a-f0-9]*/a9d97fa439c942eea53948605008cd85/' 2025-10-14 05:20:33.666 | + new_entry=a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64.conf 2025-10-14 05:20:33.666 | + echo 'renaming d6a439f396fe42c8ae286002d185b068-5.14.0-621.el9.x86_64.conf to a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64.conf for new machine-id' 2025-10-14 05:20:33.666 | renaming d6a439f396fe42c8ae286002d185b068-5.14.0-621.el9.x86_64.conf to a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64.conf for new machine-id 2025-10-14 05:20:33.666 | + [[ d6a439f396fe42c8ae286002d185b068-5.14.0-621.el9.x86_64.conf != a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64.conf ]] 2025-10-14 05:20:33.666 | + mv d6a439f396fe42c8ae286002d185b068-5.14.0-621.el9.x86_64.conf a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64.conf 2025-10-14 05:20:33.667 | + popd 2025-10-14 05:20:33.667 | / 2025-10-14 05:20:33.667 | + echo '--- Show kernels ---' 2025-10-14 05:20:33.667 | --- Show kernels --- 2025-10-14 05:20:33.667 | + grubby --info=ALL 2025-10-14 05:20:33.712 | index=0 2025-10-14 05:20:33.712 | kernel="/boot/vmlinuz-5.14.0-624.el9.x86_64" 2025-10-14 05:20:33.712 | args="ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M" 2025-10-14 05:20:33.712 | root="UUID=7a5fa5e1-bb47-4243-87d2-2c89afe4f80f" 2025-10-14 05:20:33.712 | initrd="/boot/initramfs-5.14.0-624.el9.x86_64.img" 2025-10-14 05:20:33.712 | title="CentOS Stream (5.14.0-624.el9.x86_64) 9" 2025-10-14 05:20:33.712 | id="a9d97fa439c942eea53948605008cd85-5.14.0-624.el9.x86_64" 2025-10-14 05:20:33.720 | index=1 2025-10-14 05:20:33.720 | kernel="/vmlinuz-5.14.0-621.el9.x86_64" 2025-10-14 05:20:33.720 | args="ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M" 2025-10-14 05:20:33.720 | root="UUID=7a5fa5e1-bb47-4243-87d2-2c89afe4f80f" 2025-10-14 05:20:33.720 | initrd="/initramfs-5.14.0-621.el9.x86_64.img" 2025-10-14 05:20:33.720 | title="CentOS Stream (5.14.0-621.el9.x86_64) 9" 2025-10-14 05:20:33.720 | id="a9d97fa439c942eea53948605008cd85-5.14.0-621.el9.x86_64" 2025-10-14 05:20:33.721 | dib-run-parts 03-reset-bls-entries completed 2025-10-14 05:20:33.721 | dib-run-parts Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf 2025-10-14 05:20:33.724 | + set -eu 2025-10-14 05:20:33.724 | + set -o pipefail 2025-10-14 05:20:33.724 | + grep NOZEROCONF /etc/sysconfig/network 2025-10-14 05:20:33.725 | NOZEROCONF=yes 2025-10-14 05:20:33.726 | dib-run-parts 06-network-config-nonzeroconf completed 2025-10-14 05:20:33.726 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts 2025-10-14 05:20:33.728 | + set -eu 2025-10-14 05:20:33.728 | + set -o pipefail 2025-10-14 05:20:33.729 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts 2025-10-14 05:20:33.729 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/ 2025-10-14 05:20:33.729 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]] 2025-10-14 05:20:33.729 | + case "${DIB_INIT_SYSTEM}" in 2025-10-14 05:20:33.731 | dib-run-parts 10-enable-init-scripts completed 2025-10-14 05:20:33.731 | dib-run-parts Running /tmp/in_target.d/post-install.d/70-init-ibft-interfaces 2025-10-14 05:20:33.733 | + set -eu 2025-10-14 05:20:33.733 | + set -o pipefail 2025-10-14 05:20:33.733 | + case "$DIB_INIT_SYSTEM" in 2025-10-14 05:20:33.733 | + systemctl enable init-ibft-interfaces.service 2025-10-14 05:20:33.738 | Created symlink /etc/systemd/system/multi-user.target.wants/init-ibft-interfaces.service -> /usr/lib/systemd/system/init-ibft-interfaces.service. 2025-10-14 05:20:33.740 | dib-run-parts 70-init-ibft-interfaces completed 2025-10-14 05:20:33.740 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-enable-sshd-service 2025-10-14 05:20:33.742 | + set -eu 2025-10-14 05:20:33.742 | + set -o pipefail 2025-10-14 05:20:33.742 | + case "$DIB_INIT_SYSTEM" in 2025-10-14 05:20:33.742 | + [[ centos = \u\b\u\n\t\u ]] 2025-10-14 05:20:33.742 | + [[ centos = \d\e\b\i\a\n ]] 2025-10-14 05:20:33.742 | + systemctl enable sshd.service 2025-10-14 05:20:33.748 | dib-run-parts 80-enable-sshd-service completed 2025-10-14 05:20:33.748 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ironic-python-agent-ramdisk 2025-10-14 05:20:33.750 | + set -eu 2025-10-14 05:20:33.750 | + set -o pipefail 2025-10-14 05:20:33.750 | + DIB_IPA_ENABLE_RESCUE=true 2025-10-14 05:20:33.750 | + DIB_IPA_ENABLE_SYSTEMD_NETWORKD=true 2025-10-14 05:20:33.750 | + true 2025-10-14 05:20:33.750 | + mkdir -p /etc/ipa-rescue-config 2025-10-14 05:20:33.751 | + case "$DIB_INIT_SYSTEM" in 2025-10-14 05:20:33.751 | ++ systemctl --no-pager list-unit-files iptables 2025-10-14 05:20:33.755 | + [[ UNIT FILE STATE PRESET 2025-10-14 05:20:33.755 | 2025-10-14 05:20:33.755 | 0 unit files listed. =~ enabled ]] 2025-10-14 05:20:33.756 | ++ svc-map ironic-python-agent 2025-10-14 05:20:33.792 | + systemctl enable openstack-ironic-python-agent.service 2025-10-14 05:20:33.796 | Created symlink /etc/systemd/system/multi-user.target.wants/openstack-ironic-python-agent.service -> /usr/lib/systemd/system/openstack-ironic-python-agent.service. 2025-10-14 05:20:33.797 | + true 2025-10-14 05:20:33.797 | + systemctl enable ironic-agent-create-rescue-user.path 2025-10-14 05:20:33.801 | Created symlink /etc/systemd/system/multi-user.target.wants/ironic-agent-create-rescue-user.path -> /etc/systemd/system/ironic-agent-create-rescue-user.path. 2025-10-14 05:20:33.801 | + systemctl enable ironic-agent-resolve-config-drive.service 2025-10-14 05:20:33.806 | Created symlink /etc/systemd/system/multi-user.target.wants/ironic-agent-resolve-config-drive.service -> /etc/systemd/system/ironic-agent-resolve-config-drive.service. 2025-10-14 05:20:33.806 | + [[ rh == \r\h ]] 2025-10-14 05:20:33.806 | + [[ dnf == \d\n\f ]] 2025-10-14 05:20:33.806 | + systemctl disable dnf-makecache.service 2025-10-14 05:20:33.813 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 2025-10-14 05:20:33.813 | Alias= settings in the [Install] section, and DefaultInstance= for template 2025-10-14 05:20:33.813 | units). This means they are not meant to be enabled or disabled using systemctl. 2025-10-14 05:20:33.813 | 2025-10-14 05:20:33.813 | Possible reasons for having this kind of units are: 2025-10-14 05:20:33.813 | * A unit may be statically enabled by being symlinked from another unit's 2025-10-14 05:20:33.813 | .wants/ or .requires/ directory. 2025-10-14 05:20:33.813 | * A unit's purpose may be to act as a helper for some other unit which has 2025-10-14 05:20:33.813 | a requirement dependency on it. 2025-10-14 05:20:33.813 | * A unit may be started when needed via activation (socket, path, timer, 2025-10-14 05:20:33.813 | D-Bus, udev, scripted systemctl call, ...). 2025-10-14 05:20:33.813 | * In case of template units, the unit is meant to be enabled with some 2025-10-14 05:20:33.813 | instance name specified. 2025-10-14 05:20:33.813 | + systemctl disable dnf-makecache.timer 2025-10-14 05:20:33.821 | Removed "/etc/systemd/system/timers.target.wants/dnf-makecache.timer". 2025-10-14 05:20:33.821 | + true 2025-10-14 05:20:33.821 | + [[ centos =~ debian ]] 2025-10-14 05:20:33.821 | + '[' -e /usr/lib/systemd/system/glean-early.service ']' 2025-10-14 05:20:33.822 | + [[ -x /etc/cloud/cloud.cfg.d ]] 2025-10-14 05:20:33.822 | + cat 2025-10-14 05:20:33.824 | dib-run-parts 80-ironic-python-agent-ramdisk completed 2025-10-14 05:20:33.824 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ssh-keygen 2025-10-14 05:20:33.826 | + set -eu 2025-10-14 05:20:33.826 | + set -o pipefail 2025-10-14 05:20:33.826 | + case "$DIB_INIT_SYSTEM" in 2025-10-14 05:20:33.826 | + [[ centos = \u\b\u\n\t\u ]] 2025-10-14 05:20:33.826 | + [[ centos = \d\e\b\i\a\n ]] 2025-10-14 05:20:33.826 | + rm /usr/lib/systemd/system/ssh-keygen.service 2025-10-14 05:20:33.828 | dib-run-parts 80-ssh-keygen completed 2025-10-14 05:20:33.828 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls 2025-10-14 05:20:33.830 | + set -eu 2025-10-14 05:20:33.830 | + set -o pipefail 2025-10-14 05:20:33.831 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls 2025-10-14 05:20:33.831 | + package-uninstalls -d /tmp/in_target.d/post-install.d 2025-10-14 05:20:33.832 | + set -eu 2025-10-14 05:20:33.832 | + set -o pipefail 2025-10-14 05:20:33.833 | ++ basename /usr/local/bin/package-uninstalls 2025-10-14 05:20:33.833 | + SCRIPTNAME=package-uninstalls 2025-10-14 05:20:33.834 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d 2025-10-14 05:20:33.834 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-10-14 05:20:33.834 | + '[' 0 '!=' 0 ']' 2025-10-14 05:20:33.834 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-10-14 05:20:33.834 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2025-10-14 05:20:33.834 | + WORKDIR= 2025-10-14 05:20:33.834 | + true 2025-10-14 05:20:33.835 | + case "$1" in 2025-10-14 05:20:33.835 | + WORKDIR=/tmp/in_target.d/post-install.d 2025-10-14 05:20:33.835 | + shift 2 2025-10-14 05:20:33.835 | + true 2025-10-14 05:20:33.835 | + case "$1" in 2025-10-14 05:20:33.835 | + shift 2025-10-14 05:20:33.835 | + break 2025-10-14 05:20:33.835 | + '[' -z /tmp/in_target.d/post-install.d ']' 2025-10-14 05:20:33.835 | + PACKAGES= 2025-10-14 05:20:33.835 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2025-10-14 05:20:33.836 | + install-packages -e 2025-10-14 05:20:33.842 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json 2025-10-14 05:20:34.691 | Map uninstall for ironic-python-agent-ramdisk: cloud-init, teamd, tuned 2025-10-14 05:20:34.692 | Running command: ['install-packages', '-e', 'teamd', 'cloud-init', 'tuned'] 2025-10-14 05:20:34.692 | > Running install-packages remove. 2025-10-14 05:20:34.692 | > + dnf -v -y remove teamd cloud-init tuned 2025-10-14 05:20:34.692 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-10-14 05:20:34.692 | > DNF version: 4.14.0 2025-10-14 05:20:34.692 | > cachedir: /tmp/yum 2025-10-14 05:20:34.692 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-10-14 05:20:34.692 | > No match for argument: tuned 2025-10-14 05:20:34.692 | > --> Starting dependency resolution 2025-10-14 05:20:34.692 | > --> Finding unneeded leftover dependencies 2025-10-14 05:20:34.692 | > ---> Package NetworkManager-team.x86_64 1:1.54.1-1.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package cloud-init.noarch 24.4-7.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package libdaemon.x86_64 0.14-23.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package libnl3-cli.x86_64 3.11.0-1.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package libteam.x86_64 1.31-16.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-babel.noarch 2.9.1-2.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-configobj.noarch 5.0.6-25.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-jinja2.noarch 3.0.1-2.el9s will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-jsonpatch.noarch 1.21-16.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-jsonpointer.noarch 2.0-4.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-netifaces.x86_64 0.10.6-15.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-oauthlib.noarch 3.1.1-5.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-prettytable.noarch 0.7.2-27.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package python3-pyserial.noarch 3.4-12.el9 will be erased 2025-10-14 05:20:34.692 | > ---> Package teamd.x86_64 1.31-16.el9 will be erased 2025-10-14 05:20:34.692 | > --> Finished dependency resolution 2025-10-14 05:20:34.692 | > Dependencies resolved. 2025-10-14 05:20:34.692 | > ================================================================================ 2025-10-14 05:20:34.692 | > Package Arch Version Repository Size 2025-10-14 05:20:34.692 | > ================================================================================ 2025-10-14 05:20:34.692 | > Removing: 2025-10-14 05:20:34.692 | > cloud-init noarch 24.4-7.el9 @koji-override-1 4.4 M 2025-10-14 05:20:34.692 | > teamd x86_64 1.31-16.el9 @anaconda 287 k 2025-10-14 05:20:34.692 | > Removing dependent packages: 2025-10-14 05:20:34.692 | > NetworkManager-team x86_64 1:1.54.1-1.el9 @anaconda 56 k 2025-10-14 05:20:34.692 | > Removing unused dependencies: 2025-10-14 05:20:34.692 | > libdaemon x86_64 0.14-23.el9 @anaconda 68 k 2025-10-14 05:20:34.692 | > libnl3-cli x86_64 3.11.0-1.el9 @anaconda 1.0 M 2025-10-14 05:20:34.692 | > libteam x86_64 1.31-16.el9 @anaconda 109 k 2025-10-14 05:20:34.692 | > python3-babel noarch 2.9.1-2.el9 @koji-override-1 27 M 2025-10-14 05:20:34.692 | > python3-configobj noarch 5.0.6-25.el9 @koji-override-1 341 k 2025-10-14 05:20:34.692 | > python3-jinja2 noarch 3.0.1-2.el9s @delorean-master-testing 2.8 M 2025-10-14 05:20:34.692 | > python3-jsonpatch noarch 1.21-16.el9 @koji-override-1 55 k 2025-10-14 05:20:34.692 | > python3-jsonpointer noarch 2.0-4.el9 @koji-override-1 34 k 2025-10-14 05:20:34.692 | > python3-netifaces x86_64 0.10.6-15.el9 @koji-override-1 43 k 2025-10-14 05:20:34.692 | > python3-oauthlib noarch 3.1.1-5.el9 @koji-override-1 888 k 2025-10-14 05:20:34.692 | > python3-prettytable noarch 0.7.2-27.el9 @koji-override-1 166 k 2025-10-14 05:20:34.692 | > python3-pyserial noarch 3.4-12.el9 @koji-override-1 665 k 2025-10-14 05:20:34.692 | > 2025-10-14 05:20:34.692 | > Transaction Summary 2025-10-14 05:20:34.692 | > ================================================================================ 2025-10-14 05:20:34.692 | > Remove 15 Packages 2025-10-14 05:20:34.692 | > 2025-10-14 05:20:34.692 | > Freed space: 38 M 2025-10-14 05:20:34.692 | > Running transaction check 2025-10-14 05:20:34.692 | > Transaction check succeeded. 2025-10-14 05:20:34.692 | > Running transaction test 2025-10-14 05:20:34.692 | > Transaction test succeeded. 2025-10-14 05:20:34.692 | > Running transaction 2025-10-14 05:20:34.692 | > Preparing : 1/1 2025-10-14 05:20:34.692 | > Running scriptlet: cloud-init-24.4-7.el9.noarch 1/15 2025-10-14 05:20:34.692 | > Erasing : cloud-init-24.4-7.el9.noarch 1/15 2025-10-14 05:20:34.692 | > warning: file /run/cloud-init: remove failed: No such file or directory 2025-10-14 05:20:34.692 | > 2025-10-14 05:20:34.692 | > Running scriptlet: cloud-init-24.4-7.el9.noarch 1/15 2025-10-14 05:20:34.692 | > Erasing : python3-jsonpatch-1.21-16.el9.noarch 2/15 2025-10-14 05:20:34.692 | > Erasing : python3-jinja2-3.0.1-2.el9s.noarch 3/15 2025-10-14 05:20:34.692 | > Erasing : NetworkManager-team-1:1.54.1-1.el9.x86_64 4/15 2025-10-14 05:20:34.692 | > Erasing : python3-babel-2.9.1-2.el9.noarch 5/15 2025-10-14 05:20:34.692 | > Erasing : python3-jsonpointer-2.0-4.el9.noarch 6/15 2025-10-14 05:20:34.692 | > Erasing : python3-configobj-5.0.6-25.el9.noarch 7/15 2025-10-14 05:20:34.692 | > Erasing : python3-oauthlib-3.1.1-5.el9.noarch 8/15 2025-10-14 05:20:34.692 | > Erasing : python3-prettytable-0.7.2-27.el9.noarch 9/15 2025-10-14 05:20:34.692 | > Erasing : python3-pyserial-3.4-12.el9.noarch 10/15 2025-10-14 05:20:34.692 | > Erasing : teamd-1.31-16.el9.x86_64 11/15 2025-10-14 05:20:34.692 | > Erasing : libteam-1.31-16.el9.x86_64 12/15 2025-10-14 05:20:34.692 | > Erasing : libnl3-cli-3.11.0-1.el9.x86_64 13/15 2025-10-14 05:20:34.692 | > Erasing : libdaemon-0.14-23.el9.x86_64 14/15 2025-10-14 05:20:34.692 | > Erasing : python3-netifaces-0.10.6-15.el9.x86_64 15/15 2025-10-14 05:20:34.692 | > Verifying : NetworkManager-team-1:1.54.1-1.el9.x86_64 1/15 2025-10-14 05:20:34.692 | > Verifying : cloud-init-24.4-7.el9.noarch 2/15 2025-10-14 05:20:34.692 | > Verifying : libdaemon-0.14-23.el9.x86_64 3/15 2025-10-14 05:20:34.692 | > Verifying : libnl3-cli-3.11.0-1.el9.x86_64 4/15 2025-10-14 05:20:34.692 | > Verifying : libteam-1.31-16.el9.x86_64 5/15 2025-10-14 05:20:34.692 | > Verifying : python3-babel-2.9.1-2.el9.noarch 6/15 2025-10-14 05:20:34.692 | > Verifying : python3-configobj-5.0.6-25.el9.noarch 7/15 2025-10-14 05:20:34.692 | > Verifying : python3-jinja2-3.0.1-2.el9s.noarch 8/15 2025-10-14 05:20:34.692 | > Verifying : python3-jsonpatch-1.21-16.el9.noarch 9/15 2025-10-14 05:20:34.692 | > Verifying : python3-jsonpointer-2.0-4.el9.noarch 10/15 2025-10-14 05:20:34.692 | > Verifying : python3-netifaces-0.10.6-15.el9.x86_64 11/15 2025-10-14 05:20:34.692 | > Verifying : python3-oauthlib-3.1.1-5.el9.noarch 12/15 2025-10-14 05:20:34.692 | > Verifying : python3-prettytable-0.7.2-27.el9.noarch 13/15 2025-10-14 05:20:34.692 | > Verifying : python3-pyserial-3.4-12.el9.noarch 14/15 2025-10-14 05:20:34.692 | > Verifying : teamd-1.31-16.el9.x86_64 15/15 2025-10-14 05:20:34.692 | > Completion plugin: Generating completion cache... 2025-10-14 05:20:34.692 | > Removed: NetworkManager-team-1:1.54.1-1.el9.x86_64 2025-10-14 05:20:34.692 | > Removed: cloud-init-24.4-7.el9.noarch 2025-10-14 05:20:34.692 | > Removed: libdaemon-0.14-23.el9.x86_64 2025-10-14 05:20:34.692 | > Removed: libnl3-cli-3.11.0-1.el9.x86_64 2025-10-14 05:20:34.692 | > Removed: libteam-1.31-16.el9.x86_64 2025-10-14 05:20:34.692 | > Removed: python3-babel-2.9.1-2.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-configobj-5.0.6-25.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-jinja2-3.0.1-2.el9s.noarch 2025-10-14 05:20:34.692 | > Removed: python3-jsonpatch-1.21-16.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-jsonpointer-2.0-4.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-netifaces-0.10.6-15.el9.x86_64 2025-10-14 05:20:34.692 | > Removed: python3-oauthlib-3.1.1-5.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-prettytable-0.7.2-27.el9.noarch 2025-10-14 05:20:34.692 | > Removed: python3-pyserial-3.4-12.el9.noarch 2025-10-14 05:20:34.692 | > Removed: teamd-1.31-16.el9.x86_64 2025-10-14 05:20:34.692 | > 2025-10-14 05:20:34.692 | > Removed: 2025-10-14 05:20:34.692 | > NetworkManager-team-1:1.54.1-1.el9.x86_64 2025-10-14 05:20:34.692 | > cloud-init-24.4-7.el9.noarch 2025-10-14 05:20:34.692 | > libdaemon-0.14-23.el9.x86_64 2025-10-14 05:20:34.692 | > libnl3-cli-3.11.0-1.el9.x86_64 2025-10-14 05:20:34.692 | > libteam-1.31-16.el9.x86_64 2025-10-14 05:20:34.692 | > python3-babel-2.9.1-2.el9.noarch 2025-10-14 05:20:34.692 | > python3-configobj-5.0.6-25.el9.noarch 2025-10-14 05:20:34.692 | > python3-jinja2-3.0.1-2.el9s.noarch 2025-10-14 05:20:34.692 | > python3-jsonpatch-1.21-16.el9.noarch 2025-10-14 05:20:34.692 | > python3-jsonpointer-2.0-4.el9.noarch 2025-10-14 05:20:34.692 | > python3-netifaces-0.10.6-15.el9.x86_64 2025-10-14 05:20:34.692 | > python3-oauthlib-3.1.1-5.el9.noarch 2025-10-14 05:20:34.733 | > python3-prettytable-0.7.2-27.el9.noarch 2025-10-14 05:20:34.733 | > python3-pyserial-3.4-12.el9.noarch 2025-10-14 05:20:34.733 | > teamd-1.31-16.el9.x86_64 2025-10-14 05:20:34.733 | > 2025-10-14 05:20:34.733 | > Complete! 2025-10-14 05:20:34.733 | > + '[' remove == install ']' 2025-10-14 05:20:34.733 | returncode: 0 2025-10-14 05:20:34.738 | dib-run-parts 95-package-uninstalls completed 2025-10-14 05:20:34.738 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-harden-sshd-config 2025-10-14 05:20:34.740 | + set -eu 2025-10-14 05:20:34.740 | + set -o pipefail 2025-10-14 05:20:34.741 | + '[' 1 -eq 1 ']' 2025-10-14 05:20:34.741 | + 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' 2025-10-14 05:20:34.741 | + ciphers='Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr' 2025-10-14 05:20:34.741 | + kexalgorithms='KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256' 2025-10-14 05:20:34.741 | + grep -qE '^MACs' /etc/ssh/sshd_config 2025-10-14 05:20:34.742 | + 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 2025-10-14 05:20:34.743 | + grep -qE '^Ciphers' /etc/ssh/sshd_config 2025-10-14 05:20:34.744 | + 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 2025-10-14 05:20:34.746 | + grep -qE '^KexAlgorithms' /etc/ssh/sshd_config 2025-10-14 05:20:34.747 | + 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 2025-10-14 05:20:34.749 | dib-run-parts 99-harden-sshd-config completed 2025-10-14 05:20:34.749 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-remove-extra-packages 2025-10-14 05:20:34.751 | + set -eu 2025-10-14 05:20:34.751 | + set -o pipefail 2025-10-14 05:20:34.751 | + rm -rf /tmp/ironic-python-agent 2025-10-14 05:20:34.752 | + KNOWN_FIRMWARE_PATH='/lib/firmware/ /usr/lib/firmware/' 2025-10-14 05:20:34.752 | + for folder in $KNOWN_FIRMWARE_PATH 2025-10-14 05:20:34.752 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.752 | + rm -rf /lib/firmware/amdgpu 2025-10-14 05:20:34.777 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.777 | + rm -rf /lib/firmware/netronome 2025-10-14 05:20:34.778 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.778 | + rm -rf /lib/firmware/qcom 2025-10-14 05:20:34.801 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.801 | + rm -rf /lib/firmware/ti-communication 2025-10-14 05:20:34.802 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.802 | + rm -rf /lib/firmware/ti-keystone 2025-10-14 05:20:34.804 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.804 | + rm -rf /lib/firmware/ueagle-atm 2025-10-14 05:20:34.805 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.805 | + rm -rf /lib/firmware/rsi 2025-10-14 05:20:34.806 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.806 | + rm -rf /lib/firmware/mrvl 2025-10-14 05:20:34.816 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.816 | + rm -rf /lib/firmware/brcm 2025-10-14 05:20:34.820 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.820 | + rm -rf /lib/firmware/mediatek 2025-10-14 05:20:34.827 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.827 | + rm -rf /lib/firmware/ath10k 2025-10-14 05:20:34.831 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.831 | + rm -rf /lib/firmware/rtlwifi 2025-10-14 05:20:34.833 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.833 | + rm -rf /lib/firmware/rtw88 2025-10-14 05:20:34.834 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.834 | + rm -rf /lib/firmware/rtw89 2025-10-14 05:20:34.836 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.836 | + rm -rf /lib/firmware/libertas 2025-10-14 05:20:34.837 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.837 | + rm -rf /lib/firmware/ath11k 2025-10-14 05:20:34.843 | + for folder in $KNOWN_FIRMWARE_PATH 2025-10-14 05:20:34.843 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.844 | + rm -rf /usr/lib/firmware/amdgpu 2025-10-14 05:20:34.844 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.844 | + rm -rf /usr/lib/firmware/netronome 2025-10-14 05:20:34.845 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.845 | + rm -rf /usr/lib/firmware/qcom 2025-10-14 05:20:34.846 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.846 | + rm -rf /usr/lib/firmware/ti-communication 2025-10-14 05:20:34.846 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.846 | + rm -rf /usr/lib/firmware/ti-keystone 2025-10-14 05:20:34.847 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.847 | + rm -rf /usr/lib/firmware/ueagle-atm 2025-10-14 05:20:34.848 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.848 | + rm -rf /usr/lib/firmware/rsi 2025-10-14 05:20:34.849 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.849 | + rm -rf /usr/lib/firmware/mrvl 2025-10-14 05:20:34.849 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.849 | + rm -rf /usr/lib/firmware/brcm 2025-10-14 05:20:34.850 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.850 | + rm -rf /usr/lib/firmware/mediatek 2025-10-14 05:20:34.851 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.851 | + rm -rf /usr/lib/firmware/ath10k 2025-10-14 05:20:34.852 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.852 | + rm -rf /usr/lib/firmware/rtlwifi 2025-10-14 05:20:34.852 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.852 | + rm -rf /usr/lib/firmware/rtw88 2025-10-14 05:20:34.853 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.853 | + rm -rf /usr/lib/firmware/rtw89 2025-10-14 05:20:34.854 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.854 | + rm -rf /usr/lib/firmware/libertas 2025-10-14 05:20:34.855 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-10-14 05:20:34.855 | + rm -rf /usr/lib/firmware/ath11k 2025-10-14 05:20:34.855 | + case "$DISTRO_NAME" in 2025-10-14 05:20:34.855 | + dnf remove -y postfix gcc make 2025-10-14 05:20:35.079 | No match for argument: postfix 2025-10-14 05:20:35.101 | Dependencies resolved. 2025-10-14 05:20:35.103 | ================================================================================ 2025-10-14 05:20:35.103 | Package Arch Version Repository Size 2025-10-14 05:20:35.103 | ================================================================================ 2025-10-14 05:20:35.103 | Removing: 2025-10-14 05:20:35.103 | gcc x86_64 11.5.0-11.el9 @appstream 86 M 2025-10-14 05:20:35.103 | make x86_64 1:4.3-8.el9 @baseos 1.6 M 2025-10-14 05:20:35.103 | Removing unused dependencies: 2025-10-14 05:20:35.103 | cpp x86_64 11.5.0-11.el9 @appstream 29 M 2025-10-14 05:20:35.103 | glibc-devel x86_64 2.34-232.el9 @appstream 49 k 2025-10-14 05:20:35.103 | glibc-headers x86_64 2.34-232.el9 @appstream 2.1 M 2025-10-14 05:20:35.103 | kernel-headers x86_64 5.14.0-624.el9 @appstream 6.2 M 2025-10-14 05:20:35.103 | libmpc x86_64 1.2.1-4.el9 @appstream 135 k 2025-10-14 05:20:35.103 | libpkgconf x86_64 1.7.3-10.el9 @baseos 74 k 2025-10-14 05:20:35.103 | libxcrypt-devel x86_64 4.4.18-3.el9 @appstream 30 k 2025-10-14 05:20:35.103 | pkgconf x86_64 1.7.3-10.el9 @baseos 76 k 2025-10-14 05:20:35.103 | pkgconf-m4 noarch 1.7.3-10.el9 @baseos 14 k 2025-10-14 05:20:35.103 | pkgconf-pkg-config x86_64 1.7.3-10.el9 @baseos 1.2 k 2025-10-14 05:20:35.103 | 2025-10-14 05:20:35.103 | Transaction Summary 2025-10-14 05:20:35.103 | ================================================================================ 2025-10-14 05:20:35.103 | Remove 12 Packages 2025-10-14 05:20:35.103 | 2025-10-14 05:20:35.103 | Freed space: 125 M 2025-10-14 05:20:35.103 | Running transaction check 2025-10-14 05:20:35.112 | Transaction check succeeded. 2025-10-14 05:20:35.112 | Running transaction test 2025-10-14 05:20:35.157 | Transaction test succeeded. 2025-10-14 05:20:35.157 | Running transaction 2025-10-14 05:20:35.250 | Preparing : 1/1 2025-10-14 05:20:35.258 | Erasing : gcc-11.5.0-11.el9.x86_64 1/12 2025-10-14 05:20:35.261 | Erasing : glibc-devel-2.34-232.el9.x86_64 2/12 2025-10-14 05:20:35.263 | Erasing : libxcrypt-devel-4.4.18-3.el9.x86_64 3/12 2025-10-14 05:20:35.265 | Erasing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 4/12 2025-10-14 05:20:35.273 | Erasing : pkgconf-1.7.3-10.el9.x86_64 5/12 2025-10-14 05:20:35.276 | Erasing : cpp-11.5.0-11.el9.x86_64 6/12 2025-10-14 05:20:35.301 | Erasing : pkgconf-m4-1.7.3-10.el9.noarch 7/12 2025-10-14 05:20:35.360 | Erasing : glibc-headers-2.34-232.el9.x86_64 8/12 2025-10-14 05:20:35.368 | Erasing : kernel-headers-5.14.0-624.el9.x86_64 9/12 2025-10-14 05:20:35.370 | Erasing : libmpc-1.2.1-4.el9.x86_64 10/12 2025-10-14 05:20:35.375 | Erasing : libpkgconf-1.7.3-10.el9.x86_64 11/12 2025-10-14 05:20:35.449 | Erasing : make-1:4.3-8.el9.x86_64 12/12 2025-10-14 05:20:35.449 | Verifying : cpp-11.5.0-11.el9.x86_64 1/12 2025-10-14 05:20:35.449 | Verifying : gcc-11.5.0-11.el9.x86_64 2/12 2025-10-14 05:20:35.449 | Verifying : glibc-devel-2.34-232.el9.x86_64 3/12 2025-10-14 05:20:35.449 | Verifying : glibc-headers-2.34-232.el9.x86_64 4/12 2025-10-14 05:20:35.449 | Verifying : kernel-headers-5.14.0-624.el9.x86_64 5/12 2025-10-14 05:20:35.449 | Verifying : libmpc-1.2.1-4.el9.x86_64 6/12 2025-10-14 05:20:35.449 | Verifying : libpkgconf-1.7.3-10.el9.x86_64 7/12 2025-10-14 05:20:35.449 | Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 8/12 2025-10-14 05:20:35.449 | Verifying : make-1:4.3-8.el9.x86_64 9/12 2025-10-14 05:20:35.449 | Verifying : pkgconf-1.7.3-10.el9.x86_64 10/12 2025-10-14 05:20:35.449 | Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/12 2025-10-14 05:20:35.516 | Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/12 2025-10-14 05:20:35.516 | 2025-10-14 05:20:35.516 | Removed: 2025-10-14 05:20:35.516 | cpp-11.5.0-11.el9.x86_64 gcc-11.5.0-11.el9.x86_64 2025-10-14 05:20:35.516 | glibc-devel-2.34-232.el9.x86_64 glibc-headers-2.34-232.el9.x86_64 2025-10-14 05:20:35.516 | kernel-headers-5.14.0-624.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 2025-10-14 05:20:35.516 | libpkgconf-1.7.3-10.el9.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 2025-10-14 05:20:35.516 | make-1:4.3-8.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 2025-10-14 05:20:35.516 | pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-10-14 05:20:35.516 | 2025-10-14 05:20:35.516 | Complete! 2025-10-14 05:20:35.549 | + dnf remove -y webkit2gtk3-jsc libproxy-webkitgtk4 2025-10-14 05:20:35.791 | Dependencies resolved. 2025-10-14 05:20:35.792 | ================================================================================ 2025-10-14 05:20:35.792 | Package Arch Version Repository Size 2025-10-14 05:20:35.792 | ================================================================================ 2025-10-14 05:20:35.792 | Removing: 2025-10-14 05:20:35.792 | libproxy-webkitgtk4 x86_64 0.4.15-35.el9 @koji-override-1 32 k 2025-10-14 05:20:35.792 | webkit2gtk3-jsc x86_64 2.48.5-1.el9 @koji-override-1 28 M 2025-10-14 05:20:35.792 | Removing unused dependencies: 2025-10-14 05:20:35.792 | libatomic x86_64 11.5.0-11.el9 @anaconda 29 k 2025-10-14 05:20:35.792 | 2025-10-14 05:20:35.792 | Transaction Summary 2025-10-14 05:20:35.792 | ================================================================================ 2025-10-14 05:20:35.792 | Remove 3 Packages 2025-10-14 05:20:35.792 | 2025-10-14 05:20:35.792 | Freed space: 28 M 2025-10-14 05:20:35.793 | Running transaction check 2025-10-14 05:20:35.796 | Transaction check succeeded. 2025-10-14 05:20:35.796 | Running transaction test 2025-10-14 05:20:35.809 | Transaction test succeeded. 2025-10-14 05:20:35.809 | Running transaction 2025-10-14 05:20:35.841 | Preparing : 1/1 2025-10-14 05:20:35.846 | Erasing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 1/3 2025-10-14 05:20:35.848 | Erasing : webkit2gtk3-jsc-2.48.5-1.el9.x86_64 2/3 2025-10-14 05:20:35.920 | Erasing : libatomic-11.5.0-11.el9.x86_64 3/3 2025-10-14 05:20:35.920 | Verifying : libatomic-11.5.0-11.el9.x86_64 1/3 2025-10-14 05:20:35.920 | Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 2/3 2025-10-14 05:20:35.976 | Verifying : webkit2gtk3-jsc-2.48.5-1.el9.x86_64 3/3 2025-10-14 05:20:35.976 | 2025-10-14 05:20:35.976 | Removed: 2025-10-14 05:20:35.976 | libatomic-11.5.0-11.el9.x86_64 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 2025-10-14 05:20:35.976 | webkit2gtk3-jsc-2.48.5-1.el9.x86_64 2025-10-14 05:20:35.976 | 2025-10-14 05:20:35.976 | Complete! 2025-10-14 05:20:36.008 | + dnf remove -y polkit polkit-libs PackageKit polkit-pkla-compat 2025-10-14 05:20:36.246 | Dependencies resolved. 2025-10-14 05:20:36.250 | ================================================================================ 2025-10-14 05:20:36.250 | Package Arch Version Repository Size 2025-10-14 05:20:36.250 | ================================================================================ 2025-10-14 05:20:36.250 | Removing: 2025-10-14 05:20:36.250 | PackageKit x86_64 1.2.6-1.el9 @koji-override-1 2.8 M 2025-10-14 05:20:36.250 | polkit x86_64 0.117-14.el9 @anaconda 431 k 2025-10-14 05:20:36.250 | polkit-libs x86_64 0.117-14.el9 @anaconda 28 M 2025-10-14 05:20:36.250 | polkit-pkla-compat x86_64 0.1-21.el9 @anaconda 94 k 2025-10-14 05:20:36.250 | Removing dependent packages: 2025-10-14 05:20:36.250 | shim-x64 x86_64 15.8-2.el9 @anaconda 4.5 M 2025-10-14 05:20:36.250 | Removing unused dependencies: 2025-10-14 05:20:36.250 | PackageKit-glib x86_64 1.2.6-1.el9 @koji-override-1 544 k 2025-10-14 05:20:36.250 | flashrom x86_64 1.2-10.el9 @koji-override-1 1.8 M 2025-10-14 05:20:36.250 | fwupd x86_64 1.9.31-1.el9 @anaconda 7.9 M 2025-10-14 05:20:36.250 | fwupd-plugin-flashrom x86_64 1.9.31-1.el9 @koji-override-1 2.0 M 2025-10-14 05:20:36.250 | gdk-pixbuf2 x86_64 2.42.6-6.el9 @koji-override-1 2.5 M 2025-10-14 05:20:36.250 | gobject-introspection x86_64 1.68.0-11.el9 @anaconda 915 k 2025-10-14 05:20:36.250 | libappstream-glib x86_64 0.7.18-5.el9 @koji-override-1 1.4 M 2025-10-14 05:20:36.250 | libatasmart x86_64 0.19-22.el9 @koji-override-1 122 k 2025-10-14 05:20:36.250 | libblockdev x86_64 2.28-14.el9 @koji-override-1 344 k 2025-10-14 05:20:36.250 | libblockdev-crypto x86_64 2.28-14.el9 @koji-override-1 55 k 2025-10-14 05:20:36.250 | libblockdev-fs x86_64 2.28-14.el9 @koji-override-1 64 k 2025-10-14 05:20:36.250 | libblockdev-loop x86_64 2.28-14.el9 @koji-override-1 19 k 2025-10-14 05:20:36.250 | libblockdev-mdraid x86_64 2.28-14.el9 @koji-override-1 31 k 2025-10-14 05:20:36.250 | libblockdev-part x86_64 2.28-14.el9 @koji-override-1 43 k 2025-10-14 05:20:36.250 | libblockdev-swap x86_64 2.28-14.el9 @koji-override-1 23 k 2025-10-14 05:20:36.251 | libblockdev-utils x86_64 2.28-14.el9 @koji-override-1 54 k 2025-10-14 05:20:36.251 | libbytesize x86_64 2.5-3.el9 @koji-override-1 86 k 2025-10-14 05:20:36.251 | libgudev x86_64 237-1.el9 @anaconda 88 k 2025-10-14 05:20:36.251 | libgusb x86_64 0.3.8-2.el9 @anaconda 126 k 2025-10-14 05:20:36.251 | libjcat x86_64 0.1.6-3.el9 @anaconda 181 k 2025-10-14 05:20:36.251 | libjpeg-turbo x86_64 2.0.90-7.el9 @koji-override-1 633 k 2025-10-14 05:20:36.251 | libpng x86_64 2:1.6.37-12.el9 @anaconda 227 k 2025-10-14 05:20:36.251 | libsoup x86_64 2.72.0-10.el9 @koji-override-1 1.2 M 2025-10-14 05:20:36.251 | libstemmer x86_64 0-18.585svn.el9 @koji-override-1 344 k 2025-10-14 05:20:36.251 | libudisks2 x86_64 2.9.4-12.el9 @koji-override-1 907 k 2025-10-14 05:20:36.251 | libusbx x86_64 1.0.26-1.el9 @anaconda 166 k 2025-10-14 05:20:36.251 | libxmlb x86_64 0.3.24-1.el9 @anaconda 284 k 2025-10-14 05:20:36.251 | mokutil x86_64 2:0.7.2-1.el9 @anaconda 98 k 2025-10-14 05:20:36.251 | nspr x86_64 4.36.0-4.el9 @koji-override-1 313 k 2025-10-14 05:20:36.251 | nss x86_64 3.112.0-4.el9 @koji-override-1 1.9 M 2025-10-14 05:20:36.251 | nss-softokn x86_64 3.112.0-4.el9 @koji-override-1 1.3 M 2025-10-14 05:20:36.251 | nss-softokn-freebl x86_64 3.112.0-4.el9 @koji-override-1 1.1 M 2025-10-14 05:20:36.251 | nss-sysinit x86_64 3.112.0-4.el9 @koji-override-1 18 k 2025-10-14 05:20:36.251 | nss-util x86_64 3.112.0-4.el9 @koji-override-1 232 k 2025-10-14 05:20:36.251 | shared-mime-info x86_64 2.1-5.el9 @anaconda 4.9 M 2025-10-14 05:20:36.251 | udisks2 x86_64 2.9.4-12.el9 @koji-override-1 2.4 M 2025-10-14 05:20:36.251 | volume_key-libs x86_64 0.3.12-16.el9 @koji-override-1 702 k 2025-10-14 05:20:36.251 | 2025-10-14 05:20:36.251 | Transaction Summary 2025-10-14 05:20:36.251 | ================================================================================ 2025-10-14 05:20:36.251 | Remove 42 Packages 2025-10-14 05:20:36.251 | 2025-10-14 05:20:36.251 | Freed space: 71 M 2025-10-14 05:20:36.251 | Running transaction check 2025-10-14 05:20:36.267 | Transaction check succeeded. 2025-10-14 05:20:36.267 | Running transaction test 2025-10-14 05:20:36.314 | Transaction test succeeded. 2025-10-14 05:20:36.314 | Running transaction 2025-10-14 05:20:36.401 | Preparing : 1/1 2025-10-14 05:20:36.408 | Erasing : PackageKit-1.2.6-1.el9.x86_64 1/42 2025-10-14 05:20:36.409 | Erasing : shim-x64-15.8-2.el9.x86_64 2/42 2025-10-14 05:20:36.436 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 3/42 2025-10-14 05:20:36.436 | Erasing : fwupd-1.9.31-1.el9.x86_64 3/42 2025-10-14 05:20:36.446 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 3/42 2025-10-14 05:20:36.461 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 4/42 2025-10-14 05:20:36.461 | Removed "/etc/systemd/system/graphical.target.wants/udisks2.service". 2025-10-14 05:20:36.461 | 2025-10-14 05:20:36.470 | Erasing : udisks2-2.9.4-12.el9.x86_64 4/42 2025-10-14 05:20:36.484 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 4/42 2025-10-14 05:20:36.491 | Erasing : libblockdev-crypto-2.28-14.el9.x86_64 5/42 2025-10-14 05:20:36.495 | Erasing : volume_key-libs-0.3.12-16.el9.x86_64 6/42 2025-10-14 05:20:36.500 | Erasing : nss-3.112.0-4.el9.x86_64 7/42 2025-10-14 05:20:36.503 | Erasing : nss-softokn-3.112.0-4.el9.x86_64 8/42 2025-10-14 05:20:36.509 | Erasing : nss-sysinit-3.112.0-4.el9.x86_64 9/42 2025-10-14 05:20:36.523 | Erasing : libappstream-glib-0.7.18-5.el9.x86_64 10/42 2025-10-14 05:20:36.529 | Erasing : gdk-pixbuf2-2.42.6-6.el9.x86_64 11/42 2025-10-14 05:20:36.546 | Running scriptlet: polkit-0.117-14.el9.x86_64 12/42 2025-10-14 05:20:36.547 | Erasing : polkit-0.117-14.el9.x86_64 12/42 2025-10-14 05:20:36.557 | Running scriptlet: polkit-0.117-14.el9.x86_64 12/42 2025-10-14 05:20:36.559 | Erasing : libblockdev-fs-2.28-14.el9.x86_64 13/42 2025-10-14 05:20:36.561 | Erasing : libblockdev-mdraid-2.28-14.el9.x86_64 14/42 2025-10-14 05:20:36.564 | Erasing : libblockdev-part-2.28-14.el9.x86_64 15/42 2025-10-14 05:20:36.567 | Erasing : nss-softokn-freebl-3.112.0-4.el9.x86_64 16/42 2025-10-14 05:20:36.569 | Erasing : nss-util-3.112.0-4.el9.x86_64 17/42 2025-10-14 05:20:36.572 | Erasing : libblockdev-2.28-14.el9.x86_64 18/42 2025-10-14 05:20:36.573 | Erasing : libblockdev-loop-2.28-14.el9.x86_64 19/42 2025-10-14 05:20:36.576 | Erasing : libblockdev-swap-2.28-14.el9.x86_64 20/42 2025-10-14 05:20:36.578 | Erasing : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 21/42 2025-10-14 05:20:36.582 | Erasing : flashrom-1.2-10.el9.x86_64 22/42 2025-10-14 05:20:36.585 | Erasing : polkit-pkla-compat-0.1-21.el9.x86_64 23/42 2025-10-14 05:20:36.587 | Erasing : libgusb-0.3.8-2.el9.x86_64 24/42 2025-10-14 05:20:36.590 | Erasing : libxmlb-0.3.24-1.el9.x86_64 25/42 2025-10-14 05:20:36.593 | Erasing : PackageKit-glib-1.2.6-1.el9.x86_64 26/42 2025-10-14 05:20:36.639 | Erasing : gobject-introspection-1.68.0-11.el9.x86_64 27/42 2025-10-14 05:20:36.647 | Erasing : shared-mime-info-2.1-5.el9.x86_64 28/42 2025-10-14 05:20:36.653 | Erasing : libusbx-1.0.26-1.el9.x86_64 29/42 2025-10-14 05:20:36.656 | Erasing : polkit-libs-0.117-14.el9.x86_64 30/42 2025-10-14 05:20:36.658 | Erasing : libblockdev-utils-2.28-14.el9.x86_64 31/42 2025-10-14 05:20:36.664 | Erasing : nspr-4.36.0-4.el9.x86_64 32/42 2025-10-14 05:20:36.667 | Erasing : libbytesize-2.5-3.el9.x86_64 33/42 2025-10-14 05:20:36.669 | Erasing : libjpeg-turbo-2.0.90-7.el9.x86_64 34/42 2025-10-14 05:20:36.677 | Erasing : libpng-2:1.6.37-12.el9.x86_64 35/42 2025-10-14 05:20:36.681 | Erasing : libsoup-2.72.0-10.el9.x86_64 36/42 2025-10-14 05:20:36.683 | Erasing : libstemmer-0-18.585svn.el9.x86_64 37/42 2025-10-14 05:20:36.685 | Erasing : libatasmart-0.19-22.el9.x86_64 38/42 2025-10-14 05:20:36.687 | Erasing : libgudev-237-1.el9.x86_64 39/42 2025-10-14 05:20:36.690 | Erasing : libudisks2-2.9.4-12.el9.x86_64 40/42 2025-10-14 05:20:36.693 | Erasing : libjcat-0.1.6-3.el9.x86_64 41/42 2025-10-14 05:20:36.765 | Erasing : mokutil-2:0.7.2-1.el9.x86_64 42/42 2025-10-14 05:20:36.765 | Verifying : PackageKit-1.2.6-1.el9.x86_64 1/42 2025-10-14 05:20:36.765 | Verifying : PackageKit-glib-1.2.6-1.el9.x86_64 2/42 2025-10-14 05:20:36.765 | Verifying : flashrom-1.2-10.el9.x86_64 3/42 2025-10-14 05:20:36.765 | Verifying : fwupd-1.9.31-1.el9.x86_64 4/42 2025-10-14 05:20:36.765 | Verifying : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 5/42 2025-10-14 05:20:36.765 | Verifying : gdk-pixbuf2-2.42.6-6.el9.x86_64 6/42 2025-10-14 05:20:36.765 | Verifying : gobject-introspection-1.68.0-11.el9.x86_64 7/42 2025-10-14 05:20:36.765 | Verifying : libappstream-glib-0.7.18-5.el9.x86_64 8/42 2025-10-14 05:20:36.765 | Verifying : libatasmart-0.19-22.el9.x86_64 9/42 2025-10-14 05:20:36.765 | Verifying : libblockdev-2.28-14.el9.x86_64 10/42 2025-10-14 05:20:36.765 | Verifying : libblockdev-crypto-2.28-14.el9.x86_64 11/42 2025-10-14 05:20:36.765 | Verifying : libblockdev-fs-2.28-14.el9.x86_64 12/42 2025-10-14 05:20:36.765 | Verifying : libblockdev-loop-2.28-14.el9.x86_64 13/42 2025-10-14 05:20:36.765 | Verifying : libblockdev-mdraid-2.28-14.el9.x86_64 14/42 2025-10-14 05:20:36.766 | Verifying : libblockdev-part-2.28-14.el9.x86_64 15/42 2025-10-14 05:20:36.766 | Verifying : libblockdev-swap-2.28-14.el9.x86_64 16/42 2025-10-14 05:20:36.766 | Verifying : libblockdev-utils-2.28-14.el9.x86_64 17/42 2025-10-14 05:20:36.766 | Verifying : libbytesize-2.5-3.el9.x86_64 18/42 2025-10-14 05:20:36.766 | Verifying : libgudev-237-1.el9.x86_64 19/42 2025-10-14 05:20:36.766 | Verifying : libgusb-0.3.8-2.el9.x86_64 20/42 2025-10-14 05:20:36.766 | Verifying : libjcat-0.1.6-3.el9.x86_64 21/42 2025-10-14 05:20:36.766 | Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 22/42 2025-10-14 05:20:36.766 | Verifying : libpng-2:1.6.37-12.el9.x86_64 23/42 2025-10-14 05:20:36.766 | Verifying : libsoup-2.72.0-10.el9.x86_64 24/42 2025-10-14 05:20:36.766 | Verifying : libstemmer-0-18.585svn.el9.x86_64 25/42 2025-10-14 05:20:36.766 | Verifying : libudisks2-2.9.4-12.el9.x86_64 26/42 2025-10-14 05:20:36.766 | Verifying : libusbx-1.0.26-1.el9.x86_64 27/42 2025-10-14 05:20:36.766 | Verifying : libxmlb-0.3.24-1.el9.x86_64 28/42 2025-10-14 05:20:36.766 | Verifying : mokutil-2:0.7.2-1.el9.x86_64 29/42 2025-10-14 05:20:36.766 | Verifying : nspr-4.36.0-4.el9.x86_64 30/42 2025-10-14 05:20:36.766 | Verifying : nss-3.112.0-4.el9.x86_64 31/42 2025-10-14 05:20:36.766 | Verifying : nss-softokn-3.112.0-4.el9.x86_64 32/42 2025-10-14 05:20:36.766 | Verifying : nss-softokn-freebl-3.112.0-4.el9.x86_64 33/42 2025-10-14 05:20:36.766 | Verifying : nss-sysinit-3.112.0-4.el9.x86_64 34/42 2025-10-14 05:20:36.766 | Verifying : nss-util-3.112.0-4.el9.x86_64 35/42 2025-10-14 05:20:36.766 | Verifying : polkit-0.117-14.el9.x86_64 36/42 2025-10-14 05:20:36.766 | Verifying : polkit-libs-0.117-14.el9.x86_64 37/42 2025-10-14 05:20:36.766 | Verifying : polkit-pkla-compat-0.1-21.el9.x86_64 38/42 2025-10-14 05:20:36.766 | Verifying : shared-mime-info-2.1-5.el9.x86_64 39/42 2025-10-14 05:20:36.766 | Verifying : shim-x64-15.8-2.el9.x86_64 40/42 2025-10-14 05:20:36.766 | Verifying : udisks2-2.9.4-12.el9.x86_64 41/42 2025-10-14 05:20:36.839 | Verifying : volume_key-libs-0.3.12-16.el9.x86_64 42/42 2025-10-14 05:20:36.839 | 2025-10-14 05:20:36.839 | Removed: 2025-10-14 05:20:36.839 | PackageKit-1.2.6-1.el9.x86_64 2025-10-14 05:20:36.839 | PackageKit-glib-1.2.6-1.el9.x86_64 2025-10-14 05:20:36.839 | flashrom-1.2-10.el9.x86_64 2025-10-14 05:20:36.839 | fwupd-1.9.31-1.el9.x86_64 2025-10-14 05:20:36.839 | fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 2025-10-14 05:20:36.839 | gdk-pixbuf2-2.42.6-6.el9.x86_64 2025-10-14 05:20:36.839 | gobject-introspection-1.68.0-11.el9.x86_64 2025-10-14 05:20:36.839 | libappstream-glib-0.7.18-5.el9.x86_64 2025-10-14 05:20:36.839 | libatasmart-0.19-22.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-crypto-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-fs-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-loop-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-mdraid-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-part-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-swap-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libblockdev-utils-2.28-14.el9.x86_64 2025-10-14 05:20:36.839 | libbytesize-2.5-3.el9.x86_64 2025-10-14 05:20:36.839 | libgudev-237-1.el9.x86_64 2025-10-14 05:20:36.839 | libgusb-0.3.8-2.el9.x86_64 2025-10-14 05:20:36.839 | libjcat-0.1.6-3.el9.x86_64 2025-10-14 05:20:36.839 | libjpeg-turbo-2.0.90-7.el9.x86_64 2025-10-14 05:20:36.839 | libpng-2:1.6.37-12.el9.x86_64 2025-10-14 05:20:36.839 | libsoup-2.72.0-10.el9.x86_64 2025-10-14 05:20:36.839 | libstemmer-0-18.585svn.el9.x86_64 2025-10-14 05:20:36.839 | libudisks2-2.9.4-12.el9.x86_64 2025-10-14 05:20:36.839 | libusbx-1.0.26-1.el9.x86_64 2025-10-14 05:20:36.839 | libxmlb-0.3.24-1.el9.x86_64 2025-10-14 05:20:36.839 | mokutil-2:0.7.2-1.el9.x86_64 2025-10-14 05:20:36.839 | nspr-4.36.0-4.el9.x86_64 2025-10-14 05:20:36.839 | nss-3.112.0-4.el9.x86_64 2025-10-14 05:20:36.839 | nss-softokn-3.112.0-4.el9.x86_64 2025-10-14 05:20:36.839 | nss-softokn-freebl-3.112.0-4.el9.x86_64 2025-10-14 05:20:36.839 | nss-sysinit-3.112.0-4.el9.x86_64 2025-10-14 05:20:36.839 | nss-util-3.112.0-4.el9.x86_64 2025-10-14 05:20:36.839 | polkit-0.117-14.el9.x86_64 2025-10-14 05:20:36.839 | polkit-libs-0.117-14.el9.x86_64 2025-10-14 05:20:36.839 | polkit-pkla-compat-0.1-21.el9.x86_64 2025-10-14 05:20:36.839 | shared-mime-info-2.1-5.el9.x86_64 2025-10-14 05:20:36.839 | shim-x64-15.8-2.el9.x86_64 2025-10-14 05:20:36.839 | udisks2-2.9.4-12.el9.x86_64 2025-10-14 05:20:36.839 | volume_key-libs-0.3.12-16.el9.x86_64 2025-10-14 05:20:36.839 | 2025-10-14 05:20:36.839 | Complete! 2025-10-14 05:20:36.879 | + dnf clean all 2025-10-14 05:20:37.184 | 467 files removed 2025-10-14 05:20:37.211 | + rpm --rebuilddb 2025-10-14 05:20:37.742 | + rm -r -f '/var/tmp/*' 2025-10-14 05:20:37.744 | dib-run-parts 99-remove-extra-packages completed 2025-10-14 05:20:37.744 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-reset-yum-conf 2025-10-14 05:20:37.747 | + set -eu 2025-10-14 05:20:37.747 | + set -o pipefail 2025-10-14 05:20:37.747 | + [[ dnf == \d\n\f ]] 2025-10-14 05:20:37.747 | + cfg=/etc/dnf/dnf.conf 2025-10-14 05:20:37.747 | + cachedir=/var/cache/dnf 2025-10-14 05:20:37.747 | + sed -i '/^keepcache/c\keepcache=0' /etc/dnf/dnf.conf 2025-10-14 05:20:37.748 | + sed -i '/^cachedir/c\cachedir=/var/cache/dnf' /etc/dnf/dnf.conf 2025-10-14 05:20:37.751 | dib-run-parts 99-reset-yum-conf completed 2025-10-14 05:20:37.752 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:20:37.752 | dib-run-parts 2025-10-14 05:20:37.753 | dib-run-parts Target: post-install.d 2025-10-14 05:20:37.753 | dib-run-parts 2025-10-14 05:20:37.753 | dib-run-parts Script Seconds 2025-10-14 05:20:37.753 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:20:37.753 | dib-run-parts 2025-10-14 05:20:37.760 | dib-run-parts 00-package-installs 20.582 2025-10-14 05:20:37.765 | dib-run-parts 03-reset-bls-entries 0.062 2025-10-14 05:20:37.769 | dib-run-parts 06-network-config-nonzeroconf 0.004 2025-10-14 05:20:37.774 | dib-run-parts 10-enable-init-scripts 0.003 2025-10-14 05:20:37.778 | dib-run-parts 70-init-ibft-interfaces 0.008 2025-10-14 05:20:37.782 | dib-run-parts 80-enable-sshd-service 0.007 2025-10-14 05:20:37.787 | dib-run-parts 80-ironic-python-agent-ramdisk 0.075 2025-10-14 05:20:37.791 | dib-run-parts 80-ssh-keygen 0.004 2025-10-14 05:20:37.795 | dib-run-parts 95-package-uninstalls 0.909 2025-10-14 05:20:37.799 | dib-run-parts 99-harden-sshd-config 0.010 2025-10-14 05:20:37.804 | dib-run-parts 99-remove-extra-packages 2.994 2025-10-14 05:20:37.808 | dib-run-parts 99-reset-yum-conf 0.006 2025-10-14 05:20:37.809 | dib-run-parts 2025-10-14 05:20:37.809 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:20:37.815 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-10-14 05:20:37.818 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-10-14 05:20:37.820 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-10-14 05:20:37.822 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-post-install run_in_target bash 2025-10-14 05:20:37.825 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:37.826 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-install(,|$)' -q 2025-10-14 05:20:37.830 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:37.851 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d; do sleep 1; done' 2025-10-14 05:20:37.871 | + diskimage_builder/lib/disk-image-create:main:365 : run_d post-root 2025-10-14 05:20:37.873 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:20:37.875 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:37.877 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-post-root bash 2025-10-14 05:20:37.880 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:37.880 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-root(,|$)' -q 2025-10-14 05:20:37.885 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/post-root.d ']' 2025-10-14 05:20:37.887 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-post-root bash 2025-10-14 05:20:37.890 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-root(,|$)' -q 2025-10-14 05:20:37.891 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:37.895 | + diskimage_builder/lib/disk-image-create:main:369 : '[' -e /tmp/dib_build.MklQOuJD/mnt/lost+found ']' 2025-10-14 05:20:37.897 | + diskimage_builder/lib/disk-image-create:main:373 : unmount_image 2025-10-14 05:20:37.899 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2025-10-14 05:20:37.904 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:37.906 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:37.909 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-10-14 05:20:37.911 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-10-14 05:20:37.914 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-10-14 05:20:37.916 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-10-14 05:20:37.918 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.MklQOuJD/mnt ']' 2025-10-14 05:20:37.921 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:37.924 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:37.927 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-10-14 05:20:37.929 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-10-14 05:20:37.932 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-10-14 05:20:37.932 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.MklQOuJD/mnt/' 2025-10-14 05:20:37.933 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-10-14 05:20:37.937 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.MklQOuJD/mnt/tmp/yum 2025-10-14 05:20:37.937 | /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:20:37.937 | /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:20:37.937 | /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:20:37.937 | /tmp/dib_build.MklQOuJD/mnt/dev' 2025-10-14 05:20:37.939 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:20:37.941 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:20:37.944 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:20:37.946 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:20:37.948 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:20:37.950 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/tmp/yum' 2025-10-14 05:20:37.950 | Unmount /tmp/dib_build.MklQOuJD/mnt/tmp/yum 2025-10-14 05:20:37.953 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/tmp/yum 2025-10-14 05:20:37.971 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:20:37.974 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:20:37.976 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:20:37.979 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:20:37.981 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:20:37.984 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/sys' 2025-10-14 05:20:37.984 | Unmount /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:20:37.986 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:20:38.006 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:20:38.009 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:20:38.011 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:20:38.014 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:20:38.016 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:20:38.018 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/proc' 2025-10-14 05:20:38.018 | Unmount /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:20:38.021 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:20:38.040 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:20:38.043 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:20:38.045 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:20:38.048 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:20:38.050 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:20:38.053 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/dev/pts' 2025-10-14 05:20:38.053 | Unmount /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:20:38.055 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:20:38.075 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:20:38.077 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:20:38.079 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:20:38.081 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:20:38.084 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:20:38.086 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/dev' 2025-10-14 05:20:38.086 | Unmount /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:20:38.088 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:20:38.106 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2025-10-14 05:20:38.108 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2025-10-14 05:20:38.110 | + diskimage_builder/lib/disk-image-create:main:374 : mv /tmp/dib_build.MklQOuJD/mnt /tmp/dib_build.MklQOuJD/built 2025-10-14 05:20:38.121 | + diskimage_builder/lib/disk-image-create:main:381 : du_output=/tmp/dib_build.MklQOuJD/du_output.tmp 2025-10-14 05:20:38.123 | + diskimage_builder/lib/disk-image-create:main:383 : '[' -n '' ']' 2025-10-14 05:20:38.125 | Calculating image size (this may take a minute)... 2025-10-14 05:20:38.393 | + diskimage_builder/lib/disk-image-create:main:402 : [[ 0 != 0 ]] 2025-10-14 05:20:38.397 | + diskimage_builder/lib/disk-image-create:main:436 : rm -f /tmp/dib_build.MklQOuJD/du_output.tmp 2025-10-14 05:20:38.401 | + diskimage_builder/lib/disk-image-create:main:438 : '[' -n '' ']' 2025-10-14 05:20:38.404 | + diskimage_builder/lib/disk-image-create:main:441 : journal_size=64 2025-10-14 05:20:38.406 | + diskimage_builder/lib/disk-image-create:main:444 : '[' ext4 = ext4 ']' 2025-10-14 05:20:38.409 | + diskimage_builder/lib/disk-image-create:main:448 : MKFS_OPTS='-i 4096 -J size=64 ' 2025-10-14 05:20:38.412 | + diskimage_builder/lib/disk-image-create:main:463 : [[ 9-stream == \t\r\u\s\t\y ]] 2025-10-14 05:20:38.415 | + diskimage_builder/lib/disk-image-create:main:469 : '[' -z '' ']' 2025-10-14 05:20:38.418 | + diskimage_builder/lib/disk-image-create:main:470 : du_size=2862049 2025-10-14 05:20:38.420 | + diskimage_builder/lib/disk-image-create:main:481 : [[ pkg-map dib-python runtime-ssh-host-keys install-static install-types centos enable-packages-install repo-setup dhcp-all-interfaces sysprep epel ibft-interfaces selinux-permissive dib-init-system openssh-server ironic-python-agent-ramdisk extra-hardware selinux-fixfiles-restore select-boot-kernel-initrd base no-final-image override-pip-and-virtualenv rpm-distro yum manifests element-manifest interface-names ironic-agent-multipath source-repositories ensure-venv dynamic-login package-installs ironic-ramdisk-base cache-url install-bin svc-map redhat-common =~ block-device-efi ]] 2025-10-14 05:20:38.423 | ++ diskimage_builder/lib/disk-image-create:main:489 : echo 2862049 2025-10-14 05:20:38.424 | ++ diskimage_builder/lib/disk-image-create:main:489 : awk ' { if ($1 % 64 != 0) print $1 + 64 - ( $1 % 64); else print $1; } ' 2025-10-14 05:20:38.429 | + diskimage_builder/lib/disk-image-create:main:489 : export DIB_IMAGE_SIZE=2862080 2025-10-14 05:20:38.431 | + diskimage_builder/lib/disk-image-create:main:489 : DIB_IMAGE_SIZE=2862080 2025-10-14 05:20:38.434 | + diskimage_builder/lib/disk-image-create:main:491 : '[' -n '' ']' 2025-10-14 05:20:38.437 | + diskimage_builder/lib/disk-image-create:main:495 : export TMP_IMAGE_DIR 2025-10-14 05:20:38.439 | + diskimage_builder/lib/disk-image-create:main:498 : eval_run_d block-device IMAGE_BLOCK_DEVICE= 2025-10-14 05:20:38.442 | ++ diskimage_builder/lib/common-functions:eval_run_d:161 : mktemp 2025-10-14 05:20:38.446 | + diskimage_builder/lib/common-functions:eval_run_d:161 : local run_output=/tmp/tmp.M1x0RFfbcg 2025-10-14 05:20:38.449 | + diskimage_builder/lib/common-functions:eval_run_d:162 : trap 'rm -f /tmp/tmp.M1x0RFfbcg; check_break after-error bash' ERR 2025-10-14 05:20:38.452 | + diskimage_builder/lib/common-functions:eval_run_d:163 : run_d block-device /tmp/tmp.M1x0RFfbcg 2025-10-14 05:20:38.455 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:20:38.458 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:38.461 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-block-device bash 2025-10-14 05:20:38.464 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:38.464 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-block-device(,|$)' -q 2025-10-14 05:20:38.469 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/block-device.d ']' 2025-10-14 05:20:38.471 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-block-device bash 2025-10-14 05:20:38.474 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:38.474 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-block-device(,|$)' -q 2025-10-14 05:20:38.479 | + diskimage_builder/lib/common-functions:eval_run_d:164 : grep -q IMAGE_BLOCK_DEVICE= /tmp/tmp.M1x0RFfbcg 2025-10-14 05:20:38.483 | + diskimage_builder/lib/common-functions:eval_run_d:168 : rm /tmp/tmp.M1x0RFfbcg 2025-10-14 05:20:38.486 | + diskimage_builder/lib/common-functions:eval_run_d:169 : trap - ERR 2025-10-14 05:20:38.489 | + diskimage_builder/lib/disk-image-create:main:500 : '[' -z ']' 2025-10-14 05:20:38.491 | + diskimage_builder/lib/disk-image-create:main:503 : echo 'image-size: 2862080KiB' 2025-10-14 05:20:38.493 | + diskimage_builder/lib/disk-image-create:main:505 : '[' -n '-i 4096 -J size=64 ' ']' 2025-10-14 05:20:38.496 | + diskimage_builder/lib/disk-image-create:main:506 : echo 'root-fs-opts: '\''-i 4096 -J size=64 '\''' 2025-10-14 05:20:38.498 | + 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 2025-10-14 05:20:38.622 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:20:38.622 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:20:38.623 | 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 2025-10-14 05:20:38.623 | 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 2025-10-14 05:20:38.624 | 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 2025-10-14 05:20:38.624 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.MklQOuJD/states/block-device/config.json] 2025-10-14 05:20:38.640 | + 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 2025-10-14 05:20:38.763 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:20:38.763 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:20:38.763 | INFO diskimage_builder.block_device.blockdevice [-] create() called 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level3/mount.py:42 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.763 | 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 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:98 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_root : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.level0.localloop [-] Creating LocalLoop object; config [{'name': 'image0'}] default_config [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:81 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.level0.localloop [-] Using default image size [2930769920] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:89 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.config [-] Adding image0 : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | 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 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.level0.localloop [-] [image0] Creating loop on [/tmp/dib_image.qz4liQbi/image0.raw] with size [2930769920] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:107 2025-10-14 05:20:38.764 | INFO diskimage_builder.block_device.level0.localloop [-] Create image file [/tmp/dib_image.qz4liQbi/image0.raw] 2025-10-14 05:20:38.764 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach 2025-10-14 05:20:38.764 | DEBUG diskimage_builder.block_device.level0.localloop [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.qz4liQbi/image0.raw] loopdev_attach /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:48 2025-10-14 05:20:38.764 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.qz4liQbi/image0.raw] 2025-10-14 05:20:38.782 | 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 2025-10-14 05:20:38.782 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop0] 2025-10-14 05:20:38.782 | DEBUG diskimage_builder.block_device.level0.localloop [-] Created loop name [image0] device [/dev/loop0] image [/tmp/dib_image.qz4liQbi/image0.raw] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:121 2025-10-14 05:20:38.782 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'ext4', '-i', '4096', '-J', 'size=64', '-L', 'cloudimg-rootfs', '-U', '774da1f7-043d-4001-89c8-f110438d0469', '-q', '/dev/loop0']] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:135 2025-10-14 05:20:38.782 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t ext4 -i 4096 -J size=64 -L cloudimg-rootfs -U 774da1f7-043d-4001-89c8-f110438d0469 -q /dev/loop0] 2025-10-14 05:20:38.816 | DEBUG diskimage_builder.block_device.level3.mount [-] mount called [/] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level3/mount.py:80 2025-10-14 05:20:38.816 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.MklQOuJD/mnt/] 2025-10-14 05:20:38.835 | INFO diskimage_builder.block_device.level3.mount [-] Mounting [mount_mkfs_root] to [/tmp/dib_build.MklQOuJD/mnt/] 2025-10-14 05:20:38.835 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mount /dev/loop0 /tmp/dib_build.MklQOuJD/mnt/] 2025-10-14 05:20:38.858 | 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 2025-10-14 05:20:38.858 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing state to: /tmp/dib_build.MklQOuJD/states/block-device/state.json save_state /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:101 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'image': '/tmp/dib_image.qz4liQbi/image0.raw'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstype': 'ext4', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'label': 'cloudimg-rootfs', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'opts': ['-i', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] '4096', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] '-J', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'size=64'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'uuid': '774da1f7-043d-4001-89c8-f110438d0469'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'dump-freq': 0, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fsck-passno': 1, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'options': 'defaults'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | 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 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'path': '/tmp/dib_build.MklQOuJD/mnt/'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_order': ['/'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'sorted_mount_points': [('/', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.859 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_mkfs_root')]} debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-10-14 05:20:38.860 | INFO diskimage_builder.block_device.blockdevice [-] create() finished 2025-10-14 05:20:38.884 | ++ 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 2025-10-14 05:20:39.008 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:20:39.008 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:20:39.008 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-device] 2025-10-14 05:20:39.024 | + diskimage_builder/lib/disk-image-create:main:519 : IMAGE_BLOCK_DEVICE=/dev/loop0 2025-10-14 05:20:39.027 | + diskimage_builder/lib/disk-image-create:main:520 : export IMAGE_BLOCK_DEVICE 2025-10-14 05:20:39.030 | ++ 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 2025-10-14 05:20:39.161 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:20:39.161 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:20:39.161 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-devices] 2025-10-14 05:20:39.177 | + diskimage_builder/lib/disk-image-create:main:526 : IMAGE_BLOCK_DEVICES=' [image0]=/dev/loop0 ' 2025-10-14 05:20:39.179 | + diskimage_builder/lib/disk-image-create:main:527 : export IMAGE_BLOCK_DEVICES 2025-10-14 05:20:39.182 | + 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 2025-10-14 05:20:39.298 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:20:39.298 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:20:39.298 | INFO diskimage_builder.block_device.blockdevice [-] Creating fstab 2025-10-14 05:20:39.298 | 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 2025-10-14 05:20:39.299 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.MklQOuJD/built/etc] 2025-10-14 05:20:39.315 | INFO diskimage_builder.block_device.utils [-] Calling [sudo cp /tmp/dib_build.MklQOuJD/states/block-device/fstab /tmp/dib_build.MklQOuJD/built/etc/fstab] 2025-10-14 05:20:39.355 | + diskimage_builder/lib/disk-image-create:main:534 : LOOPDEV=/dev/loop0 2025-10-14 05:20:39.358 | + diskimage_builder/lib/disk-image-create:main:546 : sudo cp -ra /tmp/dib_build.MklQOuJD/built/afs /tmp/dib_build.MklQOuJD/built/bin /tmp/dib_build.MklQOuJD/built/boot /tmp/dib_build.MklQOuJD/built/dev /tmp/dib_build.MklQOuJD/built/etc /tmp/dib_build.MklQOuJD/built/home /tmp/dib_build.MklQOuJD/built/lib /tmp/dib_build.MklQOuJD/built/lib64 /tmp/dib_build.MklQOuJD/built/media /tmp/dib_build.MklQOuJD/built/mnt /tmp/dib_build.MklQOuJD/built/opt /tmp/dib_build.MklQOuJD/built/proc /tmp/dib_build.MklQOuJD/built/root /tmp/dib_build.MklQOuJD/built/run /tmp/dib_build.MklQOuJD/built/sbin /tmp/dib_build.MklQOuJD/built/srv /tmp/dib_build.MklQOuJD/built/sys /tmp/dib_build.MklQOuJD/built/tmp /tmp/dib_build.MklQOuJD/built/usr /tmp/dib_build.MklQOuJD/built/var /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:44.034 | + diskimage_builder/lib/disk-image-create:main:547 : sudo rm -fr /tmp/dib_build.MklQOuJD/built/afs /tmp/dib_build.MklQOuJD/built/bin /tmp/dib_build.MklQOuJD/built/boot /tmp/dib_build.MklQOuJD/built/dev /tmp/dib_build.MklQOuJD/built/etc /tmp/dib_build.MklQOuJD/built/home /tmp/dib_build.MklQOuJD/built/lib /tmp/dib_build.MklQOuJD/built/lib64 /tmp/dib_build.MklQOuJD/built/media /tmp/dib_build.MklQOuJD/built/mnt /tmp/dib_build.MklQOuJD/built/opt /tmp/dib_build.MklQOuJD/built/proc /tmp/dib_build.MklQOuJD/built/root /tmp/dib_build.MklQOuJD/built/run /tmp/dib_build.MklQOuJD/built/sbin /tmp/dib_build.MklQOuJD/built/srv /tmp/dib_build.MklQOuJD/built/sys /tmp/dib_build.MklQOuJD/built/tmp /tmp/dib_build.MklQOuJD/built/usr /tmp/dib_build.MklQOuJD/built/var 2025-10-14 05:20:45.664 | + diskimage_builder/lib/disk-image-create:main:549 : mount_proc_dev_sys 2025-10-14 05:20:45.667 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:20:45.688 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:20:45.709 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2025-10-14 05:20:45.713 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2025-10-14 05:20:45.718 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2025-10-14 05:20:45.721 | + 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.MklQOuJD/mnt/dev/pts 2025-10-14 05:20:45.742 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:20:45.763 | + diskimage_builder/lib/disk-image-create:main:550 : run_d pre-finalise 2025-10-14 05:20:45.765 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:20:45.768 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:45.771 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-pre-finalise bash 2025-10-14 05:20:45.775 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:45.775 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-finalise(,|$)' -q 2025-10-14 05:20:45.780 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/pre-finalise.d ']' 2025-10-14 05:20:45.783 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-pre-finalise bash 2025-10-14 05:20:45.787 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:45.789 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-finalise(,|$)' -q 2025-10-14 05:20:45.794 | + diskimage_builder/lib/disk-image-create:main:551 : run_d_in_target finalise 2025-10-14 05:20:45.797 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-10-14 05:20:45.800 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:45.803 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.MklQOuJD/hooks/finalise.d ']' 2025-10-14 05:20:45.805 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:45.825 | + 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.MklQOuJD/hooks 2025-10-14 05:20:45.844 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:45.865 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.MklQOuJD/hooks /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:45.883 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-finalise run_in_target bash 2025-10-14 05:20:45.887 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:45.887 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-finalise(,|$)' -q 2025-10-14 05:20:45.892 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-10-14 05:20:45.895 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-10-14 05:20:45.898 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-10-14 05:20:45.901 | + 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 2025-10-14 05:20:45.904 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d' 2025-10-14 05:20:45.907 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-10-14 05:20:45.910 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-10-14 05:20:45.913 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-10-14 05:20:45.917 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.MklQOuJD/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' 2025-10-14 05:20:45.946 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:45.948 | + source /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:45.948 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:20:45.948 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:20:45.948 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:45.948 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:45.948 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:20:45.948 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:45.948 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:45.948 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:45.950 | + source /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:45.950 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:45.950 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:45.950 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:45.952 | + source /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:45.952 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:20:45.952 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:20:45.952 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:45.952 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:45.952 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:45.952 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:45.952 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:45.952 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:45.952 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2025-10-14 05:20:45.954 | + source /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2025-10-14 05:20:45.954 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:45.954 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:45.954 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:45.954 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:45.954 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:45.955 | + source /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:45.955 | ++ export DISTRO_NAME=centos 2025-10-14 05:20:45.955 | ++ DISTRO_NAME=centos 2025-10-14 05:20:45.955 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:20:45.955 | ++ DIB_RELEASE=9-stream 2025-10-14 05:20:45.955 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:45.956 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:45.956 | ++ export YUM=dnf 2025-10-14 05:20:45.956 | ++ YUM=dnf 2025-10-14 05:20:45.956 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2025-10-14 05:20:45.957 | + source /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2025-10-14 05:20:45.957 | ++ export DIB_CHECKSUM=1 2025-10-14 05:20:45.957 | ++ DIB_CHECKSUM=1 2025-10-14 05:20:45.957 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2025-10-14 05:20:45.959 | + source /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2025-10-14 05:20:45.959 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:45.959 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:45.959 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:45.961 | + source /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:45.961 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:20:45.961 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:20:45.961 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:45.961 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:45.962 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:45.963 | + source /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:45.963 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:45.963 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:45.963 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2025-10-14 05:20:45.965 | + source /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2025-10-14 05:20:45.965 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:45.965 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:45.965 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:45.965 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:45.965 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:45.967 | + source /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:45.967 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:20:45.967 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:45.967 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:45.967 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:20:45.967 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:45.967 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:45.967 | ++ [[ centos =~ debian ]] 2025-10-14 05:20:45.968 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2025-10-14 05:20:45.969 | + source /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2025-10-14 05:20:45.970 | ++ '[' -z 3 ']' 2025-10-14 05:20:45.970 | ++ '[' -z 3 ']' 2025-10-14 05:20:45.970 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:20:45.970 | ++ export DIB_PYTHON=python3 2025-10-14 05:20:45.970 | ++ DIB_PYTHON=python3 2025-10-14 05:20:45.970 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2025-10-14 05:20:45.971 | + source /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2025-10-14 05:20:45.972 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:45.972 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:45.972 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:45.972 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:45.972 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2025-10-14 05:20:45.973 | + source /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2025-10-14 05:20:45.973 | ++ '[' -z systemd ']' 2025-10-14 05:20:45.974 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:20:45.974 | dib-run-parts Running /tmp/in_target.d/finalise.d/01-clean-old-kernels 2025-10-14 05:20:45.976 | + set -eu 2025-10-14 05:20:45.976 | + set -o pipefail 2025-10-14 05:20:45.976 | + '[' 0 -ne 0 ']' 2025-10-14 05:20:45.976 | + YUM=dnf 2025-10-14 05:20:45.976 | + [[ dnf == \d\n\f ]] 2025-10-14 05:20:45.976 | ++ dnf repoquery --installonly --latest-limit=-1 -q 2025-10-14 05:20:46.222 | + _old_kernels='kernel-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-core-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-modules-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-modules-core-0:5.14.0-621.el9.x86_64' 2025-10-14 05:20:46.222 | + [[ -n kernel-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-core-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-modules-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.222 | kernel-modules-core-0:5.14.0-621.el9.x86_64 ]] 2025-10-14 05:20:46.222 | + dnf remove -y --setopt=protect_running_kernel=False kernel-0:5.14.0-621.el9.x86_64 kernel-core-0:5.14.0-621.el9.x86_64 kernel-modules-0:5.14.0-621.el9.x86_64 kernel-modules-core-0:5.14.0-621.el9.x86_64 2025-10-14 05:20:46.458 | Dependencies resolved. 2025-10-14 05:20:46.459 | ================================================================================ 2025-10-14 05:20:46.459 | Package Arch Version Repository Size 2025-10-14 05:20:46.459 | ================================================================================ 2025-10-14 05:20:46.459 | Removing: 2025-10-14 05:20:46.459 | kernel x86_64 5.14.0-621.el9 @anaconda 0 2025-10-14 05:20:46.459 | kernel-core x86_64 5.14.0-621.el9 @anaconda 68 M 2025-10-14 05:20:46.459 | kernel-modules x86_64 5.14.0-621.el9 @anaconda 37 M 2025-10-14 05:20:46.459 | kernel-modules-core x86_64 5.14.0-621.el9 @anaconda 28 M 2025-10-14 05:20:46.459 | 2025-10-14 05:20:46.459 | Transaction Summary 2025-10-14 05:20:46.459 | ================================================================================ 2025-10-14 05:20:46.459 | Remove 4 Packages 2025-10-14 05:20:46.459 | 2025-10-14 05:20:46.459 | Freed space: 134 M 2025-10-14 05:20:46.459 | Running transaction check 2025-10-14 05:20:46.794 | Transaction check succeeded. 2025-10-14 05:20:46.794 | Running transaction test 2025-10-14 05:20:46.848 | Transaction test succeeded. 2025-10-14 05:20:46.849 | Running transaction 2025-10-14 05:20:47.073 | Preparing : 1/1 2025-10-14 05:20:47.073 | Erasing : kernel-5.14.0-621.el9.x86_64 1/4 2025-10-14 05:20:47.145 | Running scriptlet: kernel-5.14.0-621.el9.x86_64 1/4 2025-10-14 05:20:47.145 | Erasing : kernel-modules-5.14.0-621.el9.x86_64 2/4 2025-10-14 05:20:49.558 | Running scriptlet: kernel-modules-5.14.0-621.el9.x86_64 2/4 2025-10-14 05:20:49.597 | Erasing : kernel-modules-core-5.14.0-621.el9.x86_64 3/4 2025-10-14 05:20:49.676 | Running scriptlet: kernel-core-5.14.0-621.el9.x86_64 4/4 2025-10-14 05:20:49.683 | Erasing : kernel-core-5.14.0-621.el9.x86_64 4/4 2025-10-14 05:20:51.823 | Running scriptlet: kernel-core-5.14.0-621.el9.x86_64 4/4 2025-10-14 05:20:51.824 | Verifying : kernel-5.14.0-621.el9.x86_64 1/4 2025-10-14 05:20:51.824 | Verifying : kernel-core-5.14.0-621.el9.x86_64 2/4 2025-10-14 05:20:51.824 | Verifying : kernel-modules-5.14.0-621.el9.x86_64 3/4 2025-10-14 05:20:51.882 | Verifying : kernel-modules-core-5.14.0-621.el9.x86_64 4/4 2025-10-14 05:20:51.882 | 2025-10-14 05:20:51.882 | Removed: 2025-10-14 05:20:51.882 | kernel-5.14.0-621.el9.x86_64 2025-10-14 05:20:51.882 | kernel-core-5.14.0-621.el9.x86_64 2025-10-14 05:20:51.882 | kernel-modules-5.14.0-621.el9.x86_64 2025-10-14 05:20:51.882 | kernel-modules-core-5.14.0-621.el9.x86_64 2025-10-14 05:20:51.882 | 2025-10-14 05:20:51.882 | Complete! 2025-10-14 05:20:51.960 | dib-run-parts 01-clean-old-kernels completed 2025-10-14 05:20:51.960 | dib-run-parts Running /tmp/in_target.d/finalise.d/99-clear-machine-id 2025-10-14 05:20:51.962 | + set -eu 2025-10-14 05:20:51.962 | + set -o pipefail 2025-10-14 05:20:51.962 | + '[' -e /var/lib/dbus/machine-id ']' 2025-10-14 05:20:51.962 | + '[' -e /etc/machine-id ']' 2025-10-14 05:20:51.963 | + echo uninitialized 2025-10-14 05:20:51.964 | dib-run-parts 99-clear-machine-id completed 2025-10-14 05:20:51.964 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:20:51.964 | dib-run-parts 2025-10-14 05:20:51.965 | dib-run-parts Target: finalise.d 2025-10-14 05:20:51.965 | dib-run-parts 2025-10-14 05:20:51.965 | dib-run-parts Script Seconds 2025-10-14 05:20:51.965 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:20:51.965 | dib-run-parts 2025-10-14 05:20:51.974 | dib-run-parts 01-clean-old-kernels 5.985 2025-10-14 05:20:51.979 | dib-run-parts 99-clear-machine-id 0.003 2025-10-14 05:20:51.980 | dib-run-parts 2025-10-14 05:20:51.980 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:20:51.986 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-10-14 05:20:51.989 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-10-14 05:20:51.992 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-10-14 05:20:51.995 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-finalise run_in_target bash 2025-10-14 05:20:51.998 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:51.998 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-finalise(,|$)' -q 2025-10-14 05:20:52.004 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d 2025-10-14 05:20:52.024 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.MklQOuJD/mnt/tmp/in_target.d; do sleep 1; done' 2025-10-14 05:20:52.047 | + diskimage_builder/lib/disk-image-create:main:552 : finalise_base 2025-10-14 05:20:52.049 | + diskimage_builder/lib/img-functions:finalise_base:95 : TARGET_ROOT=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:52.052 | + diskimage_builder/lib/img-functions:finalise_base:95 : run_d cleanup 2025-10-14 05:20:52.055 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-10-14 05:20:52.057 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.MklQOuJD/hooks ']' 2025-10-14 05:20:52.059 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-cleanup bash 2025-10-14 05:20:52.062 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:20:52.063 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-cleanup(,|$)' -q 2025-10-14 05:20:52.068 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.MklQOuJD/hooks/cleanup.d ']' 2025-10-14 05:20:52.070 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.MklQOuJD/hooks/cleanup.d' 2025-10-14 05:20:52.070 | Running hooks from /tmp/dib_build.MklQOuJD/hooks/cleanup.d 2025-10-14 05:20:52.072 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-10-14 05:20:52.075 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.MklQOuJD/hooks/cleanup.d 2025-10-14 05:20:52.088 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:52.089 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2025-10-14 05:20:52.089 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-10-14 05:20:52.089 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-10-14 05:20:52.089 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:52.089 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-10-14 05:20:52.089 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-10-14 05:20:52.089 | ++ export IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:52.089 | ++ IPA_DEBIAN_NONFREE=true 2025-10-14 05:20:52.090 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:52.091 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2025-10-14 05:20:52.091 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:52.091 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:52.091 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:52.093 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2025-10-14 05:20:52.093 | ++ export DIB_REPO_SETUP=current-podified 2025-10-14 05:20:52.093 | ++ DIB_REPO_SETUP=current-podified 2025-10-14 05:20:52.093 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:52.093 | ++ DIB_REPO_SETUP_BRANCH=master 2025-10-14 05:20:52.093 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:52.093 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-10-14 05:20:52.093 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:52.093 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-10-14 05:20:52.093 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-base-defaults 2025-10-14 05:20:52.095 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-base-defaults 2025-10-14 05:20:52.095 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:52.095 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-10-14 05:20:52.095 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:52.095 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-10-14 05:20:52.095 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:52.097 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2025-10-14 05:20:52.097 | ++ export DISTRO_NAME=centos 2025-10-14 05:20:52.097 | ++ DISTRO_NAME=centos 2025-10-14 05:20:52.097 | ++ export DIB_RELEASE=9-stream 2025-10-14 05:20:52.097 | ++ DIB_RELEASE=9-stream 2025-10-14 05:20:52.097 | ++ export EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:52.097 | ++ EFI_BOOT_DIR=EFI/centos 2025-10-14 05:20:52.097 | ++ export YUM=dnf 2025-10-14 05:20:52.097 | ++ YUM=dnf 2025-10-14 05:20:52.097 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-checksum.bash 2025-10-14 05:20:52.099 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-checksum.bash 2025-10-14 05:20:52.099 | ++ export DIB_CHECKSUM=1 2025-10-14 05:20:52.099 | ++ DIB_CHECKSUM=1 2025-10-14 05:20:52.099 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-defaults.bash 2025-10-14 05:20:52.101 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-defaults.bash 2025-10-14 05:20:52.101 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:52.101 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-10-14 05:20:52.101 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:52.103 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2025-10-14 05:20:52.103 | ++ [[ centos9-stream =~ centos9 ]] 2025-10-14 05:20:52.103 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-10-14 05:20:52.103 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:52.103 | ++ DIB_IPA_HARDWARE_RDO=0 2025-10-14 05:20:52.103 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:52.105 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2025-10-14 05:20:52.105 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:52.105 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-10-14 05:20:52.105 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/14-manifests 2025-10-14 05:20:52.107 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/14-manifests 2025-10-14 05:20:52.107 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:52.107 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-10-14 05:20:52.107 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:52.107 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-10-14 05:20:52.107 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:52.109 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2025-10-14 05:20:52.109 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-10-14 05:20:52.109 | ++ export IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:52.109 | ++ IPA_DISTRO_FAMILY=rh 2025-10-14 05:20:52.109 | ++ [[ centos =~ (centos|rhel) ]] 2025-10-14 05:20:52.109 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:52.109 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-10-14 05:20:52.109 | ++ [[ centos =~ debian ]] 2025-10-14 05:20:52.109 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/50-dib-python-version 2025-10-14 05:20:52.111 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/50-dib-python-version 2025-10-14 05:20:52.111 | ++ '[' -z 3 ']' 2025-10-14 05:20:52.111 | ++ '[' -z 3 ']' 2025-10-14 05:20:52.111 | ++ export DIB_PYTHON_VERSION 2025-10-14 05:20:52.111 | ++ export DIB_PYTHON=python3 2025-10-14 05:20:52.111 | ++ DIB_PYTHON=python3 2025-10-14 05:20:52.111 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/50-redhat-common 2025-10-14 05:20:52.113 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/50-redhat-common 2025-10-14 05:20:52.113 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:52.113 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-10-14 05:20:52.113 | ++ export DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:52.113 | ++ DIB_INIT_SYSTEM=systemd 2025-10-14 05:20:52.113 | dib-run-parts Sourcing environment file /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/99-dib-init-system 2025-10-14 05:20:52.115 | + source /tmp/dib_build.MklQOuJD/hooks/cleanup.d/../environment.d/99-dib-init-system 2025-10-14 05:20:52.115 | ++ '[' -z systemd ']' 2025-10-14 05:20:52.115 | ++ case $DIB_INIT_SYSTEM in 2025-10-14 05:20:52.115 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/01-copy-manifests-dir 2025-10-14 05:20:52.118 | + set -eu 2025-10-14 05:20:52.118 | + set -o pipefail 2025-10-14 05:20:52.118 | + MANIFEST_IMAGE_PATH=/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests 2025-10-14 05:20:52.118 | + '[' -d /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests ']' 2025-10-14 05:20:52.118 | + 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" 2025-10-14 05:20:52.118 | declare -x DIB_DHCP_TIMEOUT="60" 2025-10-14 05:20:52.118 | declare -x DIB_EPEL_DISABLED="1" 2025-10-14 05:20:52.118 | declare -x DIB_IPA_HARDWARE_RDO="0" 2025-10-14 05:20:52.118 | declare -x DIB_LOCAL_IMAGE="/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2" 2025-10-14 05:20:52.118 | declare -x DIB_PYTHON_EXEC="/usr/bin/python3" 2025-10-14 05:20:52.118 | declare -x DIB_PYTHON_VERSION="3" 2025-10-14 05:20:52.118 | declare -x DIB_RELEASE="9-stream" 2025-10-14 05:20:52.118 | declare -x DIB_YUM_REPO_CONF="/etc/yum.repos.d/*"' 2025-10-14 05:20:52.119 | + sudo dd of=/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib_environment 2025-10-14 05:20:52.133 | 1+1 records in 2025-10-14 05:20:52.134 | 1+1 records out 2025-10-14 05:20:52.134 | 655 bytes copied, 5.8751e-05 s, 11.1 MB/s 2025-10-14 05:20:52.135 | + 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' 2025-10-14 05:20:52.135 | + sudo dd of=/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib_arguments 2025-10-14 05:20:52.149 | 0+1 records in 2025-10-14 05:20:52.149 | 0+1 records out 2025-10-14 05:20:52.149 | 253 bytes copied, 4.1768e-05 s, 6.1 MB/s 2025-10-14 05:20:52.150 | + mkdir -p ironic-python-agent.d/ 2025-10-14 05:20:52.152 | + sudo cp --no-preserve=ownership -rv /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests ironic-python-agent.d/ 2025-10-14 05:20:52.167 | '/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests' -> 'ironic-python-agent.d/dib-manifests' 2025-10-14 05:20:52.167 | '/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib_environment' -> 'ironic-python-agent.d/dib-manifests/dib_environment' 2025-10-14 05:20:52.167 | '/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib-element-manifest' -> 'ironic-python-agent.d/dib-manifests/dib-element-manifest' 2025-10-14 05:20:52.167 | '/tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests/dib_arguments' -> 'ironic-python-agent.d/dib-manifests/dib_arguments' 2025-10-14 05:20:52.168 | ++ whoami 2025-10-14 05:20:52.170 | + sudo chown -R root: ironic-python-agent.d/ 2025-10-14 05:20:52.187 | + sudo find /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests -type f 2025-10-14 05:20:52.187 | + xargs sudo chown root:root 2025-10-14 05:20:52.221 | + sudo find /tmp/dib_build.MklQOuJD/mnt//etc/dib-manifests -type f 2025-10-14 05:20:52.221 | + xargs sudo chmod 600 2025-10-14 05:20:52.253 | dib-run-parts 01-copy-manifests-dir completed 2025-10-14 05:20:52.253 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/50-dib-python 2025-10-14 05:20:52.255 | + set -eu 2025-10-14 05:20:52.255 | + set -o pipefail 2025-10-14 05:20:52.255 | + sudo unlink /tmp/dib_build.MklQOuJD/mnt/usr/local/bin/dib-python 2025-10-14 05:20:52.273 | dib-run-parts 50-dib-python completed 2025-10-14 05:20:52.273 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/90-remove-ssh-host-keys 2025-10-14 05:20:52.275 | + set -eu 2025-10-14 05:20:52.275 | + set -o pipefail 2025-10-14 05:20:52.275 | + '[' -d /tmp/dib_build.MklQOuJD/mnt/etc/ssh ']' 2025-10-14 05:20:52.275 | + sudo find /tmp/dib_build.MklQOuJD/mnt/etc/ssh -name 'ssh_host*' -type f -delete 2025-10-14 05:20:52.291 | dib-run-parts 90-remove-ssh-host-keys completed 2025-10-14 05:20:52.291 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/98-prepare-resolve-conf 2025-10-14 05:20:52.294 | + set -eu 2025-10-14 05:20:52.294 | + set -o pipefail 2025-10-14 05:20:52.294 | + '[' -L /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf ']' 2025-10-14 05:20:52.294 | + lsattr /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:20:52.294 | + grep '^....i' 2025-10-14 05:20:52.295 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:20:52.310 | + '[' -L /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG ']' 2025-10-14 05:20:52.310 | + '[' -f /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG ']' 2025-10-14 05:20:52.310 | + sudo mv /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:20:52.326 | dib-run-parts 98-prepare-resolve-conf completed 2025-10-14 05:20:52.326 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/99-ramdisk-create 2025-10-14 05:20:52.329 | + set -eu 2025-10-14 05:20:52.329 | + set -o pipefail 2025-10-14 05:20:52.329 | + '[' -n /tmp/dib_build.MklQOuJD/mnt ']' 2025-10-14 05:20:52.329 | + USER=root 2025-10-14 05:20:52.329 | + source /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2025-10-14 05:20:52.330 | ++ readlink -f ironic-python-agent 2025-10-14 05:20:52.331 | + IMAGE_PATH=/usr/share/edpm-image-builder/ironic-python-agent 2025-10-14 05:20:52.331 | + cd /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:20:52.331 | + DIB_IPA_COMPRESS_CMD=gzip 2025-10-14 05:20:52.331 | + echo '#disabled' 2025-10-14 05:20:52.331 | + sudo mv ./tmp/fstab.new ./etc/fstab 2025-10-14 05:20:52.346 | + sudo ln -s ./sbin/init ./ 2025-10-14 05:20:52.360 | + '[' -a ./dev/random ']' 2025-10-14 05:20:52.360 | + '[' -a ./dev/urandom ']' 2025-10-14 05:20:52.360 | + '[' 0 -gt 0 ']' 2025-10-14 05:20:52.361 | + 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 2025-10-14 05:20:52.361 | + sudo cpio -o -H newc 2025-10-14 05:20:52.361 | + gzip 2025-10-14 05:21:26.993 | 1972118 blocks 2025-10-14 05:21:26.996 | + select_boot_kernel_initrd /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:26.996 | + TARGET_ROOT=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:26.996 | + BOOTDIR=/tmp/dib_build.MklQOuJD/mnt/boot 2025-10-14 05:21:26.996 | + '[' -n '' -a -n '' ']' 2025-10-14 05:21:26.996 | + '[' -f /tmp/dib_build.MklQOuJD/mnt/etc/redhat-release ']' 2025-10-14 05:21:26.997 | ++ ls -1rv /tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 2025-10-14 05:21:26.997 | ++ grep PAE 2025-10-14 05:21:26.997 | ++ grep -v debug 2025-10-14 05:21:26.997 | ++ head -1 2025-10-14 05:21:26.999 | ++ echo '' 2025-10-14 05:21:26.999 | + KERNEL= 2025-10-14 05:21:27.000 | ++ ls -1rv /tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 2025-10-14 05:21:27.000 | ++ grep -v debug 2025-10-14 05:21:27.000 | ++ head -1 2025-10-14 05:21:27.002 | + KERNEL=/tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 2025-10-14 05:21:27.002 | + '[' '!' /tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 ']' 2025-10-14 05:21:27.002 | ++ basename /tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 2025-10-14 05:21:27.003 | + KERNEL=vmlinuz-5.14.0-624.el9.x86_64 2025-10-14 05:21:27.003 | + KERNEL_VERSION=5.14.0-624.el9.x86_64 2025-10-14 05:21:27.003 | +++ ls /tmp/dib_build.MklQOuJD/mnt/boot/initramfs-5.14.0-624.el9.x86_64.img 2025-10-14 05:21:27.005 | ++ basename /tmp/dib_build.MklQOuJD/mnt/boot/initramfs-5.14.0-624.el9.x86_64.img 2025-10-14 05:21:27.006 | + RAMDISK=initramfs-5.14.0-624.el9.x86_64.img 2025-10-14 05:21:27.006 | + '[' '!' initramfs-5.14.0-624.el9.x86_64.img ']' 2025-10-14 05:21:27.006 | + sudo cp /tmp/dib_build.MklQOuJD/mnt/boot/vmlinuz-5.14.0-624.el9.x86_64 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-10-14 05:21:27.033 | + sudo chown root: /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-10-14 05:21:27.050 | + [[ -n 1 ]] 2025-10-14 05:21:27.050 | + [[ 1 != \0 ]] 2025-10-14 05:21:27.050 | ++ dirname /usr/share/edpm-image-builder/ironic-python-agent 2025-10-14 05:21:27.051 | + pushd /usr/share/edpm-image-builder 2025-10-14 05:21:27.051 | /usr/share/edpm-image-builder /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:27.051 | + [[ 1 == \1 ]] 2025-10-14 05:21:27.051 | + DIB_CHECKSUM=md5,sha256 2025-10-14 05:21:27.051 | + [[ md5,sha256 == *md5* ]] 2025-10-14 05:21:27.051 | + md5sum ironic-python-agent.initramfs ironic-python-agent.kernel 2025-10-14 05:21:27.987 | + [[ md5,sha256 == *sha256* ]] 2025-10-14 05:21:27.987 | + sha256sum ironic-python-agent.initramfs ironic-python-agent.kernel 2025-10-14 05:21:28.445 | + popd 2025-10-14 05:21:28.445 | /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:28.445 | + 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 2025-10-14 05:21:28.463 | -rw-r--r--. 1 root root 601M Oct 14 05:21 /usr/share/edpm-image-builder/ironic-python-agent.initramfs 2025-10-14 05:21:28.463 | -rwxr-xr-x. 1 root root 15M Oct 14 05:21 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-10-14 05:21:28.463 | -rw-r--r--. 1 root root 125 Oct 14 05:21 /usr/share/edpm-image-builder/ironic-python-agent.md5 2025-10-14 05:21:28.463 | -rw-r--r--. 1 root root 189 Oct 14 05:21 /usr/share/edpm-image-builder/ironic-python-agent.sha256 2025-10-14 05:21:28.463 | 2025-10-14 05:21:28.463 | /usr/share/edpm-image-builder/ironic-python-agent.d: 2025-10-14 05:21:28.463 | total 0 2025-10-14 05:21:28.463 | drwxr-xr-x. 2 root root 78 Oct 14 05:20 dib-manifests 2025-10-14 05:21:28.467 | dib-run-parts 99-ramdisk-create completed 2025-10-14 05:21:28.467 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/99-remove-dib-img-functions 2025-10-14 05:21:28.469 | + set -eu 2025-10-14 05:21:28.469 | + set -o pipefail 2025-10-14 05:21:28.469 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/lib/diskimage-builder/img-functions 2025-10-14 05:21:28.486 | + sudo rmdir /tmp/dib_build.MklQOuJD/mnt/lib/diskimage-builder 2025-10-14 05:21:28.503 | dib-run-parts 99-remove-dib-img-functions completed 2025-10-14 05:21:28.503 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/99-remove-yum-repo-conf 2025-10-14 05:21:28.505 | + set -eu 2025-10-14 05:21:28.505 | + set -o pipefail 2025-10-14 05:21:28.505 | + '[' -z '/etc/yum.repos.d/*' ']' 2025-10-14 05:21:28.505 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.506 | ++ basename /etc/yum.repos.d/centos-addons.repo 2025-10-14 05:21:28.506 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/centos-addons.repo 2025-10-14 05:21:28.524 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.524 | ++ basename /etc/yum.repos.d/centos.repo 2025-10-14 05:21:28.525 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/centos.repo 2025-10-14 05:21:28.541 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.542 | ++ basename /etc/yum.repos.d/delorean-master-testing.repo 2025-10-14 05:21:28.542 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/delorean-master-testing.repo 2025-10-14 05:21:28.558 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.558 | ++ basename /etc/yum.repos.d/delorean.repo 2025-10-14 05:21:28.559 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/delorean.repo 2025-10-14 05:21:28.575 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.575 | ++ basename /etc/yum.repos.d/repo-setup-centos-appstream.repo 2025-10-14 05:21:28.576 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/repo-setup-centos-appstream.repo 2025-10-14 05:21:28.592 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.593 | ++ basename /etc/yum.repos.d/repo-setup-centos-baseos.repo 2025-10-14 05:21:28.593 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/repo-setup-centos-baseos.repo 2025-10-14 05:21:28.610 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.610 | ++ basename /etc/yum.repos.d/repo-setup-centos-highavailability.repo 2025-10-14 05:21:28.611 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/repo-setup-centos-highavailability.repo 2025-10-14 05:21:28.626 | + for file in $DIB_YUM_REPO_CONF 2025-10-14 05:21:28.627 | ++ basename /etc/yum.repos.d/repo-setup-centos-powertools.repo 2025-10-14 05:21:28.627 | + sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/yum.repos.d/repo-setup-centos-powertools.repo 2025-10-14 05:21:28.644 | dib-run-parts 99-remove-yum-repo-conf completed 2025-10-14 05:21:28.644 | dib-run-parts Running /tmp/dib_build.MklQOuJD/hooks/cleanup.d/99-selinux-fixfiles-restore 2025-10-14 05:21:28.647 | + set -eu 2025-10-14 05:21:28.647 | + set -o pipefail 2025-10-14 05:21:28.647 | + [[ ! -f /tmp/dib_build.MklQOuJD/mnt/etc/selinux/targeted/contexts/files/file_contexts ]] 2025-10-14 05:21:28.647 | + [[ ! -x /tmp/dib_build.MklQOuJD/mnt/usr/sbin/setfiles ]] 2025-10-14 05:21:28.647 | + _runcon= 2025-10-14 05:21:28.647 | + [[ -d /sys/fs/selinux ]] 2025-10-14 05:21:28.647 | + selinuxenabled 2025-10-14 05:21:28.648 | + sudo semanage permissive -a setfiles_mac_t 2025-10-14 05:21:35.587 | + _runcon='runcon -t setfiles_mac_t -- ' 2025-10-14 05:21:35.588 | + _dash_m= 2025-10-14 05:21:35.588 | + [[ centos == \f\e\d\o\r\a ]] 2025-10-14 05:21:35.588 | + IFS='|' 2025-10-14 05:21:35.588 | + read -ra SPLIT_MOUNTS 2025-10-14 05:21:35.588 | + for MOUNTPOINT in "${SPLIT_MOUNTS[@]}" 2025-10-14 05:21:35.588 | + '[' / '!=' /tmp/in_target.d ']' 2025-10-14 05:21:35.588 | + '[' / '!=' /dev ']' 2025-10-14 05:21:35.588 | + '[' / '!=' /boot/efi ']' 2025-10-14 05:21:35.588 | + '[' -z 'runcon -t setfiles_mac_t -- ' ']' 2025-10-14 05:21:35.588 | + pgrep kauditd 2025-10-14 05:21:35.598 | + [[ / == \/ ]] 2025-10-14 05:21:35.599 | ++ mktemp -d 2025-10-14 05:21:35.599 | + TMP_BIND_MOUNT=/tmp/tmp.vkquESVxKJ 2025-10-14 05:21:35.599 | + sudo mount --bind /tmp/dib_build.MklQOuJD/mnt /tmp/tmp.vkquESVxKJ 2025-10-14 05:21:35.618 | + sudo runcon -t setfiles_mac_t -- chroot /tmp/tmp.vkquESVxKJ /usr/sbin/setfiles -F /etc/selinux/targeted/contexts/files/file_contexts / 2025-10-14 05:21:44.524 | + sudo umount /tmp/tmp.vkquESVxKJ 2025-10-14 05:21:44.544 | + sudo rmdir /tmp/tmp.vkquESVxKJ 2025-10-14 05:21:44.562 | dib-run-parts 99-selinux-fixfiles-restore completed 2025-10-14 05:21:44.562 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-10-14 05:21:44.562 | dib-run-parts 2025-10-14 05:21:44.563 | dib-run-parts Target: cleanup.d 2025-10-14 05:21:44.563 | dib-run-parts 2025-10-14 05:21:44.563 | dib-run-parts Script Seconds 2025-10-14 05:21:44.563 | dib-run-parts --------------------------------------- ---------- 2025-10-14 05:21:44.563 | dib-run-parts 2025-10-14 05:21:44.571 | dib-run-parts 01-copy-manifests-dir 0.137 2025-10-14 05:21:44.576 | dib-run-parts 50-dib-python 0.019 2025-10-14 05:21:44.581 | dib-run-parts 90-remove-ssh-host-keys 0.018 2025-10-14 05:21:44.586 | dib-run-parts 98-prepare-resolve-conf 0.034 2025-10-14 05:21:44.592 | dib-run-parts 99-ramdisk-create 36.139 2025-10-14 05:21:44.597 | dib-run-parts 99-remove-dib-img-functions 0.035 2025-10-14 05:21:44.602 | dib-run-parts 99-remove-yum-repo-conf 0.140 2025-10-14 05:21:44.607 | dib-run-parts 99-selinux-fixfiles-restore 15.916 2025-10-14 05:21:44.608 | dib-run-parts 2025-10-14 05:21:44.608 | dib-run-parts --------------------- END PROFILING --------------------- 2025-10-14 05:21:44.612 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-cleanup bash 2025-10-14 05:21:44.615 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-10-14 05:21:44.615 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-cleanup(,|$)' -q 2025-10-14 05:21:44.621 | + diskimage_builder/lib/img-functions:finalise_base:110 : '[' -L /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf ']' 2025-10-14 05:21:44.625 | + diskimage_builder/lib/img-functions:finalise_base:111 : lsattr /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:21:44.625 | + diskimage_builder/lib/img-functions:finalise_base:111 : grep '^....i' 2025-10-14 05:21:44.629 | + diskimage_builder/lib/img-functions:finalise_base:118 : sudo rm -f /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf 2025-10-14 05:21:44.648 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -L /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG ']' 2025-10-14 05:21:44.651 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -f /tmp/dib_build.MklQOuJD/mnt/etc/resolv.conf.ORIG ']' 2025-10-14 05:21:44.653 | + diskimage_builder/lib/img-functions:finalise_base:127 : unmount_dir /tmp/dib_build.MklQOuJD/mnt/tmp 2025-10-14 05:21:44.655 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.MklQOuJD/mnt/tmp 2025-10-14 05:21:44.658 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-10-14 05:21:44.660 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-10-14 05:21:44.662 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-10-14 05:21:44.665 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-10-14 05:21:44.667 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.MklQOuJD/mnt/tmp ']' 2025-10-14 05:21:44.670 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.MklQOuJD/mnt/tmp 2025-10-14 05:21:44.673 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.MklQOuJD/mnt/tmp 2025-10-14 05:21:44.676 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-10-14 05:21:44.678 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-10-14 05:21:44.681 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-10-14 05:21:44.681 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.MklQOuJD/mnt/tmp/' 2025-10-14 05:21:44.682 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-10-14 05:21:44.686 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts= 2025-10-14 05:21:44.690 | + diskimage_builder/lib/img-functions:finalise_base:128 : find /tmp/dib_build.MklQOuJD/mnt/tmp -maxdepth 1 -mindepth 1 2025-10-14 05:21:44.690 | + diskimage_builder/lib/img-functions:finalise_base:128 : xargs sudo rm -rf --one-file-system 2025-10-14 05:21:44.708 | + diskimage_builder/lib/img-functions:finalise_base:130 : sudo find /tmp/dib_build.MklQOuJD/mnt/var/log -type f -exec cp /dev/null '{}' ';' 2025-10-14 05:21:44.762 | + diskimage_builder/lib/img-functions:finalise_base:132 : sudo find /tmp/dib_build.MklQOuJD/mnt/root -name '*.log' -type f -delete 2025-10-14 05:21:44.782 | + diskimage_builder/lib/disk-image-create:main:554 : for X in ${!IMAGE_TYPES[@]} 2025-10-14 05:21:44.785 | + diskimage_builder/lib/disk-image-create:main:555 : [[ tar aci =~ qcow2 ]] 2025-10-14 05:21:44.787 | + diskimage_builder/lib/disk-image-create:main:573 : '[' qcow2 == squashfs ']' 2025-10-14 05:21:44.790 | + diskimage_builder/lib/disk-image-create:main:577 : '[' qcow2 == docker ']' 2025-10-14 05:21:44.792 | + diskimage_builder/lib/disk-image-create:main:588 : export EXTRA_UNMOUNT= 2025-10-14 05:21:44.795 | + diskimage_builder/lib/disk-image-create:main:588 : EXTRA_UNMOUNT= 2025-10-14 05:21:44.798 | + diskimage_builder/lib/disk-image-create:main:589 : unmount_image 2025-10-14 05:21:44.801 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2025-10-14 05:21:44.819 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:44.822 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:44.824 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-10-14 05:21:44.827 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-10-14 05:21:44.829 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-10-14 05:21:44.831 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-10-14 05:21:44.834 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.MklQOuJD/mnt ']' 2025-10-14 05:21:44.837 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:44.840 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:44.842 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-10-14 05:21:44.845 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-10-14 05:21:44.849 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-10-14 05:21:44.849 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.MklQOuJD/mnt/' 2025-10-14 05:21:44.849 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-10-14 05:21:44.854 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:21:44.854 | /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:21:44.854 | /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:21:44.854 | /tmp/dib_build.MklQOuJD/mnt/dev' 2025-10-14 05:21:44.856 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:21:44.859 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:21:44.861 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:21:44.864 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:21:44.867 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:21:44.869 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/sys' 2025-10-14 05:21:44.869 | Unmount /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:21:44.872 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/sys 2025-10-14 05:21:44.893 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:21:44.895 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:21:44.898 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:21:44.901 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:21:44.904 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:21:44.907 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/proc' 2025-10-14 05:21:44.907 | Unmount /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:21:44.909 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/proc 2025-10-14 05:21:44.931 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:21:44.934 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:21:44.937 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:21:44.939 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:21:44.942 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:21:44.944 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/dev/pts' 2025-10-14 05:21:44.944 | Unmount /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:21:44.947 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/dev/pts 2025-10-14 05:21:44.969 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-10-14 05:21:44.971 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-10-14 05:21:44.974 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-10-14 05:21:44.977 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-10-14 05:21:44.979 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-10-14 05:21:44.982 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.MklQOuJD/mnt/dev' 2025-10-14 05:21:44.982 | Unmount /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:21:44.984 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.MklQOuJD/mnt/dev 2025-10-14 05:21:45.004 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2025-10-14 05:21:45.007 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2025-10-14 05:21:45.010 | ++ 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 2025-10-14 05:21:45.136 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:21:45.136 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:21:45.136 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-path] 2025-10-14 05:21:45.152 | + diskimage_builder/lib/disk-image-create:main:591 : TMP_IMAGE_PATH=/tmp/dib_image.qz4liQbi/image0.raw 2025-10-14 05:21:45.155 | + diskimage_builder/lib/disk-image-create:main:592 : export TMP_IMAGE_PATH 2025-10-14 05:21:45.158 | + 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 2025-10-14 05:21:45.279 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:21:45.279 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:21:45.279 | INFO diskimage_builder.block_device.level3.mount [-] Called for [mount_mkfs_root] 2025-10-14 05:21:45.279 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync] 2025-10-14 05:21:45.299 | INFO diskimage_builder.block_device.utils [-] Calling [sudo fstrim --verbose /tmp/dib_build.MklQOuJD/mnt/] 2025-10-14 05:21:45.333 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /tmp/dib_build.MklQOuJD/mnt/: 1.1 GiB (1150054400 bytes) trimmed exec_sudo /usr/lib/python3.9/site-packages/diskimage_builder/block_device/utils.py:135 2025-10-14 05:21:45.335 | INFO diskimage_builder.block_device.utils [-] Calling [sudo umount /tmp/dib_build.MklQOuJD/mnt/] 2025-10-14 05:21:45.799 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach 2025-10-14 05:21:45.799 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop0] 2025-10-14 05:21:45.842 | + 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 2025-10-14 05:21:45.962 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-10-14 05:21:45.962 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.MklQOuJD/block-device/config.yaml', 'image-dir': '/tmp/dib_image.qz4liQbi', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.MklQOuJD/mnt', 'build-dir': '/tmp/dib_build.MklQOuJD', 'image-size': '2862080KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-10-14 05:21:45.962 | INFO diskimage_builder.block_device.blockdevice [-] Removing temporary state dir [/tmp/dib_build.MklQOuJD/states/block-device] 2025-10-14 05:21:45.978 | + diskimage_builder/lib/disk-image-create:main:598 : cleanup_build_dir 2025-10-14 05:21:45.981 | + diskimage_builder/lib/common-functions:cleanup_build_dir:216 : timeout 10 sh -c ' while ! sudo rm -rf /tmp/dib_build.MklQOuJD/built; do sleep 1; done' 2025-10-14 05:21:46.005 | + diskimage_builder/lib/common-functions:cleanup_build_dir:220 : sudo rm -rf /tmp/dib_build.MklQOuJD/mnt 2025-10-14 05:21:46.023 | + diskimage_builder/lib/common-functions:cleanup_build_dir:221 : kill_chroot_processes /tmp/dib_build.MklQOuJD 2025-10-14 05:21:46.072 | + diskimage_builder/lib/common-functions:cleanup_build_dir:222 : tmpfs_check 0 2025-10-14 05:21:46.074 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2025-10-14 05:21:46.077 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-10-14 05:21:46.079 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-10-14 05:21:46.082 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-10-14 05:21:46.087 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865404 2025-10-14 05:21:46.090 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-10-14 05:21:46.093 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865404 -lt 14680064 ']' 2025-10-14 05:21:46.095 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2025-10-14 05:21:46.099 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-10-14 05:21:46.101 | + diskimage_builder/lib/common-functions:cleanup_build_dir:230 : rm -rf --one-file-system /tmp/dib_build.MklQOuJD 2025-10-14 05:21:46.111 | + diskimage_builder/lib/disk-image-create:main:600 : [[ ! pkg-map dib-python runtime-ssh-host-keys install-static install-types centos enable-packages-install repo-setup dhcp-all-interfaces sysprep epel ibft-interfaces selinux-permissive dib-init-system openssh-server ironic-python-agent-ramdisk extra-hardware selinux-fixfiles-restore select-boot-kernel-initrd base no-final-image override-pip-and-virtualenv rpm-distro yum manifests element-manifest interface-names ironic-agent-multipath source-repositories ensure-venv dynamic-login package-installs ironic-ramdisk-base cache-url install-bin svc-map redhat-common =~ no-final-image ]] 2025-10-14 05:21:46.114 | + diskimage_builder/lib/disk-image-create:main:617 : cleanup_image_dir 2025-10-14 05:21:46.116 | + diskimage_builder/lib/common-functions:cleanup_image_dir:234 : kill_chroot_processes /tmp/dib_image.qz4liQbi 2025-10-14 05:21:46.164 | + diskimage_builder/lib/common-functions:cleanup_image_dir:235 : tmpfs_check 0 2025-10-14 05:21:46.167 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2025-10-14 05:21:46.169 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-10-14 05:21:46.172 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-10-14 05:21:46.175 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-10-14 05:21:46.180 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7865404 2025-10-14 05:21:46.183 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-10-14 05:21:46.185 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7865404 -lt 14680064 ']' 2025-10-14 05:21:46.188 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2025-10-14 05:21:46.191 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-10-14 05:21:46.193 | + diskimage_builder/lib/common-functions:cleanup_image_dir:241 : rm -rf --one-file-system /tmp/dib_image.qz4liQbi 2025-10-14 05:21:46.373 | Build completed successfully