2025-11-25 05:19:31.081 | diskimage-builder version 3.37.1 2025-11-25 05:19:31.082 | 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-11-25 05:19:31.157 | 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-11-25 05:19:31.209 | Expanded element dependencies to: rpm-distro override-pip-and-virtualenv centos epel ironic-ramdisk-base pkg-map element-manifest svc-map selinux-permissive ibft-interfaces package-installs source-repositories dib-python selinux-fixfiles-restore sysprep install-types enable-packages-install ironic-agent-multipath base yum install-bin runtime-ssh-host-keys dynamic-login cache-url dhcp-all-interfaces interface-names ironic-python-agent-ramdisk select-boot-kernel-initrd dib-init-system install-static repo-setup openssh-server redhat-common manifests no-final-image extra-hardware ensure-venv 2025-11-25 05:19:31.213 | + diskimage_builder/lib/disk-image-create:main:255 : '[' 1 = 1 ']' 2025-11-25 05:19:31.219 | + diskimage_builder/lib/disk-image-create:main:256 : export IMAGE_NAME=ironic-python-agent 2025-11-25 05:19:31.224 | + diskimage_builder/lib/disk-image-create:main:256 : IMAGE_NAME=ironic-python-agent 2025-11-25 05:19:31.231 | + diskimage_builder/lib/disk-image-create:main:260 : for X in ${!IMAGE_TYPES[@]} 2025-11-25 05:19:31.236 | + diskimage_builder/lib/disk-image-create:main:261 : case "${IMAGE_TYPES[$X]}" in 2025-11-25 05:19:31.243 | + diskimage_builder/lib/disk-image-create:main:263 : type qemu-img 2025-11-25 05:19:31.250 | + diskimage_builder/lib/disk-image-create:main:299 : type fstrim 2025-11-25 05:19:31.257 | + diskimage_builder/lib/disk-image-create:main:307 : [[ -n '' ]] 2025-11-25 05:19:31.262 | + diskimage_builder/lib/disk-image-create:main:314 : mk_build_dir 2025-11-25 05:19:31.267 | ++ diskimage_builder/lib/common-functions:mk_build_dir:37 : mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX 2025-11-25 05:19:31.275 | + diskimage_builder/lib/common-functions:mk_build_dir:37 : TMP_BUILD_DIR=/tmp/dib_build.ExUAjxC3 2025-11-25 05:19:31.282 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38 : mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX 2025-11-25 05:19:31.288 | + diskimage_builder/lib/common-functions:mk_build_dir:38 : TMP_IMAGE_DIR=/tmp/dib_image.4AMjGvaG 2025-11-25 05:19:31.294 | + diskimage_builder/lib/common-functions:mk_build_dir:39 : '[' 0 -eq 0 ']' 2025-11-25 05:19:31.299 | + diskimage_builder/lib/common-functions:mk_build_dir:40 : export TMP_BUILD_DIR 2025-11-25 05:19:31.304 | + diskimage_builder/lib/common-functions:mk_build_dir:41 : tmpfs_check 2025-11-25 05:19:31.309 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=1 2025-11-25 05:19:31.315 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-11-25 05:19:31.320 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-11-25 05:19:31.326 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-11-25 05:19:31.337 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7864320 2025-11-25 05:19:31.343 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-11-25 05:19:31.347 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7864320 -lt 14680064 ']' 2025-11-25 05:19:31.353 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 1 == 1 ']' 2025-11-25 05:19:31.358 | + diskimage_builder/lib/common-functions:tmpfs_check:31 : echo 'WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7864320 < 14G)' 2025-11-25 05:19:31.358 | WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (7864320 < 14G) 2025-11-25 05:19:31.363 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-11-25 05:19:31.370 | + diskimage_builder/lib/common-functions:mk_build_dir:46 : trap trap_cleanup EXIT 2025-11-25 05:19:31.375 | + diskimage_builder/lib/common-functions:mk_build_dir:47 : echo Building in /tmp/dib_build.ExUAjxC3 2025-11-25 05:19:31.375 | Building in /tmp/dib_build.ExUAjxC3 2025-11-25 05:19:31.381 | + diskimage_builder/lib/common-functions:mk_build_dir:48 : export TMP_IMAGE_DIR 2025-11-25 05:19:31.386 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : export OUT_IMAGE_PATH= 2025-11-25 05:19:31.391 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : OUT_IMAGE_PATH= 2025-11-25 05:19:31.397 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : export TMP_HOOKS_PATH=/tmp/dib_build.ExUAjxC3/hooks 2025-11-25 05:19:31.401 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : TMP_HOOKS_PATH=/tmp/dib_build.ExUAjxC3/hooks 2025-11-25 05:19:31.406 | + diskimage_builder/lib/disk-image-create:main:318 : mkdir -p /tmp/dib_build.ExUAjxC3/block-device 2025-11-25 05:19:31.415 | + diskimage_builder/lib/disk-image-create:main:319 : BLOCK_DEVICE_CONFIG_YAML=/tmp/dib_build.ExUAjxC3/block-device/config.yaml 2025-11-25 05:19:31.421 | + diskimage_builder/lib/disk-image-create:main:320 : block_device_create_config_file /tmp/dib_build.ExUAjxC3/block-device/config.yaml 2025-11-25 05:19:31.447 | Searching elements for block-device[-amd64].yaml ... 2025-11-25 05:19:31.454 | ... done 2025-11-25 05:19:31.454 | Using default block-device fallback config 2025-11-25 05:19:31.462 | + diskimage_builder/lib/disk-image-create:main:323 : DIB_BLOCK_DEVICE_PARAMS_YAML=/tmp/dib_build.ExUAjxC3/block-device/params.yaml 2025-11-25 05:19:31.468 | + diskimage_builder/lib/disk-image-create:main:324 : export DIB_BLOCK_DEVICE_PARAMS_YAML 2025-11-25 05:19:31.474 | + diskimage_builder/lib/disk-image-create:main:325 : cat 2025-11-25 05:19:31.482 | + 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-11-25 05:19:31.649 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:19:31.649 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:19:31.650 | 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-11-25 05:19:31.650 | 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-11-25 05:19:31.650 | 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-11-25 05:19:31.651 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.ExUAjxC3/states/block-device/config.json] 2025-11-25 05:19:31.676 | ++ 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-11-25 05:19:31.849 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:19:31.849 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:19:31.849 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label] 2025-11-25 05:19:31.849 | 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-11-25 05:19:31.874 | + diskimage_builder/lib/disk-image-create:main:338 : DIB_ROOT_LABEL=cloudimg-rootfs 2025-11-25 05:19:31.879 | + diskimage_builder/lib/disk-image-create:main:339 : export DIB_ROOT_LABEL 2025-11-25 05:19:31.887 | ++ 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-11-25 05:19:32.056 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:19:32.056 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:19:32.056 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype] 2025-11-25 05:19:32.056 | 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-11-25 05:19:32.079 | + diskimage_builder/lib/disk-image-create:main:342 : DIB_ROOT_FSTYPE=ext4 2025-11-25 05:19:32.086 | + diskimage_builder/lib/disk-image-create:main:343 : export DIB_ROOT_FSTYPE 2025-11-25 05:19:32.092 | ++ 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-11-25 05:19:32.263 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:19:32.263 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:19:32.263 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [boot-label] 2025-11-25 05:19:32.263 | DEBUG diskimage_builder.block_device.blockdevice [-] boot-label [] cmd_getval /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:329 2025-11-25 05:19:32.286 | + diskimage_builder/lib/disk-image-create:main:347 : DIB_BOOT_LABEL= 2025-11-25 05:19:32.292 | + diskimage_builder/lib/disk-image-create:main:348 : export DIB_BOOT_LABEL 2025-11-25 05:19:32.299 | ++ 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-11-25 05:19:32.471 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:19:32.471 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3'}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:19:32.471 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points] 2025-11-25 05:19:32.494 | + diskimage_builder/lib/disk-image-create:main:351 : DIB_MOUNTPOINTS=/ 2025-11-25 05:19:32.500 | + diskimage_builder/lib/disk-image-create:main:352 : export DIB_MOUNTPOINTS 2025-11-25 05:19:32.505 | + diskimage_builder/lib/disk-image-create:main:354 : create_base 2025-11-25 05:19:32.511 | + diskimage_builder/lib/common-functions:create_base:353 : mkdir /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:32.520 | + diskimage_builder/lib/common-functions:create_base:357 : sudo chown root.root /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:32.557 | + diskimage_builder/lib/common-functions:create_base:358 : export TMP_MOUNT_PATH=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:32.563 | + diskimage_builder/lib/common-functions:create_base:358 : TMP_MOUNT_PATH=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:32.568 | + diskimage_builder/lib/common-functions:create_base:360 : TARGET_ROOT=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:32.574 | + diskimage_builder/lib/common-functions:create_base:360 : run_d root 2025-11-25 05:19:32.581 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:19:32.586 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:19:32.592 | + diskimage_builder/lib/common-functions:check_element:154 : generate_hooks 2025-11-25 05:19:32.624 | Copying hooks for override-pip-and-virtualenv 2025-11-25 05:19:32.640 | Copying hooks for epel 2025-11-25 05:19:32.650 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/pre-install.d/05-rpm-epel-release 2025-11-25 05:19:32.670 | Copying hooks for enable-packages-install 2025-11-25 05:19:32.682 | Copying hooks /usr/share/edpm-image-builder/dib/enable-packages-install/environment.d/01-export-install-types.bash 2025-11-25 05:19:32.692 | Copying hooks for install-bin 2025-11-25 05:19:32.703 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-bin/pre-install.d/01-install-bin 2025-11-25 05:19:32.713 | Copying hooks for source-repositories 2025-11-25 05:19:32.727 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/extra-data.d/98-source-repositories 2025-11-25 05:19:32.751 | Copying hooks for interface-names 2025-11-25 05:19:32.764 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/70-clear-net-ifnames 2025-11-25 05:19:32.767 | Copying hooks /usr/share/edpm-image-builder/dib/interface-names/install.d/71-clean-stale-interface 2025-11-25 05:19:32.776 | Copying hooks for package-installs 2025-11-25 05:19:32.786 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs 2025-11-25 05:19:32.790 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-squash 2025-11-25 05:19:32.792 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-v2 2025-11-25 05:19:32.795 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/bin/package-uninstalls 2025-11-25 05:19:32.804 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/extra-data.d/99-squash-package-install 2025-11-25 05:19:32.814 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/01-package-installs 2025-11-25 05:19:32.817 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/install.d/99-package-uninstalls 2025-11-25 05:19:32.828 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/00-package-installs 2025-11-25 05:19:32.831 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/post-install.d/95-package-uninstalls 2025-11-25 05:19:32.840 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/10-package-installs 2025-11-25 05:19:32.844 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/package-installs/pre-install.d/99-package-uninstalls 2025-11-25 05:19:32.861 | Copying hooks for yum 2025-11-25 05:19:32.872 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/bin/install-packages 2025-11-25 05:19:32.884 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/cleanup.d/99-remove-yum-repo-conf 2025-11-25 05:19:32.893 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/extra-data.d/99-yum-repo-conf 2025-11-25 05:19:32.903 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/post-install.d/99-reset-yum-conf 2025-11-25 05:19:32.912 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-01-yum-keepcache 2025-11-25 05:19:32.914 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-dnf-update 2025-11-25 05:19:32.917 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/00-install-repo-package 2025-11-25 05:19:32.921 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-00-centos-python3 2025-11-25 05:19:32.923 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/pre-install.d/01-module-configuration 2025-11-25 05:19:32.935 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/yum/root.d/50-yum-cache 2025-11-25 05:19:32.947 | Copying hooks for ironic-ramdisk-base 2025-11-25 05:19:32.957 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/98-prepare-resolve-conf 2025-11-25 05:19:32.960 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/cleanup.d/99-ramdisk-create 2025-11-25 05:19:32.969 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-ramdisk-base/environment.d/10-checksum.bash 2025-11-25 05:19:32.981 | Copying hooks for selinux-permissive 2025-11-25 05:19:32.990 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-permissive/pre-install.d/11-selinux-permissive 2025-11-25 05:19:33.000 | Copying hooks for ensure-venv 2025-11-25 05:19:33.018 | Copying hooks for rpm-distro 2025-11-25 05:19:33.027 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/post-install.d/06-network-config-nonzeroconf 2025-11-25 05:19:33.035 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-fix-requiretty 2025-11-25 05:19:33.038 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-usr-local-bin-secure-path 2025-11-25 05:19:33.041 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch 2025-11-25 05:19:33.055 | Copying hooks for base 2025-11-25 05:19:33.065 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/environment.d/10-base-defaults 2025-11-25 05:19:33.073 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-baseline-environment 2025-11-25 05:19:33.076 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/00-up-to-date 2025-11-25 05:19:33.079 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/install.d/10-cloud-init 2025-11-25 05:19:33.089 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/base/pre-install.d/03-baseline-tools 2025-11-25 05:19:33.103 | Copying hooks for install-types 2025-11-25 05:19:33.111 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-types/extra-data.d/99-enable-install-types 2025-11-25 05:19:33.120 | Copying hooks for dhcp-all-interfaces 2025-11-25 05:19:33.130 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/50-dhcp-all-interfaces 2025-11-25 05:19:33.132 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/60-remove-cloud-image-interfaces 2025-11-25 05:19:33.135 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/NetworkManager-conf.d-00-main.conf 2025-11-25 05:19:33.137 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules 2025-11-25 05:19:33.141 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf 2025-11-25 05:19:33.144 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.init 2025-11-25 05:19:33.148 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.sh 2025-11-25 05:19:33.150 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-interface@.service 2025-11-25 05:19:33.169 | Copying hooks for element-manifest 2025-11-25 05:19:33.179 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/element-manifest/extra-data.d/75-inject-element-manifest 2025-11-25 05:19:33.191 | Copying hooks for ironic-python-agent-ramdisk 2025-11-25 05:19:33.200 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/01-debian-ipa.bash 2025-11-25 05:19:33.203 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/10-defaults.bash 2025-11-25 05:19:33.206 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:33.215 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/extra-data.d/15-ssl-ca-copy 2025-11-25 05:19:33.223 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-package-install 2025-11-25 05:19:33.227 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-source-install 2025-11-25 05:19:33.237 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/80-ironic-python-agent-ramdisk 2025-11-25 05:19:33.240 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/post-install.d/99-remove-extra-packages 2025-11-25 05:19:33.252 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/etc 2025-11-25 05:19:33.257 | Copying hooks /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/static/usr 2025-11-25 05:19:33.288 | Copying hooks for extra-hardware 2025-11-25 05:19:33.297 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:33.306 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-package-install 2025-11-25 05:19:33.309 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/install.d/extra-hardware-source-install 2025-11-25 05:19:33.319 | Copying hooks /usr/share/ironic-python-agent-builder/dib/extra-hardware/pre-install.d/10-enable-rdo-deps 2025-11-25 05:19:33.337 | Copying hooks for selinux-fixfiles-restore 2025-11-25 05:19:33.345 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/selinux-fixfiles-restore/cleanup.d/99-selinux-fixfiles-restore 2025-11-25 05:19:33.356 | Copying hooks for openssh-server 2025-11-25 05:19:33.365 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/80-enable-sshd-service 2025-11-25 05:19:33.367 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/post-install.d/99-harden-sshd-config 2025-11-25 05:19:33.386 | Copying hooks for manifests 2025-11-25 05:19:33.395 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/cleanup.d/01-copy-manifests-dir 2025-11-25 05:19:33.403 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/environment.d/14-manifests 2025-11-25 05:19:33.412 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/manifests/extra-data.d/20-manifest-dir 2025-11-25 05:19:33.421 | Copying hooks for no-final-image 2025-11-25 05:19:33.430 | Copying hooks for sysprep 2025-11-25 05:19:33.439 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/bin/extract-image 2025-11-25 05:19:33.452 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/sysprep/finalise.d/99-clear-machine-id 2025-11-25 05:19:33.461 | Copying hooks for dib-init-system 2025-11-25 05:19:33.471 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/environment.d/99-dib-init-system 2025-11-25 05:19:33.479 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/install.d/20-install-init-scripts 2025-11-25 05:19:33.489 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/post-install.d/10-enable-init-scripts 2025-11-25 05:19:33.499 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-init-system/pre-install.d/04-dib-init-system 2025-11-25 05:19:33.508 | Copying hooks for install-static 2025-11-25 05:19:33.518 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/install.d/10-install-static-files 2025-11-25 05:19:33.538 | Copying hooks for select-boot-kernel-initrd 2025-11-25 05:19:33.547 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/bin/select-boot-kernel-initrd 2025-11-25 05:19:33.557 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/cleanup.d/99-remove-dib-img-functions 2025-11-25 05:19:33.566 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/extra-data.d/99-copy-dib-img-functions 2025-11-25 05:19:33.577 | Copying hooks for dynamic-login 2025-11-25 05:19:33.591 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/systemd 2025-11-25 05:19:33.595 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/sysv 2025-11-25 05:19:33.599 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/init-scripts/upstart 2025-11-25 05:19:33.609 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/install.d/70-enable-dynamic-login-services 2025-11-25 05:19:33.619 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dynamic-login/static/usr 2025-11-25 05:19:33.634 | Copying hooks for redhat-common 2025-11-25 05:19:33.645 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/bin/map-packages 2025-11-25 05:19:33.655 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/environment.d/50-redhat-common 2025-11-25 05:19:33.665 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/finalise.d/01-clean-old-kernels 2025-11-25 05:19:33.682 | Copying hooks for repo-setup 2025-11-25 05:19:33.692 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/environment.d/01-repo-setup.bash 2025-11-25 05:19:33.701 | Copying hooks /usr/share/edpm-image-builder/dib/repo-setup/pre-install.d/00-03-repo-setup 2025-11-25 05:19:33.711 | Copying hooks for cache-url 2025-11-25 05:19:33.721 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/bin/cache-url 2025-11-25 05:19:33.744 | Copying hooks for ibft-interfaces 2025-11-25 05:19:33.754 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/systemd 2025-11-25 05:19:33.756 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/sysv 2025-11-25 05:19:33.760 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/init-scripts/upstart 2025-11-25 05:19:33.769 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/post-install.d/70-init-ibft-interfaces 2025-11-25 05:19:33.778 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/etc 2025-11-25 05:19:33.782 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/static/usr 2025-11-25 05:19:33.802 | Copying hooks for dib-python 2025-11-25 05:19:33.811 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/cleanup.d/50-dib-python 2025-11-25 05:19:33.821 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/environment.d/50-dib-python-version 2025-11-25 05:19:33.830 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/dib-python/pre-install.d/01-dib-python 2025-11-25 05:19:33.841 | Copying hooks for runtime-ssh-host-keys 2025-11-25 05:19:33.852 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/cleanup.d/90-remove-ssh-host-keys 2025-11-25 05:19:33.862 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/systemd 2025-11-25 05:19:33.866 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/init-scripts/upstart 2025-11-25 05:19:33.875 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/post-install.d/80-ssh-keygen 2025-11-25 05:19:33.885 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/static/usr 2025-11-25 05:19:33.905 | Copying hooks for ironic-agent-multipath 2025-11-25 05:19:33.915 | Copying hooks /usr/share/edpm-image-builder/dib/ironic-agent-multipath/static/etc 2025-11-25 05:19:33.932 | Copying hooks for svc-map 2025-11-25 05:19:33.942 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/bin/svc-map 2025-11-25 05:19:33.952 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/10-merge-svc-map-files 2025-11-25 05:19:33.955 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/extra-data.d/11-copy-svc-map-file 2025-11-25 05:19:33.980 | Copying hooks for pkg-map 2025-11-25 05:19:33.991 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/bin/pkg-map 2025-11-25 05:19:34.001 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir 2025-11-25 05:19:34.011 | Copying hooks for centos 2025-11-25 05:19:34.021 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/environment.d/10-centos-distro-name.bash 2025-11-25 05:19:34.031 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/post-install.d/03-reset-bls-entries 2025-11-25 05:19:34.042 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/00-02-set-centos-mirror 2025-11-25 05:19:34.045 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/pre-install.d/02-set-machine-id 2025-11-25 05:19:34.055 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/root.d/10-centos-cloud-image 2025-11-25 05:19:34.067 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-build-succeeds 2025-11-25 05:19:34.072 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/8-stream-build-succeeds 2025-11-25 05:19:34.076 | Copying hooks /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/test-elements/9-stream-build-succeeds 2025-11-25 05:19:34.104 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-root bash 2025-11-25 05:19:34.111 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:19:34.112 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-root(,|$)' -q 2025-11-25 05:19:34.123 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/root.d ']' 2025-11-25 05:19:34.129 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.ExUAjxC3/hooks/root.d' 2025-11-25 05:19:34.129 | Running hooks from /tmp/dib_build.ExUAjxC3/hooks/root.d 2025-11-25 05:19:34.135 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-11-25 05:19:34.142 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.ExUAjxC3/hooks/root.d 2025-11-25 05:19:34.169 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:34.173 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:34.173 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:19:34.174 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:19:34.174 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:34.174 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:34.174 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:19:34.174 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:34.174 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:34.174 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:34.178 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:34.178 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:34.178 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:34.178 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:34.182 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:34.183 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:19:34.183 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:19:34.183 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:34.183 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:34.183 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:34.183 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:34.183 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:34.183 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:34.183 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-base-defaults 2025-11-25 05:19:34.188 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-base-defaults 2025-11-25 05:19:34.188 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:34.188 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:34.188 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:34.188 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:34.188 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:34.192 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:34.192 | ++ export DISTRO_NAME=centos 2025-11-25 05:19:34.192 | ++ DISTRO_NAME=centos 2025-11-25 05:19:34.192 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:19:34.192 | ++ DIB_RELEASE=9-stream 2025-11-25 05:19:34.192 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:34.192 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:34.192 | ++ export YUM=dnf 2025-11-25 05:19:34.192 | ++ YUM=dnf 2025-11-25 05:19:34.192 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-checksum.bash 2025-11-25 05:19:34.196 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-checksum.bash 2025-11-25 05:19:34.197 | ++ export DIB_CHECKSUM=1 2025-11-25 05:19:34.197 | ++ DIB_CHECKSUM=1 2025-11-25 05:19:34.197 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-defaults.bash 2025-11-25 05:19:34.201 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-defaults.bash 2025-11-25 05:19:34.202 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:34.202 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:34.202 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:34.205 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:34.206 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:19:34.206 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:19:34.206 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:34.206 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:34.206 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/14-manifests 2025-11-25 05:19:34.210 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/14-manifests 2025-11-25 05:19:34.211 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:34.211 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:34.211 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:34.211 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:34.211 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:34.214 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:34.214 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:19:34.215 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:34.215 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:34.215 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:19:34.215 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:34.215 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:34.215 | ++ [[ centos =~ debian ]] 2025-11-25 05:19:34.215 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/50-dib-python-version 2025-11-25 05:19:34.219 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/50-dib-python-version 2025-11-25 05:19:34.220 | ++ '[' -z 3 ']' 2025-11-25 05:19:34.220 | ++ '[' -z 3 ']' 2025-11-25 05:19:34.220 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:19:34.220 | ++ export DIB_PYTHON=python3 2025-11-25 05:19:34.220 | ++ DIB_PYTHON=python3 2025-11-25 05:19:34.220 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/50-redhat-common 2025-11-25 05:19:34.224 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/50-redhat-common 2025-11-25 05:19:34.224 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:34.224 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:34.224 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:34.224 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:34.224 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/99-dib-init-system 2025-11-25 05:19:34.229 | + source /tmp/dib_build.ExUAjxC3/hooks/root.d/../environment.d/99-dib-init-system 2025-11-25 05:19:34.229 | ++ '[' -z systemd ']' 2025-11-25 05:19:34.229 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:19:34.229 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/root.d/10-centos-cloud-image 2025-11-25 05:19:34.234 | + set -eu 2025-11-25 05:19:34.234 | + set -o pipefail 2025-11-25 05:19:34.234 | + '[' -n amd64 ']' 2025-11-25 05:19:34.234 | + '[' -n /tmp/dib_build.ExUAjxC3/mnt ']' 2025-11-25 05:19:34.234 | + [[ amd64 x86_64 arm64 aarch64 ppc64le =~ amd64 ]] 2025-11-25 05:19:34.234 | + [[ amd64 =~ amd64 ]] 2025-11-25 05:19:34.234 | + ARCH=x86_64 2025-11-25 05:19:34.234 | + [[ 9-stream == \9 ]] 2025-11-25 05:19:34.234 | + dib_release_path=9-stream 2025-11-25 05:19:34.234 | + DIB_CLOUD_IMAGES=https://cloud.centos.org/centos/9-stream/x86_64/images 2025-11-25 05:19:34.234 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.234 | + '[' -n /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2025-11-25 05:19:34.234 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.234 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.235 | ++ basename /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.237 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.237 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-11-25 05:19:34.237 | + /tmp/dib_build.ExUAjxC3/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-11-25 05:19:34.241 | + set -eu 2025-11-25 05:19:34.241 | + set -o pipefail 2025-11-25 05:19:34.241 | + BASE_IMAGE_FILE=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.241 | + BASE_IMAGE_TAR=CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-11-25 05:19:34.242 | + IMAGE_LOCATION=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.242 | + CACHED_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.242 | + CACHED_TAR=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-11-25 05:19:34.242 | + DIB_LOCAL_IMAGE=/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 2025-11-25 05:19:34.242 | + TAR_LOCK=/root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock 2025-11-25 05:19:34.242 | + GUID_EFI=c12a7328-f81f-11d2-ba4b-00a0c93ec93b 2025-11-25 05:19:34.242 | + GUID_LINUX_BOOT=bc13c2ff-59e6-4262-a352-b275fd6f7172 2025-11-25 05:19:34.245 | ++ date 2025-11-25 05:19:34.247 | + echo 'Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Tue Nov 25 05:19:34 UTC 2025' 2025-11-25 05:19:34.247 | Getting /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz.lock: Tue Nov 25 05:19:34 UTC 2025 2025-11-25 05:19:34.247 | + flock -w 1200 9 2025-11-25 05:19:34.250 | + extract_image 2025-11-25 05:19:34.250 | + '[' -n '' -a -f /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz ']' 2025-11-25 05:19:34.250 | + '[' -z /home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' 2025-11-25 05:19:34.250 | + '[' '!' -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-11-25 05:19:34.250 | + echo 'Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2025-11-25 05:19:34.250 | Using cached tar from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-11-25 05:19:34.250 | + echo 'Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz' 2025-11-25 05:19:34.250 | Extracting base root image from /root/.cache/image-create/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2.tgz 2025-11-25 05:19:34.250 | + sudo tar -C /tmp/dib_build.ExUAjxC3/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-11-25 05:19:46.204 | dib-run-parts 10-centos-cloud-image completed 2025-11-25 05:19:46.205 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/root.d/50-yum-cache 2025-11-25 05:19:46.210 | + set -eu 2025-11-25 05:19:46.210 | + set -o pipefail 2025-11-25 05:19:46.210 | + '[' -n /tmp/dib_build.ExUAjxC3/mnt ']' 2025-11-25 05:19:46.210 | + YUM_CACHE_DIR=/root/.cache/image-create/yum 2025-11-25 05:19:46.210 | + mkdir -p /root/.cache/image-create/yum 2025-11-25 05:19:46.212 | + sudo mkdir -p /tmp/dib_build.ExUAjxC3/mnt/tmp/yum 2025-11-25 05:19:46.245 | + sudo mount --bind /root/.cache/image-create/yum /tmp/dib_build.ExUAjxC3/mnt/tmp/yum 2025-11-25 05:19:46.281 | dib-run-parts 50-yum-cache completed 2025-11-25 05:19:46.282 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:19:46.282 | dib-run-parts 2025-11-25 05:19:46.283 | dib-run-parts Target: root.d 2025-11-25 05:19:46.283 | dib-run-parts 2025-11-25 05:19:46.283 | dib-run-parts Script Seconds 2025-11-25 05:19:46.283 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:19:46.283 | dib-run-parts 2025-11-25 05:19:46.296 | dib-run-parts 10-centos-cloud-image 11.973 2025-11-25 05:19:46.308 | dib-run-parts 50-yum-cache 0.075 2025-11-25 05:19:46.310 | dib-run-parts 2025-11-25 05:19:46.310 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:19:46.316 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-root bash 2025-11-25 05:19:46.321 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-root(,|$)' -q 2025-11-25 05:19:46.322 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:19:46.330 | ++ diskimage_builder/lib/common-functions:create_base:361 : grep -v '^lost+found\|tmp$' 2025-11-25 05:19:46.330 | ++ diskimage_builder/lib/common-functions:create_base:361 : ls /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:19:46.338 | + diskimage_builder/lib/common-functions:create_base:361 : '[' -z 'afs 2025-11-25 05:19:46.338 | bin 2025-11-25 05:19:46.338 | boot 2025-11-25 05:19:46.338 | dev 2025-11-25 05:19:46.338 | etc 2025-11-25 05:19:46.338 | home 2025-11-25 05:19:46.338 | lib 2025-11-25 05:19:46.338 | lib64 2025-11-25 05:19:46.338 | media 2025-11-25 05:19:46.338 | mnt 2025-11-25 05:19:46.338 | opt 2025-11-25 05:19:46.338 | proc 2025-11-25 05:19:46.338 | root 2025-11-25 05:19:46.338 | run 2025-11-25 05:19:46.338 | sbin 2025-11-25 05:19:46.338 | srv 2025-11-25 05:19:46.338 | sys 2025-11-25 05:19:46.338 | usr 2025-11-25 05:19:46.338 | var' ']' 2025-11-25 05:19:46.342 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -L /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf ']' 2025-11-25 05:19:46.347 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -f /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf ']' 2025-11-25 05:19:46.351 | + diskimage_builder/lib/common-functions:create_base:376 : sudo mv /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG 2025-11-25 05:19:46.383 | + diskimage_builder/lib/common-functions:create_base:380 : sudo touch /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:19:46.418 | + diskimage_builder/lib/common-functions:create_base:381 : sudo chmod 777 /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:19:46.448 | + diskimage_builder/lib/common-functions:create_base:383 : '[' -e /etc/resolv.conf ']' 2025-11-25 05:19:46.452 | + diskimage_builder/lib/common-functions:create_base:384 : cat /etc/resolv.conf 2025-11-25 05:19:46.460 | + diskimage_builder/lib/common-functions:create_base:388 : mount_proc_dev_sys 2025-11-25 05:19:46.464 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:19:46.512 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:19:46.557 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2025-11-25 05:19:46.565 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2025-11-25 05:19:46.577 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2025-11-25 05:19:46.584 | + 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.ExUAjxC3/mnt/dev/pts 2025-11-25 05:19:46.626 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:19:46.673 | + diskimage_builder/lib/disk-image-create:main:356 : mkdir -p /tmp/dib_build.ExUAjxC3/hooks/environment.d 2025-11-25 05:19:46.682 | + diskimage_builder/lib/disk-image-create:main:357 : echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}' 2025-11-25 05:19:46.686 | + diskimage_builder/lib/disk-image-create:main:358 : run_d extra-data 2025-11-25 05:19:46.691 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:19:46.697 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:19:46.703 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-extra-data bash 2025-11-25 05:19:46.711 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:19:46.711 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-extra-data(,|$)' -q 2025-11-25 05:19:46.721 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/extra-data.d ']' 2025-11-25 05:19:46.726 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.ExUAjxC3/hooks/extra-data.d' 2025-11-25 05:19:46.726 | Running hooks from /tmp/dib_build.ExUAjxC3/hooks/extra-data.d 2025-11-25 05:19:46.731 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-11-25 05:19:46.738 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.ExUAjxC3/hooks/extra-data.d 2025-11-25 05:19:46.767 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:46.772 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:46.772 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:19:46.772 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:19:46.772 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:46.772 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:46.772 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:19:46.772 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:46.772 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:46.772 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:46.777 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:46.777 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:46.777 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:46.777 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:46.781 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:46.781 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:19:46.781 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:19:46.782 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:46.782 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:46.782 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:46.782 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:46.782 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:46.782 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:46.782 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-base-defaults 2025-11-25 05:19:46.786 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-base-defaults 2025-11-25 05:19:46.786 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:46.786 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:46.786 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:46.786 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:46.786 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:46.791 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:46.791 | ++ export DISTRO_NAME=centos 2025-11-25 05:19:46.791 | ++ DISTRO_NAME=centos 2025-11-25 05:19:46.791 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:19:46.791 | ++ DIB_RELEASE=9-stream 2025-11-25 05:19:46.791 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:46.791 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:46.791 | ++ export YUM=dnf 2025-11-25 05:19:46.791 | ++ YUM=dnf 2025-11-25 05:19:46.791 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-checksum.bash 2025-11-25 05:19:46.796 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-checksum.bash 2025-11-25 05:19:46.796 | ++ export DIB_CHECKSUM=1 2025-11-25 05:19:46.796 | ++ DIB_CHECKSUM=1 2025-11-25 05:19:46.796 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-defaults.bash 2025-11-25 05:19:46.801 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-defaults.bash 2025-11-25 05:19:46.801 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:46.801 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:46.801 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:46.805 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:46.805 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:19:46.805 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:19:46.805 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:46.806 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:46.806 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:19:46.810 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:19:46.810 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:46.810 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:46.810 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/14-manifests 2025-11-25 05:19:46.815 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/14-manifests 2025-11-25 05:19:46.815 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:46.815 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:46.815 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:46.815 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:46.815 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:46.820 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:46.820 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:19:46.820 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:46.820 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:46.820 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:19:46.820 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:46.820 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:46.820 | ++ [[ centos =~ debian ]] 2025-11-25 05:19:46.820 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/50-dib-python-version 2025-11-25 05:19:46.825 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/50-dib-python-version 2025-11-25 05:19:46.825 | ++ '[' -z 3 ']' 2025-11-25 05:19:46.825 | ++ '[' -z 3 ']' 2025-11-25 05:19:46.825 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:19:46.825 | ++ export DIB_PYTHON=python3 2025-11-25 05:19:46.825 | ++ DIB_PYTHON=python3 2025-11-25 05:19:46.825 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/50-redhat-common 2025-11-25 05:19:46.830 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/50-redhat-common 2025-11-25 05:19:46.830 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:46.830 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:46.830 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:46.830 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:46.830 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/99-dib-init-system 2025-11-25 05:19:46.835 | + source /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../environment.d/99-dib-init-system 2025-11-25 05:19:46.835 | ++ '[' -z systemd ']' 2025-11-25 05:19:46.835 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:19:46.835 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/10-create-pkg-map-dir 2025-11-25 05:19:46.886 | Copying pkg-map for epel 2025-11-25 05:19:46.926 | Copying pkg-map for source-repositories 2025-11-25 05:19:46.967 | Copying pkg-map for ensure-venv 2025-11-25 05:19:47.000 | Copying pkg-map for base 2025-11-25 05:19:47.043 | Copying pkg-map for dhcp-all-interfaces 2025-11-25 05:19:47.083 | Copying pkg-map for ironic-python-agent-ramdisk 2025-11-25 05:19:47.125 | Copying pkg-map for extra-hardware 2025-11-25 05:19:47.165 | Copying pkg-map for openssh-server 2025-11-25 05:19:47.208 | Copying pkg-map for install-static 2025-11-25 05:19:47.252 | Copying pkg-map for cache-url 2025-11-25 05:19:47.295 | Copying pkg-map for ibft-interfaces 2025-11-25 05:19:47.329 | Copying pkg-map for runtime-ssh-host-keys 2025-11-25 05:19:47.372 | Copying pkg-map for svc-map 2025-11-25 05:19:47.418 | dib-run-parts 10-create-pkg-map-dir completed 2025-11-25 05:19:47.418 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/10-merge-svc-map-files 2025-11-25 05:19:47.490 | dib-run-parts 10-merge-svc-map-files completed 2025-11-25 05:19:47.490 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/11-copy-svc-map-file 2025-11-25 05:19:47.495 | + set -eu 2025-11-25 05:19:47.495 | + set -o pipefail 2025-11-25 05:19:47.495 | + sudo install -D -m 0644 /tmp/dib_build.ExUAjxC3/mnt/tmp/svc-map-services /tmp/dib_build.ExUAjxC3/mnt/usr/share/svc-map/services 2025-11-25 05:19:47.544 | dib-run-parts 11-copy-svc-map-file completed 2025-11-25 05:19:47.544 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/15-ssl-ca-copy 2025-11-25 05:19:47.549 | + set -eu 2025-11-25 05:19:47.549 | + set -o pipefail 2025-11-25 05:19:47.549 | + '[' -n '' ']' 2025-11-25 05:19:47.552 | dib-run-parts 15-ssl-ca-copy completed 2025-11-25 05:19:47.552 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/20-manifest-dir 2025-11-25 05:19:47.557 | + set -eu 2025-11-25 05:19:47.557 | + set -o pipefail 2025-11-25 05:19:47.557 | + sudo mkdir -p /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests 2025-11-25 05:19:47.584 | dib-run-parts 20-manifest-dir completed 2025-11-25 05:19:47.584 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/75-inject-element-manifest 2025-11-25 05:19:47.590 | + set -eu 2025-11-25 05:19:47.590 | + set -o pipefail 2025-11-25 05:19:47.590 | + DIB_ELEMENT_MANIFEST_PATH=/etc/dib-manifests/dib-element-manifest 2025-11-25 05:19:47.590 | ++ dirname /etc/dib-manifests/dib-element-manifest 2025-11-25 05:19:47.591 | + sudo mkdir -p /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests 2025-11-25 05:19:47.617 | + sudo /bin/bash -c 'echo rpm-distro override-pip-and-virtualenv centos epel ironic-ramdisk-base pkg-map element-manifest svc-map selinux-permissive ibft-interfaces package-installs source-repositories dib-python selinux-fixfiles-restore sysprep install-types enable-packages-install ironic-agent-multipath base yum install-bin runtime-ssh-host-keys dynamic-login cache-url dhcp-all-interfaces interface-names ironic-python-agent-ramdisk select-boot-kernel-initrd dib-init-system install-static repo-setup openssh-server redhat-common manifests no-final-image extra-hardware ensure-venv | tr '\'' '\'' '\''\n'\'' > /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib-element-manifest' 2025-11-25 05:19:47.651 | dib-run-parts 75-inject-element-manifest completed 2025-11-25 05:19:47.651 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/98-source-repositories 2025-11-25 05:19:47.675 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Tue Nov 25 05:19:47 UTC 2025 for /tmp/dib_build.ExUAjxC3/hooks/source-repository-ironic-python-agent 2025-11-25 05:19:47.683 | (0001 / 0001) 2025-11-25 05:19:47.694 | ironic-python-agent install type not set to source 2025-11-25 05:19:47.697 | Getting /root/.cache/image-create/source-repositories/repositories_flock: Tue Nov 25 05:19:47 UTC 2025 for /tmp/dib_build.ExUAjxC3/hooks/source-repository-requirements 2025-11-25 05:19:47.704 | (0001 / 0001) 2025-11-25 05:19:47.715 | requirements install type not set to source 2025-11-25 05:19:47.720 | dib-run-parts 98-source-repositories completed 2025-11-25 05:19:47.720 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/99-copy-dib-img-functions 2025-11-25 05:19:47.726 | + set -eu 2025-11-25 05:19:47.726 | + set -o pipefail 2025-11-25 05:19:47.726 | + sudo mkdir -p /tmp/dib_build.ExUAjxC3/mnt/lib/diskimage-builder 2025-11-25 05:19:47.769 | + sudo cp -t /tmp/dib_build.ExUAjxC3/mnt/lib/diskimage-builder /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2025-11-25 05:19:47.813 | dib-run-parts 99-copy-dib-img-functions completed 2025-11-25 05:19:47.814 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/99-enable-install-types 2025-11-25 05:19:47.820 | + set -eu 2025-11-25 05:19:47.820 | + set -o pipefail 2025-11-25 05:19:47.820 | + declare -a SPECIFIED_ELEMS 2025-11-25 05:19:47.820 | + SPECIFIED_ELEMS[0]= 2025-11-25 05:19:47.820 | + PREFIX=DIB_INSTALLTYPE_ 2025-11-25 05:19:47.822 | ++ env 2025-11-25 05:19:47.822 | ++ grep '^DIB_INSTALLTYPE_' 2025-11-25 05:19:47.822 | ++ cut -d= -f1 2025-11-25 05:19:47.825 | ++ echo '' 2025-11-25 05:19:47.826 | + INSTALL_TYPE_VARS= 2025-11-25 05:19:47.827 | ++ find /tmp/dib_build.ExUAjxC3/hooks/install.d -maxdepth 1 -name '*-package-install' -type d 2025-11-25 05:19:47.830 | + default_install_type_dirs='/tmp/dib_build.ExUAjxC3/hooks/install.d/ironic-python-agent-ramdisk-package-install 2025-11-25 05:19:47.830 | /tmp/dib_build.ExUAjxC3/hooks/install.d/extra-hardware-package-install' 2025-11-25 05:19:47.830 | + for _install_dir in $default_install_type_dirs 2025-11-25 05:19:47.830 | + SUFFIX=-package-install 2025-11-25 05:19:47.831 | ++ basename /tmp/dib_build.ExUAjxC3/hooks/install.d/ironic-python-agent-ramdisk-package-install 2025-11-25 05:19:47.832 | + _install_dir=ironic-python-agent-ramdisk-package-install 2025-11-25 05:19:47.832 | + INSTALLDIRPREFIX=ironic-python-agent-ramdisk 2025-11-25 05:19:47.832 | + found=0 2025-11-25 05:19:47.832 | + '[' 0 = 0 ']' 2025-11-25 05:19:47.832 | + pushd /tmp/dib_build.ExUAjxC3/hooks/install.d 2025-11-25 05:19:47.832 | /tmp/dib_build.ExUAjxC3/hooks/install.d /usr/share/edpm-image-builder 2025-11-25 05:19:47.832 | + ln -sf ironic-python-agent-ramdisk-package-install/package-installs-ironic-python-agent-ramdisk . 2025-11-25 05:19:47.835 | + popd 2025-11-25 05:19:47.835 | /usr/share/edpm-image-builder 2025-11-25 05:19:47.835 | + for _install_dir in $default_install_type_dirs 2025-11-25 05:19:47.835 | + SUFFIX=-package-install 2025-11-25 05:19:47.836 | ++ basename /tmp/dib_build.ExUAjxC3/hooks/install.d/extra-hardware-package-install 2025-11-25 05:19:47.837 | + _install_dir=extra-hardware-package-install 2025-11-25 05:19:47.837 | + INSTALLDIRPREFIX=extra-hardware 2025-11-25 05:19:47.837 | + found=0 2025-11-25 05:19:47.837 | + '[' 0 = 0 ']' 2025-11-25 05:19:47.837 | + pushd /tmp/dib_build.ExUAjxC3/hooks/install.d 2025-11-25 05:19:47.837 | /tmp/dib_build.ExUAjxC3/hooks/install.d /usr/share/edpm-image-builder 2025-11-25 05:19:47.837 | + ln -sf extra-hardware-package-install/package-installs-extra-hardware . 2025-11-25 05:19:47.840 | + popd 2025-11-25 05:19:47.840 | /usr/share/edpm-image-builder 2025-11-25 05:19:47.842 | dib-run-parts 99-enable-install-types completed 2025-11-25 05:19:47.842 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/99-squash-package-install 2025-11-25 05:19:47.848 | + set -eu 2025-11-25 05:19:47.849 | + set -o pipefail 2025-11-25 05:19:47.849 | ++ dirname /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/99-squash-package-install 2025-11-25 05:19:47.852 | + sudo -E /usr/bin/python3 /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash '--elements=rpm-distro override-pip-and-virtualenv centos epel ironic-ramdisk-base pkg-map element-manifest svc-map selinux-permissive ibft-interfaces package-installs source-repositories dib-python selinux-fixfiles-restore sysprep install-types enable-packages-install ironic-agent-multipath base yum install-bin runtime-ssh-host-keys dynamic-login cache-url dhcp-all-interfaces interface-names ironic-python-agent-ramdisk select-boot-kernel-initrd dib-init-system install-static repo-setup openssh-server redhat-common manifests no-final-image extra-hardware ensure-venv' --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.ExUAjxC3/mnt/tmp/package-installs.json 2025-11-25 05:19:47.941 | DEBUG __main__ [-] element_dirs -> [('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'rpm-distro'), ('/usr/share/edpm-image-builder//dib/', 'override-pip-and-virtualenv'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'centos'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'epel'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-ramdisk-base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'pkg-map'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'element-manifest'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'svc-map'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-permissive'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ibft-interfaces'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'package-installs'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'source-repositories'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-python'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'selinux-fixfiles-restore'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'sysprep'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-types'), ('/usr/share/edpm-image-builder//dib/', 'enable-packages-install'), ('/usr/share/edpm-image-builder//dib/', 'ironic-agent-multipath'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'base'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'yum'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-bin'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'runtime-ssh-host-keys'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dynamic-login'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'cache-url'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dhcp-all-interfaces'), ('/usr/share/edpm-image-builder//dib/', 'interface-names'), ('/usr/share/ironic-python-agent-builder/dib/', 'ironic-python-agent-ramdisk'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'select-boot-kernel-initrd'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'dib-init-system'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'install-static'), ('/usr/share/edpm-image-builder//dib/', 'repo-setup'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'openssh-server'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'redhat-common'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'manifests'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'no-final-image'), ('/usr/share/ironic-python-agent-builder/dib/', 'extra-hardware'), ('/usr/lib/python3.9/site-packages/diskimage_builder/elements', 'ensure-venv')] main /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:212 2025-11-25 05:19:47.942 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/centos/package-installs.yaml 2025-11-25 05:19:47.943 | DEBUG __main__ [-] Considering centos/device-mapper-multipath param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.943 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.943 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/epel/package-installs.yaml 2025-11-25 05:19:47.944 | DEBUG __main__ [-] Considering epel/wget param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.944 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.944 | DEBUG __main__ [-] Considering epel/yum-utils param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.944 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.944 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/svc-map/package-installs.yaml 2025-11-25 05:19:47.946 | DEBUG __main__ [-] Considering svc-map/PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 2} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.946 | DEBUG __main__ [-] ... skipping due to python version collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:175 2025-11-25 05:19:47.946 | DEBUG __main__ [-] Considering svc-map/python3-PyYAML param:{'phase': 'pre-install.d', 'dib_python_version': 3} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.946 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.946 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ibft-interfaces/package-installs.yaml 2025-11-25 05:19:47.947 | DEBUG __main__ [-] Considering ibft-interfaces/iscsi_package param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.947 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.947 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/source-repositories/package-installs.yaml 2025-11-25 05:19:47.948 | DEBUG __main__ [-] Considering source-repositories/git param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.948 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.948 | INFO __main__ [-] Squashing install file: /usr/share/edpm-image-builder//dib/ironic-agent-multipath/package-installs.yaml 2025-11-25 05:19:47.949 | DEBUG __main__ [-] Considering ironic-agent-multipath/iscsi-initiator-utils param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.949 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.949 | DEBUG __main__ [-] Considering ironic-agent-multipath/device-mapper-multipath param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.949 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.949 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/runtime-ssh-host-keys/package-installs.yaml 2025-11-25 05:19:47.949 | DEBUG __main__ [-] Considering runtime-ssh-host-keys/openssh-client param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.949 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.949 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/cache-url/package-installs.yaml 2025-11-25 05:19:47.950 | DEBUG __main__ [-] Considering cache-url/curl param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.950 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.950 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/dhcp-all-interfaces/package-installs.yaml 2025-11-25 05:19:47.951 | DEBUG __main__ [-] Considering dhcp-all-interfaces/dhcp-client param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.951 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.951 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ifupdown param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.951 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.951 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ndisc6 param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.951 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.951 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/ironic-python-agent-ramdisk/package-installs.yaml 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/curl param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dmidecode param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/iptables param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/lshw param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/ipmitool param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/qemu-utils param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gcc param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/parted param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/hdparm param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/util-linux param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/genisoimage param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/gdisk param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/kmod param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/psmisc param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/dosfstools param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.960 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/mdadm param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.960 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efibootmgr param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/efivar param:{'not-arch': 'ppc64,ppc64el,ppc64le'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/chrony param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/e2fsprogs param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/nvme-cli param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/open-iscsi param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/smartmontools param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libffi-dev param:{'build-only': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/libssl-dev param:{'build-only': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/python-dev param:{'build-only': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/linux-firmware param:{'phase': 'post-install.d', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-linux-free param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:180 2025-11-25 05:19:47.961 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/firmware-misc-nonfree param:{'when': ['DISTRO_NAME = debian', 'IPA_DEBIAN_NONFREE = true']} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... when eval IPA_DEBIAN_NONFREE=true against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:180 2025-11-25 05:19:47.961 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:167 2025-11-25 05:19:47.961 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.961 | DEBUG __main__ [-] ... skipping due to arch match collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:167 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/bsdextrautils param:{'when': 'DISTRO_NAME = debian'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval DISTRO_NAME=debian against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:180 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/cloud-init param:{'phase': 'post-install.d', 'uninstall': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/git param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/man-db param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/rsync param:{'phase': 'pre-install.d', 'uninstall': True} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... installing for 'uninstall' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.962 | DEBUG __main__ [-] Considering ironic-python-agent-ramdisk/yum param:{'phase': 'pre-install.d', 'uninstall': True, 'when': 'DISTRO_NAME = fedora'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... when eval DISTRO_NAME=fedora against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.962 | DEBUG __main__ [-] ... skipped due to when: failures collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:180 2025-11-25 05:19:47.962 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/install-static/package-installs.yaml 2025-11-25 05:19:47.963 | DEBUG __main__ [-] Considering install-static/rsync param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.963 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.963 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/openssh-server/package-installs.yaml 2025-11-25 05:19:47.964 | DEBUG __main__ [-] Considering openssh-server/openssh-server param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.964 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.964 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/redhat-common/package-installs.yaml 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/lsof param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/tcpdump param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/traceroute param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/which param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/gettext param:{'phase': 'pre-install.d'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/ca-certificates param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.965 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.965 | DEBUG __main__ [-] Considering redhat-common/selinux-policy param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/selinux-policy-targeted param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/python3-libselinux param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/python3-policycoreutils param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/policycoreutils-python-utils param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/rng-tools param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | DEBUG __main__ [-] Considering redhat-common/passwd param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.966 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.966 | INFO __main__ [-] Squashing install file: /usr/share/ironic-python-agent-builder/dib/extra-hardware/package-installs.yaml 2025-11-25 05:19:47.967 | DEBUG __main__ [-] Considering extra-hardware/ethtool param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.967 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.967 | DEBUG __main__ [-] Considering extra-hardware/fio param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | 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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=7 against <9-stream> _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... when eval DIB_RELEASE!=8 against <9-stream> _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/hdparm param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/infiniband-diags param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/lldpad param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/pciutils param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/smartmontools param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/sysbench param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | DEBUG __main__ [-] Considering extra-hardware/biosdevname param:{'not-arch': 'aarch64,arm64,ppc64,ppc64el,ppc64le', 'when': 'IPA_DISTRO_FAMILY = rh'} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... when eval IPA_DISTRO_FAMILY=rh against _when /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:99 2025-11-25 05:19:47.968 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.968 | INFO __main__ [-] Squashing install file: /usr/lib/python3.9/site-packages/diskimage_builder/elements/ensure-venv/package-installs.yaml 2025-11-25 05:19:47.969 | DEBUG __main__ [-] Considering ensure-venv/python3-venv param:{} collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:127 2025-11-25 05:19:47.969 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:184 2025-11-25 05:19:47.969 | 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': [('device-mapper-multipath', 'centos'), ('iscsi_package', 'ibft-interfaces'), ('git', 'source-repositories'), ('iscsi-initiator-utils', 'ironic-agent-multipath'), ('device-mapper-multipath', 'ironic-agent-multipath'), ('openssh-client', 'runtime-ssh-host-keys'), ('curl', 'cache-url'), ('dhcp-client', 'dhcp-all-interfaces'), ('ifupdown', 'dhcp-all-interfaces'), ('ndisc6', 'dhcp-all-interfaces'), ('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'), ('rsync', 'install-static'), ('openssh-server', 'openssh-server'), ('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'), ('ethtool', 'extra-hardware'), ('fio', 'extra-hardware'), ('fio-engine-libaio', 'extra-hardware'), ('hdparm', 'extra-hardware'), ('infiniband-diags', 'extra-hardware'), ('lldpad', 'extra-hardware'), ('pciutils', 'extra-hardware'), ('smartmontools', 'extra-hardware'), ('sysbench', 'extra-hardware'), ('biosdevname', 'extra-hardware'), ('python3-venv', 'ensure-venv')]}), '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.ExUAjxC3/hooks/extra-data.d/../bin/package-installs-squash:232 2025-11-25 05:19:47.984 | dib-run-parts 99-squash-package-install completed 2025-11-25 05:19:47.985 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/extra-data.d/99-yum-repo-conf 2025-11-25 05:19:47.989 | + set -eu 2025-11-25 05:19:47.989 | + set -o pipefail 2025-11-25 05:19:47.989 | + '[' -z '/etc/yum.repos.d/*' ']' 2025-11-25 05:19:47.989 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:47.989 | + '[' '!' -f /etc/yum.repos.d/centos-addons.repo ']' 2025-11-25 05:19:47.989 | + sudo cp -L -f /etc/yum.repos.d/centos-addons.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.017 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.017 | + '[' '!' -f /etc/yum.repos.d/centos.repo ']' 2025-11-25 05:19:48.017 | + sudo cp -L -f /etc/yum.repos.d/centos.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.053 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.053 | + '[' '!' -f /etc/yum.repos.d/delorean-master-testing.repo ']' 2025-11-25 05:19:48.053 | + sudo cp -L -f /etc/yum.repos.d/delorean-master-testing.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.084 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.084 | + '[' '!' -f /etc/yum.repos.d/delorean.repo ']' 2025-11-25 05:19:48.084 | + sudo cp -L -f /etc/yum.repos.d/delorean.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.121 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.121 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-appstream.repo ']' 2025-11-25 05:19:48.121 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-appstream.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.157 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.157 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-baseos.repo ']' 2025-11-25 05:19:48.157 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-baseos.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.199 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.199 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo ']' 2025-11-25 05:19:48.199 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-highavailability.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.242 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:19:48.242 | + '[' '!' -f /etc/yum.repos.d/repo-setup-centos-powertools.repo ']' 2025-11-25 05:19:48.243 | + sudo cp -L -f /etc/yum.repos.d/repo-setup-centos-powertools.repo /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d 2025-11-25 05:19:48.280 | dib-run-parts 99-yum-repo-conf completed 2025-11-25 05:19:48.280 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:19:48.280 | dib-run-parts 2025-11-25 05:19:48.283 | dib-run-parts Target: extra-data.d 2025-11-25 05:19:48.283 | dib-run-parts 2025-11-25 05:19:48.283 | dib-run-parts Script Seconds 2025-11-25 05:19:48.283 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:19:48.283 | dib-run-parts 2025-11-25 05:19:48.301 | dib-run-parts 10-create-pkg-map-dir 0.580 2025-11-25 05:19:48.312 | dib-run-parts 10-merge-svc-map-files 0.070 2025-11-25 05:19:48.323 | dib-run-parts 11-copy-svc-map-file 0.052 2025-11-25 05:19:48.334 | dib-run-parts 15-ssl-ca-copy 0.006 2025-11-25 05:19:48.346 | dib-run-parts 20-manifest-dir 0.030 2025-11-25 05:19:48.355 | dib-run-parts 75-inject-element-manifest 0.065 2025-11-25 05:19:48.366 | dib-run-parts 98-source-repositories 0.066 2025-11-25 05:19:48.374 | dib-run-parts 99-copy-dib-img-functions 0.090 2025-11-25 05:19:48.385 | dib-run-parts 99-enable-install-types 0.027 2025-11-25 05:19:48.393 | dib-run-parts 99-squash-package-install 0.139 2025-11-25 05:19:48.406 | dib-run-parts 99-yum-repo-conf 0.293 2025-11-25 05:19:48.409 | dib-run-parts 2025-11-25 05:19:48.409 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:19:48.418 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-extra-data bash 2025-11-25 05:19:48.423 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:19:48.429 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-extra-data(,|$)' -q 2025-11-25 05:19:48.441 | + diskimage_builder/lib/disk-image-create:main:360 : run_d_in_target pre-install 2025-11-25 05:19:48.448 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-11-25 05:19:48.453 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:19:48.458 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/pre-install.d ']' 2025-11-25 05:19:48.464 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:19:48.511 | + 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.ExUAjxC3/hooks 2025-11-25 05:19:48.547 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:19:48.597 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:19:48.633 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-pre-install run_in_target bash 2025-11-25 05:19:48.639 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-install(,|$)' -q 2025-11-25 05:19:48.639 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:19:48.649 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-11-25 05:19:48.654 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-11-25 05:19:48.660 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-11-25 05:19:48.666 | + 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-11-25 05:19:48.672 | + 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-11-25 05:19:48.679 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-11-25 05:19:48.686 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-11-25 05:19:48.692 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-11-25 05:19:48.699 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.ExUAjxC3/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-11-25 05:19:48.764 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:48.769 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:19:48.769 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:19:48.770 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:19:48.770 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:48.770 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:19:48.770 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:19:48.770 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:48.770 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:19:48.770 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:48.773 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:19:48.773 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:48.773 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:48.773 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:48.777 | + source /tmp/in_target.d/pre-install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:19:48.778 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:19:48.778 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:19:48.778 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:48.778 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:19:48.778 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:48.778 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:19:48.778 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:48.778 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:19:48.778 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2025-11-25 05:19:48.781 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults 2025-11-25 05:19:48.781 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:48.781 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:19:48.781 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:48.781 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:19:48.781 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:48.785 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:19:48.786 | ++ export DISTRO_NAME=centos 2025-11-25 05:19:48.786 | ++ DISTRO_NAME=centos 2025-11-25 05:19:48.786 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:19:48.786 | ++ DIB_RELEASE=9-stream 2025-11-25 05:19:48.786 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:48.786 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:19:48.786 | ++ export YUM=dnf 2025-11-25 05:19:48.786 | ++ YUM=dnf 2025-11-25 05:19:48.786 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2025-11-25 05:19:48.790 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-checksum.bash 2025-11-25 05:19:48.790 | ++ export DIB_CHECKSUM=1 2025-11-25 05:19:48.790 | ++ DIB_CHECKSUM=1 2025-11-25 05:19:48.790 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2025-11-25 05:19:48.793 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-defaults.bash 2025-11-25 05:19:48.793 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:48.793 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:19:48.793 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:48.798 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:19:48.798 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:19:48.798 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:19:48.798 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:48.798 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:19:48.798 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:19:48.802 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:19:48.803 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:48.803 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:19:48.803 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2025-11-25 05:19:48.806 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2025-11-25 05:19:48.807 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:48.807 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:19:48.807 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:48.807 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:19:48.807 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:48.810 | + source /tmp/in_target.d/pre-install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:19:48.810 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:19:48.810 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:48.810 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:19:48.810 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:19:48.810 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:48.810 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:19:48.810 | ++ [[ centos =~ debian ]] 2025-11-25 05:19:48.811 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2025-11-25 05:19:48.814 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version 2025-11-25 05:19:48.814 | ++ '[' -z 3 ']' 2025-11-25 05:19:48.814 | ++ '[' -z 3 ']' 2025-11-25 05:19:48.815 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:19:48.815 | ++ export DIB_PYTHON=python3 2025-11-25 05:19:48.815 | ++ DIB_PYTHON=python3 2025-11-25 05:19:48.815 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2025-11-25 05:19:48.818 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common 2025-11-25 05:19:48.818 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:48.818 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:19:48.818 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:48.818 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:19:48.818 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2025-11-25 05:19:48.822 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system 2025-11-25 05:19:48.822 | ++ '[' -z systemd ']' 2025-11-25 05:19:48.822 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:19:48.822 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-01-yum-keepcache 2025-11-25 05:19:48.827 | + set -eu 2025-11-25 05:19:48.827 | + set -o pipefail 2025-11-25 05:19:48.827 | + [[ dnf == \d\n\f ]] 2025-11-25 05:19:48.827 | + cfg=/etc/dnf/dnf.conf 2025-11-25 05:19:48.827 | + echo keepcache=1 2025-11-25 05:19:48.827 | + echo cachedir=/tmp/yum 2025-11-25 05:19:48.829 | dib-run-parts 00-01-yum-keepcache completed 2025-11-25 05:19:48.829 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-02-set-centos-mirror 2025-11-25 05:19:48.834 | + set -eu 2025-11-25 05:19:48.835 | + set -o pipefail 2025-11-25 05:19:48.835 | + DIB_DISTRIBUTION_MIRROR= 2025-11-25 05:19:48.835 | + '[' -n '' ']' 2025-11-25 05:19:48.835 | + exit 0 2025-11-25 05:19:48.838 | dib-run-parts 00-02-set-centos-mirror completed 2025-11-25 05:19:48.838 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-03-repo-setup 2025-11-25 05:19:48.842 | + set -o pipefail 2025-11-25 05:19:48.842 | + '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:19:48.842 | + echo 'DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified' 2025-11-25 05:19:48.842 | DIB_YUM_REPO_CONF is set - ignoring DIB_REPO_SETUP=current-podified 2025-11-25 05:19:48.843 | + exit 0 2025-11-25 05:19:48.845 | dib-run-parts 00-03-repo-setup completed 2025-11-25 05:19:48.845 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-dnf-update 2025-11-25 05:19:48.850 | + set -eu 2025-11-25 05:19:48.850 | + set -o pipefail 2025-11-25 05:19:48.850 | + [[ centos == \f\e\d\o\r\a ]] 2025-11-25 05:19:48.853 | dib-run-parts 00-dnf-update completed 2025-11-25 05:19:48.853 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-fix-requiretty 2025-11-25 05:19:48.858 | + set -eu 2025-11-25 05:19:48.858 | + set -o pipefail 2025-11-25 05:19:48.858 | + sed -i -e '/^Defaults\s*requiretty/d' -e '/Disable "ssh hostname/d' /etc/sudoers 2025-11-25 05:19:48.861 | + sed -i -e '/You have to run/d' /etc/sudoers 2025-11-25 05:19:48.865 | + visudo -c 2025-11-25 05:19:48.869 | /etc/sudoers: parsed OK 2025-11-25 05:19:48.873 | dib-run-parts 00-fix-requiretty completed 2025-11-25 05:19:48.873 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-install-repo-package 2025-11-25 05:19:48.878 | + set -eu 2025-11-25 05:19:48.878 | + set -o pipefail 2025-11-25 05:19:48.878 | + '[' -n '' ']' 2025-11-25 05:19:48.881 | dib-run-parts 00-install-repo-package completed 2025-11-25 05:19:48.881 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path 2025-11-25 05:19:48.887 | + set -eu 2025-11-25 05:19:48.887 | + set -o pipefail 2025-11-25 05:19:48.887 | + sed -i -e '/secure_path/ s@\([\'\''"]\?\)$@:/usr/local/bin/\1@' /etc/sudoers 2025-11-25 05:19:48.890 | + visudo -c 2025-11-25 05:19:48.892 | /etc/sudoers: parsed OK 2025-11-25 05:19:48.896 | dib-run-parts 00-usr-local-bin-secure-path completed 2025-11-25 05:19:48.896 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-00-centos-python3 2025-11-25 05:19:48.901 | + set -eu 2025-11-25 05:19:48.901 | + set -o pipefail 2025-11-25 05:19:48.901 | + [[ centos =~ (centos|rhel) ]] 2025-11-25 05:19:48.901 | + dnf install -y python3 python3-pyyaml 2025-11-25 05:19:49.201 | delorean-python-castellan-609f4ea667df386849930 120 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.217 | delorean-openstack-ironic-c525a16b06266b6b474c9 213 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.232 | delorean-openstack-cinder-92c645f1f1e913b5b1cd8 237 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.245 | delorean-ansible-collections-openstack-f584c54d 248 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.260 | delorean-openstack-ceilometer-60803e710e7f5b3cd 227 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.275 | delorean-openstack-kolla-e7bd46dad0b62ff151667b 239 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.293 | delorean-openstack-nova-3e7017eb2952d5258d96e27 240 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.308 | delorean-openstack-designate-82652559ea8641b11c 224 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.322 | delorean-openstack-glance-e055873be4079bc9d3716 253 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.336 | delorean-openstack-keystone-4f1b7e96e38463d5fcd 255 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.351 | delorean-openstack-manila-70623bb84e7880f7f2f75 242 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.366 | delorean-python-networking-mlnx-7139a7f0bce9d6a 243 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.381 | delorean-openstack-octavia-e981d3e172b8e4471f97 248 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.396 | delorean-openstack-watcher-71470dac73abba9e5dcf 235 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.410 | delorean-python-tcib-c2ae956ec1898faaed6197ef95 244 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.425 | delorean-puppet-magnum-ec92e647ad5e77720f01cce0 240 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.439 | delorean-openstack-swift-e10c2bafcb8fc80929bce3 243 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.453 | delorean-python-mistral-tests-tempest-900580c95 246 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.465 | delorean-python-django-horizon-915b939b342dc65f 324 kB/s | 3.0 kB 00:00 2025-11-25 05:19:49.701 | CentOS Stream 9 - BaseOS 31 kB/s | 7.3 kB 00:00 2025-11-25 05:19:49.854 | CentOS Stream 9 - AppStream 74 kB/s | 7.4 kB 00:00 2025-11-25 05:19:50.085 | CentOS Stream 9 - CRB 75 kB/s | 7.2 kB 00:00 2025-11-25 05:19:50.246 | CentOS Stream 9 - Extras packages 71 kB/s | 8.3 kB 00:00 2025-11-25 05:19:50.264 | dlrn-master-testing 208 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.308 | dlrn-master-build-deps 204 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.319 | centos9-rabbitmq 675 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.327 | centos9-storage 830 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.339 | centos9-opstools 813 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.346 | NFV SIG OpenvSwitch 919 kB/s | 3.0 kB 00:00 2025-11-25 05:19:50.359 | repo-setup-centos-appstream 1.1 MB/s | 4.4 kB 00:00 2025-11-25 05:19:50.493 | repo-setup-centos-baseos 903 kB/s | 3.9 kB 00:00 2025-11-25 05:19:50.540 | repo-setup-centos-highavailability 1.0 MB/s | 3.9 kB 00:00 2025-11-25 05:19:50.568 | repo-setup-centos-powertools 1.1 MB/s | 4.3 kB 00:00 2025-11-25 05:19:50.732 | Extra Packages for Enterprise Linux 9 - x86_64 272 kB/s | 35 kB 00:00 2025-11-25 05:19:58.512 | Package python3-3.9.23-2.el9.x86_64 is already installed. 2025-11-25 05:19:58.512 | Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2025-11-25 05:19:58.585 | Dependencies resolved. 2025-11-25 05:19:58.586 | Nothing to do. 2025-11-25 05:19:58.586 | Complete! 2025-11-25 05:19:58.659 | dib-run-parts 01-00-centos-python3 completed 2025-11-25 05:19:58.659 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-dib-python 2025-11-25 05:19:58.664 | + set -eu 2025-11-25 05:19:58.664 | + set -o pipefail 2025-11-25 05:19:58.664 | + [[ centos =~ (centos|rhel) ]] 2025-11-25 05:19:58.664 | + python_path=/usr/libexec/platform-python 2025-11-25 05:19:58.664 | + '[' -z /usr/libexec/platform-python ']' 2025-11-25 05:19:58.664 | + ln -sf /usr/libexec/platform-python /usr/local/bin/dib-python 2025-11-25 05:19:58.668 | dib-run-parts 01-dib-python completed 2025-11-25 05:19:58.668 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin 2025-11-25 05:19:58.673 | + set -eu 2025-11-25 05:19:58.673 | + set -o pipefail 2025-11-25 05:19:58.673 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin 2025-11-25 05:19:58.674 | + 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-11-25 05:19:58.686 | dib-run-parts 01-install-bin completed 2025-11-25 05:19:58.686 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-module-configuration 2025-11-25 05:19:58.690 | + set -eu 2025-11-25 05:19:58.690 | + set -o pipefail 2025-11-25 05:19:58.690 | + export DIB_DNF_MODULE_STREAMS= 2025-11-25 05:19:58.690 | + DIB_DNF_MODULE_STREAMS= 2025-11-25 05:19:58.690 | + '[' dnf == dnf ']' 2025-11-25 05:19:58.692 | dib-run-parts 01-module-configuration completed 2025-11-25 05:19:58.692 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-override-yum-arch 2025-11-25 05:19:58.697 | + set -eu 2025-11-25 05:19:58.697 | + set -o pipefail 2025-11-25 05:19:58.697 | + [[ amd64 x86_64 =~ amd64 ]] 2025-11-25 05:19:58.697 | + basearch=x86_64 2025-11-25 05:19:58.697 | + arch=x86_64 2025-11-25 05:19:58.697 | + [[ dnf == \d\n\f ]] 2025-11-25 05:19:58.697 | + mkdir -p /etc/dnf/vars 2025-11-25 05:19:58.700 | + echo x86_64 2025-11-25 05:19:58.700 | + echo x86_64 2025-11-25 05:19:58.700 | + [[ centos =~ centos ]] 2025-11-25 05:19:58.700 | + [[ x86_64 == \x\8\6\_\6\4 ]] 2025-11-25 05:19:58.700 | + contentdir=centos 2025-11-25 05:19:58.700 | + echo centos 2025-11-25 05:19:58.702 | dib-run-parts 01-override-yum-arch completed 2025-11-25 05:19:58.702 | dib-run-parts Running /tmp/in_target.d/pre-install.d/02-set-machine-id 2025-11-25 05:19:58.706 | + set -eu 2025-11-25 05:19:58.706 | + set -o pipefail 2025-11-25 05:19:58.706 | + systemd-machine-id-setup 2025-11-25 05:19:58.716 | Initializing machine ID from random generator. 2025-11-25 05:19:58.722 | dib-run-parts 02-set-machine-id completed 2025-11-25 05:19:58.722 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools 2025-11-25 05:19:58.726 | + set -eu 2025-11-25 05:19:58.726 | + set -o pipefail 2025-11-25 05:19:58.726 | + case $DISTRO_NAME in 2025-11-25 05:19:58.727 | dib-run-parts 03-baseline-tools completed 2025-11-25 05:19:58.727 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system 2025-11-25 05:19:58.732 | + set -eu 2025-11-25 05:19:58.732 | + set -o pipefail 2025-11-25 05:19:58.732 | + FILE=/usr/local/bin/dib-init-system 2025-11-25 05:19:58.732 | + cat 2025-11-25 05:19:58.735 | + chown root:root /usr/local/bin/dib-init-system 2025-11-25 05:19:58.743 | + chmod 775 /usr/local/bin/dib-init-system 2025-11-25 05:19:58.748 | dib-run-parts 04-dib-init-system completed 2025-11-25 05:19:58.748 | dib-run-parts Running /tmp/in_target.d/pre-install.d/05-rpm-epel-release 2025-11-25 05:19:58.753 | + set -eu 2025-11-25 05:19:58.753 | + set -o pipefail 2025-11-25 05:19:58.753 | + [[ centos =~ almalinux ]] 2025-11-25 05:19:58.753 | + [[ centos =~ centos ]] 2025-11-25 05:19:58.753 | + dnf install -y epel-release 2025-11-25 05:19:59.765 | Extra Packages for Enterprise Linux 9 - x86_64 150 kB/s | 35 kB 00:00 2025-11-25 05:20:01.037 | Extra Packages for Enterprise Linux 9 - x86_64 16 MB/s | 20 MB 00:01 2025-11-25 05:20:01.272 | Last metadata expiration check: 0:00:01 ago on Tue Nov 25 00:20:00 2025. 2025-11-25 05:20:01.851 | Dependencies resolved. 2025-11-25 05:20:01.852 | ================================================================================ 2025-11-25 05:20:01.852 | Package Architecture Version Repository Size 2025-11-25 05:20:01.852 | ================================================================================ 2025-11-25 05:20:01.852 | Installing: 2025-11-25 05:20:01.852 | epel-release noarch 9-7.el9 extras-common 19 k 2025-11-25 05:20:01.852 | Installing weak dependencies: 2025-11-25 05:20:01.852 | epel-next-release noarch 9-7.el9 extras-common 8.1 k 2025-11-25 05:20:01.852 | 2025-11-25 05:20:01.852 | Transaction Summary 2025-11-25 05:20:01.852 | ================================================================================ 2025-11-25 05:20:01.852 | Install 2 Packages 2025-11-25 05:20:01.852 | 2025-11-25 05:20:01.853 | Total download size: 27 k 2025-11-25 05:20:01.853 | Installed size: 29 k 2025-11-25 05:20:01.853 | Downloading Packages: 2025-11-25 05:20:02.362 | (1/2): epel-next-release-9-7.el9.noarch.rpm 44 kB/s | 8.1 kB 00:00 2025-11-25 05:20:02.417 | (2/2): epel-release-9-7.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2025-11-25 05:20:02.420 | -------------------------------------------------------------------------------- 2025-11-25 05:20:02.421 | Total 47 kB/s | 27 kB 00:00 2025-11-25 05:20:02.457 | CentOS Stream 9 - Extras packages 2.1 MB/s | 2.1 kB 00:00 2025-11-25 05:20:02.698 | Importing GPG key 0x1D997668: 2025-11-25 05:20:02.698 | Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) " 2025-11-25 05:20:02.698 | Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 2025-11-25 05:20:02.698 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 2025-11-25 05:20:02.709 | Key imported successfully 2025-11-25 05:20:02.775 | Running transaction check 2025-11-25 05:20:02.783 | Transaction check succeeded. 2025-11-25 05:20:02.784 | Running transaction test 2025-11-25 05:20:02.793 | Transaction test succeeded. 2025-11-25 05:20:02.794 | Running transaction 2025-11-25 05:20:02.846 | Preparing : 1/1 2025-11-25 05:20:02.854 | Installing : epel-release-9-7.el9.noarch 1/2 2025-11-25 05:20:02.871 | Running scriptlet: epel-release-9-7.el9.noarch 1/2 2025-11-25 05:20:02.871 | Many EPEL packages require the CodeReady Builder (CRB) repository. 2025-11-25 05:20:02.871 | It is recommended that you run /usr/bin/crb enable to enable the CRB repository. 2025-11-25 05:20:02.871 | 2025-11-25 05:20:02.916 | Installing : epel-next-release-9-7.el9.noarch 2/2 2025-11-25 05:20:05.201 | Running scriptlet: epel-next-release-9-7.el9.noarch 2/2 2025-11-25 05:20:05.201 | Verifying : epel-next-release-9-7.el9.noarch 1/2 2025-11-25 05:20:05.350 | Verifying : epel-release-9-7.el9.noarch 2/2 2025-11-25 05:20:05.350 | 2025-11-25 05:20:05.350 | Installed: 2025-11-25 05:20:05.350 | epel-next-release-9-7.el9.noarch epel-release-9-7.el9.noarch 2025-11-25 05:20:05.350 | 2025-11-25 05:20:05.350 | Complete! 2025-11-25 05:20:05.403 | + '[' 1 -ne 0 ']' 2025-11-25 05:20:05.403 | + [[ dnf == \d\n\f ]] 2025-11-25 05:20:05.403 | + rpm -q dnf-plugins-core 2025-11-25 05:20:05.418 | dnf-plugins-core-4.3.0-24.el9.noarch 2025-11-25 05:20:05.420 | + dnf config-manager --set-disabled 'epel*' 2025-11-25 05:20:05.671 | + DIB_EPEL_MIRROR= 2025-11-25 05:20:05.671 | + '[' -n '' ']' 2025-11-25 05:20:05.671 | + exit 0 2025-11-25 05:20:05.674 | dib-run-parts 05-rpm-epel-release completed 2025-11-25 05:20:05.674 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-enable-rdo-deps 2025-11-25 05:20:05.679 | + set -o pipefail 2025-11-25 05:20:05.679 | + '[' 0 -ne 0 ']' 2025-11-25 05:20:05.682 | dib-run-parts 10-enable-rdo-deps completed 2025-11-25 05:20:05.682 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs 2025-11-25 05:20:05.687 | + set -eu 2025-11-25 05:20:05.688 | + set -o pipefail 2025-11-25 05:20:05.688 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs 2025-11-25 05:20:05.690 | + package-installs -d /tmp/in_target.d/pre-install.d 2025-11-25 05:20:05.692 | + set -eu 2025-11-25 05:20:05.692 | + set -o pipefail 2025-11-25 05:20:05.693 | ++ basename /usr/local/bin/package-installs 2025-11-25 05:20:05.694 | + SCRIPTNAME=package-installs 2025-11-25 05:20:05.694 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d 2025-11-25 05:20:05.696 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-11-25 05:20:05.696 | + '[' 0 '!=' 0 ']' 2025-11-25 05:20:05.696 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-11-25 05:20:05.696 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2025-11-25 05:20:05.696 | + WORKDIR= 2025-11-25 05:20:05.696 | + true 2025-11-25 05:20:05.696 | + case "$1" in 2025-11-25 05:20:05.696 | + WORKDIR=/tmp/in_target.d/pre-install.d 2025-11-25 05:20:05.696 | + shift 2 2025-11-25 05:20:05.696 | + true 2025-11-25 05:20:05.696 | + case "$1" in 2025-11-25 05:20:05.696 | + shift 2025-11-25 05:20:05.696 | + break 2025-11-25 05:20:05.696 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2025-11-25 05:20:05.696 | + PACKAGES= 2025-11-25 05:20:05.697 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:20:05.699 | + '[' -n '' ']' 2025-11-25 05:20:05.699 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json 2025-11-25 05:20:11.457 | Map install for epel: wget, yum-utils 2025-11-25 05:20:11.458 | Map install for svc-map: python3-PyYAML 2025-11-25 05:20:11.458 | Map install for redhat-common: gettext 2025-11-25 05:20:11.458 | Running command: ['install-packages', 'python3-pyyaml', 'wget', 'gettext', 'yum-utils'] 2025-11-25 05:20:11.458 | > Running install-packages install. 2025-11-25 05:20:11.458 | > + dnf -v -y install python3-pyyaml wget gettext yum-utils 2025-11-25 05:20:11.458 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:11.458 | > DNF version: 4.14.0 2025-11-25 05:20:11.458 | > cachedir: /tmp/yum 2025-11-25 05:20:11.458 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-barbican 2025-11-25 05:20:11.458 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-baremetal 2025-11-25 05:20:11.458 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-cinder 2025-11-25 05:20:11.458 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-clients 2025-11-25 05:20:11.458 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-cloudops 2025-11-25 05:20:11.458 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-common 2025-11-25 05:20:11.458 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-compute 2025-11-25 05:20:11.458 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-designate 2025-11-25 05:20:11.458 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-glance 2025-11-25 05:20:11.458 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-keystone 2025-11-25 05:20:11.458 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-manila 2025-11-25 05:20:11.458 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-network 2025-11-25 05:20:11.458 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-octavia 2025-11-25 05:20:11.458 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-optimize 2025-11-25 05:20:11.458 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-podified 2025-11-25 05:20:11.458 | > delorean-component-podified: using metadata from Thu Nov 20 08:16:57 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-puppet 2025-11-25 05:20:11.458 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-swift 2025-11-25 05:20:11.458 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-tempest 2025-11-25 05:20:11.458 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: delorean-component-ui 2025-11-25 05:20:11.458 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: baseos 2025-11-25 05:20:11.458 | > baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: appstream 2025-11-25 05:20:11.458 | > appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: crb 2025-11-25 05:20:11.458 | > crb: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:11.458 | > repo: using cache for: extras-common 2025-11-25 05:20:11.458 | > extras-common: using metadata from Thu Oct 30 09:20:08 2025. 2025-11-25 05:20:11.458 | > dlrn-master-testing 122 kB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'delorean-master-testing' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-11-25 05:20:11.459 | > dlrn-master-build-deps 213 kB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'delorean-master-build-deps' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-11-25 05:20:11.459 | > centos9-rabbitmq 610 kB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'centos9-rabbitmq' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-11-25 05:20:11.459 | > centos9-storage 1.2 MB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'centos9-storage' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-11-25 05:20:11.459 | > centos9-opstools 1.1 MB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'centos9-opstools' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-11-25 05:20:11.459 | > NFV SIG OpenvSwitch 1.0 MB/s | 3.0 kB 00:00 2025-11-25 05:20:11.459 | > reviving: 'centos9-nfv-ovs' can be revived - repomd matches. 2025-11-25 05:20:11.459 | > centos9-nfv-ovs: using metadata from Wed Nov 12 01:24:02 2025. 2025-11-25 05:20:11.459 | > repo: using cache for: repo-setup-centos-appstream 2025-11-25 05:20:11.459 | > repo-setup-centos-appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:11.459 | > repo: using cache for: repo-setup-centos-baseos 2025-11-25 05:20:11.459 | > repo-setup-centos-baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:11.459 | > repo: using cache for: repo-setup-centos-highavailability 2025-11-25 05:20:11.459 | > repo-setup-centos-highavailability: using metadata from Mon Nov 24 12:40:06 2025. 2025-11-25 05:20:11.459 | > repo: using cache for: repo-setup-centos-powertools 2025-11-25 05:20:11.459 | > repo-setup-centos-powertools: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:11.459 | > Package python3-pyyaml-5.4.1-6.el9.x86_64 is already installed. 2025-11-25 05:20:11.459 | > Package gettext-0.21-8.el9.x86_64 is already installed. 2025-11-25 05:20:11.459 | > Package yum-utils-4.3.0-24.el9.noarch is already installed. 2025-11-25 05:20:11.459 | > --> Starting dependency resolution 2025-11-25 05:20:11.459 | > ---> Package wget.x86_64 1.21.1-8.el9 will be installed 2025-11-25 05:20:11.459 | > --> Finished dependency resolution 2025-11-25 05:20:11.459 | > Dependencies resolved. 2025-11-25 05:20:11.459 | > ================================================================================ 2025-11-25 05:20:11.459 | > Package Architecture Version Repository Size 2025-11-25 05:20:11.459 | > ================================================================================ 2025-11-25 05:20:11.459 | > Installing: 2025-11-25 05:20:11.459 | > wget x86_64 1.21.1-8.el9 appstream 784 k 2025-11-25 05:20:11.459 | > 2025-11-25 05:20:11.459 | > Transaction Summary 2025-11-25 05:20:11.459 | > ================================================================================ 2025-11-25 05:20:11.459 | > Install 1 Package 2025-11-25 05:20:11.459 | > 2025-11-25 05:20:11.459 | > Total download size: 784 k 2025-11-25 05:20:11.459 | > Installed size: 3.1 M 2025-11-25 05:20:11.459 | > Downloading Packages: 2025-11-25 05:20:11.459 | > wget-1.21.1-8.el9.x86_64.rpm 241 kB/s | 784 kB 00:03 2025-11-25 05:20:11.459 | > -------------------------------------------------------------------------------- 2025-11-25 05:20:11.459 | > Total 234 kB/s | 784 kB 00:03 2025-11-25 05:20:11.459 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-11-25 05:20:11.459 | > CentOS Stream 9 - AppStream 1.6 MB/s | 1.6 kB 00:00 2025-11-25 05:20:11.459 | > Importing GPG key 0x8483C65D: 2025-11-25 05:20:11.459 | > Userid : "CentOS (CentOS Official Signing Key) " 2025-11-25 05:20:11.459 | > Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D 2025-11-25 05:20:11.459 | > From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial 2025-11-25 05:20:11.459 | > Key imported successfully 2025-11-25 05:20:11.460 | > Running transaction check 2025-11-25 05:20:11.460 | > Transaction check succeeded. 2025-11-25 05:20:11.460 | > Running transaction test 2025-11-25 05:20:11.460 | > Transaction test succeeded. 2025-11-25 05:20:11.460 | > Running transaction 2025-11-25 05:20:11.460 | > RPMDB altered outside of DNF. 2025-11-25 05:20:11.460 | > Preparing : 1/1 2025-11-25 05:20:11.460 | > Installing : wget-1.21.1-8.el9.x86_64 1/1 2025-11-25 05:20:11.460 | > Running scriptlet: wget-1.21.1-8.el9.x86_64 1/1 2025-11-25 05:20:11.460 | > Verifying : wget-1.21.1-8.el9.x86_64 1/1 2025-11-25 05:20:11.460 | > Completion plugin: Generating completion cache... 2025-11-25 05:20:11.460 | > Installed: wget-1.21.1-8.el9.x86_64 2025-11-25 05:20:11.460 | > 2025-11-25 05:20:11.460 | > Installed: 2025-11-25 05:20:11.460 | > wget-1.21.1-8.el9.x86_64 2025-11-25 05:20:11.460 | > 2025-11-25 05:20:11.460 | > Complete! 2025-11-25 05:20:11.460 | > + '[' install == install ']' 2025-11-25 05:20:11.460 | > + '[' dnf == dnf ']' 2025-11-25 05:20:11.460 | > + dnf mark install python3-pyyaml wget gettext yum-utils 2025-11-25 05:20:11.460 | > python3-pyyaml-5.4.1-6.el9.x86_64 marked as user installed. 2025-11-25 05:20:11.460 | > wget-1.21.1-8.el9.x86_64 marked as user installed. 2025-11-25 05:20:11.460 | > gettext-0.21-8.el9.x86_64 marked as user installed. 2025-11-25 05:20:11.460 | > yum-utils-4.3.0-24.el9.noarch marked as user installed. 2025-11-25 05:20:11.460 | returncode: 0 2025-11-25 05:20:11.471 | dib-run-parts 10-package-installs completed 2025-11-25 05:20:11.471 | dib-run-parts Running /tmp/in_target.d/pre-install.d/11-selinux-permissive 2025-11-25 05:20:11.476 | + set -eu 2025-11-25 05:20:11.476 | + set -o pipefail 2025-11-25 05:20:11.476 | + echo SELINUX=permissive 2025-11-25 05:20:11.476 | + echo SELINUXTYPE=targeted 2025-11-25 05:20:11.479 | dib-run-parts 11-selinux-permissive completed 2025-11-25 05:20:11.479 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls 2025-11-25 05:20:11.484 | + set -eu 2025-11-25 05:20:11.484 | + set -o pipefail 2025-11-25 05:20:11.485 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls 2025-11-25 05:20:11.486 | + package-uninstalls -d /tmp/in_target.d/pre-install.d 2025-11-25 05:20:11.488 | + set -eu 2025-11-25 05:20:11.489 | + set -o pipefail 2025-11-25 05:20:11.489 | ++ basename /usr/local/bin/package-uninstalls 2025-11-25 05:20:11.491 | + SCRIPTNAME=package-uninstalls 2025-11-25 05:20:11.491 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d 2025-11-25 05:20:11.492 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-11-25 05:20:11.492 | + '[' 0 '!=' 0 ']' 2025-11-25 05:20:11.492 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2025-11-25 05:20:11.492 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2025-11-25 05:20:11.492 | + WORKDIR= 2025-11-25 05:20:11.492 | + true 2025-11-25 05:20:11.492 | + case "$1" in 2025-11-25 05:20:11.492 | + WORKDIR=/tmp/in_target.d/pre-install.d 2025-11-25 05:20:11.492 | + shift 2 2025-11-25 05:20:11.492 | + true 2025-11-25 05:20:11.492 | + case "$1" in 2025-11-25 05:20:11.492 | + shift 2025-11-25 05:20:11.492 | + break 2025-11-25 05:20:11.492 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2025-11-25 05:20:11.492 | + PACKAGES= 2025-11-25 05:20:11.493 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:20:11.496 | + install-packages -e 2025-11-25 05:20:11.508 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json 2025-11-25 05:20:12.680 | Map uninstall for ironic-python-agent-ramdisk: git, man-db, rsync, kernel-debug-devel, mozjs60, plymouth, python3-cairo, python3-gobject-base 2025-11-25 05:20:12.680 | Running command: ['install-packages', '-e', 'rsync', 'man-db', 'plymouth', 'kernel-debug-devel', 'python3-cairo', 'git', 'mozjs60', 'python3-gobject-base'] 2025-11-25 05:20:12.680 | > Running install-packages remove. 2025-11-25 05:20:12.680 | > + dnf -v -y remove rsync man-db plymouth kernel-debug-devel python3-cairo git mozjs60 python3-gobject-base 2025-11-25 05:20:12.680 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:12.680 | > DNF version: 4.14.0 2025-11-25 05:20:12.680 | > cachedir: /tmp/yum 2025-11-25 05:20:12.680 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:12.680 | > No match for argument: plymouth 2025-11-25 05:20:12.680 | > No match for argument: kernel-debug-devel 2025-11-25 05:20:12.680 | > No match for argument: python3-cairo 2025-11-25 05:20:12.680 | > No match for argument: git 2025-11-25 05:20:12.680 | > No match for argument: mozjs60 2025-11-25 05:20:12.680 | > --> Starting dependency resolution 2025-11-25 05:20:12.680 | > --> Finding unneeded leftover dependencies 2025-11-25 05:20:12.680 | > ---> Package gobject-introspection.x86_64 1.68.0-11.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package libpipeline.x86_64 1.5.3-4.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package man-db.x86_64 2.9.3-9.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package policycoreutils-python-utils.noarch 3.6-3.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package python3-dasbus.noarch 1.7-1.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package python3-gobject-base.x86_64 3.40.1-6.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package python3-gobject-base-noarch.noarch 3.40.1-6.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package python3-libxml2.x86_64 2.9.13-14.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package rsync.x86_64 3.2.5-4.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package setroubleshoot-plugins.noarch 3.3.14-4.el9 will be erased 2025-11-25 05:20:12.680 | > ---> Package setroubleshoot-server.x86_64 3.3.35-2.el9 will be erased 2025-11-25 05:20:12.680 | > --> Finished dependency resolution 2025-11-25 05:20:12.680 | > Dependencies resolved. 2025-11-25 05:20:12.680 | > ================================================================================ 2025-11-25 05:20:12.680 | > Package Arch Version Repository Size 2025-11-25 05:20:12.680 | > ================================================================================ 2025-11-25 05:20:12.680 | > Removing: 2025-11-25 05:20:12.680 | > man-db x86_64 2.9.3-9.el9 @anaconda 2.4 M 2025-11-25 05:20:12.680 | > python3-gobject-base x86_64 3.40.1-6.el9 @anaconda 533 k 2025-11-25 05:20:12.680 | > rsync x86_64 3.2.5-4.el9 @anaconda 766 k 2025-11-25 05:20:12.680 | > Removing dependent packages: 2025-11-25 05:20:12.680 | > setroubleshoot-server x86_64 3.3.35-2.el9 @koji-override-1 1.3 M 2025-11-25 05:20:12.680 | > Removing unused dependencies: 2025-11-25 05:20:12.680 | > gobject-introspection x86_64 1.68.0-11.el9 @anaconda 915 k 2025-11-25 05:20:12.680 | > groff-base x86_64 1.22.4-10.el9 @anaconda 3.9 M 2025-11-25 05:20:12.680 | > libpipeline x86_64 1.5.3-4.el9 @anaconda 113 k 2025-11-25 05:20:12.680 | > policycoreutils-python-utils noarch 3.6-3.el9 @koji-override-1 117 k 2025-11-25 05:20:12.680 | > python3-dasbus noarch 1.7-1.el9 @koji-override-1 363 k 2025-11-25 05:20:12.680 | > python3-gobject-base-noarch noarch 3.40.1-6.el9 @anaconda 690 k 2025-11-25 05:20:12.680 | > python3-libxml2 x86_64 2.9.13-14.el9 @anaconda 1.3 M 2025-11-25 05:20:12.680 | > setroubleshoot-plugins noarch 3.3.14-4.el9 @koji-override-1 2.5 M 2025-11-25 05:20:12.680 | > 2025-11-25 05:20:12.680 | > Transaction Summary 2025-11-25 05:20:12.680 | > ================================================================================ 2025-11-25 05:20:12.680 | > Remove 12 Packages 2025-11-25 05:20:12.680 | > 2025-11-25 05:20:12.680 | > Freed space: 15 M 2025-11-25 05:20:12.680 | > Running transaction check 2025-11-25 05:20:12.680 | > Transaction check succeeded. 2025-11-25 05:20:12.680 | > Running transaction test 2025-11-25 05:20:12.680 | > Transaction test succeeded. 2025-11-25 05:20:12.680 | > Running transaction 2025-11-25 05:20:12.680 | > Preparing : 1/1 2025-11-25 05:20:12.680 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/12 2025-11-25 05:20:12.680 | > Erasing : man-db-2.9.3-9.el9.x86_64 1/12 2025-11-25 05:20:12.680 | > Running scriptlet: man-db-2.9.3-9.el9.x86_64 1/12 2025-11-25 05:20:12.680 | > Erasing : setroubleshoot-plugins-3.3.14-4.el9.noarch 2/12 2025-11-25 05:20:12.680 | > Erasing : setroubleshoot-server-3.3.35-2.el9.x86_64 3/12 2025-11-25 05:20:12.680 | > warning: file /run/setroubleshoot: remove failed: No such file or directory 2025-11-25 05:20:12.680 | > 2025-11-25 05:20:12.680 | > Running scriptlet: setroubleshoot-server-3.3.35-2.el9.x86_64 3/12 2025-11-25 05:20:12.680 | > Erasing : python3-dasbus-1.7-1.el9.noarch 4/12 2025-11-25 05:20:12.680 | > Erasing : policycoreutils-python-utils-3.6-3.el9.noarch 5/12 2025-11-25 05:20:12.680 | > Erasing : python3-gobject-base-3.40.1-6.el9.x86_64 6/12 2025-11-25 05:20:12.680 | > Erasing : python3-gobject-base-noarch-3.40.1-6.el9.noarch 7/12 2025-11-25 05:20:12.680 | > Erasing : gobject-introspection-1.68.0-11.el9.x86_64 8/12 2025-11-25 05:20:12.680 | > Erasing : python3-libxml2-2.9.13-14.el9.x86_64 9/12 2025-11-25 05:20:12.680 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 10/12 2025-11-25 05:20:12.680 | > Erasing : groff-base-1.22.4-10.el9.x86_64 10/12 2025-11-25 05:20:12.680 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 10/12 2025-11-25 05:20:12.680 | > Erasing : libpipeline-1.5.3-4.el9.x86_64 11/12 2025-11-25 05:20:12.680 | > Erasing : rsync-3.2.5-4.el9.x86_64 12/12 2025-11-25 05:20:12.680 | > Verifying : gobject-introspection-1.68.0-11.el9.x86_64 1/12 2025-11-25 05:20:12.680 | > Verifying : groff-base-1.22.4-10.el9.x86_64 2/12 2025-11-25 05:20:12.680 | > Verifying : libpipeline-1.5.3-4.el9.x86_64 3/12 2025-11-25 05:20:12.681 | > Verifying : man-db-2.9.3-9.el9.x86_64 4/12 2025-11-25 05:20:12.681 | > Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 5/12 2025-11-25 05:20:12.681 | > Verifying : python3-dasbus-1.7-1.el9.noarch 6/12 2025-11-25 05:20:12.681 | > Verifying : python3-gobject-base-3.40.1-6.el9.x86_64 7/12 2025-11-25 05:20:12.681 | > Verifying : python3-gobject-base-noarch-3.40.1-6.el9.noarch 8/12 2025-11-25 05:20:12.681 | > Verifying : python3-libxml2-2.9.13-14.el9.x86_64 9/12 2025-11-25 05:20:12.681 | > Verifying : rsync-3.2.5-4.el9.x86_64 10/12 2025-11-25 05:20:12.681 | > Verifying : setroubleshoot-plugins-3.3.14-4.el9.noarch 11/12 2025-11-25 05:20:12.681 | > Verifying : setroubleshoot-server-3.3.35-2.el9.x86_64 12/12 2025-11-25 05:20:12.681 | > Completion plugin: Generating completion cache... 2025-11-25 05:20:12.681 | > Removed: gobject-introspection-1.68.0-11.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: groff-base-1.22.4-10.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: libpipeline-1.5.3-4.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: man-db-2.9.3-9.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: policycoreutils-python-utils-3.6-3.el9.noarch 2025-11-25 05:20:12.681 | > Removed: python3-dasbus-1.7-1.el9.noarch 2025-11-25 05:20:12.681 | > Removed: python3-gobject-base-3.40.1-6.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: python3-gobject-base-noarch-3.40.1-6.el9.noarch 2025-11-25 05:20:12.681 | > Removed: python3-libxml2-2.9.13-14.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: rsync-3.2.5-4.el9.x86_64 2025-11-25 05:20:12.681 | > Removed: setroubleshoot-plugins-3.3.14-4.el9.noarch 2025-11-25 05:20:12.681 | > Removed: setroubleshoot-server-3.3.35-2.el9.x86_64 2025-11-25 05:20:12.681 | > 2025-11-25 05:20:12.681 | > Removed: 2025-11-25 05:20:12.681 | > gobject-introspection-1.68.0-11.el9.x86_64 2025-11-25 05:20:12.681 | > groff-base-1.22.4-10.el9.x86_64 2025-11-25 05:20:12.681 | > libpipeline-1.5.3-4.el9.x86_64 2025-11-25 05:20:12.681 | > man-db-2.9.3-9.el9.x86_64 2025-11-25 05:20:12.681 | > policycoreutils-python-utils-3.6-3.el9.noarch 2025-11-25 05:20:12.681 | > python3-dasbus-1.7-1.el9.noarch 2025-11-25 05:20:12.681 | > python3-gobject-base-3.40.1-6.el9.x86_64 2025-11-25 05:20:12.681 | > python3-gobject-base-noarch-3.40.1-6.el9.noarch 2025-11-25 05:20:12.681 | > python3-libxml2-2.9.13-14.el9.x86_64 2025-11-25 05:20:12.681 | > rsync-3.2.5-4.el9.x86_64 2025-11-25 05:20:12.681 | > setroubleshoot-plugins-3.3.14-4.el9.noarch 2025-11-25 05:20:12.681 | > setroubleshoot-server-3.3.35-2.el9.x86_64 2025-11-25 05:20:12.681 | > 2025-11-25 05:20:12.681 | > Complete! 2025-11-25 05:20:12.681 | > + '[' remove == install ']' 2025-11-25 05:20:12.681 | returncode: 0 2025-11-25 05:20:12.693 | dib-run-parts 99-package-uninstalls completed 2025-11-25 05:20:12.694 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:20:12.694 | dib-run-parts 2025-11-25 05:20:12.696 | dib-run-parts Target: pre-install.d 2025-11-25 05:20:12.696 | dib-run-parts 2025-11-25 05:20:12.696 | dib-run-parts Script Seconds 2025-11-25 05:20:12.697 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:20:12.697 | dib-run-parts 2025-11-25 05:20:12.714 | dib-run-parts 00-01-yum-keepcache 0.004 2025-11-25 05:20:12.725 | dib-run-parts 00-02-set-centos-mirror 0.006 2025-11-25 05:20:12.736 | dib-run-parts 00-03-repo-setup 0.005 2025-11-25 05:20:12.746 | dib-run-parts 00-dnf-update 0.006 2025-11-25 05:20:12.755 | dib-run-parts 00-fix-requiretty 0.017 2025-11-25 05:20:12.766 | dib-run-parts 00-install-repo-package 0.006 2025-11-25 05:20:12.776 | dib-run-parts 00-usr-local-bin-secure-path 0.012 2025-11-25 05:20:12.787 | dib-run-parts 01-00-centos-python3 9.761 2025-11-25 05:20:12.795 | dib-run-parts 01-dib-python 0.007 2025-11-25 05:20:12.805 | dib-run-parts 01-install-bin 0.015 2025-11-25 05:20:12.814 | dib-run-parts 01-module-configuration 0.004 2025-11-25 05:20:12.824 | dib-run-parts 01-override-yum-arch 0.008 2025-11-25 05:20:12.836 | dib-run-parts 02-set-machine-id 0.018 2025-11-25 05:20:12.846 | dib-run-parts 03-baseline-tools 0.004 2025-11-25 05:20:12.854 | dib-run-parts 04-dib-init-system 0.019 2025-11-25 05:20:12.865 | dib-run-parts 05-rpm-epel-release 6.924 2025-11-25 05:20:12.872 | dib-run-parts 10-enable-rdo-deps 0.006 2025-11-25 05:20:12.885 | dib-run-parts 10-package-installs 5.786 2025-11-25 05:20:12.896 | dib-run-parts 11-selinux-permissive 0.006 2025-11-25 05:20:12.907 | dib-run-parts 99-package-uninstalls 1.211 2025-11-25 05:20:12.912 | dib-run-parts 2025-11-25 05:20:12.912 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:20:12.925 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-11-25 05:20:12.932 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-11-25 05:20:12.937 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-11-25 05:20:12.943 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-pre-install run_in_target bash 2025-11-25 05:20:12.949 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-install(,|$)' -q 2025-11-25 05:20:12.950 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:20:12.961 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:20:13.002 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d; do sleep 1; done' 2025-11-25 05:20:13.049 | + diskimage_builder/lib/disk-image-create:main:362 : run_d_in_target install 2025-11-25 05:20:13.054 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-11-25 05:20:13.059 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:20:13.064 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/install.d ']' 2025-11-25 05:20:13.069 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:20:13.110 | + 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.ExUAjxC3/hooks 2025-11-25 05:20:13.152 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:20:13.198 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:20:13.248 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-install run_in_target bash 2025-11-25 05:20:13.253 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:20:13.256 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-install(,|$)' -q 2025-11-25 05:20:13.265 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-11-25 05:20:13.270 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-11-25 05:20:13.275 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-11-25 05:20:13.283 | + 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-11-25 05:20:13.290 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d' 2025-11-25 05:20:13.296 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-11-25 05:20:13.303 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-11-25 05:20:13.309 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-11-25 05:20:13.315 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.ExUAjxC3/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-11-25 05:20:13.361 | 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-11-25 05:20:13.365 | dib-run-parts Ignoring non-conforming filenames: dhcp-all-interfaces.init dhcp-all-interfaces.sh 2025-11-25 05:20:13.374 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:20:13.376 | + source /tmp/in_target.d/install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:20:13.376 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:20:13.376 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:20:13.376 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:20:13.376 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:20:13.377 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:20:13.377 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:20:13.377 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:20:13.377 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:20:13.379 | + source /tmp/in_target.d/install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:20:13.379 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:20:13.379 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:20:13.379 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:20:13.382 | + source /tmp/in_target.d/install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:20:13.383 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:20:13.383 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:20:13.383 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:20:13.383 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:20:13.383 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:20:13.383 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:20:13.383 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:20:13.383 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:20:13.383 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2025-11-25 05:20:13.386 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults 2025-11-25 05:20:13.386 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:20:13.386 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:20:13.386 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:20:13.386 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:20:13.386 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:20:13.390 | + source /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:20:13.390 | ++ export DISTRO_NAME=centos 2025-11-25 05:20:13.390 | ++ DISTRO_NAME=centos 2025-11-25 05:20:13.390 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:20:13.390 | ++ DIB_RELEASE=9-stream 2025-11-25 05:20:13.390 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:20:13.390 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:20:13.390 | ++ export YUM=dnf 2025-11-25 05:20:13.390 | ++ YUM=dnf 2025-11-25 05:20:13.390 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2025-11-25 05:20:13.393 | + source /tmp/in_target.d/install.d/../environment.d/10-checksum.bash 2025-11-25 05:20:13.393 | ++ export DIB_CHECKSUM=1 2025-11-25 05:20:13.393 | ++ DIB_CHECKSUM=1 2025-11-25 05:20:13.393 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2025-11-25 05:20:13.397 | + source /tmp/in_target.d/install.d/../environment.d/10-defaults.bash 2025-11-25 05:20:13.397 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:20:13.397 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:20:13.398 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:20:13.400 | + source /tmp/in_target.d/install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:20:13.400 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:20:13.400 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:20:13.400 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:20:13.400 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:20:13.400 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:20:13.403 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:20:13.403 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:20:13.403 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:20:13.403 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests 2025-11-25 05:20:13.405 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests 2025-11-25 05:20:13.405 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:20:13.405 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:20:13.405 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:20:13.405 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:20:13.405 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:20:13.408 | + source /tmp/in_target.d/install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:20:13.408 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:20:13.408 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:20:13.408 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:20:13.408 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:20:13.408 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:20:13.408 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:20:13.408 | ++ [[ centos =~ debian ]] 2025-11-25 05:20:13.408 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2025-11-25 05:20:13.411 | + source /tmp/in_target.d/install.d/../environment.d/50-dib-python-version 2025-11-25 05:20:13.411 | ++ '[' -z 3 ']' 2025-11-25 05:20:13.411 | ++ '[' -z 3 ']' 2025-11-25 05:20:13.411 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:20:13.411 | ++ export DIB_PYTHON=python3 2025-11-25 05:20:13.411 | ++ DIB_PYTHON=python3 2025-11-25 05:20:13.411 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2025-11-25 05:20:13.414 | + source /tmp/in_target.d/install.d/../environment.d/50-redhat-common 2025-11-25 05:20:13.414 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:20:13.414 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:20:13.414 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:20:13.414 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:20:13.414 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2025-11-25 05:20:13.417 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system 2025-11-25 05:20:13.417 | ++ '[' -z systemd ']' 2025-11-25 05:20:13.417 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:20:13.417 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment 2025-11-25 05:20:13.421 | + set -eu 2025-11-25 05:20:13.421 | + set -o pipefail 2025-11-25 05:20:13.421 | + '[' 0 -eq 0 ']' 2025-11-25 05:20:13.421 | + install-packages -m base iscsi_package 2025-11-25 05:20:13.463 | INFO:root:Mapping for base : iscsi_package 2025-11-25 05:20:13.524 | INFO:root:Mapping for base : iscsi_package 2025-11-25 05:20:13.529 | Running install-packages install. 2025-11-25 05:20:13.529 | + dnf -v -y install iscsi-initiator-utils 2025-11-25 05:20:13.684 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:13.684 | DNF version: 4.14.0 2025-11-25 05:20:13.684 | cachedir: /tmp/yum 2025-11-25 05:20:13.707 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:13.762 | repo: using cache for: delorean-component-barbican 2025-11-25 05:20:13.762 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-11-25 05:20:13.763 | repo: using cache for: delorean-component-baremetal 2025-11-25 05:20:13.763 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-11-25 05:20:13.763 | repo: using cache for: delorean-component-cinder 2025-11-25 05:20:13.764 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-11-25 05:20:13.764 | repo: using cache for: delorean-component-clients 2025-11-25 05:20:13.764 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-11-25 05:20:13.764 | repo: using cache for: delorean-component-cloudops 2025-11-25 05:20:13.765 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-11-25 05:20:13.765 | repo: using cache for: delorean-component-common 2025-11-25 05:20:13.767 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-11-25 05:20:13.767 | repo: using cache for: delorean-component-compute 2025-11-25 05:20:13.767 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-11-25 05:20:13.767 | repo: using cache for: delorean-component-designate 2025-11-25 05:20:13.768 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-11-25 05:20:13.768 | repo: using cache for: delorean-component-glance 2025-11-25 05:20:13.768 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-11-25 05:20:13.768 | repo: using cache for: delorean-component-keystone 2025-11-25 05:20:13.768 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-11-25 05:20:13.769 | repo: using cache for: delorean-component-manila 2025-11-25 05:20:13.769 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-11-25 05:20:13.769 | repo: using cache for: delorean-component-network 2025-11-25 05:20:13.769 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-11-25 05:20:13.770 | repo: using cache for: delorean-component-octavia 2025-11-25 05:20:13.770 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-11-25 05:20:13.770 | repo: using cache for: delorean-component-optimize 2025-11-25 05:20:13.770 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-11-25 05:20:13.770 | repo: using cache for: delorean-component-podified 2025-11-25 05:20:13.771 | delorean-component-podified: using metadata from Thu Nov 20 08:16:57 2025. 2025-11-25 05:20:13.771 | repo: using cache for: delorean-component-puppet 2025-11-25 05:20:13.771 | delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2025-11-25 05:20:13.771 | repo: using cache for: delorean-component-swift 2025-11-25 05:20:13.771 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-11-25 05:20:13.772 | repo: using cache for: delorean-component-tempest 2025-11-25 05:20:13.772 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-11-25 05:20:13.772 | repo: using cache for: delorean-component-ui 2025-11-25 05:20:13.773 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-11-25 05:20:13.773 | repo: using cache for: baseos 2025-11-25 05:20:13.791 | baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:13.792 | repo: using cache for: appstream 2025-11-25 05:20:13.862 | appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:13.862 | repo: using cache for: crb 2025-11-25 05:20:13.879 | crb: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:13.880 | repo: using cache for: extras-common 2025-11-25 05:20:13.880 | extras-common: using metadata from Thu Oct 30 09:20:08 2025. 2025-11-25 05:20:13.882 | repo: using cache for: delorean-master-testing 2025-11-25 05:20:13.893 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-11-25 05:20:13.894 | repo: using cache for: delorean-master-build-deps 2025-11-25 05:20:13.897 | delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-11-25 05:20:13.898 | repo: using cache for: centos9-rabbitmq 2025-11-25 05:20:13.898 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-11-25 05:20:13.901 | repo: using cache for: centos9-storage 2025-11-25 05:20:13.903 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-11-25 05:20:13.904 | repo: using cache for: centos9-opstools 2025-11-25 05:20:13.904 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-11-25 05:20:13.905 | repo: using cache for: centos9-nfv-ovs 2025-11-25 05:20:13.910 | centos9-nfv-ovs: using metadata from Wed Nov 12 01:24:02 2025. 2025-11-25 05:20:13.910 | repo: using cache for: repo-setup-centos-appstream 2025-11-25 05:20:13.997 | repo-setup-centos-appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:13.997 | repo: using cache for: repo-setup-centos-baseos 2025-11-25 05:20:14.033 | repo-setup-centos-baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:14.033 | repo: using cache for: repo-setup-centos-highavailability 2025-11-25 05:20:14.056 | repo-setup-centos-highavailability: using metadata from Mon Nov 24 12:40:06 2025. 2025-11-25 05:20:14.057 | repo: using cache for: repo-setup-centos-powertools 2025-11-25 05:20:14.090 | repo-setup-centos-powertools: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:14.090 | Last metadata expiration check: 0:00:07 ago on Tue Nov 25 00:20:06 2025. 2025-11-25 05:20:14.311 | --> Starting dependency resolution 2025-11-25 05:20:14.380 | ---> Package iscsi-initiator-utils.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2025-11-25 05:20:14.380 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 6.2.1.11-0.git4b3e853.el9 will be installed 2025-11-25 05:20:14.380 | ---> Package isns-utils-libs.x86_64 0.101-4.el9 will be installed 2025-11-25 05:20:14.381 | --> Finished dependency resolution 2025-11-25 05:20:14.381 | Dependencies resolved. 2025-11-25 05:20:14.382 | ================================================================================ 2025-11-25 05:20:14.382 | Package Arch Version Repo Size 2025-11-25 05:20:14.382 | ================================================================================ 2025-11-25 05:20:14.382 | Installing: 2025-11-25 05:20:14.382 | iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el9 baseos 392 k 2025-11-25 05:20:14.382 | Installing dependencies: 2025-11-25 05:20:14.382 | iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el9 baseos 81 k 2025-11-25 05:20:14.382 | isns-utils-libs x86_64 0.101-4.el9 baseos 101 k 2025-11-25 05:20:14.382 | 2025-11-25 05:20:14.382 | Transaction Summary 2025-11-25 05:20:14.382 | ================================================================================ 2025-11-25 05:20:14.382 | Install 3 Packages 2025-11-25 05:20:14.382 | 2025-11-25 05:20:14.382 | Total size: 573 k 2025-11-25 05:20:14.382 | Installed size: 2.1 M 2025-11-25 05:20:14.382 | Downloading Packages: 2025-11-25 05:20:14.383 | [SKIPPED] iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:14.383 | [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:14.383 | [SKIPPED] isns-utils-libs-0.101-4.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:14.383 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-11-25 05:20:14.464 | Running transaction check 2025-11-25 05:20:14.481 | Transaction check succeeded. 2025-11-25 05:20:14.481 | Running transaction test 2025-11-25 05:20:14.558 | Transaction test succeeded. 2025-11-25 05:20:14.558 | Running transaction 2025-11-25 05:20:14.700 | Preparing : 1/1 2025-11-25 05:20:14.722 | Installing : isns-utils-libs-0.101-4.el9.x86_64 1/3 2025-11-25 05:20:14.747 | Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-11-25 05:20:14.786 | Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-11-25 05:20:14.786 | Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket -> /usr/lib/systemd/system/iscsiuio.socket. 2025-11-25 05:20:14.786 | 2025-11-25 05:20:14.820 | Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2025-11-25 05:20:14.867 | Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 3/3 2025-11-25 05:20:14.867 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-starter.service -> /usr/lib/systemd/system/iscsi-starter.service. 2025-11-25 05:20:14.867 | Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket -> /usr/lib/systemd/system/iscsid.socket. 2025-11-25 05:20:14.867 | Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service -> /usr/lib/systemd/system/iscsi-onboot.service. 2025-11-25 05:20:14.867 | 2025-11-25 05:20:15.066 | Verifying : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_ 1/3 2025-11-25 05:20:15.066 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853 2/3 2025-11-25 05:20:15.099 | Verifying : isns-utils-libs-0.101-4.el9.x86_64 3/3 2025-11-25 05:20:15.099 | Completion plugin: Generating completion cache... 2025-11-25 05:20:15.238 | Installed: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2025-11-25 05:20:15.238 | Installed: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2025-11-25 05:20:15.238 | Installed: isns-utils-libs-0.101-4.el9.x86_64 2025-11-25 05:20:15.285 | 2025-11-25 05:20:15.285 | Installed: 2025-11-25 05:20:15.285 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 2025-11-25 05:20:15.285 | iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 2025-11-25 05:20:15.285 | isns-utils-libs-0.101-4.el9.x86_64 2025-11-25 05:20:15.285 | 2025-11-25 05:20:15.285 | Complete! 2025-11-25 05:20:15.348 | + '[' install == install ']' 2025-11-25 05:20:15.348 | + '[' dnf == dnf ']' 2025-11-25 05:20:15.349 | + dnf mark install iscsi-initiator-utils 2025-11-25 05:20:15.595 | iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2025-11-25 05:20:15.644 | dib-run-parts 00-baseline-environment completed 2025-11-25 05:20:15.645 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date 2025-11-25 05:20:15.649 | + set -eu 2025-11-25 05:20:15.649 | + set -o pipefail 2025-11-25 05:20:15.649 | + '[' 0 -eq 0 ']' 2025-11-25 05:20:15.649 | + install-packages -u 2025-11-25 05:20:16.263 | Last metadata expiration check: 0:00:10 ago on Tue Nov 25 00:20:06 2025. 2025-11-25 05:20:16.684 | Dependencies resolved. 2025-11-25 05:20:16.685 | ================================================================================ 2025-11-25 05:20:16.685 | Package Arch Version Repository Size 2025-11-25 05:20:16.685 | ================================================================================ 2025-11-25 05:20:16.685 | Upgrading: 2025-11-25 05:20:16.685 | python3-distro noarch 1.9.0-2.el9s delorean-master-testing 41 k 2025-11-25 05:20:16.685 | python3-jinja2 noarch 3.0.1-2.el9s delorean-master-testing 511 k 2025-11-25 05:20:16.685 | python3-jsonschema noarch 4.16.0-2.el9s delorean-master-testing 138 k 2025-11-25 05:20:16.685 | python3-markupsafe x86_64 3.0.2-1.el9s delorean-master-testing 28 k 2025-11-25 05:20:16.685 | python3-requests noarch 2.32.3-4.el9s delorean-master-testing 123 k 2025-11-25 05:20:16.685 | python3-setuptools noarch 65.5.1-2.el9s delorean-master-testing 1.2 M 2025-11-25 05:20:16.685 | python3-setuptools-wheel noarch 65.5.1-2.el9s delorean-master-testing 715 k 2025-11-25 05:20:16.685 | 2025-11-25 05:20:16.685 | Transaction Summary 2025-11-25 05:20:16.685 | ================================================================================ 2025-11-25 05:20:16.685 | Upgrade 7 Packages 2025-11-25 05:20:16.685 | 2025-11-25 05:20:16.686 | Total size: 2.7 M 2025-11-25 05:20:16.686 | Downloading Packages: 2025-11-25 05:20:16.687 | [SKIPPED] python3-distro-1.9.0-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-jinja2-3.0.1-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-jsonschema-4.16.0-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-markupsafe-3.0.2-1.el9s.x86_64.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-requests-2.32.3-4.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-setuptools-65.5.1-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.687 | [SKIPPED] python3-setuptools-wheel-65.5.1-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:16.688 | Running transaction check 2025-11-25 05:20:16.706 | Transaction check succeeded. 2025-11-25 05:20:16.706 | Running transaction test 2025-11-25 05:20:16.779 | Transaction test succeeded. 2025-11-25 05:20:16.779 | Running transaction 2025-11-25 05:20:17.000 | Preparing : 1/1 2025-11-25 05:20:17.096 | Upgrading : python3-setuptools-65.5.1-2.el9s.noarch 1/14 2025-11-25 05:20:17.181 | Upgrading : python3-markupsafe-3.0.2-1.el9s.x86_64 2/14 2025-11-25 05:20:17.249 | Upgrading : python3-jinja2-3.0.1-2.el9s.noarch 3/14 2025-11-25 05:20:17.264 | Upgrading : python3-setuptools-wheel-65.5.1-2.el9s.noarch 4/14 2025-11-25 05:20:17.333 | Upgrading : python3-requests-2.32.3-4.el9s.noarch 5/14 2025-11-25 05:20:17.352 | Upgrading : python3-jsonschema-4.16.0-2.el9s.noarch 6/14 2025-11-25 05:20:17.360 | Upgrading : python3-distro-1.9.0-2.el9s.noarch 7/14 2025-11-25 05:20:17.371 | Cleanup : python3-jinja2-2.11.3-8.el9.noarch 8/14 2025-11-25 05:20:17.379 | Cleanup : python3-jsonschema-3.2.0-13.el9.noarch 9/14 2025-11-25 05:20:17.392 | Cleanup : python3-distro-1.5.0-7.el9.noarch 10/14 2025-11-25 05:20:17.408 | Cleanup : python3-setuptools-53.0.0-15.el9.noarch 11/14 2025-11-25 05:20:17.413 | Cleanup : python3-setuptools-wheel-53.0.0-15.el9.noarch 12/14 2025-11-25 05:20:17.426 | Cleanup : python3-requests-2.25.1-10.el9.noarch 13/14 2025-11-25 05:20:17.484 | Cleanup : python3-markupsafe-1.1.1-12.el9.x86_64 14/14 2025-11-25 05:20:17.655 | Running scriptlet: python3-markupsafe-1.1.1-12.el9.x86_64 14/14 2025-11-25 05:20:17.655 | Verifying : python3-distro-1.9.0-2.el9s.noarch 1/14 2025-11-25 05:20:17.655 | Verifying : python3-distro-1.5.0-7.el9.noarch 2/14 2025-11-25 05:20:17.655 | Verifying : python3-jinja2-3.0.1-2.el9s.noarch 3/14 2025-11-25 05:20:17.655 | Verifying : python3-jinja2-2.11.3-8.el9.noarch 4/14 2025-11-25 05:20:17.655 | Verifying : python3-jsonschema-4.16.0-2.el9s.noarch 5/14 2025-11-25 05:20:17.655 | Verifying : python3-jsonschema-3.2.0-13.el9.noarch 6/14 2025-11-25 05:20:17.655 | Verifying : python3-markupsafe-3.0.2-1.el9s.x86_64 7/14 2025-11-25 05:20:17.655 | Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 8/14 2025-11-25 05:20:17.655 | Verifying : python3-requests-2.32.3-4.el9s.noarch 9/14 2025-11-25 05:20:17.655 | Verifying : python3-requests-2.25.1-10.el9.noarch 10/14 2025-11-25 05:20:17.655 | Verifying : python3-setuptools-65.5.1-2.el9s.noarch 11/14 2025-11-25 05:20:17.655 | Verifying : python3-setuptools-53.0.0-15.el9.noarch 12/14 2025-11-25 05:20:17.655 | Verifying : python3-setuptools-wheel-65.5.1-2.el9s.noarch 13/14 2025-11-25 05:20:17.904 | Verifying : python3-setuptools-wheel-53.0.0-15.el9.noarch 14/14 2025-11-25 05:20:17.904 | 2025-11-25 05:20:17.904 | Upgraded: 2025-11-25 05:20:17.904 | python3-distro-1.9.0-2.el9s.noarch 2025-11-25 05:20:17.904 | python3-jinja2-3.0.1-2.el9s.noarch 2025-11-25 05:20:17.904 | python3-jsonschema-4.16.0-2.el9s.noarch 2025-11-25 05:20:17.904 | python3-markupsafe-3.0.2-1.el9s.x86_64 2025-11-25 05:20:17.904 | python3-requests-2.32.3-4.el9s.noarch 2025-11-25 05:20:17.904 | python3-setuptools-65.5.1-2.el9s.noarch 2025-11-25 05:20:17.904 | python3-setuptools-wheel-65.5.1-2.el9s.noarch 2025-11-25 05:20:17.904 | 2025-11-25 05:20:17.904 | Complete! 2025-11-25 05:20:17.997 | dib-run-parts 00-up-to-date completed 2025-11-25 05:20:17.997 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs 2025-11-25 05:20:18.003 | + set -eu 2025-11-25 05:20:18.003 | + set -o pipefail 2025-11-25 05:20:18.004 | ++ dirname /tmp/in_target.d/install.d/01-package-installs 2025-11-25 05:20:18.005 | + package-installs -d /tmp/in_target.d/install.d 2025-11-25 05:20:18.007 | + set -eu 2025-11-25 05:20:18.007 | + set -o pipefail 2025-11-25 05:20:18.007 | ++ basename /usr/local/bin/package-installs 2025-11-25 05:20:18.008 | + SCRIPTNAME=package-installs 2025-11-25 05:20:18.008 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d 2025-11-25 05:20:18.010 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-11-25 05:20:18.010 | + '[' 0 '!=' 0 ']' 2025-11-25 05:20:18.010 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-11-25 05:20:18.010 | ++ set -- -d /tmp/in_target.d/install.d -- 2025-11-25 05:20:18.010 | + WORKDIR= 2025-11-25 05:20:18.010 | + true 2025-11-25 05:20:18.010 | + case "$1" in 2025-11-25 05:20:18.010 | + WORKDIR=/tmp/in_target.d/install.d 2025-11-25 05:20:18.010 | + shift 2 2025-11-25 05:20:18.010 | + true 2025-11-25 05:20:18.011 | + case "$1" in 2025-11-25 05:20:18.011 | + shift 2025-11-25 05:20:18.011 | + break 2025-11-25 05:20:18.011 | + '[' -z /tmp/in_target.d/install.d ']' 2025-11-25 05:20:18.011 | + PACKAGES= 2025-11-25 05:20:18.012 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:20:18.016 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-11-25 05:20:18.016 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2025-11-25 05:20:18.017 | + basefile=package-installs-ironic-python-agent-ramdisk 2025-11-25 05:20:18.017 | + element_name=ironic-python-agent-ramdisk 2025-11-25 05:20:18.017 | + read pkg 2025-11-25 05:20:18.017 | + '[' -z ironic-python-agent ']' 2025-11-25 05:20:18.017 | + '[' i = '#' ']' 2025-11-25 05:20:18.017 | + '[' i = - ']' 2025-11-25 05:20:18.017 | + '[' -e /usr/share/pkg-map/ironic-python-agent-ramdisk ']' 2025-11-25 05:20:18.017 | + set +e 2025-11-25 05:20:18.018 | ++ pkg-map --element ironic-python-agent-ramdisk ironic-python-agent 2025-11-25 05:20:18.075 | INFO:root:Mapping for ironic-python-agent-ramdisk : ironic-python-agent 2025-11-25 05:20:18.081 | + map_pkg=openstack-ironic-python-agent 2025-11-25 05:20:18.081 | + '[' 0 -eq 0 ']' 2025-11-25 05:20:18.081 | + pkg=openstack-ironic-python-agent 2025-11-25 05:20:18.081 | + set -e 2025-11-25 05:20:18.081 | + PACKAGES=' openstack-ironic-python-agent' 2025-11-25 05:20:18.081 | + read pkg 2025-11-25 05:20:18.081 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-11-25 05:20:18.082 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2025-11-25 05:20:18.084 | + basefile=package-installs-extra-hardware 2025-11-25 05:20:18.084 | + element_name=extra-hardware 2025-11-25 05:20:18.084 | + read pkg 2025-11-25 05:20:18.085 | + '[' -z python-hardware ']' 2025-11-25 05:20:18.085 | + '[' p = '#' ']' 2025-11-25 05:20:18.085 | + '[' p = - ']' 2025-11-25 05:20:18.085 | + '[' -e /usr/share/pkg-map/extra-hardware ']' 2025-11-25 05:20:18.085 | + set +e 2025-11-25 05:20:18.086 | ++ pkg-map --element extra-hardware python-hardware 2025-11-25 05:20:18.142 | INFO:root:Mapping for extra-hardware : python-hardware 2025-11-25 05:20:18.170 | + map_pkg=python3-hardware-detect 2025-11-25 05:20:18.170 | + '[' 0 -eq 0 ']' 2025-11-25 05:20:18.170 | + pkg=python3-hardware-detect 2025-11-25 05:20:18.170 | + set -e 2025-11-25 05:20:18.170 | + PACKAGES=' openstack-ironic-python-agent python3-hardware-detect' 2025-11-25 05:20:18.170 | + read pkg 2025-11-25 05:20:18.171 | + '[' -n ' openstack-ironic-python-agent python3-hardware-detect' ']' 2025-11-25 05:20:18.171 | + install-packages openstack-ironic-python-agent python3-hardware-detect 2025-11-25 05:20:18.203 | Running install-packages install. 2025-11-25 05:20:18.203 | + dnf -v -y install openstack-ironic-python-agent python3-hardware-detect 2025-11-25 05:20:18.371 | Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:18.371 | DNF version: 4.14.0 2025-11-25 05:20:18.371 | cachedir: /tmp/yum 2025-11-25 05:20:18.395 | User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:18.449 | repo: using cache for: delorean-component-barbican 2025-11-25 05:20:18.450 | delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-11-25 05:20:18.450 | repo: using cache for: delorean-component-baremetal 2025-11-25 05:20:18.451 | delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-11-25 05:20:18.451 | repo: using cache for: delorean-component-cinder 2025-11-25 05:20:18.451 | delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-11-25 05:20:18.451 | repo: using cache for: delorean-component-clients 2025-11-25 05:20:18.452 | delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-11-25 05:20:18.452 | repo: using cache for: delorean-component-cloudops 2025-11-25 05:20:18.453 | delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-11-25 05:20:18.453 | repo: using cache for: delorean-component-common 2025-11-25 05:20:18.454 | delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-11-25 05:20:18.454 | repo: using cache for: delorean-component-compute 2025-11-25 05:20:18.454 | delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-11-25 05:20:18.455 | repo: using cache for: delorean-component-designate 2025-11-25 05:20:18.455 | delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-11-25 05:20:18.455 | repo: using cache for: delorean-component-glance 2025-11-25 05:20:18.455 | delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-11-25 05:20:18.456 | repo: using cache for: delorean-component-keystone 2025-11-25 05:20:18.456 | delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-11-25 05:20:18.456 | repo: using cache for: delorean-component-manila 2025-11-25 05:20:18.457 | delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-11-25 05:20:18.457 | repo: using cache for: delorean-component-network 2025-11-25 05:20:18.457 | delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-11-25 05:20:18.457 | repo: using cache for: delorean-component-octavia 2025-11-25 05:20:18.458 | delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-11-25 05:20:18.458 | repo: using cache for: delorean-component-optimize 2025-11-25 05:20:18.458 | delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-11-25 05:20:18.459 | repo: using cache for: delorean-component-podified 2025-11-25 05:20:18.459 | delorean-component-podified: using metadata from Thu Nov 20 08:16:57 2025. 2025-11-25 05:20:18.459 | repo: using cache for: delorean-component-puppet 2025-11-25 05:20:18.460 | delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2025-11-25 05:20:18.460 | repo: using cache for: delorean-component-swift 2025-11-25 05:20:18.460 | delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-11-25 05:20:18.460 | repo: using cache for: delorean-component-tempest 2025-11-25 05:20:18.461 | delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-11-25 05:20:18.461 | repo: using cache for: delorean-component-ui 2025-11-25 05:20:18.461 | delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-11-25 05:20:18.462 | repo: using cache for: baseos 2025-11-25 05:20:18.483 | baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:18.483 | repo: using cache for: appstream 2025-11-25 05:20:18.563 | appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:18.564 | repo: using cache for: crb 2025-11-25 05:20:18.580 | crb: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:18.580 | repo: using cache for: extras-common 2025-11-25 05:20:18.581 | extras-common: using metadata from Thu Oct 30 09:20:08 2025. 2025-11-25 05:20:18.581 | repo: using cache for: delorean-master-testing 2025-11-25 05:20:18.592 | delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-11-25 05:20:18.592 | repo: using cache for: delorean-master-build-deps 2025-11-25 05:20:18.595 | delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-11-25 05:20:18.595 | repo: using cache for: centos9-rabbitmq 2025-11-25 05:20:18.595 | centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-11-25 05:20:18.596 | repo: using cache for: centos9-storage 2025-11-25 05:20:18.598 | centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-11-25 05:20:18.598 | repo: using cache for: centos9-opstools 2025-11-25 05:20:18.599 | centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-11-25 05:20:18.599 | repo: using cache for: centos9-nfv-ovs 2025-11-25 05:20:18.602 | centos9-nfv-ovs: using metadata from Wed Nov 12 01:24:02 2025. 2025-11-25 05:20:18.602 | repo: using cache for: repo-setup-centos-appstream 2025-11-25 05:20:18.697 | repo-setup-centos-appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:18.697 | repo: using cache for: repo-setup-centos-baseos 2025-11-25 05:20:18.735 | repo-setup-centos-baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:18.736 | repo: using cache for: repo-setup-centos-highavailability 2025-11-25 05:20:18.759 | repo-setup-centos-highavailability: using metadata from Mon Nov 24 12:40:06 2025. 2025-11-25 05:20:18.759 | repo: using cache for: repo-setup-centos-powertools 2025-11-25 05:20:18.789 | repo-setup-centos-powertools: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:18.790 | Last metadata expiration check: 0:00:12 ago on Tue Nov 25 00:20:06 2025. 2025-11-25 05:20:19.003 | --> Starting dependency resolution 2025-11-25 05:20:19.080 | ---> Package openstack-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python3-ironic-python-agent.noarch 10.3.0-0.20250418005726.a15680f.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python3-stevedore.noarch 5.4.1-0.20250225155234.27e27c1.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python-oslo-concurrency-lang.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python-oslo-i18n-lang.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python-oslo-log-lang.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python-oslo-utils-lang.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2025-11-25 05:20:19.081 | ---> Package python3-debtcollector.noarch 3.0.0-0.20240226181642.0e6ce1c.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-futurist.noarch 3.1.0-0.20250225151745.bd83787.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-hardware-detect.noarch 0.32.1-0.20250310113828.527bcd2.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-concurrency.noarch 7.1.0-0.20250317173205.6250095.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-config.noarch 2:9.7.1-0.20250317170827.d583141.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-context.noarch 5.7.1-0.20250317171221.52d21e6.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-i18n.noarch 6.5.1-0.20250317171545.162e0fa.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-log.noarch 7.1.0-0.20250317172141.0c290b1.el9 will be installed 2025-11-25 05:20:19.082 | ---> Package python3-oslo-serialization.noarch 5.7.0-0.20250317180035.bff992d.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package python3-oslo-service.noarch 4.1.1-0.20250317160209.7a52803.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package python3-oslo-utils.noarch 8.2.0-0.20250318120252.cb68378.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package python3-tooz+redis.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package python3-tooz+zake.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package python3-tooz.noarch 6.3.0-0.20241018083720.734acc4.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package libaio.x86_64 0.3.111-13.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package libconfig.x86_64 1.7.2-9.el9 will be installed 2025-11-25 05:20:19.083 | ---> Package librdmacm.x86_64 57.0-2.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package lldpad.x86_64 1.1.1-4.gitf1dd9eb.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package pciutils.x86_64 3.7.0-7.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package python3-cffi.x86_64 1.14.5-5.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package python3-cryptography.x86_64 36.0.1-5.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package python3-dns.noarch 2.6.1-3.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package python3-ply.noarch 3.11-14.el9 will be installed 2025-11-25 05:20:19.084 | ---> Package python3-pycparser.noarch 2.20-6.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package python3-pyudev.noarch 0.22.0-6.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package smartmontools.x86_64 1:7.2-9.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package boost-iostreams.x86_64 1.75.0-13.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package boost-system.x86_64 1.75.0-13.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package boost-thread.x86_64 1.75.0-13.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package fio.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.085 | ---> Package fio-engine-http.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package fio-engine-libaio.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package fio-engine-nbd.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package fio-engine-rados.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package fio-engine-rbd.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package fio-engine-rdma.x86_64 3.35-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package git-core.x86_64 2.47.3-1.el9 will be installed 2025-11-25 05:20:19.086 | ---> Package libnbd.x86_64 1.20.3-4.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package libpq.x86_64 13.20-1.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package librados2.x86_64 2:16.2.4-5.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package librbd1.x86_64 2:16.2.4-5.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package mariadb-connector-c.x86_64 3.2.6-1.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package mariadb-connector-c-config.noarch 3.2.6-1.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package python3-psutil.x86_64 5.8.0-12.el9 will be installed 2025-11-25 05:20:19.087 | ---> Package qemu-img.x86_64 17:10.1.0-4.el9 will be installed 2025-11-25 05:20:19.088 | ---> Package luajit.x86_64 2.1.1692716794-3.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-async-timeout.noarch 4.0.2-5.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-eventlet.noarch 0.36.1-1.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-fasteners.noarch 0.19-1.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-greenlet.x86_64 3.1.1-1.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-ifaddr.noarch 0.1.7-3.el9s will be installed 2025-11-25 05:20:19.088 | ---> Package python3-iso8601.noarch 2.1.0-1.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-kazoo.noarch 2.8.0-2.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-msgpack.x86_64 1.1.0-1.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-netaddr.noarch 1.3.0-4.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-packaging.noarch 24.2-2.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-paste.noarch 3.10.1-1.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-paste-deploy.noarch 3.1.0-2.el9s will be installed 2025-11-25 05:20:19.089 | ---> Package python3-pbr.noarch 6.1.1-1.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-pint.noarch 0.16.1-3.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-pyOpenSSL.noarch 20.0.1-2.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-pyparsing.noarch 3.1.2-7.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-redis.noarch 5.0.4-1.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-repoze-lru.noarch 0.7-10.el9s will be installed 2025-11-25 05:20:19.090 | ---> Package python3-rfc3986.noarch 2.0.0-1.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-routes.noarch 2.5.1-1.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-tempita.noarch 0.5.2-2.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-tenacity.noarch 8.2.3-1.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-voluptuous.noarch 0.15.2-1.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-webob.noarch 1.8.9-1.el9s will be installed 2025-11-25 05:20:19.091 | ---> Package python3-werkzeug.noarch 3.0.3-1.el9s will be installed 2025-11-25 05:20:19.092 | ---> Package python3-wrapt.x86_64 1.16.0-1.el9s will be installed 2025-11-25 05:20:19.092 | ---> Package python3-yappi.x86_64 1.6.0-1.el9s will be installed 2025-11-25 05:20:19.092 | ---> Package python3-zake.noarch 0.2.2-22.el9s will be installed 2025-11-25 05:20:19.092 | ---> Package python3-zeroconf.noarch 0.38.7-1.el9s will be installed 2025-11-25 05:20:19.092 | ---> Package sysbench.x86_64 1.0.20-5.el9s will be installed 2025-11-25 05:20:19.092 | --> Finished dependency resolution 2025-11-25 05:20:19.093 | Dependencies resolved. 2025-11-25 05:20:19.099 | ================================================================================================================= 2025-11-25 05:20:19.099 | Package Arch Version Repository Size 2025-11-25 05:20:19.099 | ================================================================================================================= 2025-11-25 05:20:19.099 | Installing: 2025-11-25 05:20:19.099 | openstack-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 11 k 2025-11-25 05:20:19.099 | python3-hardware-detect noarch 0.32.1-0.20250310113828.527bcd2.el9 delorean-component-common 52 k 2025-11-25 05:20:19.099 | Installing dependencies: 2025-11-25 05:20:19.099 | boost-iostreams x86_64 1.75.0-13.el9 appstream 37 k 2025-11-25 05:20:19.099 | boost-system x86_64 1.75.0-13.el9 appstream 11 k 2025-11-25 05:20:19.099 | boost-thread x86_64 1.75.0-13.el9 appstream 53 k 2025-11-25 05:20:19.099 | git-core x86_64 2.47.3-1.el9 appstream 4.7 M 2025-11-25 05:20:19.099 | libaio x86_64 0.3.111-13.el9 baseos 24 k 2025-11-25 05:20:19.099 | libconfig x86_64 1.7.2-9.el9 baseos 72 k 2025-11-25 05:20:19.099 | libnbd x86_64 1.20.3-4.el9 appstream 164 k 2025-11-25 05:20:19.099 | libpq x86_64 13.20-1.el9 appstream 208 k 2025-11-25 05:20:19.099 | librados2 x86_64 2:16.2.4-5.el9 appstream 3.4 M 2025-11-25 05:20:19.099 | librbd1 x86_64 2:16.2.4-5.el9 appstream 3.0 M 2025-11-25 05:20:19.099 | librdmacm x86_64 57.0-2.el9 baseos 70 k 2025-11-25 05:20:19.099 | lldpad x86_64 1.1.1-4.gitf1dd9eb.el9 baseos 295 k 2025-11-25 05:20:19.099 | luajit x86_64 2.1.1692716794-3.el9s delorean-master-testing 402 k 2025-11-25 05:20:19.099 | mariadb-connector-c x86_64 3.2.6-1.el9 appstream 198 k 2025-11-25 05:20:19.099 | mariadb-connector-c-config noarch 3.2.6-1.el9 appstream 11 k 2025-11-25 05:20:19.099 | pciutils x86_64 3.7.0-7.el9 baseos 93 k 2025-11-25 05:20:19.099 | python-oslo-concurrency-lang noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 13 k 2025-11-25 05:20:19.099 | python-oslo-i18n-lang noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 14 k 2025-11-25 05:20:19.099 | python-oslo-log-lang noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 13 k 2025-11-25 05:20:19.099 | python-oslo-utils-lang noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 13 k 2025-11-25 05:20:19.099 | python3-async-timeout noarch 4.0.2-5.el9s delorean-master-testing 18 k 2025-11-25 05:20:19.099 | python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2025-11-25 05:20:19.100 | python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2025-11-25 05:20:19.100 | python3-debtcollector noarch 3.0.0-0.20240226181642.0e6ce1c.el9 delorean-component-common 31 k 2025-11-25 05:20:19.100 | python3-dns noarch 2.6.1-3.el9 baseos 507 k 2025-11-25 05:20:19.100 | python3-eventlet noarch 0.36.1-1.el9s delorean-master-testing 492 k 2025-11-25 05:20:19.100 | python3-fasteners noarch 0.19-1.el9s delorean-master-testing 37 k 2025-11-25 05:20:19.100 | python3-futurist noarch 3.1.0-0.20250225151745.bd83787.el9 delorean-component-common 61 k 2025-11-25 05:20:19.100 | python3-greenlet x86_64 3.1.1-1.el9s delorean-master-testing 215 k 2025-11-25 05:20:19.100 | python3-ifaddr noarch 0.1.7-3.el9s delorean-master-testing 22 k 2025-11-25 05:20:19.100 | python3-ironic-python-agent noarch 10.3.0-0.20250418005726.a15680f.el9 delorean-component-baremetal 293 k 2025-11-25 05:20:19.100 | python3-iso8601 noarch 2.1.0-1.el9s delorean-master-testing 21 k 2025-11-25 05:20:19.100 | python3-kazoo noarch 2.8.0-2.el9s delorean-master-testing 156 k 2025-11-25 05:20:19.100 | python3-msgpack x86_64 1.1.0-1.el9s delorean-master-testing 84 k 2025-11-25 05:20:19.100 | python3-netaddr noarch 1.3.0-4.el9s delorean-master-testing 1.6 M 2025-11-25 05:20:19.100 | python3-oslo-concurrency noarch 7.1.0-0.20250317173205.6250095.el9 delorean-component-common 40 k 2025-11-25 05:20:19.100 | python3-oslo-config noarch 2:9.7.1-0.20250317170827.d583141.el9 delorean-component-common 220 k 2025-11-25 05:20:19.100 | python3-oslo-context noarch 5.7.1-0.20250317171221.52d21e6.el9 delorean-component-common 26 k 2025-11-25 05:20:19.100 | python3-oslo-i18n noarch 6.5.1-0.20250317171545.162e0fa.el9 delorean-component-common 56 k 2025-11-25 05:20:19.100 | python3-oslo-log noarch 7.1.0-0.20250317172141.0c290b1.el9 delorean-component-common 62 k 2025-11-25 05:20:19.100 | python3-oslo-serialization noarch 5.7.0-0.20250317180035.bff992d.el9 delorean-component-common 31 k 2025-11-25 05:20:19.100 | python3-oslo-service noarch 4.1.1-0.20250317160209.7a52803.el9 delorean-component-common 77 k 2025-11-25 05:20:19.100 | python3-oslo-utils noarch 8.2.0-0.20250318120252.cb68378.el9 delorean-component-common 107 k 2025-11-25 05:20:19.100 | python3-packaging noarch 24.2-2.el9s delorean-master-testing 115 k 2025-11-25 05:20:19.100 | python3-paste noarch 3.10.1-1.el9s delorean-master-testing 486 k 2025-11-25 05:20:19.100 | python3-paste-deploy noarch 3.1.0-2.el9s delorean-master-testing 38 k 2025-11-25 05:20:19.100 | python3-pbr noarch 6.1.1-1.el9s delorean-master-testing 146 k 2025-11-25 05:20:19.100 | python3-pint noarch 0.16.1-3.el9s delorean-master-testing 341 k 2025-11-25 05:20:19.100 | python3-ply noarch 3.11-14.el9 baseos 106 k 2025-11-25 05:20:19.100 | python3-psutil x86_64 5.8.0-12.el9 appstream 214 k 2025-11-25 05:20:19.100 | python3-pyOpenSSL noarch 20.0.1-2.el9s delorean-master-testing 89 k 2025-11-25 05:20:19.100 | python3-pycparser noarch 2.20-6.el9 baseos 135 k 2025-11-25 05:20:19.100 | python3-pyparsing noarch 3.1.2-7.el9s delorean-master-testing 214 k 2025-11-25 05:20:19.100 | python3-pyudev noarch 0.22.0-6.el9 baseos 90 k 2025-11-25 05:20:19.100 | python3-redis noarch 5.0.4-1.el9s delorean-master-testing 394 k 2025-11-25 05:20:19.100 | python3-repoze-lru noarch 0.7-10.el9s delorean-master-testing 31 k 2025-11-25 05:20:19.100 | python3-rfc3986 noarch 2.0.0-1.el9s delorean-master-testing 50 k 2025-11-25 05:20:19.100 | python3-routes noarch 2.5.1-1.el9s delorean-master-testing 188 k 2025-11-25 05:20:19.100 | python3-stevedore noarch 5.4.1-0.20250225155234.27e27c1.el9 delorean-component-clients 68 k 2025-11-25 05:20:19.100 | python3-tempita noarch 0.5.2-2.el9s delorean-master-testing 36 k 2025-11-25 05:20:19.100 | python3-tenacity noarch 8.2.3-1.el9s delorean-master-testing 46 k 2025-11-25 05:20:19.100 | python3-tooz noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 104 k 2025-11-25 05:20:19.100 | python3-tooz+redis noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.8 k 2025-11-25 05:20:19.100 | python3-tooz+zake noarch 6.3.0-0.20241018083720.734acc4.el9 delorean-component-common 7.7 k 2025-11-25 05:20:19.100 | python3-voluptuous noarch 0.15.2-1.el9s delorean-master-testing 60 k 2025-11-25 05:20:19.100 | python3-webob noarch 1.8.9-1.el9s delorean-master-testing 230 k 2025-11-25 05:20:19.100 | python3-werkzeug noarch 3.0.3-1.el9s delorean-master-testing 357 k 2025-11-25 05:20:19.100 | python3-wrapt x86_64 1.16.0-1.el9s delorean-master-testing 60 k 2025-11-25 05:20:19.100 | python3-yappi x86_64 1.6.0-1.el9s delorean-master-testing 54 k 2025-11-25 05:20:19.100 | python3-zake noarch 0.2.2-22.el9s delorean-master-testing 45 k 2025-11-25 05:20:19.100 | python3-zeroconf noarch 0.38.7-1.el9s delorean-master-testing 141 k 2025-11-25 05:20:19.100 | qemu-img x86_64 17:10.1.0-4.el9 appstream 2.6 M 2025-11-25 05:20:19.100 | smartmontools x86_64 1:7.2-9.el9 baseos 557 k 2025-11-25 05:20:19.100 | Installing weak dependencies: 2025-11-25 05:20:19.100 | fio x86_64 3.35-1.el9 appstream 6.2 M 2025-11-25 05:20:19.100 | fio-engine-http x86_64 3.35-1.el9 appstream 18 k 2025-11-25 05:20:19.100 | fio-engine-libaio x86_64 3.35-1.el9 appstream 16 k 2025-11-25 05:20:19.100 | fio-engine-nbd x86_64 3.35-1.el9 appstream 15 k 2025-11-25 05:20:19.100 | fio-engine-rados x86_64 3.35-1.el9 appstream 16 k 2025-11-25 05:20:19.100 | fio-engine-rbd x86_64 3.35-1.el9 appstream 16 k 2025-11-25 05:20:19.100 | fio-engine-rdma x86_64 3.35-1.el9 appstream 21 k 2025-11-25 05:20:19.100 | sysbench x86_64 1.0.20-5.el9s delorean-master-testing 158 k 2025-11-25 05:20:19.100 | 2025-11-25 05:20:19.100 | Transaction Summary 2025-11-25 05:20:19.100 | ================================================================================================================= 2025-11-25 05:20:19.100 | Install 83 Packages 2025-11-25 05:20:19.100 | 2025-11-25 05:20:19.111 | Total size: 32 M 2025-11-25 05:20:19.111 | Total download size: 24 M 2025-11-25 05:20:19.111 | Installed size: 115 M 2025-11-25 05:20:19.111 | Downloading Packages: 2025-11-25 05:20:19.115 | [SKIPPED] python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.115 | [SKIPPED] python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python3-oslo-config-9.7.1-0.20250317170827.d583141.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.116 | [SKIPPED] libaio-0.3.111-13.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:19.223 | [SKIPPED] python3-pyudev-0.22.0-6.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] git-core-2.47.3-1.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-psutil-5.8.0-12.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-fasteners-0.19-1.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-iso8601-2.1.0-1.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-netaddr-1.3.0-4.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-packaging-24.2-2.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-pbr-6.1.1-1.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-pyparsing-3.1.2-7.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.317 | [SKIPPED] python3-rfc3986-2.0.0-1.el9s.noarch.rpm: Already downloaded 2025-11-25 05:20:19.318 | [SKIPPED] python3-wrapt-1.16.0-1.el9s.x86_64.rpm: Already downloaded 2025-11-25 05:20:19.331 | (22/83): python-oslo-log-lang-7.1.0-0.202503171 1.0 MB/s | 13 kB 00:00 2025-11-25 05:20:19.363 | (23/83): python3-futurist-3.1.0-0.2025022515174 1.9 MB/s | 61 kB 00:00 2025-11-25 05:20:19.388 | (24/83): openstack-ironic-python-agent-10.3.0-0 161 kB/s | 11 kB 00:00 2025-11-25 05:20:19.391 | (25/83): python3-hardware-detect-0.32.1-0.20250 1.8 MB/s | 52 kB 00:00 2025-11-25 05:20:19.422 | (26/83): python3-oslo-context-5.7.1-0.202503171 787 kB/s | 26 kB 00:00 2025-11-25 05:20:19.428 | (27/83): python3-oslo-log-7.1.0-0.2025031717214 1.7 MB/s | 62 kB 00:00 2025-11-25 05:20:19.485 | (28/83): python3-oslo-serialization-5.7.0-0.202 502 kB/s | 31 kB 00:00 2025-11-25 05:20:19.507 | (29/83): python3-ironic-python-agent-10.3.0-0.2 1.5 MB/s | 293 kB 00:00 2025-11-25 05:20:19.542 | (30/83): python3-oslo-service-4.1.1-0.202503171 677 kB/s | 77 kB 00:00 2025-11-25 05:20:19.603 | (31/83): python3-tooz+redis-6.3.0-0.20241018083 67 kB/s | 7.8 kB 00:00 2025-11-25 05:20:19.645 | (32/83): python3-tooz+zake-6.3.0-0.202410180837 76 kB/s | 7.7 kB 00:00 2025-11-25 05:20:19.676 | (33/83): python3-tooz-6.3.0-0.20241018083720.73 783 kB/s | 104 kB 00:00 2025-11-25 05:20:19.860 | (34/83): libconfig-1.7.2-9.el9.x86_64.rpm 281 kB/s | 72 kB 00:00 2025-11-25 05:20:19.934 | (35/83): librdmacm-57.0-2.el9.x86_64.rpm 242 kB/s | 70 kB 00:00 2025-11-25 05:20:19.981 | (36/83): lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64.r 1.1 MB/s | 295 kB 00:00 2025-11-25 05:20:19.997 | (37/83): pciutils-3.7.0-7.el9.x86_64.rpm 692 kB/s | 93 kB 00:00 2025-11-25 05:20:20.041 | (38/83): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.4 MB/s | 253 kB 00:00 2025-11-25 05:20:20.124 | (39/83): python3-cryptography-36.0.1-5.el9.x86_ 8.8 MB/s | 1.2 MB 00:00 2025-11-25 05:20:20.150 | (40/83): python3-ply-3.11-14.el9.noarch.rpm 985 kB/s | 106 kB 00:00 2025-11-25 05:20:20.228 | (41/83): python3-dns-2.6.1-3.el9.noarch.rpm 2.7 MB/s | 507 kB 00:00 2025-11-25 05:20:20.390 | (42/83): python3-pycparser-2.20-6.el9.noarch.rp 512 kB/s | 135 kB 00:00 2025-11-25 05:20:20.419 | (43/83): smartmontools-7.2-9.el9.x86_64.rpm 2.0 MB/s | 557 kB 00:00 2025-11-25 05:20:20.433 | (44/83): boost-iostreams-1.75.0-13.el9.x86_64.r 182 kB/s | 37 kB 00:00 2025-11-25 05:20:20.498 | (45/83): boost-system-1.75.0-13.el9.x86_64.rpm 145 kB/s | 11 kB 00:00 2025-11-25 05:20:20.552 | (46/83): boost-thread-1.75.0-13.el9.x86_64.rpm 404 kB/s | 53 kB 00:00 2025-11-25 05:20:20.610 | (47/83): fio-engine-http-3.35-1.el9.x86_64.rpm 171 kB/s | 18 kB 00:00 2025-11-25 05:20:20.767 | (48/83): fio-3.35-1.el9.x86_64.rpm 19 MB/s | 6.2 MB 00:00 2025-11-25 05:20:20.791 | (49/83): fio-engine-libaio-3.35-1.el9.x86_64.rp 66 kB/s | 16 kB 00:00 2025-11-25 05:20:20.798 | (50/83): fio-engine-nbd-3.35-1.el9.x86_64.rpm 78 kB/s | 15 kB 00:00 2025-11-25 05:20:20.847 | (51/83): fio-engine-rados-3.35-1.el9.x86_64.rpm 284 kB/s | 16 kB 00:00 2025-11-25 05:20:20.871 | (52/83): fio-engine-rbd-3.35-1.el9.x86_64.rpm 204 kB/s | 16 kB 00:00 2025-11-25 05:20:20.887 | (53/83): fio-engine-rdma-3.35-1.el9.x86_64.rpm 232 kB/s | 21 kB 00:00 2025-11-25 05:20:20.914 | (54/83): libnbd-1.20.3-4.el9.x86_64.rpm 2.4 MB/s | 164 kB 00:00 2025-11-25 05:20:20.955 | (55/83): libpq-13.20-1.el9.x86_64.rpm 2.4 MB/s | 208 kB 00:00 2025-11-25 05:20:21.054 | (56/83): librados2-16.2.4-5.el9.x86_64.rpm 20 MB/s | 3.4 MB 00:00 2025-11-25 05:20:21.181 | (57/83): librbd1-16.2.4-5.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2025-11-25 05:20:21.205 | (58/83): mariadb-connector-c-3.2.6-1.el9.x86_64 816 kB/s | 198 kB 00:00 2025-11-25 05:20:21.237 | (59/83): mariadb-connector-c-config-3.2.6-1.el9 60 kB/s | 11 kB 00:00 2025-11-25 05:20:21.253 | (60/83): python3-async-timeout-4.0.2-5.el9s.noa 1.1 MB/s | 18 kB 00:00 2025-11-25 05:20:21.330 | (61/83): luajit-2.1.1692716794-3.el9s.x86_64.rp 3.2 MB/s | 402 kB 00:00 2025-11-25 05:20:21.445 | (62/83): qemu-img-10.1.0-4.el9.x86_64.rpm 11 MB/s | 2.6 MB 00:00 2025-11-25 05:20:21.452 | (63/83): python3-greenlet-3.1.1-1.el9s.x86_64.r 1.8 MB/s | 215 kB 00:00 2025-11-25 05:20:21.455 | (64/83): python3-ifaddr-0.1.7-3.el9s.noarch.rpm 2.5 MB/s | 22 kB 00:00 2025-11-25 05:20:21.481 | (65/83): python3-kazoo-2.8.0-2.el9s.noarch.rpm 5.4 MB/s | 156 kB 00:00 2025-11-25 05:20:21.518 | (66/83): python3-msgpack-1.1.0-1.el9s.x86_64.rp 1.3 MB/s | 84 kB 00:00 2025-11-25 05:20:21.559 | (67/83): python3-eventlet-0.36.1-1.el9s.noarch. 1.6 MB/s | 492 kB 00:00 2025-11-25 05:20:21.578 | (68/83): python3-paste-deploy-3.1.0-2.el9s.noar 656 kB/s | 38 kB 00:00 2025-11-25 05:20:21.606 | (69/83): python3-pyOpenSSL-20.0.1-2.el9s.noarch 3.2 MB/s | 89 kB 00:00 2025-11-25 05:20:21.630 | (70/83): python3-pint-0.16.1-3.el9s.noarch.rpm 4.8 MB/s | 341 kB 00:00 2025-11-25 05:20:21.703 | (71/83): python3-paste-3.10.1-1.el9s.noarch.rpm 2.2 MB/s | 486 kB 00:00 2025-11-25 05:20:21.710 | (72/83): python3-repoze-lru-0.7-10.el9s.noarch. 388 kB/s | 31 kB 00:00 2025-11-25 05:20:21.721 | (73/83): python3-tempita-0.5.2-2.el9s.noarch.rp 3.4 MB/s | 36 kB 00:00 2025-11-25 05:20:21.728 | (74/83): python3-routes-2.5.1-1.el9s.noarch.rpm 7.5 MB/s | 188 kB 00:00 2025-11-25 05:20:21.738 | (75/83): python3-tenacity-8.2.3-1.el9s.noarch.r 2.8 MB/s | 46 kB 00:00 2025-11-25 05:20:21.772 | (76/83): python3-redis-5.0.4-1.el9s.noarch.rpm 2.3 MB/s | 394 kB 00:00 2025-11-25 05:20:21.791 | (77/83): python3-voluptuous-0.15.2-1.el9s.noarc 969 kB/s | 60 kB 00:00 2025-11-25 05:20:21.808 | (78/83): python3-webob-1.8.9-1.el9s.noarch.rpm 3.3 MB/s | 230 kB 00:00 2025-11-25 05:20:21.813 | (79/83): python3-yappi-1.6.0-1.el9s.x86_64.rpm 2.5 MB/s | 54 kB 00:00 2025-11-25 05:20:21.818 | (80/83): python3-zake-0.2.2-22.el9s.noarch.rpm 4.4 MB/s | 45 kB 00:00 2025-11-25 05:20:21.828 | (81/83): python3-zeroconf-0.38.7-1.el9s.noarch. 10 MB/s | 141 kB 00:00 2025-11-25 05:20:21.832 | (82/83): python3-werkzeug-3.0.3-1.el9s.noarch.r 8.7 MB/s | 357 kB 00:00 2025-11-25 05:20:21.838 | (83/83): sysbench-1.0.20-5.el9s.x86_64.rpm 8.3 MB/s | 158 kB 00:00 2025-11-25 05:20:21.843 | -------------------------------------------------------------------------------- 2025-11-25 05:20:21.844 | Total 8.8 MB/s | 24 MB 00:02 2025-11-25 05:20:21.845 | Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-11-25 05:20:22.965 | Running transaction check 2025-11-25 05:20:23.042 | Transaction check succeeded. 2025-11-25 05:20:23.042 | Running transaction test 2025-11-25 05:20:23.439 | Transaction test succeeded. 2025-11-25 05:20:23.440 | Running transaction 2025-11-25 05:20:26.372 | Preparing : 1/1 2025-11-25 05:20:26.459 | Installing : python3-packaging-24.2-2.el9s.noarch 1/83 2025-11-25 05:20:26.536 | Installing : libaio-0.3.111-13.el9.x86_64 2/83 2025-11-25 05:20:26.649 | Installing : python3-tenacity-8.2.3-1.el9s.noarch 3/83 2025-11-25 05:20:26.761 | Installing : python3-netaddr-1.3.0-4.el9s.noarch 4/83 2025-11-25 05:20:26.802 | Installing : python3-msgpack-1.1.0-1.el9s.x86_64 5/83 2025-11-25 05:20:26.854 | Installing : python3-greenlet-3.1.1-1.el9s.x86_64 6/83 2025-11-25 05:20:26.956 | Installing : python3-fasteners-0.19-1.el9s.noarch 7/83 2025-11-25 05:20:26.983 | Installing : python3-psutil-5.8.0-12.el9.x86_64 8/83 2025-11-25 05:20:27.081 | Installing : librdmacm-57.0-2.el9.x86_64 9/83 2025-11-25 05:20:27.135 | Installing : qemu-img-17:10.1.0-4.el9.x86_64 10/83 2025-11-25 05:20:27.165 | Installing : python3-pint-0.16.1-3.el9s.noarch 11/83 2025-11-25 05:20:27.202 | Installing : python3-yappi-1.6.0-1.el9s.x86_64 12/83 2025-11-25 05:20:27.276 | Installing : python3-wrapt-1.16.0-1.el9s.x86_64 13/83 2025-11-25 05:20:27.302 | Installing : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 14/83 2025-11-25 05:20:27.381 | Installing : python3-futurist-3.1.0-0.20250225151745.bd83787.el 15/83 2025-11-25 05:20:27.530 | Installing : python3-werkzeug-3.0.3-1.el9s.noarch 16/83 2025-11-25 05:20:27.608 | Installing : python3-webob-1.8.9-1.el9s.noarch 17/83 2025-11-25 05:20:27.768 | Installing : python3-voluptuous-0.15.2-1.el9s.noarch 18/83 2025-11-25 05:20:27.819 | Installing : python3-tempita-0.5.2-2.el9s.noarch 19/83 2025-11-25 05:20:27.844 | Installing : python3-rfc3986-2.0.0-1.el9s.noarch 20/83 2025-11-25 05:20:27.992 | Installing : python3-repoze-lru-0.7-10.el9s.noarch 21/83 2025-11-25 05:20:28.126 | Installing : python3-routes-2.5.1-1.el9s.noarch 22/83 2025-11-25 05:20:28.201 | Installing : python3-pyparsing-3.1.2-7.el9s.noarch 23/83 2025-11-25 05:20:28.321 | Installing : python3-paste-deploy-3.1.0-2.el9s.noarch 24/83 2025-11-25 05:20:28.378 | Installing : python3-kazoo-2.8.0-2.el9s.noarch 25/83 2025-11-25 05:20:28.476 | Installing : python3-zake-0.2.2-22.el9s.noarch 26/83 2025-11-25 05:20:28.557 | Installing : python3-iso8601-2.1.0-1.el9s.noarch 27/83 2025-11-25 05:20:28.644 | Installing : python3-ifaddr-0.1.7-3.el9s.noarch 28/83 2025-11-25 05:20:28.777 | Installing : python3-zeroconf-0.38.7-1.el9s.noarch 29/83 2025-11-25 05:20:28.897 | Installing : python3-async-timeout-4.0.2-5.el9s.noarch 30/83 2025-11-25 05:20:28.976 | Installing : python3-redis-5.0.4-1.el9s.noarch 31/83 2025-11-25 05:20:29.117 | Installing : luajit-2.1.1692716794-3.el9s.x86_64 32/83 2025-11-25 05:20:29.183 | Installing : mariadb-connector-c-config-3.2.6-1.el9.noarch 33/83 2025-11-25 05:20:29.363 | Installing : mariadb-connector-c-3.2.6-1.el9.x86_64 34/83 2025-11-25 05:20:29.477 | Installing : libpq-13.20-1.el9.x86_64 35/83 2025-11-25 05:20:29.595 | Installing : sysbench-1.0.20-5.el9s.x86_64 36/83 2025-11-25 05:20:29.829 | Installing : libnbd-1.20.3-4.el9.x86_64 37/83 2025-11-25 05:20:29.987 | Installing : git-core-2.47.3-1.el9.x86_64 38/83 2025-11-25 05:20:30.094 | Installing : python3-pbr-6.1.1-1.el9s.noarch 39/83 2025-11-25 05:20:30.175 | Installing : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 40/83 2025-11-25 05:20:30.244 | Installing : python3-oslo-context-5.7.1-0.20250317171221.52d21e 41/83 2025-11-25 05:20:30.268 | Installing : boost-system-1.75.0-13.el9.x86_64 42/83 2025-11-25 05:20:30.361 | Installing : boost-thread-1.75.0-13.el9.x86_64 43/83 2025-11-25 05:20:30.505 | Installing : boost-iostreams-1.75.0-13.el9.x86_64 44/83 2025-11-25 05:20:30.527 | Installing : librados2-2:16.2.4-5.el9.x86_64 45/83 2025-11-25 05:20:30.623 | Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 45/83 2025-11-25 05:20:30.632 | Installing : librbd1-2:16.2.4-5.el9.x86_64 46/83 2025-11-25 05:20:30.670 | Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 46/83 2025-11-25 05:20:30.680 | Installing : fio-engine-http-3.35-1.el9.x86_64 47/83 2025-11-25 05:20:30.700 | Installing : fio-engine-nbd-3.35-1.el9.x86_64 48/83 2025-11-25 05:20:30.706 | Installing : fio-engine-rados-3.35-1.el9.x86_64 49/83 2025-11-25 05:20:30.713 | Installing : fio-engine-rbd-3.35-1.el9.x86_64 50/83 2025-11-25 05:20:30.791 | Installing : fio-engine-rdma-3.35-1.el9.x86_64 51/83 2025-11-25 05:20:30.803 | Installing : fio-3.35-1.el9.x86_64 52/83 2025-11-25 05:20:30.822 | Installing : fio-engine-libaio-3.35-1.el9.x86_64 53/83 2025-11-25 05:20:30.829 | Installing : smartmontools-1:7.2-9.el9.x86_64 54/83 2025-11-25 05:20:30.866 | Running scriptlet: smartmontools-1:7.2-9.el9.x86_64 54/83 2025-11-25 05:20:30.867 | Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service -> /usr/lib/systemd/system/smartd.service. 2025-11-25 05:20:30.867 | 2025-11-25 05:20:30.892 | Installing : python3-pyudev-0.22.0-6.el9.noarch 55/83 2025-11-25 05:20:30.910 | Installing : python3-ply-3.11-14.el9.noarch 56/83 2025-11-25 05:20:30.945 | Installing : python3-pycparser-2.20-6.el9.noarch 57/83 2025-11-25 05:20:31.027 | Installing : python3-cffi-1.14.5-5.el9.x86_64 58/83 2025-11-25 05:20:31.049 | Installing : python3-cryptography-36.0.1-5.el9.x86_64 59/83 2025-11-25 05:20:31.107 | Installing : python3-pyOpenSSL-20.0.1-2.el9s.noarch 60/83 2025-11-25 05:20:31.160 | Installing : python3-paste-3.10.1-1.el9s.noarch 61/83 2025-11-25 05:20:31.217 | Installing : python3-dns-2.6.1-3.el9.noarch 62/83 2025-11-25 05:20:31.233 | Installing : python3-eventlet-0.36.1-1.el9s.noarch 63/83 2025-11-25 05:20:31.245 | Installing : pciutils-3.7.0-7.el9.x86_64 64/83 2025-11-25 05:20:31.265 | Installing : libconfig-1.7.2-9.el9.x86_64 65/83 2025-11-25 05:20:31.273 | Installing : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2025-11-25 05:20:31.310 | Running scriptlet: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 66/83 2025-11-25 05:20:31.318 | Installing : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 67/83 2025-11-25 05:20:31.327 | Installing : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 68/83 2025-11-25 05:20:31.351 | Installing : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 69/83 2025-11-25 05:20:31.378 | Installing : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 70/83 2025-11-25 05:20:31.405 | Installing : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 71/83 2025-11-25 05:20:31.418 | Installing : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 72/83 2025-11-25 05:20:31.424 | Installing : python3-oslo-serialization-5.7.0-0.20250317180035. 73/83 2025-11-25 05:20:31.429 | Installing : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 74/83 2025-11-25 05:20:31.443 | Installing : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 75/83 2025-11-25 05:20:31.460 | Installing : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 76/83 2025-11-25 05:20:31.470 | Installing : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 77/83 2025-11-25 05:20:31.481 | Installing : python-oslo-concurrency-lang-7.1.0-0.2025031717320 78/83 2025-11-25 05:20:31.500 | Installing : python3-oslo-concurrency-7.1.0-0.20250317173205.62 79/83 2025-11-25 05:20:31.532 | Installing : python3-oslo-service-4.1.1-0.20250317160209.7a5280 80/83 2025-11-25 05:20:31.542 | Installing : python3-ironic-python-agent-10.3.0-0.2025041800572 81/83 2025-11-25 05:20:31.547 | Installing : openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2025-11-25 05:20:31.586 | Running scriptlet: openstack-ironic-python-agent-10.3.0-0.20250418005 82/83 2025-11-25 05:20:31.628 | Installing : python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2025-11-25 05:20:32.372 | Running scriptlet: python3-hardware-detect-0.32.1-0.20250310113828.52 83/83 2025-11-25 05:20:32.372 | Verifying : openstack-ironic-python-agent-10.3.0-0.20250418005 1/83 2025-11-25 05:20:32.372 | Verifying : python3-ironic-python-agent-10.3.0-0.2025041800572 2/83 2025-11-25 05:20:32.373 | Verifying : python3-stevedore-5.4.1-0.20250225155234.27e27c1.e 3/83 2025-11-25 05:20:32.373 | Verifying : python-oslo-concurrency-lang-7.1.0-0.2025031717320 4/83 2025-11-25 05:20:32.373 | Verifying : python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0 5/83 2025-11-25 05:20:32.373 | Verifying : python-oslo-log-lang-7.1.0-0.20250317172141.0c290b 6/83 2025-11-25 05:20:32.373 | Verifying : python-oslo-utils-lang-8.2.0-0.20250318120252.cb68 7/83 2025-11-25 05:20:32.373 | Verifying : python3-debtcollector-3.0.0-0.20240226181642.0e6ce 8/83 2025-11-25 05:20:32.373 | Verifying : python3-futurist-3.1.0-0.20250225151745.bd83787.el 9/83 2025-11-25 05:20:32.373 | Verifying : python3-hardware-detect-0.32.1-0.20250310113828.52 10/83 2025-11-25 05:20:32.373 | Verifying : python3-oslo-concurrency-7.1.0-0.20250317173205.62 11/83 2025-11-25 05:20:32.373 | Verifying : python3-oslo-config-2:9.7.1-0.20250317170827.d5831 12/83 2025-11-25 05:20:32.373 | Verifying : python3-oslo-context-5.7.1-0.20250317171221.52d21e 13/83 2025-11-25 05:20:32.374 | Verifying : python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.e 14/83 2025-11-25 05:20:32.374 | Verifying : python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el 15/83 2025-11-25 05:20:32.374 | Verifying : python3-oslo-serialization-5.7.0-0.20250317180035. 16/83 2025-11-25 05:20:32.374 | Verifying : python3-oslo-service-4.1.1-0.20250317160209.7a5280 17/83 2025-11-25 05:20:32.374 | Verifying : python3-oslo-utils-8.2.0-0.20250318120252.cb68378. 18/83 2025-11-25 05:20:32.374 | Verifying : python3-tooz+redis-6.3.0-0.20241018083720.734acc4. 19/83 2025-11-25 05:20:32.374 | Verifying : python3-tooz+zake-6.3.0-0.20241018083720.734acc4.e 20/83 2025-11-25 05:20:32.374 | Verifying : python3-tooz-6.3.0-0.20241018083720.734acc4.el9.no 21/83 2025-11-25 05:20:32.374 | Verifying : libaio-0.3.111-13.el9.x86_64 22/83 2025-11-25 05:20:32.374 | Verifying : libconfig-1.7.2-9.el9.x86_64 23/83 2025-11-25 05:20:32.374 | Verifying : librdmacm-57.0-2.el9.x86_64 24/83 2025-11-25 05:20:32.374 | Verifying : lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 25/83 2025-11-25 05:20:32.375 | Verifying : pciutils-3.7.0-7.el9.x86_64 26/83 2025-11-25 05:20:32.375 | Verifying : python3-cffi-1.14.5-5.el9.x86_64 27/83 2025-11-25 05:20:32.375 | Verifying : python3-cryptography-36.0.1-5.el9.x86_64 28/83 2025-11-25 05:20:32.375 | Verifying : python3-dns-2.6.1-3.el9.noarch 29/83 2025-11-25 05:20:32.375 | Verifying : python3-ply-3.11-14.el9.noarch 30/83 2025-11-25 05:20:32.375 | Verifying : python3-pycparser-2.20-6.el9.noarch 31/83 2025-11-25 05:20:32.375 | Verifying : python3-pyudev-0.22.0-6.el9.noarch 32/83 2025-11-25 05:20:32.375 | Verifying : smartmontools-1:7.2-9.el9.x86_64 33/83 2025-11-25 05:20:32.375 | Verifying : boost-iostreams-1.75.0-13.el9.x86_64 34/83 2025-11-25 05:20:32.375 | Verifying : boost-system-1.75.0-13.el9.x86_64 35/83 2025-11-25 05:20:32.375 | Verifying : boost-thread-1.75.0-13.el9.x86_64 36/83 2025-11-25 05:20:32.375 | Verifying : fio-3.35-1.el9.x86_64 37/83 2025-11-25 05:20:32.375 | Verifying : fio-engine-http-3.35-1.el9.x86_64 38/83 2025-11-25 05:20:32.376 | Verifying : fio-engine-libaio-3.35-1.el9.x86_64 39/83 2025-11-25 05:20:32.376 | Verifying : fio-engine-nbd-3.35-1.el9.x86_64 40/83 2025-11-25 05:20:32.376 | Verifying : fio-engine-rados-3.35-1.el9.x86_64 41/83 2025-11-25 05:20:32.376 | Verifying : fio-engine-rbd-3.35-1.el9.x86_64 42/83 2025-11-25 05:20:32.376 | Verifying : fio-engine-rdma-3.35-1.el9.x86_64 43/83 2025-11-25 05:20:32.376 | Verifying : git-core-2.47.3-1.el9.x86_64 44/83 2025-11-25 05:20:32.376 | Verifying : libnbd-1.20.3-4.el9.x86_64 45/83 2025-11-25 05:20:32.376 | Verifying : libpq-13.20-1.el9.x86_64 46/83 2025-11-25 05:20:32.376 | Verifying : librados2-2:16.2.4-5.el9.x86_64 47/83 2025-11-25 05:20:32.376 | Verifying : librbd1-2:16.2.4-5.el9.x86_64 48/83 2025-11-25 05:20:32.376 | Verifying : mariadb-connector-c-3.2.6-1.el9.x86_64 49/83 2025-11-25 05:20:32.376 | Verifying : mariadb-connector-c-config-3.2.6-1.el9.noarch 50/83 2025-11-25 05:20:32.376 | Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/83 2025-11-25 05:20:32.377 | Verifying : qemu-img-17:10.1.0-4.el9.x86_64 52/83 2025-11-25 05:20:32.377 | Verifying : luajit-2.1.1692716794-3.el9s.x86_64 53/83 2025-11-25 05:20:32.377 | Verifying : python3-async-timeout-4.0.2-5.el9s.noarch 54/83 2025-11-25 05:20:32.377 | Verifying : python3-eventlet-0.36.1-1.el9s.noarch 55/83 2025-11-25 05:20:32.377 | Verifying : python3-fasteners-0.19-1.el9s.noarch 56/83 2025-11-25 05:20:32.377 | Verifying : python3-greenlet-3.1.1-1.el9s.x86_64 57/83 2025-11-25 05:20:32.377 | Verifying : python3-ifaddr-0.1.7-3.el9s.noarch 58/83 2025-11-25 05:20:32.377 | Verifying : python3-iso8601-2.1.0-1.el9s.noarch 59/83 2025-11-25 05:20:32.377 | Verifying : python3-kazoo-2.8.0-2.el9s.noarch 60/83 2025-11-25 05:20:32.377 | Verifying : python3-msgpack-1.1.0-1.el9s.x86_64 61/83 2025-11-25 05:20:32.377 | Verifying : python3-netaddr-1.3.0-4.el9s.noarch 62/83 2025-11-25 05:20:32.377 | Verifying : python3-packaging-24.2-2.el9s.noarch 63/83 2025-11-25 05:20:32.378 | Verifying : python3-paste-3.10.1-1.el9s.noarch 64/83 2025-11-25 05:20:32.378 | Verifying : python3-paste-deploy-3.1.0-2.el9s.noarch 65/83 2025-11-25 05:20:32.378 | Verifying : python3-pbr-6.1.1-1.el9s.noarch 66/83 2025-11-25 05:20:32.378 | Verifying : python3-pint-0.16.1-3.el9s.noarch 67/83 2025-11-25 05:20:32.378 | Verifying : python3-pyOpenSSL-20.0.1-2.el9s.noarch 68/83 2025-11-25 05:20:32.378 | Verifying : python3-pyparsing-3.1.2-7.el9s.noarch 69/83 2025-11-25 05:20:32.378 | Verifying : python3-redis-5.0.4-1.el9s.noarch 70/83 2025-11-25 05:20:32.378 | Verifying : python3-repoze-lru-0.7-10.el9s.noarch 71/83 2025-11-25 05:20:32.378 | Verifying : python3-rfc3986-2.0.0-1.el9s.noarch 72/83 2025-11-25 05:20:32.378 | Verifying : python3-routes-2.5.1-1.el9s.noarch 73/83 2025-11-25 05:20:32.378 | Verifying : python3-tempita-0.5.2-2.el9s.noarch 74/83 2025-11-25 05:20:32.378 | Verifying : python3-tenacity-8.2.3-1.el9s.noarch 75/83 2025-11-25 05:20:32.378 | Verifying : python3-voluptuous-0.15.2-1.el9s.noarch 76/83 2025-11-25 05:20:32.379 | Verifying : python3-webob-1.8.9-1.el9s.noarch 77/83 2025-11-25 05:20:32.379 | Verifying : python3-werkzeug-3.0.3-1.el9s.noarch 78/83 2025-11-25 05:20:32.379 | Verifying : python3-wrapt-1.16.0-1.el9s.x86_64 79/83 2025-11-25 05:20:32.379 | Verifying : python3-yappi-1.6.0-1.el9s.x86_64 80/83 2025-11-25 05:20:32.379 | Verifying : python3-zake-0.2.2-22.el9s.noarch 81/83 2025-11-25 05:20:32.379 | Verifying : python3-zeroconf-0.38.7-1.el9s.noarch 82/83 2025-11-25 05:20:32.450 | Verifying : sysbench-1.0.20-5.el9s.x86_64 83/83 2025-11-25 05:20:32.450 | Completion plugin: Generating completion cache... 2025-11-25 05:20:32.580 | Installed: boost-iostreams-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.580 | Installed: boost-system-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.580 | Installed: boost-thread-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-3.35-1.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-engine-http-3.35-1.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-engine-libaio-3.35-1.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-engine-nbd-3.35-1.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-engine-rados-3.35-1.el9.x86_64 2025-11-25 05:20:32.580 | Installed: fio-engine-rbd-3.35-1.el9.x86_64 2025-11-25 05:20:32.581 | Installed: fio-engine-rdma-3.35-1.el9.x86_64 2025-11-25 05:20:32.581 | Installed: git-core-2.47.3-1.el9.x86_64 2025-11-25 05:20:32.581 | Installed: libaio-0.3.111-13.el9.x86_64 2025-11-25 05:20:32.581 | Installed: libconfig-1.7.2-9.el9.x86_64 2025-11-25 05:20:32.581 | Installed: libnbd-1.20.3-4.el9.x86_64 2025-11-25 05:20:32.581 | Installed: libpq-13.20-1.el9.x86_64 2025-11-25 05:20:32.581 | Installed: librados2-2:16.2.4-5.el9.x86_64 2025-11-25 05:20:32.581 | Installed: librbd1-2:16.2.4-5.el9.x86_64 2025-11-25 05:20:32.581 | Installed: librdmacm-57.0-2.el9.x86_64 2025-11-25 05:20:32.581 | Installed: lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2025-11-25 05:20:32.581 | Installed: luajit-2.1.1692716794-3.el9s.x86_64 2025-11-25 05:20:32.581 | Installed: mariadb-connector-c-3.2.6-1.el9.x86_64 2025-11-25 05:20:32.581 | Installed: mariadb-connector-c-config-3.2.6-1.el9.noarch 2025-11-25 05:20:32.582 | Installed: openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-11-25 05:20:32.582 | Installed: pciutils-3.7.0-7.el9.x86_64 2025-11-25 05:20:32.582 | Installed: python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2025-11-25 05:20:32.582 | Installed: python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-11-25 05:20:32.582 | Installed: python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-11-25 05:20:32.582 | Installed: python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-11-25 05:20:32.582 | Installed: python3-async-timeout-4.0.2-5.el9s.noarch 2025-11-25 05:20:32.582 | Installed: python3-cffi-1.14.5-5.el9.x86_64 2025-11-25 05:20:32.582 | Installed: python3-cryptography-36.0.1-5.el9.x86_64 2025-11-25 05:20:32.582 | Installed: python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2025-11-25 05:20:32.582 | Installed: python3-dns-2.6.1-3.el9.noarch 2025-11-25 05:20:32.583 | Installed: python3-eventlet-0.36.1-1.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-fasteners-0.19-1.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2025-11-25 05:20:32.583 | Installed: python3-greenlet-3.1.1-1.el9s.x86_64 2025-11-25 05:20:32.583 | Installed: python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2025-11-25 05:20:32.583 | Installed: python3-ifaddr-0.1.7-3.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-11-25 05:20:32.583 | Installed: python3-iso8601-2.1.0-1.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-kazoo-2.8.0-2.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-msgpack-1.1.0-1.el9s.x86_64 2025-11-25 05:20:32.583 | Installed: python3-netaddr-1.3.0-4.el9s.noarch 2025-11-25 05:20:32.583 | Installed: python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-11-25 05:20:32.584 | Installed: python3-packaging-24.2-2.el9s.noarch 2025-11-25 05:20:32.584 | Installed: python3-paste-3.10.1-1.el9s.noarch 2025-11-25 05:20:32.584 | Installed: python3-paste-deploy-3.1.0-2.el9s.noarch 2025-11-25 05:20:32.584 | Installed: python3-pbr-6.1.1-1.el9s.noarch 2025-11-25 05:20:32.584 | Installed: python3-pint-0.16.1-3.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-ply-3.11-14.el9.noarch 2025-11-25 05:20:32.585 | Installed: python3-psutil-5.8.0-12.el9.x86_64 2025-11-25 05:20:32.585 | Installed: python3-pyOpenSSL-20.0.1-2.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-pycparser-2.20-6.el9.noarch 2025-11-25 05:20:32.585 | Installed: python3-pyparsing-3.1.2-7.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-pyudev-0.22.0-6.el9.noarch 2025-11-25 05:20:32.585 | Installed: python3-redis-5.0.4-1.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-repoze-lru-0.7-10.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-rfc3986-2.0.0-1.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-routes-2.5.1-1.el9s.noarch 2025-11-25 05:20:32.585 | Installed: python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2025-11-25 05:20:32.585 | Installed: python3-tempita-0.5.2-2.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-tenacity-8.2.3-1.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.586 | Installed: python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.586 | Installed: python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.586 | Installed: python3-voluptuous-0.15.2-1.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-webob-1.8.9-1.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-werkzeug-3.0.3-1.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-wrapt-1.16.0-1.el9s.x86_64 2025-11-25 05:20:32.586 | Installed: python3-yappi-1.6.0-1.el9s.x86_64 2025-11-25 05:20:32.586 | Installed: python3-zake-0.2.2-22.el9s.noarch 2025-11-25 05:20:32.586 | Installed: python3-zeroconf-0.38.7-1.el9s.noarch 2025-11-25 05:20:32.586 | Installed: qemu-img-17:10.1.0-4.el9.x86_64 2025-11-25 05:20:32.587 | Installed: smartmontools-1:7.2-9.el9.x86_64 2025-11-25 05:20:32.587 | Installed: sysbench-1.0.20-5.el9s.x86_64 2025-11-25 05:20:32.641 | 2025-11-25 05:20:32.641 | Installed: 2025-11-25 05:20:32.641 | boost-iostreams-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.641 | boost-system-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.641 | boost-thread-1.75.0-13.el9.x86_64 2025-11-25 05:20:32.641 | fio-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-http-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-libaio-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-nbd-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-rados-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-rbd-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | fio-engine-rdma-3.35-1.el9.x86_64 2025-11-25 05:20:32.641 | git-core-2.47.3-1.el9.x86_64 2025-11-25 05:20:32.641 | libaio-0.3.111-13.el9.x86_64 2025-11-25 05:20:32.641 | libconfig-1.7.2-9.el9.x86_64 2025-11-25 05:20:32.641 | libnbd-1.20.3-4.el9.x86_64 2025-11-25 05:20:32.641 | libpq-13.20-1.el9.x86_64 2025-11-25 05:20:32.641 | librados2-2:16.2.4-5.el9.x86_64 2025-11-25 05:20:32.641 | librbd1-2:16.2.4-5.el9.x86_64 2025-11-25 05:20:32.641 | librdmacm-57.0-2.el9.x86_64 2025-11-25 05:20:32.641 | lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 2025-11-25 05:20:32.641 | luajit-2.1.1692716794-3.el9s.x86_64 2025-11-25 05:20:32.641 | mariadb-connector-c-3.2.6-1.el9.x86_64 2025-11-25 05:20:32.641 | mariadb-connector-c-config-3.2.6-1.el9.noarch 2025-11-25 05:20:32.641 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-11-25 05:20:32.641 | pciutils-3.7.0-7.el9.x86_64 2025-11-25 05:20:32.641 | python-oslo-concurrency-lang-7.1.0-0.20250317173205.6250095.el9.noarch 2025-11-25 05:20:32.641 | python-oslo-i18n-lang-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-11-25 05:20:32.641 | python-oslo-log-lang-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-11-25 05:20:32.641 | python-oslo-utils-lang-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-11-25 05:20:32.641 | python3-async-timeout-4.0.2-5.el9s.noarch 2025-11-25 05:20:32.641 | python3-cffi-1.14.5-5.el9.x86_64 2025-11-25 05:20:32.641 | python3-cryptography-36.0.1-5.el9.x86_64 2025-11-25 05:20:32.641 | python3-debtcollector-3.0.0-0.20240226181642.0e6ce1c.el9.noarch 2025-11-25 05:20:32.641 | python3-dns-2.6.1-3.el9.noarch 2025-11-25 05:20:32.641 | python3-eventlet-0.36.1-1.el9s.noarch 2025-11-25 05:20:32.641 | python3-fasteners-0.19-1.el9s.noarch 2025-11-25 05:20:32.641 | python3-futurist-3.1.0-0.20250225151745.bd83787.el9.noarch 2025-11-25 05:20:32.641 | python3-greenlet-3.1.1-1.el9s.x86_64 2025-11-25 05:20:32.641 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch 2025-11-25 05:20:32.641 | python3-ifaddr-0.1.7-3.el9s.noarch 2025-11-25 05:20:32.641 | python3-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch 2025-11-25 05:20:32.641 | python3-iso8601-2.1.0-1.el9s.noarch 2025-11-25 05:20:32.641 | python3-kazoo-2.8.0-2.el9s.noarch 2025-11-25 05:20:32.641 | python3-msgpack-1.1.0-1.el9s.x86_64 2025-11-25 05:20:32.641 | python3-netaddr-1.3.0-4.el9s.noarch 2025-11-25 05:20:32.641 | python3-oslo-concurrency-7.1.0-0.20250317173205.6250095.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-config-2:9.7.1-0.20250317170827.d583141.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-context-5.7.1-0.20250317171221.52d21e6.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-i18n-6.5.1-0.20250317171545.162e0fa.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-log-7.1.0-0.20250317172141.0c290b1.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-serialization-5.7.0-0.20250317180035.bff992d.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-service-4.1.1-0.20250317160209.7a52803.el9.noarch 2025-11-25 05:20:32.641 | python3-oslo-utils-8.2.0-0.20250318120252.cb68378.el9.noarch 2025-11-25 05:20:32.642 | python3-packaging-24.2-2.el9s.noarch 2025-11-25 05:20:32.642 | python3-paste-3.10.1-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-paste-deploy-3.1.0-2.el9s.noarch 2025-11-25 05:20:32.642 | python3-pbr-6.1.1-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-pint-0.16.1-3.el9s.noarch 2025-11-25 05:20:32.642 | python3-ply-3.11-14.el9.noarch 2025-11-25 05:20:32.642 | python3-psutil-5.8.0-12.el9.x86_64 2025-11-25 05:20:32.642 | python3-pyOpenSSL-20.0.1-2.el9s.noarch 2025-11-25 05:20:32.642 | python3-pycparser-2.20-6.el9.noarch 2025-11-25 05:20:32.642 | python3-pyparsing-3.1.2-7.el9s.noarch 2025-11-25 05:20:32.642 | python3-pyudev-0.22.0-6.el9.noarch 2025-11-25 05:20:32.642 | python3-redis-5.0.4-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-repoze-lru-0.7-10.el9s.noarch 2025-11-25 05:20:32.642 | python3-rfc3986-2.0.0-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-routes-2.5.1-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-stevedore-5.4.1-0.20250225155234.27e27c1.el9.noarch 2025-11-25 05:20:32.642 | python3-tempita-0.5.2-2.el9s.noarch 2025-11-25 05:20:32.642 | python3-tenacity-8.2.3-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-tooz-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.642 | python3-tooz+redis-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.642 | python3-tooz+zake-6.3.0-0.20241018083720.734acc4.el9.noarch 2025-11-25 05:20:32.642 | python3-voluptuous-0.15.2-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-webob-1.8.9-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-werkzeug-3.0.3-1.el9s.noarch 2025-11-25 05:20:32.642 | python3-wrapt-1.16.0-1.el9s.x86_64 2025-11-25 05:20:32.642 | python3-yappi-1.6.0-1.el9s.x86_64 2025-11-25 05:20:32.642 | python3-zake-0.2.2-22.el9s.noarch 2025-11-25 05:20:32.642 | python3-zeroconf-0.38.7-1.el9s.noarch 2025-11-25 05:20:32.642 | qemu-img-17:10.1.0-4.el9.x86_64 2025-11-25 05:20:32.642 | smartmontools-1:7.2-9.el9.x86_64 2025-11-25 05:20:32.642 | sysbench-1.0.20-5.el9s.x86_64 2025-11-25 05:20:32.642 | 2025-11-25 05:20:32.642 | Complete! 2025-11-25 05:20:32.734 | + '[' install == install ']' 2025-11-25 05:20:32.734 | + '[' dnf == dnf ']' 2025-11-25 05:20:32.734 | + dnf mark install openstack-ironic-python-agent python3-hardware-detect 2025-11-25 05:20:33.022 | openstack-ironic-python-agent-10.3.0-0.20250418005726.a15680f.el9.noarch marked as user installed. 2025-11-25 05:20:33.023 | python3-hardware-detect-0.32.1-0.20250310113828.527bcd2.el9.noarch marked as user installed. 2025-11-25 05:20:33.063 | + package-installs-v2 --phase install.d /tmp/package-installs.json 2025-11-25 05:20:39.224 | Map install for centos: device-mapper-multipath 2025-11-25 05:20:39.224 | Map install for ibft-interfaces: iscsi_package 2025-11-25 05:20:39.224 | Map install for source-repositories: git 2025-11-25 05:20:39.224 | Map install for ironic-agent-multipath: iscsi-initiator-utils, device-mapper-multipath 2025-11-25 05:20:39.224 | Map install for runtime-ssh-host-keys: openssh-client 2025-11-25 05:20:39.224 | Map install for cache-url: curl 2025-11-25 05:20:39.224 | Map install for dhcp-all-interfaces: dhcp-client, ifupdown, ndisc6 2025-11-25 05:20:39.224 | 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-11-25 05:20:39.224 | Map install for install-static: rsync 2025-11-25 05:20:39.224 | Map install for openssh-server: openssh-server 2025-11-25 05:20:39.224 | 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-11-25 05:20:39.224 | Map install for extra-hardware: ethtool, fio, fio-engine-libaio, hdparm, infiniband-diags, lldpad, pciutils, smartmontools, sysbench, biosdevname 2025-11-25 05:20:39.224 | Map install for ensure-venv: python3-venv 2025-11-25 05:20:39.224 | Running command: ['install-packages', 'qemu-img', 'efivar', 'openssl-devel', 'xorriso', 'tcpdump', 'selinux-policy', 'lldpad', 'traceroute', 'pciutils', 'e2fsprogs', 'iscsi-initiator-utils', 'sysbench', 'parted', 'dhclient', 'libffi-devel', 'policycoreutils-python-utils', 'iptables', 'ca-certificates', 'ethtool', 'psmisc', 'dosfstools', 'lsof', 'infiniband-diags', 'fio', 'rsync', 'openssh-server', 'python3-devel', 'gdisk', 'which', 'fio-engine-libaio', 'python3', 'dmidecode', 'curl', 'python3-policycoreutils', 'lshw', 'nvme-cli', 'biosdevname', 'selinux-policy-targeted', 'efibootmgr', 'kmod', 'openssh', 'git-core', 'mdadm', 'python3-libselinux', 'passwd', 'device-mapper-multipath', 'gcc', 'smartmontools', 'NetworkManager-initscripts-updown', 'chrony', 'rng-tools', 'util-linux', 'ipmitool', 'hdparm'] 2025-11-25 05:20:39.225 | > Running install-packages install. 2025-11-25 05:20:39.225 | > + dnf -v -y install qemu-img efivar openssl-devel xorriso tcpdump selinux-policy lldpad traceroute pciutils e2fsprogs iscsi-initiator-utils sysbench parted dhclient libffi-devel policycoreutils-python-utils iptables ca-certificates ethtool psmisc dosfstools lsof infiniband-diags fio rsync openssh-server python3-devel gdisk which fio-engine-libaio python3 dmidecode curl python3-policycoreutils lshw nvme-cli biosdevname selinux-policy-targeted efibootmgr kmod openssh git-core mdadm python3-libselinux passwd device-mapper-multipath gcc smartmontools NetworkManager-initscripts-updown chrony rng-tools util-linux ipmitool hdparm 2025-11-25 05:20:39.225 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:39.225 | > DNF version: 4.14.0 2025-11-25 05:20:39.225 | > cachedir: /tmp/yum 2025-11-25 05:20:39.225 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-barbican 2025-11-25 05:20:39.225 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-baremetal 2025-11-25 05:20:39.225 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-cinder 2025-11-25 05:20:39.225 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-clients 2025-11-25 05:20:39.225 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-cloudops 2025-11-25 05:20:39.225 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-common 2025-11-25 05:20:39.225 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-compute 2025-11-25 05:20:39.225 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-designate 2025-11-25 05:20:39.225 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-glance 2025-11-25 05:20:39.225 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-keystone 2025-11-25 05:20:39.225 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-manila 2025-11-25 05:20:39.225 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-network 2025-11-25 05:20:39.225 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-octavia 2025-11-25 05:20:39.225 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-optimize 2025-11-25 05:20:39.225 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-podified 2025-11-25 05:20:39.225 | > delorean-component-podified: using metadata from Thu Nov 20 08:16:57 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-puppet 2025-11-25 05:20:39.225 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-swift 2025-11-25 05:20:39.225 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-tempest 2025-11-25 05:20:39.225 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-component-ui 2025-11-25 05:20:39.225 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: baseos 2025-11-25 05:20:39.225 | > baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: appstream 2025-11-25 05:20:39.225 | > appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: crb 2025-11-25 05:20:39.225 | > crb: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: extras-common 2025-11-25 05:20:39.225 | > extras-common: using metadata from Thu Oct 30 09:20:08 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-master-testing 2025-11-25 05:20:39.225 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: delorean-master-build-deps 2025-11-25 05:20:39.225 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-11-25 05:20:39.225 | > repo: using cache for: centos9-rabbitmq 2025-11-25 05:20:39.226 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-11-25 05:20:39.226 | > repo: using cache for: centos9-storage 2025-11-25 05:20:39.226 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-11-25 05:20:39.226 | > repo: using cache for: centos9-opstools 2025-11-25 05:20:39.226 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-11-25 05:20:39.226 | > repo: using cache for: centos9-nfv-ovs 2025-11-25 05:20:39.226 | > centos9-nfv-ovs: using metadata from Wed Nov 12 01:24:02 2025. 2025-11-25 05:20:39.226 | > repo: using cache for: repo-setup-centos-appstream 2025-11-25 05:20:39.226 | > repo-setup-centos-appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:20:39.226 | > repo: using cache for: repo-setup-centos-baseos 2025-11-25 05:20:39.226 | > repo-setup-centos-baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:20:39.226 | > repo: using cache for: repo-setup-centos-highavailability 2025-11-25 05:20:39.226 | > repo-setup-centos-highavailability: using metadata from Mon Nov 24 12:40:06 2025. 2025-11-25 05:20:39.226 | > repo: using cache for: repo-setup-centos-powertools 2025-11-25 05:20:39.226 | > repo-setup-centos-powertools: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:20:39.226 | > Last metadata expiration check: 0:00:28 ago on Tue Nov 25 00:20:06 2025. 2025-11-25 05:20:39.226 | > Package qemu-img-17:10.1.0-4.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package tcpdump-14:4.99.0-9.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package selinux-policy-38.1.68-1.el9.noarch is already installed. 2025-11-25 05:20:39.226 | > Package lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package pciutils-3.7.0-7.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package e2fsprogs-1.46.5-8.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package sysbench-1.0.20-5.el9s.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package parted-3.5-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package dhcp-client-12:4.4.2-19.b1.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package ca-certificates-2025.2.80_v9.0.305-91.el9.noarch is already installed. 2025-11-25 05:20:39.226 | > Package ethtool-2:6.15-2.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package psmisc-23.4-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package dosfstools-4.2-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package fio-3.35-1.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package openssh-server-9.9p1-2.el9.x86_64 is already installed. 2025-11-25 05:20:39.226 | > Package gdisk-1.0.7-5.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package which-2.21-30.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package fio-engine-libaio-3.35-1.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package python3-3.9.23-2.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package dmidecode-1:3.6-2.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package curl-7.76.1-34.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package python3-policycoreutils-3.6-3.el9.noarch is already installed. 2025-11-25 05:20:39.356 | > Package lshw-B.02.20-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package selinux-policy-targeted-38.1.68-1.el9.noarch is already installed. 2025-11-25 05:20:39.356 | > Package kmod-28-11.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package openssh-9.9p1-2.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package git-core-2.47.3-1.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package mdadm-4.4-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package python3-libselinux-3.6-3.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package passwd-0.80-12.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package smartmontools-1:7.2-9.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package chrony-4.8-1.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > Package util-linux-2.37.4-21.el9.x86_64 is already installed. 2025-11-25 05:20:39.356 | > --> Starting dependency resolution 2025-11-25 05:20:39.356 | > ---> Package NetworkManager-initscripts-updown.noarch 1:1.54.1-1.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package biosdevname.x86_64 0.7.3-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package device-mapper-multipath.x86_64 0.8.7-39.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package device-mapper-multipath-libs.x86_64 0.8.7-39.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package efibootmgr.x86_64 16-12.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package groff-base.x86_64 1.22.4-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package hdparm.x86_64 9.62-2.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package iptables-nft.x86_64 1.8.10-11.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package jitterentropy.x86_64 3.6.0-1.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package libibumad.x86_64 57.0-2.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package libnftnl.x86_64 1.2.6-4.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package libnvme.x86_64 1.13-1.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package libpkgconf.x86_64 1.7.3-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package lsof.x86_64 4.94.0-3.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package make.x86_64 1:4.3-8.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package nvme-cli.x86_64 2.13-1.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package pkgconf.x86_64 1.7.3-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package pkgconf-m4.noarch 1.7.3-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package pkgconf-pkg-config.x86_64 1.7.3-10.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package rng-tools.x86_64 6.17-2.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package rsync.x86_64 3.2.5-4.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package traceroute.x86_64 3:2.1.1-1.el9 will be installed 2025-11-25 05:20:39.356 | > ---> Package cpp.x86_64 11.5.0-14.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package efivar.x86_64 38-3.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package gcc.x86_64 11.5.0-14.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package glibc-devel.x86_64 2.34-244.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package glibc-headers.x86_64 2.34-244.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package infiniband-diags.x86_64 57.0-2.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package ipmitool.x86_64 1.8.18-27.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package kernel-headers.x86_64 5.14.0-642.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libburn.x86_64 1.5.4-5.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libisoburn.x86_64 1.5.4-5.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libisofs.x86_64 1.5.4-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libmpc.x86_64 1.2.1-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package libxcrypt-devel.x86_64 4.4.18-3.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package openssl-devel.x86_64 1:3.5.1-6.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-AutoLoader.noarch 5.74-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-B.x86_64 1.80-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Carp.noarch 1.50-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Class-Struct.noarch 0.66-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Data-Dumper.x86_64 2.174-462.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Digest.noarch 1.19-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Digest-MD5.x86_64 2.58-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Encode.x86_64 4:3.08-462.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Errno.x86_64 1.30-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Exporter.noarch 5.74-461.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Fcntl.x86_64 1.13-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-File-Basename.noarch 2.85-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-File-Path.noarch 2.18-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-File-Temp.noarch 1:0.231.100-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-File-stat.noarch 1.09-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-FileHandle.noarch 2.03-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Getopt-Long.noarch 1:2.52-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Getopt-Std.noarch 1.12-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-HTTP-Tiny.noarch 0.076-462.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-IO.x86_64 1.43-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-IO-Socket-IP.noarch 0.41-5.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-IO-Socket-SSL.noarch 2.073-2.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-IPC-Open3.noarch 1.21-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-MIME-Base64.x86_64 3.16-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Mozilla-CA.noarch 20200520-6.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-NDBM_File.x86_64 1.15-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Net-SSLeay.x86_64 1.94-3.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-POSIX.x86_64 1.94-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-PathTools.x86_64 3.78-461.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Pod-Escapes.noarch 1:1.07-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Pod-Perldoc.noarch 3.28.01-461.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Pod-Simple.noarch 1:3.42-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Pod-Usage.noarch 4:2.01-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Scalar-List-Utils.x86_64 4:1.56-462.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-SelectSaver.noarch 1.02-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Socket.x86_64 4:2.031-4.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Storable.x86_64 1:3.21-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Symbol.noarch 1.08-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Term-ANSIColor.noarch 5.01-461.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Term-Cap.noarch 1.17-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Text-ParseWords.noarch 3.30-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Text-Tabs+Wrap.noarch 2013.0523-460.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-Time-Local.noarch 2:1.300-7.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-URI.noarch 5.09-3.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-base.noarch 2.27-483.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-constant.noarch 1.33-461.el9 will be installed 2025-11-25 05:20:39.357 | > ---> Package perl-if.noarch 0.60.800-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-interpreter.x86_64 4:5.32.1-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-libnet.noarch 3.13-4.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-libs.x86_64 4:5.32.1-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-mro.x86_64 1.23-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-overload.noarch 1.31-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-overloading.noarch 0.02-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-parent.noarch 1:0.238-460.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-podlators.noarch 1:4.14-460.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-subs.noarch 1.03-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package perl-vars.noarch 1.05-483.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package policycoreutils-python-utils.noarch 3.6-3.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package python3-devel.x86_64 3.9.23-2.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be installed 2025-11-25 05:20:39.358 | > ---> Package xorriso.x86_64 1.5.4-5.el9 will be installed 2025-11-25 05:20:39.358 | > --> Finished dependency resolution 2025-11-25 05:20:39.358 | > Dependencies resolved. 2025-11-25 05:20:39.358 | > ================================================================================ 2025-11-25 05:20:39.358 | > Package Arch Version Repository Size 2025-11-25 05:20:39.358 | > ================================================================================ 2025-11-25 05:20:39.358 | > Installing: 2025-11-25 05:20:39.358 | > NetworkManager-initscripts-updown noarch 1:1.54.1-1.el9 baseos 20 k 2025-11-25 05:20:39.358 | > biosdevname x86_64 0.7.3-10.el9 baseos 36 k 2025-11-25 05:20:39.358 | > device-mapper-multipath x86_64 0.8.7-39.el9 baseos 151 k 2025-11-25 05:20:39.471 | > efibootmgr x86_64 16-12.el9 baseos 45 k 2025-11-25 05:20:39.471 | > efivar x86_64 38-3.el9 appstream 50 k 2025-11-25 05:20:39.471 | > gcc x86_64 11.5.0-14.el9 appstream 32 M 2025-11-25 05:20:39.471 | > hdparm x86_64 9.62-2.el9 baseos 96 k 2025-11-25 05:20:39.471 | > infiniband-diags x86_64 57.0-2.el9 appstream 335 k 2025-11-25 05:20:39.471 | > ipmitool x86_64 1.8.18-27.el9 appstream 387 k 2025-11-25 05:20:39.471 | > iptables-nft x86_64 1.8.10-11.el9 baseos 206 k 2025-11-25 05:20:39.471 | > libffi-devel x86_64 3.4.2-8.el9 appstream 29 k 2025-11-25 05:20:39.471 | > lsof x86_64 4.94.0-3.el9 baseos 239 k 2025-11-25 05:20:39.471 | > nvme-cli x86_64 2.13-1.el9 baseos 1.1 M 2025-11-25 05:20:39.471 | > openssl-devel x86_64 1:3.5.1-6.el9 appstream 4.8 M 2025-11-25 05:20:39.471 | > policycoreutils-python-utils noarch 3.6-3.el9 appstream 76 k 2025-11-25 05:20:39.471 | > python3-devel x86_64 3.9.23-2.el9 appstream 244 k 2025-11-25 05:20:39.471 | > rng-tools x86_64 6.17-2.el9 baseos 71 k 2025-11-25 05:20:39.471 | > rsync x86_64 3.2.5-4.el9 baseos 407 k 2025-11-25 05:20:39.471 | > traceroute x86_64 3:2.1.1-1.el9 baseos 57 k 2025-11-25 05:20:39.471 | > xorriso x86_64 1.5.4-5.el9 appstream 317 k 2025-11-25 05:20:39.472 | > Installing dependencies: 2025-11-25 05:20:39.472 | > cpp x86_64 11.5.0-14.el9 appstream 11 M 2025-11-25 05:20:39.472 | > device-mapper-multipath-libs x86_64 0.8.7-39.el9 baseos 284 k 2025-11-25 05:20:39.472 | > glibc-devel x86_64 2.34-244.el9 appstream 38 k 2025-11-25 05:20:39.472 | > glibc-headers x86_64 2.34-244.el9 appstream 546 k 2025-11-25 05:20:39.472 | > groff-base x86_64 1.22.4-10.el9 baseos 1.1 M 2025-11-25 05:20:39.472 | > jitterentropy x86_64 3.6.0-1.el9 baseos 33 k 2025-11-25 05:20:39.472 | > kernel-headers x86_64 5.14.0-642.el9 appstream 2.1 M 2025-11-25 05:20:39.472 | > libburn x86_64 1.5.4-5.el9 appstream 172 k 2025-11-25 05:20:39.472 | > libibumad x86_64 57.0-2.el9 baseos 27 k 2025-11-25 05:20:39.472 | > libisoburn x86_64 1.5.4-5.el9 appstream 415 k 2025-11-25 05:20:39.472 | > libisofs x86_64 1.5.4-4.el9 appstream 222 k 2025-11-25 05:20:39.472 | > libmpc x86_64 1.2.1-4.el9 appstream 62 k 2025-11-25 05:20:39.472 | > libnftnl x86_64 1.2.6-4.el9 baseos 88 k 2025-11-25 05:20:39.472 | > libnvme x86_64 1.13-1.el9 baseos 111 k 2025-11-25 05:20:39.472 | > libpkgconf x86_64 1.7.3-10.el9 baseos 36 k 2025-11-25 05:20:39.472 | > libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k 2025-11-25 05:20:39.472 | > make x86_64 1:4.3-8.el9 baseos 536 k 2025-11-25 05:20:39.472 | > perl-AutoLoader noarch 5.74-483.el9 appstream 21 k 2025-11-25 05:20:39.472 | > perl-B x86_64 1.80-483.el9 appstream 180 k 2025-11-25 05:20:39.472 | > perl-Carp noarch 1.50-460.el9 appstream 30 k 2025-11-25 05:20:39.472 | > perl-Class-Struct noarch 0.66-483.el9 appstream 22 k 2025-11-25 05:20:39.472 | > perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k 2025-11-25 05:20:39.472 | > perl-Digest noarch 1.19-4.el9 appstream 26 k 2025-11-25 05:20:39.472 | > perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k 2025-11-25 05:20:39.472 | > perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M 2025-11-25 05:20:39.472 | > perl-Errno x86_64 1.30-483.el9 appstream 15 k 2025-11-25 05:20:39.472 | > perl-Exporter noarch 5.74-461.el9 appstream 32 k 2025-11-25 05:20:39.472 | > perl-Fcntl x86_64 1.13-483.el9 appstream 20 k 2025-11-25 05:20:39.472 | > perl-File-Basename noarch 2.85-483.el9 appstream 17 k 2025-11-25 05:20:39.472 | > perl-File-Path noarch 2.18-4.el9 appstream 36 k 2025-11-25 05:20:39.472 | > perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k 2025-11-25 05:20:39.472 | > perl-File-stat noarch 1.09-483.el9 appstream 17 k 2025-11-25 05:20:39.472 | > perl-FileHandle noarch 2.03-483.el9 appstream 15 k 2025-11-25 05:20:39.472 | > perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k 2025-11-25 05:20:39.472 | > perl-Getopt-Std noarch 1.12-483.el9 appstream 15 k 2025-11-25 05:20:39.472 | > perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k 2025-11-25 05:20:39.472 | > perl-IO x86_64 1.43-483.el9 appstream 88 k 2025-11-25 05:20:39.472 | > perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k 2025-11-25 05:20:39.472 | > perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 217 k 2025-11-25 05:20:39.472 | > perl-IPC-Open3 noarch 1.21-483.el9 appstream 22 k 2025-11-25 05:20:39.472 | > perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k 2025-11-25 05:20:39.472 | > perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k 2025-11-25 05:20:39.472 | > perl-Net-SSLeay x86_64 1.94-3.el9 appstream 414 k 2025-11-25 05:20:39.472 | > perl-POSIX x86_64 1.94-483.el9 appstream 96 k 2025-11-25 05:20:39.472 | > perl-PathTools x86_64 3.78-461.el9 appstream 88 k 2025-11-25 05:20:39.472 | > perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k 2025-11-25 05:20:39.472 | > perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k 2025-11-25 05:20:39.472 | > perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k 2025-11-25 05:20:39.472 | > perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k 2025-11-25 05:20:39.472 | > perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 71 k 2025-11-25 05:20:39.472 | > perl-SelectSaver noarch 1.02-483.el9 appstream 11 k 2025-11-25 05:20:39.472 | > perl-Socket x86_64 4:2.031-4.el9 appstream 56 k 2025-11-25 05:20:39.472 | > perl-Storable x86_64 1:3.21-460.el9 appstream 96 k 2025-11-25 05:20:39.472 | > perl-Symbol noarch 1.08-483.el9 appstream 14 k 2025-11-25 05:20:39.473 | > perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k 2025-11-25 05:20:39.473 | > perl-Term-Cap noarch 1.17-460.el9 appstream 23 k 2025-11-25 05:20:39.473 | > perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k 2025-11-25 05:20:39.473 | > perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k 2025-11-25 05:20:39.473 | > perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k 2025-11-25 05:20:39.473 | > perl-URI noarch 5.09-3.el9 appstream 121 k 2025-11-25 05:20:39.473 | > perl-base noarch 2.27-483.el9 appstream 16 k 2025-11-25 05:20:39.473 | > perl-constant noarch 1.33-461.el9 appstream 24 k 2025-11-25 05:20:39.473 | > perl-if noarch 0.60.800-483.el9 appstream 14 k 2025-11-25 05:20:39.473 | > perl-interpreter x86_64 4:5.32.1-483.el9 appstream 70 k 2025-11-25 05:20:39.473 | > perl-libnet noarch 3.13-4.el9 appstream 130 k 2025-11-25 05:20:39.473 | > perl-libs x86_64 4:5.32.1-483.el9 appstream 2.2 M 2025-11-25 05:20:39.473 | > perl-mro x86_64 1.23-483.el9 appstream 28 k 2025-11-25 05:20:39.473 | > perl-overload noarch 1.31-483.el9 appstream 45 k 2025-11-25 05:20:39.473 | > perl-overloading noarch 0.02-483.el9 appstream 12 k 2025-11-25 05:20:39.473 | > perl-parent noarch 1:0.238-460.el9 appstream 15 k 2025-11-25 05:20:39.473 | > perl-podlators noarch 1:4.14-460.el9 appstream 114 k 2025-11-25 05:20:39.473 | > perl-subs noarch 1.03-483.el9 appstream 11 k 2025-11-25 05:20:39.473 | > perl-vars noarch 1.05-483.el9 appstream 13 k 2025-11-25 05:20:39.473 | > pkgconf x86_64 1.7.3-10.el9 baseos 41 k 2025-11-25 05:20:39.473 | > pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k 2025-11-25 05:20:39.473 | > pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k 2025-11-25 05:20:39.473 | > Installing weak dependencies: 2025-11-25 05:20:39.473 | > perl-NDBM_File x86_64 1.15-483.el9 appstream 22 k 2025-11-25 05:20:39.473 | > python3-pip noarch 21.3.1-1.el9 appstream 2.0 M 2025-11-25 05:20:39.473 | > 2025-11-25 05:20:39.473 | > Transaction Summary 2025-11-25 05:20:39.473 | > ================================================================================ 2025-11-25 05:20:39.473 | > Install 98 Packages 2025-11-25 05:20:39.473 | > 2025-11-25 05:20:39.473 | > Total size: 66 M 2025-11-25 05:20:39.473 | > Total download size: 58 M 2025-11-25 05:20:39.473 | > Installed size: 185 M 2025-11-25 05:20:39.473 | > Downloading Packages: 2025-11-25 05:20:39.473 | > [SKIPPED] biosdevname-0.7.3-10.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] device-mapper-multipath-0.8.7-39.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] device-mapper-multipath-libs-0.8.7-39.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] hdparm-9.62-2.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] iptables-nft-1.8.10-11.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] jitterentropy-3.6.0-1.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] libnftnl-1.2.6-4.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] libnvme-1.13-1.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] lsof-4.94.0-3.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] rng-tools-6.17-2.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] traceroute-2.1.1-1.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-AutoLoader-5.74-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-B-1.80-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Carp-1.50-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Class-Struct-0.66-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Data-Dumper-2.174-462.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Digest-1.19-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Digest-MD5-2.58-4.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Encode-3.08-462.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Errno-1.30-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Exporter-5.74-461.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Fcntl-1.13-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-File-Basename-2.85-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-File-Path-2.18-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-File-Temp-0.231.100-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-File-stat-1.09-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-FileHandle-2.03-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Getopt-Long-2.52-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Getopt-Std-1.12-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-HTTP-Tiny-0.076-462.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-IO-1.43-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-IO-Socket-IP-0.41-5.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-IO-Socket-SSL-2.073-2.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-IPC-Open3-1.21-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-MIME-Base64-3.16-4.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Mozilla-CA-20200520-6.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-NDBM_File-1.15-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Net-SSLeay-1.94-3.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-POSIX-1.94-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-PathTools-3.78-461.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Pod-Escapes-1.07-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Pod-Perldoc-3.28.01-461.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Pod-Simple-3.42-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Pod-Usage-2.01-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.293 | > [SKIPPED] perl-Scalar-List-Utils-1.56-462.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-SelectSaver-1.02-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Socket-2.031-4.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Storable-3.21-460.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Symbol-1.08-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Term-ANSIColor-5.01-461.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Term-Cap-1.17-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Text-ParseWords-3.30-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-Time-Local-1.300-7.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-URI-5.09-3.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-base-2.27-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-constant-1.33-461.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-if-0.60.800-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-interpreter-5.32.1-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-libnet-3.13-4.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-libs-5.32.1-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-mro-1.23-483.el9.x86_64.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-overload-1.31-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-overloading-0.02-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-parent-0.238-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-podlators-4.14-460.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-subs-1.03-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > [SKIPPED] perl-vars-1.05-483.el9.noarch.rpm: Already downloaded 2025-11-25 05:20:46.294 | > (69/98): NetworkManager-initscripts-updown-1.54 74 kB/s | 20 kB 00:00 2025-11-25 05:20:46.294 | > (70/98): efibootmgr-16-12.el9.x86_64.rpm 132 kB/s | 45 kB 00:00 2025-11-25 05:20:46.294 | > (71/98): libibumad-57.0-2.el9.x86_64.rpm 181 kB/s | 27 kB 00:00 2025-11-25 05:20:46.294 | > (72/98): libpkgconf-1.7.3-10.el9.x86_64.rpm 308 kB/s | 36 kB 00:00 2025-11-25 05:20:46.294 | > (73/98): make-4.3-8.el9.x86_64.rpm 577 kB/s | 536 kB 00:00 2025-11-25 05:20:46.294 | > (74/98): pkgconf-1.7.3-10.el9.x86_64.rpm 272 kB/s | 41 kB 00:00 2025-11-25 05:20:46.294 | > (75/98): pkgconf-m4-1.7.3-10.el9.noarch.rpm 189 kB/s | 15 kB 00:00 2025-11-25 05:20:46.294 | > (76/98): groff-base-1.22.4-10.el9.x86_64.rpm 683 kB/s | 1.1 MB 00:01 2025-11-25 05:20:46.294 | > (77/98): pkgconf-pkg-config-1.7.3-10.el9.x86_64 188 kB/s | 11 kB 00:00 2025-11-25 05:20:46.294 | > (78/98): nvme-cli-2.13-1.el9.x86_64.rpm 845 kB/s | 1.1 MB 00:01 2025-11-25 05:20:46.294 | > (79/98): efivar-38-3.el9.x86_64.rpm 451 kB/s | 50 kB 00:00 2025-11-25 05:20:46.294 | > (80/98): rsync-3.2.5-4.el9.x86_64.rpm 1.2 MB/s | 407 kB 00:00 2025-11-25 05:20:46.294 | > (81/98): glibc-devel-2.34-244.el9.x86_64.rpm 839 kB/s | 38 kB 00:00 2025-11-25 05:20:46.294 | > (82/98): glibc-headers-2.34-244.el9.x86_64.rpm 3.1 MB/s | 546 kB 00:00 2025-11-25 05:20:46.294 | > (83/98): infiniband-diags-57.0-2.el9.x86_64.rpm 5.4 MB/s | 335 kB 00:00 2025-11-25 05:20:46.294 | > (84/98): cpp-11.5.0-14.el9.x86_64.rpm 13 MB/s | 11 MB 00:00 2025-11-25 05:20:46.294 | > (85/98): ipmitool-1.8.18-27.el9.x86_64.rpm 1.5 MB/s | 387 kB 00:00 2025-11-25 05:20:46.294 | > (86/98): kernel-headers-5.14.0-642.el9.x86_64.r 9.4 MB/s | 2.1 MB 00:00 2025-11-25 05:20:46.294 | > (87/98): libffi-devel-3.4.2-8.el9.x86_64.rpm 863 kB/s | 29 kB 00:00 2025-11-25 05:20:46.294 | > (88/98): libisoburn-1.5.4-5.el9.x86_64.rpm 5.6 MB/s | 415 kB 00:00 2025-11-25 05:20:46.294 | > (89/98): libburn-1.5.4-5.el9.x86_64.rpm 538 kB/s | 172 kB 00:00 2025-11-25 05:20:46.294 | > (90/98): libmpc-1.2.1-4.el9.x86_64.rpm 1.7 MB/s | 62 kB 00:00 2025-11-25 05:20:46.294 | > (91/98): libisofs-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 222 kB 00:00 2025-11-25 05:20:46.294 | > (92/98): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 884 kB/s | 29 kB 00:00 2025-11-25 05:20:46.294 | > (93/98): policycoreutils-python-utils-3.6-3.el9 2.3 MB/s | 76 kB 00:00 2025-11-25 05:20:46.294 | > (94/98): python3-devel-3.9.23-2.el9.x86_64.rpm 1.5 MB/s | 244 kB 00:00 2025-11-25 05:20:46.294 | > (95/98): python3-pip-21.3.1-1.el9.noarch.rpm 13 MB/s | 2.0 MB 00:00 2025-11-25 05:20:46.294 | > (96/98): openssl-devel-3.5.1-6.el9.x86_64.rpm 12 MB/s | 4.8 MB 00:00 2025-11-25 05:20:46.294 | > (97/98): xorriso-1.5.4-5.el9.x86_64.rpm 8.0 MB/s | 317 kB 00:00 2025-11-25 05:20:46.295 | > (98/98): gcc-11.5.0-14.el9.x86_64.rpm 21 MB/s | 32 MB 00:01 2025-11-25 05:20:46.295 | > -------------------------------------------------------------------------------- 2025-11-25 05:20:46.295 | > Total 16 MB/s | 58 MB 00:03 2025-11-25 05:20:46.295 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-11-25 05:20:53.114 | > Running transaction check 2025-11-25 05:20:53.114 | > Transaction check succeeded. 2025-11-25 05:20:53.114 | > Running transaction test 2025-11-25 05:20:53.114 | > Transaction test succeeded. 2025-11-25 05:20:53.114 | > Running transaction 2025-11-25 05:20:53.114 | > Preparing : 1/1 2025-11-25 05:20:53.114 | > Installing : libmpc-1.2.1-4.el9.x86_64 1/98 2025-11-25 05:20:53.114 | > Installing : cpp-11.5.0-14.el9.x86_64 2/98 2025-11-25 05:20:53.114 | > Installing : python3-pip-21.3.1-1.el9.noarch 3/98 2025-11-25 05:20:53.114 | > Installing : libisofs-1.5.4-4.el9.x86_64 4/98 2025-11-25 05:20:53.114 | > Installing : libburn-1.5.4-5.el9.x86_64 5/98 2025-11-25 05:20:53.114 | > Installing : libisoburn-1.5.4-5.el9.x86_64 6/98 2025-11-25 05:20:53.114 | > Installing : kernel-headers-5.14.0-642.el9.x86_64 7/98 2025-11-25 05:20:53.114 | > Installing : glibc-headers-2.34-244.el9.x86_64 8/98 2025-11-25 05:20:53.114 | > Installing : pkgconf-m4-1.7.3-10.el9.noarch 9/98 2025-11-25 05:20:53.115 | > Installing : make-1:4.3-8.el9.x86_64 10/98 2025-11-25 05:20:53.115 | > Installing : libpkgconf-1.7.3-10.el9.x86_64 11/98 2025-11-25 05:20:53.115 | > Installing : pkgconf-1.7.3-10.el9.x86_64 12/98 2025-11-25 05:20:53.115 | > Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 13/98 2025-11-25 05:20:53.115 | > Installing : glibc-devel-2.34-244.el9.x86_64 14/98 2025-11-25 05:20:53.115 | > Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 15/98 2025-11-25 05:20:53.115 | > Installing : libnvme-1.13-1.el9.x86_64 16/98 2025-11-25 05:20:53.115 | > Installing : libnftnl-1.2.6-4.el9.x86_64 17/98 2025-11-25 05:20:53.115 | > Installing : libibumad-57.0-2.el9.x86_64 18/98 2025-11-25 05:20:53.115 | > Installing : jitterentropy-3.6.0-1.el9.x86_64 19/98 2025-11-25 05:20:53.115 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2025-11-25 05:20:53.115 | > Installing : groff-base-1.22.4-10.el9.x86_64 20/98 2025-11-25 05:20:53.115 | > Running scriptlet: groff-base-1.22.4-10.el9.x86_64 20/98 2025-11-25 05:20:53.115 | > Installing : perl-Digest-1.19-4.el9.noarch 21/98 2025-11-25 05:20:53.115 | > Installing : perl-Digest-MD5-2.58-4.el9.x86_64 22/98 2025-11-25 05:20:53.115 | > Installing : perl-B-1.80-483.el9.x86_64 23/98 2025-11-25 05:20:53.115 | > Installing : perl-FileHandle-2.03-483.el9.noarch 24/98 2025-11-25 05:20:53.115 | > Installing : perl-Data-Dumper-2.174-462.el9.x86_64 25/98 2025-11-25 05:20:53.115 | > Installing : perl-libnet-3.13-4.el9.noarch 26/98 2025-11-25 05:20:53.115 | > Installing : perl-AutoLoader-5.74-483.el9.noarch 27/98 2025-11-25 05:20:53.115 | > Installing : perl-base-2.27-483.el9.noarch 28/98 2025-11-25 05:20:53.115 | > Installing : perl-URI-5.09-3.el9.noarch 29/98 2025-11-25 05:20:53.115 | > Installing : perl-Mozilla-CA-20200520-6.el9.noarch 30/98 2025-11-25 05:20:53.115 | > Installing : perl-if-0.60.800-483.el9.noarch 31/98 2025-11-25 05:20:53.115 | > Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 32/98 2025-11-25 05:20:53.115 | > Installing : perl-Time-Local-2:1.300-7.el9.noarch 33/98 2025-11-25 05:20:53.115 | > Installing : perl-File-Path-2.18-4.el9.noarch 34/98 2025-11-25 05:20:53.115 | > Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 35/98 2025-11-25 05:20:53.115 | > Installing : perl-Net-SSLeay-1.94-3.el9.x86_64 36/98 2025-11-25 05:20:53.115 | > Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 37/98 2025-11-25 05:20:53.115 | > Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 38/98 2025-11-25 05:20:53.115 | > Installing : perl-Class-Struct-0.66-483.el9.noarch 39/98 2025-11-25 05:20:53.115 | > Installing : perl-POSIX-1.94-483.el9.x86_64 40/98 2025-11-25 05:20:53.115 | > Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 41/98 2025-11-25 05:20:53.115 | > Installing : perl-IPC-Open3-1.21-483.el9.noarch 42/98 2025-11-25 05:20:53.115 | > Installing : perl-subs-1.03-483.el9.noarch 43/98 2025-11-25 05:20:53.115 | > Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 44/98 2025-11-25 05:20:53.115 | > Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 45/98 2025-11-25 05:20:53.115 | > Installing : perl-Term-Cap-1.17-460.el9.noarch 46/98 2025-11-25 05:20:53.115 | > Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 47/98 2025-11-25 05:20:53.115 | > Installing : perl-Socket-4:2.031-4.el9.x86_64 48/98 2025-11-25 05:20:53.115 | > Installing : perl-SelectSaver-1.02-483.el9.noarch 49/98 2025-11-25 05:20:53.115 | > Installing : perl-Symbol-1.08-483.el9.noarch 50/98 2025-11-25 05:20:53.115 | > Installing : perl-File-stat-1.09-483.el9.noarch 51/98 2025-11-25 05:20:53.115 | > Installing : perl-podlators-1:4.14-460.el9.noarch 52/98 2025-11-25 05:20:53.115 | > Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 53/98 2025-11-25 05:20:53.115 | > Installing : perl-Fcntl-1.13-483.el9.x86_64 54/98 2025-11-25 05:20:53.115 | > Installing : perl-Text-ParseWords-3.30-460.el9.noarch 55/98 2025-11-25 05:20:53.115 | > Installing : perl-mro-1.23-483.el9.x86_64 56/98 2025-11-25 05:20:53.115 | > Installing : perl-IO-1.43-483.el9.x86_64 57/98 2025-11-25 05:20:53.115 | > Installing : perl-overloading-0.02-483.el9.noarch 58/98 2025-11-25 05:20:53.115 | > Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 59/98 2025-11-25 05:20:53.115 | > Installing : perl-Errno-1.30-483.el9.x86_64 60/98 2025-11-25 05:20:53.115 | > Installing : perl-File-Basename-2.85-483.el9.noarch 61/98 2025-11-25 05:20:53.116 | > Installing : perl-Getopt-Std-1.12-483.el9.noarch 62/98 2025-11-25 05:20:53.116 | > Installing : perl-MIME-Base64-3.16-4.el9.x86_64 63/98 2025-11-25 05:20:53.116 | > Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 64/98 2025-11-25 05:20:53.116 | > Installing : perl-constant-1.33-461.el9.noarch 65/98 2025-11-25 05:20:53.116 | > Installing : perl-Storable-1:3.21-460.el9.x86_64 66/98 2025-11-25 05:20:53.116 | > Installing : perl-overload-1.31-483.el9.noarch 67/98 2025-11-25 05:20:53.116 | > Installing : perl-parent-1:0.238-460.el9.noarch 68/98 2025-11-25 05:20:53.116 | > Installing : perl-vars-1.05-483.el9.noarch 69/98 2025-11-25 05:20:53.116 | > Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 70/98 2025-11-25 05:20:53.116 | > Installing : perl-Carp-1.50-460.el9.noarch 71/98 2025-11-25 05:20:53.116 | > Installing : perl-Exporter-5.74-461.el9.noarch 72/98 2025-11-25 05:20:53.116 | > Installing : perl-NDBM_File-1.15-483.el9.x86_64 73/98 2025-11-25 05:20:53.116 | > Installing : perl-PathTools-3.78-461.el9.x86_64 74/98 2025-11-25 05:20:53.116 | > Installing : perl-Encode-4:3.08-462.el9.x86_64 75/98 2025-11-25 05:20:53.116 | > Installing : perl-libs-4:5.32.1-483.el9.x86_64 76/98 2025-11-25 05:20:53.116 | > Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 77/98 2025-11-25 05:20:53.116 | > Installing : device-mapper-multipath-libs-0.8.7-39.el9.x86_64 78/98 2025-11-25 05:20:53.116 | > Installing : device-mapper-multipath-0.8.7-39.el9.x86_64 79/98 2025-11-25 05:20:53.116 | > Running scriptlet: device-mapper-multipath-0.8.7-39.el9.x86_64 79/98 2025-11-25 05:20:53.116 | > Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service -> /usr/lib/systemd/system/multipathd.service. 2025-11-25 05:20:53.116 | > Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket -> /usr/lib/systemd/system/multipathd.socket. 2025-11-25 05:20:53.116 | > 2025-11-25 05:20:53.116 | > Installing : infiniband-diags-57.0-2.el9.x86_64 80/98 2025-11-25 05:20:53.116 | > Installing : rng-tools-6.17-2.el9.x86_64 81/98 2025-11-25 05:20:53.116 | > Running scriptlet: rng-tools-6.17-2.el9.x86_64 81/98 2025-11-25 05:20:53.116 | > Created symlink /etc/systemd/system/multi-user.target.wants/rngd.service -> /usr/lib/systemd/system/rngd.service. 2025-11-25 05:20:53.116 | > 2025-11-25 05:20:53.116 | > Installing : iptables-nft-1.8.10-11.el9.x86_64 82/98 2025-11-25 05:20:53.116 | > Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 82/98 2025-11-25 05:20:53.116 | > Installing : nvme-cli-2.13-1.el9.x86_64 83/98 2025-11-25 05:20:53.116 | > Running scriptlet: nvme-cli-2.13-1.el9.x86_64 83/98 2025-11-25 05:20:53.116 | > Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /usr/lib/systemd/system/nvmefc-boot-connections.service. 2025-11-25 05:20:53.116 | > Running in chroot, ignoring command 'daemon-reload' 2025-11-25 05:20:56.907 | > Running in chroot, ignoring request. 2025-11-25 05:20:56.907 | > Running in chroot, ignoring request. 2025-11-25 05:20:56.907 | > 2025-11-25 05:20:56.907 | > Installing : gcc-11.5.0-14.el9.x86_64 84/98 2025-11-25 05:20:56.907 | > Installing : libffi-devel-3.4.2-8.el9.x86_64 85/98 2025-11-25 05:20:56.907 | > Installing : openssl-devel-1:3.5.1-6.el9.x86_64 86/98 2025-11-25 05:20:56.907 | > Installing : python3-devel-3.9.23-2.el9.x86_64 87/98 2025-11-25 05:20:56.907 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2025-11-25 05:20:56.907 | > Installing : xorriso-1.5.4-5.el9.x86_64 88/98 2025-11-25 05:20:56.907 | > Running scriptlet: xorriso-1.5.4-5.el9.x86_64 88/98 2025-11-25 05:20:56.907 | > Installing : policycoreutils-python-utils-3.6-3.el9.noarch 89/98 2025-11-25 05:20:56.907 | > Installing : ipmitool-1.8.18-27.el9.x86_64 90/98 2025-11-25 05:20:56.907 | > Installing : efivar-38-3.el9.x86_64 91/98 2025-11-25 05:20:56.907 | > Installing : traceroute-3:2.1.1-1.el9.x86_64 92/98 2025-11-25 05:20:56.907 | > Installing : rsync-3.2.5-4.el9.x86_64 93/98 2025-11-25 05:20:56.907 | > Installing : lsof-4.94.0-3.el9.x86_64 94/98 2025-11-25 05:20:56.907 | > Installing : hdparm-9.62-2.el9.x86_64 95/98 2025-11-25 05:20:56.908 | > Installing : efibootmgr-16-12.el9.x86_64 96/98 2025-11-25 05:20:56.908 | > Installing : biosdevname-0.7.3-10.el9.x86_64 97/98 2025-11-25 05:20:56.908 | > Installing : NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 98/98 2025-11-25 05:20:56.908 | > Running scriptlet: NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 98/98 2025-11-25 05:20:56.908 | > Verifying : NetworkManager-initscripts-updown-1:1.54.1-1.el9.n 1/98 2025-11-25 05:20:56.908 | > Verifying : biosdevname-0.7.3-10.el9.x86_64 2/98 2025-11-25 05:20:56.908 | > Verifying : device-mapper-multipath-0.8.7-39.el9.x86_64 3/98 2025-11-25 05:20:56.908 | > Verifying : device-mapper-multipath-libs-0.8.7-39.el9.x86_64 4/98 2025-11-25 05:20:56.908 | > Verifying : efibootmgr-16-12.el9.x86_64 5/98 2025-11-25 05:20:56.908 | > Verifying : groff-base-1.22.4-10.el9.x86_64 6/98 2025-11-25 05:20:56.908 | > Verifying : hdparm-9.62-2.el9.x86_64 7/98 2025-11-25 05:20:56.908 | > Verifying : iptables-nft-1.8.10-11.el9.x86_64 8/98 2025-11-25 05:20:56.908 | > Verifying : jitterentropy-3.6.0-1.el9.x86_64 9/98 2025-11-25 05:20:56.908 | > Verifying : libibumad-57.0-2.el9.x86_64 10/98 2025-11-25 05:20:56.908 | > Verifying : libnftnl-1.2.6-4.el9.x86_64 11/98 2025-11-25 05:20:56.908 | > Verifying : libnvme-1.13-1.el9.x86_64 12/98 2025-11-25 05:20:56.908 | > Verifying : libpkgconf-1.7.3-10.el9.x86_64 13/98 2025-11-25 05:20:56.908 | > Verifying : lsof-4.94.0-3.el9.x86_64 14/98 2025-11-25 05:20:56.908 | > Verifying : make-1:4.3-8.el9.x86_64 15/98 2025-11-25 05:20:56.908 | > Verifying : nvme-cli-2.13-1.el9.x86_64 16/98 2025-11-25 05:20:56.908 | > Verifying : pkgconf-1.7.3-10.el9.x86_64 17/98 2025-11-25 05:20:56.908 | > Verifying : pkgconf-m4-1.7.3-10.el9.noarch 18/98 2025-11-25 05:20:56.908 | > Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 19/98 2025-11-25 05:20:56.908 | > Verifying : rng-tools-6.17-2.el9.x86_64 20/98 2025-11-25 05:20:56.908 | > Verifying : rsync-3.2.5-4.el9.x86_64 21/98 2025-11-25 05:20:56.908 | > Verifying : traceroute-3:2.1.1-1.el9.x86_64 22/98 2025-11-25 05:20:56.908 | > Verifying : cpp-11.5.0-14.el9.x86_64 23/98 2025-11-25 05:20:56.908 | > Verifying : efivar-38-3.el9.x86_64 24/98 2025-11-25 05:20:56.908 | > Verifying : gcc-11.5.0-14.el9.x86_64 25/98 2025-11-25 05:20:56.908 | > Verifying : glibc-devel-2.34-244.el9.x86_64 26/98 2025-11-25 05:20:56.908 | > Verifying : glibc-headers-2.34-244.el9.x86_64 27/98 2025-11-25 05:20:56.908 | > Verifying : infiniband-diags-57.0-2.el9.x86_64 28/98 2025-11-25 05:20:56.908 | > Verifying : ipmitool-1.8.18-27.el9.x86_64 29/98 2025-11-25 05:20:56.908 | > Verifying : kernel-headers-5.14.0-642.el9.x86_64 30/98 2025-11-25 05:20:56.908 | > Verifying : libburn-1.5.4-5.el9.x86_64 31/98 2025-11-25 05:20:56.908 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 32/98 2025-11-25 05:20:56.908 | > Verifying : libisoburn-1.5.4-5.el9.x86_64 33/98 2025-11-25 05:20:56.908 | > Verifying : libisofs-1.5.4-4.el9.x86_64 34/98 2025-11-25 05:20:56.908 | > Verifying : libmpc-1.2.1-4.el9.x86_64 35/98 2025-11-25 05:20:56.908 | > Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 36/98 2025-11-25 05:20:56.908 | > Verifying : openssl-devel-1:3.5.1-6.el9.x86_64 37/98 2025-11-25 05:20:56.908 | > Verifying : perl-AutoLoader-5.74-483.el9.noarch 38/98 2025-11-25 05:20:56.908 | > Verifying : perl-B-1.80-483.el9.x86_64 39/98 2025-11-25 05:20:56.908 | > Verifying : perl-Carp-1.50-460.el9.noarch 40/98 2025-11-25 05:20:56.908 | > Verifying : perl-Class-Struct-0.66-483.el9.noarch 41/98 2025-11-25 05:20:56.908 | > Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 42/98 2025-11-25 05:20:56.908 | > Verifying : perl-Digest-1.19-4.el9.noarch 43/98 2025-11-25 05:20:56.908 | > Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 44/98 2025-11-25 05:20:56.908 | > Verifying : perl-Encode-4:3.08-462.el9.x86_64 45/98 2025-11-25 05:20:56.908 | > Verifying : perl-Errno-1.30-483.el9.x86_64 46/98 2025-11-25 05:20:56.908 | > Verifying : perl-Exporter-5.74-461.el9.noarch 47/98 2025-11-25 05:20:56.908 | > Verifying : perl-Fcntl-1.13-483.el9.x86_64 48/98 2025-11-25 05:20:56.909 | > Verifying : perl-File-Basename-2.85-483.el9.noarch 49/98 2025-11-25 05:20:56.909 | > Verifying : perl-File-Path-2.18-4.el9.noarch 50/98 2025-11-25 05:20:56.909 | > Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 51/98 2025-11-25 05:20:56.909 | > Verifying : perl-File-stat-1.09-483.el9.noarch 52/98 2025-11-25 05:20:56.909 | > Verifying : perl-FileHandle-2.03-483.el9.noarch 53/98 2025-11-25 05:20:56.909 | > Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 54/98 2025-11-25 05:20:56.909 | > Verifying : perl-Getopt-Std-1.12-483.el9.noarch 55/98 2025-11-25 05:20:56.909 | > Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 56/98 2025-11-25 05:20:56.909 | > Verifying : perl-IO-1.43-483.el9.x86_64 57/98 2025-11-25 05:20:56.909 | > Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 58/98 2025-11-25 05:20:56.909 | > Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 59/98 2025-11-25 05:20:56.909 | > Verifying : perl-IPC-Open3-1.21-483.el9.noarch 60/98 2025-11-25 05:20:56.909 | > Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 61/98 2025-11-25 05:20:56.909 | > Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 62/98 2025-11-25 05:20:56.909 | > Verifying : perl-NDBM_File-1.15-483.el9.x86_64 63/98 2025-11-25 05:20:56.909 | > Verifying : perl-Net-SSLeay-1.94-3.el9.x86_64 64/98 2025-11-25 05:20:56.909 | > Verifying : perl-POSIX-1.94-483.el9.x86_64 65/98 2025-11-25 05:20:56.909 | > Verifying : perl-PathTools-3.78-461.el9.x86_64 66/98 2025-11-25 05:20:56.909 | > Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 67/98 2025-11-25 05:20:56.909 | > Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/98 2025-11-25 05:20:56.909 | > Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 69/98 2025-11-25 05:20:56.909 | > Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 70/98 2025-11-25 05:20:56.909 | > Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 71/98 2025-11-25 05:20:56.909 | > Verifying : perl-SelectSaver-1.02-483.el9.noarch 72/98 2025-11-25 05:20:56.909 | > Verifying : perl-Socket-4:2.031-4.el9.x86_64 73/98 2025-11-25 05:20:56.909 | > Verifying : perl-Storable-1:3.21-460.el9.x86_64 74/98 2025-11-25 05:20:56.909 | > Verifying : perl-Symbol-1.08-483.el9.noarch 75/98 2025-11-25 05:20:56.909 | > Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 76/98 2025-11-25 05:20:56.909 | > Verifying : perl-Term-Cap-1.17-460.el9.noarch 77/98 2025-11-25 05:20:56.909 | > Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 78/98 2025-11-25 05:20:56.909 | > Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 79/98 2025-11-25 05:20:57.217 | > Verifying : perl-Time-Local-2:1.300-7.el9.noarch 80/98 2025-11-25 05:20:57.217 | > Verifying : perl-URI-5.09-3.el9.noarch 81/98 2025-11-25 05:20:57.217 | > Verifying : perl-base-2.27-483.el9.noarch 82/98 2025-11-25 05:20:57.217 | > Verifying : perl-constant-1.33-461.el9.noarch 83/98 2025-11-25 05:20:57.217 | > Verifying : perl-if-0.60.800-483.el9.noarch 84/98 2025-11-25 05:20:57.217 | > Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 85/98 2025-11-25 05:20:57.217 | > Verifying : perl-libnet-3.13-4.el9.noarch 86/98 2025-11-25 05:20:57.217 | > Verifying : perl-libs-4:5.32.1-483.el9.x86_64 87/98 2025-11-25 05:20:57.217 | > Verifying : perl-mro-1.23-483.el9.x86_64 88/98 2025-11-25 05:20:57.217 | > Verifying : perl-overload-1.31-483.el9.noarch 89/98 2025-11-25 05:20:57.217 | > Verifying : perl-overloading-0.02-483.el9.noarch 90/98 2025-11-25 05:20:57.217 | > Verifying : perl-parent-1:0.238-460.el9.noarch 91/98 2025-11-25 05:20:57.217 | > Verifying : perl-podlators-1:4.14-460.el9.noarch 92/98 2025-11-25 05:20:57.217 | > Verifying : perl-subs-1.03-483.el9.noarch 93/98 2025-11-25 05:20:57.217 | > Verifying : perl-vars-1.05-483.el9.noarch 94/98 2025-11-25 05:20:57.217 | > Verifying : policycoreutils-python-utils-3.6-3.el9.noarch 95/98 2025-11-25 05:20:57.217 | > Verifying : python3-devel-3.9.23-2.el9.x86_64 96/98 2025-11-25 05:20:57.217 | > Verifying : python3-pip-21.3.1-1.el9.noarch 97/98 2025-11-25 05:20:57.217 | > Verifying : xorriso-1.5.4-5.el9.x86_64 98/98 2025-11-25 05:20:57.217 | > Completion plugin: Generating completion cache... 2025-11-25 05:20:57.217 | > Installed: NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch 2025-11-25 05:20:57.217 | > Installed: biosdevname-0.7.3-10.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: cpp-11.5.0-14.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: device-mapper-multipath-0.8.7-39.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: device-mapper-multipath-libs-0.8.7-39.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: efibootmgr-16-12.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: efivar-38-3.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: gcc-11.5.0-14.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: glibc-devel-2.34-244.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: glibc-headers-2.34-244.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: groff-base-1.22.4-10.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: hdparm-9.62-2.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: infiniband-diags-57.0-2.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: ipmitool-1.8.18-27.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: iptables-nft-1.8.10-11.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: jitterentropy-3.6.0-1.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: kernel-headers-5.14.0-642.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libburn-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libffi-devel-3.4.2-8.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libibumad-57.0-2.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libisoburn-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libisofs-1.5.4-4.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libmpc-1.2.1-4.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libnftnl-1.2.6-4.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libnvme-1.13-1.el9.x86_64 2025-11-25 05:20:57.217 | > Installed: libpkgconf-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: libxcrypt-devel-4.4.18-3.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: lsof-4.94.0-3.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: make-1:4.3-8.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: nvme-cli-2.13-1.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: openssl-devel-1:3.5.1-6.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-AutoLoader-5.74-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-B-1.80-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Carp-1.50-460.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Class-Struct-0.66-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Data-Dumper-2.174-462.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Digest-1.19-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Digest-MD5-2.58-4.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Encode-4:3.08-462.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Errno-1.30-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Exporter-5.74-461.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Fcntl-1.13-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-File-Basename-2.85-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-File-Path-2.18-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-File-Temp-1:0.231.100-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-File-stat-1.09-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-FileHandle-2.03-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Getopt-Long-1:2.52-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Getopt-Std-1.12-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-HTTP-Tiny-0.076-462.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-IO-1.43-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-IO-Socket-IP-0.41-5.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-IO-Socket-SSL-2.073-2.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-IPC-Open3-1.21-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-MIME-Base64-3.16-4.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Mozilla-CA-20200520-6.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-NDBM_File-1.15-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Net-SSLeay-1.94-3.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-POSIX-1.94-483.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-PathTools-3.78-461.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Pod-Escapes-1:1.07-460.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Pod-Perldoc-3.28.01-461.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Pod-Simple-1:3.42-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Pod-Usage-4:2.01-4.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-SelectSaver-1.02-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Socket-4:2.031-4.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Storable-1:3.21-460.el9.x86_64 2025-11-25 05:20:57.218 | > Installed: perl-Symbol-1.08-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Term-ANSIColor-5.01-461.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Term-Cap-1.17-460.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Text-ParseWords-3.30-460.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-Time-Local-2:1.300-7.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-URI-5.09-3.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-base-2.27-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-constant-1.33-461.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-if-0.60.800-483.el9.noarch 2025-11-25 05:20:57.218 | > Installed: perl-interpreter-4:5.32.1-483.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: perl-libnet-3.13-4.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-libs-4:5.32.1-483.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: perl-mro-1.23-483.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: perl-overload-1.31-483.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-overloading-0.02-483.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-parent-1:0.238-460.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-podlators-1:4.14-460.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-subs-1.03-483.el9.noarch 2025-11-25 05:20:57.219 | > Installed: perl-vars-1.05-483.el9.noarch 2025-11-25 05:20:57.219 | > Installed: pkgconf-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: pkgconf-m4-1.7.3-10.el9.noarch 2025-11-25 05:20:57.219 | > Installed: pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: policycoreutils-python-utils-3.6-3.el9.noarch 2025-11-25 05:20:57.219 | > Installed: python3-devel-3.9.23-2.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: python3-pip-21.3.1-1.el9.noarch 2025-11-25 05:20:57.219 | > Installed: rng-tools-6.17-2.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: rsync-3.2.5-4.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: traceroute-3:2.1.1-1.el9.x86_64 2025-11-25 05:20:57.219 | > Installed: xorriso-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.219 | > 2025-11-25 05:20:57.219 | > Installed: 2025-11-25 05:20:57.219 | > NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch 2025-11-25 05:20:57.219 | > biosdevname-0.7.3-10.el9.x86_64 2025-11-25 05:20:57.219 | > cpp-11.5.0-14.el9.x86_64 2025-11-25 05:20:57.219 | > device-mapper-multipath-0.8.7-39.el9.x86_64 2025-11-25 05:20:57.219 | > device-mapper-multipath-libs-0.8.7-39.el9.x86_64 2025-11-25 05:20:57.219 | > efibootmgr-16-12.el9.x86_64 2025-11-25 05:20:57.219 | > efivar-38-3.el9.x86_64 2025-11-25 05:20:57.219 | > gcc-11.5.0-14.el9.x86_64 2025-11-25 05:20:57.219 | > glibc-devel-2.34-244.el9.x86_64 2025-11-25 05:20:57.219 | > glibc-headers-2.34-244.el9.x86_64 2025-11-25 05:20:57.219 | > groff-base-1.22.4-10.el9.x86_64 2025-11-25 05:20:57.219 | > hdparm-9.62-2.el9.x86_64 2025-11-25 05:20:57.219 | > infiniband-diags-57.0-2.el9.x86_64 2025-11-25 05:20:57.219 | > ipmitool-1.8.18-27.el9.x86_64 2025-11-25 05:20:57.219 | > iptables-nft-1.8.10-11.el9.x86_64 2025-11-25 05:20:57.219 | > jitterentropy-3.6.0-1.el9.x86_64 2025-11-25 05:20:57.219 | > kernel-headers-5.14.0-642.el9.x86_64 2025-11-25 05:20:57.219 | > libburn-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.219 | > libffi-devel-3.4.2-8.el9.x86_64 2025-11-25 05:20:57.219 | > libibumad-57.0-2.el9.x86_64 2025-11-25 05:20:57.219 | > libisoburn-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.219 | > libisofs-1.5.4-4.el9.x86_64 2025-11-25 05:20:57.219 | > libmpc-1.2.1-4.el9.x86_64 2025-11-25 05:20:57.639 | > libnftnl-1.2.6-4.el9.x86_64 2025-11-25 05:20:57.639 | > libnvme-1.13-1.el9.x86_64 2025-11-25 05:20:57.639 | > libpkgconf-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.639 | > libxcrypt-devel-4.4.18-3.el9.x86_64 2025-11-25 05:20:57.639 | > lsof-4.94.0-3.el9.x86_64 2025-11-25 05:20:57.639 | > make-1:4.3-8.el9.x86_64 2025-11-25 05:20:57.639 | > nvme-cli-2.13-1.el9.x86_64 2025-11-25 05:20:57.639 | > openssl-devel-1:3.5.1-6.el9.x86_64 2025-11-25 05:20:57.639 | > perl-AutoLoader-5.74-483.el9.noarch 2025-11-25 05:20:57.639 | > perl-B-1.80-483.el9.x86_64 2025-11-25 05:20:57.639 | > perl-Carp-1.50-460.el9.noarch 2025-11-25 05:20:57.639 | > perl-Class-Struct-0.66-483.el9.noarch 2025-11-25 05:20:57.639 | > perl-Data-Dumper-2.174-462.el9.x86_64 2025-11-25 05:20:57.639 | > perl-Digest-1.19-4.el9.noarch 2025-11-25 05:20:57.639 | > perl-Digest-MD5-2.58-4.el9.x86_64 2025-11-25 05:20:57.639 | > perl-Encode-4:3.08-462.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Errno-1.30-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Exporter-5.74-461.el9.noarch 2025-11-25 05:20:57.640 | > perl-Fcntl-1.13-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-File-Basename-2.85-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-File-Path-2.18-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-File-Temp-1:0.231.100-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-File-stat-1.09-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-FileHandle-2.03-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-Getopt-Long-1:2.52-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-Getopt-Std-1.12-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-HTTP-Tiny-0.076-462.el9.noarch 2025-11-25 05:20:57.640 | > perl-IO-1.43-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-IO-Socket-IP-0.41-5.el9.noarch 2025-11-25 05:20:57.640 | > perl-IO-Socket-SSL-2.073-2.el9.noarch 2025-11-25 05:20:57.640 | > perl-IPC-Open3-1.21-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-MIME-Base64-3.16-4.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Mozilla-CA-20200520-6.el9.noarch 2025-11-25 05:20:57.640 | > perl-NDBM_File-1.15-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Net-SSLeay-1.94-3.el9.x86_64 2025-11-25 05:20:57.640 | > perl-POSIX-1.94-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-PathTools-3.78-461.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Pod-Escapes-1:1.07-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-Pod-Perldoc-3.28.01-461.el9.noarch 2025-11-25 05:20:57.640 | > perl-Pod-Simple-1:3.42-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-Pod-Usage-4:2.01-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 2025-11-25 05:20:57.640 | > perl-SelectSaver-1.02-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-Socket-4:2.031-4.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Storable-1:3.21-460.el9.x86_64 2025-11-25 05:20:57.640 | > perl-Symbol-1.08-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-Term-ANSIColor-5.01-461.el9.noarch 2025-11-25 05:20:57.640 | > perl-Term-Cap-1.17-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-Text-ParseWords-3.30-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-Time-Local-2:1.300-7.el9.noarch 2025-11-25 05:20:57.640 | > perl-URI-5.09-3.el9.noarch 2025-11-25 05:20:57.640 | > perl-base-2.27-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-constant-1.33-461.el9.noarch 2025-11-25 05:20:57.640 | > perl-if-0.60.800-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-interpreter-4:5.32.1-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-libnet-3.13-4.el9.noarch 2025-11-25 05:20:57.640 | > perl-libs-4:5.32.1-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-mro-1.23-483.el9.x86_64 2025-11-25 05:20:57.640 | > perl-overload-1.31-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-overloading-0.02-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-parent-1:0.238-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-podlators-1:4.14-460.el9.noarch 2025-11-25 05:20:57.640 | > perl-subs-1.03-483.el9.noarch 2025-11-25 05:20:57.640 | > perl-vars-1.05-483.el9.noarch 2025-11-25 05:20:57.640 | > pkgconf-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.640 | > pkgconf-m4-1.7.3-10.el9.noarch 2025-11-25 05:20:57.640 | > pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-11-25 05:20:57.640 | > policycoreutils-python-utils-3.6-3.el9.noarch 2025-11-25 05:20:57.640 | > python3-devel-3.9.23-2.el9.x86_64 2025-11-25 05:20:57.640 | > python3-pip-21.3.1-1.el9.noarch 2025-11-25 05:20:57.640 | > rng-tools-6.17-2.el9.x86_64 2025-11-25 05:20:57.640 | > rsync-3.2.5-4.el9.x86_64 2025-11-25 05:20:57.640 | > traceroute-3:2.1.1-1.el9.x86_64 2025-11-25 05:20:57.641 | > xorriso-1.5.4-5.el9.x86_64 2025-11-25 05:20:57.641 | > 2025-11-25 05:20:57.641 | > Complete! 2025-11-25 05:20:57.641 | > + '[' install == install ']' 2025-11-25 05:20:57.641 | > + '[' dnf == dnf ']' 2025-11-25 05:20:57.641 | > + dnf mark install qemu-img efivar openssl-devel xorriso tcpdump selinux-policy lldpad traceroute pciutils e2fsprogs iscsi-initiator-utils sysbench parted dhclient libffi-devel policycoreutils-python-utils iptables ca-certificates ethtool psmisc dosfstools lsof infiniband-diags fio rsync openssh-server python3-devel gdisk which fio-engine-libaio python3 dmidecode curl python3-policycoreutils lshw nvme-cli biosdevname selinux-policy-targeted efibootmgr kmod openssh git-core mdadm python3-libselinux passwd device-mapper-multipath gcc smartmontools NetworkManager-initscripts-updown chrony rng-tools util-linux ipmitool hdparm 2025-11-25 05:20:57.641 | > qemu-img-17:10.1.0-4.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > efivar-38-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > openssl-devel-1:3.5.1-6.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > xorriso-1.5.4-5.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > tcpdump-14:4.99.0-9.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > selinux-policy-38.1.68-1.el9.noarch marked as user installed. 2025-11-25 05:20:57.641 | > lldpad-1.1.1-4.gitf1dd9eb.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > traceroute-3:2.1.1-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > pciutils-3.7.0-7.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > e2fsprogs-1.46.5-8.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > sysbench-1.0.20-5.el9s.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > parted-3.5-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > dhcp-client-12:4.4.2-19.b1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > libffi-devel-3.4.2-8.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > policycoreutils-python-utils-3.6-3.el9.noarch marked as user installed. 2025-11-25 05:20:57.641 | > iptables-nft-1.8.10-11.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > ca-certificates-2025.2.80_v9.0.305-91.el9.noarch marked as user installed. 2025-11-25 05:20:57.641 | > ethtool-2:6.15-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.641 | > psmisc-23.4-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > dosfstools-4.2-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > lsof-4.94.0-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > infiniband-diags-57.0-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > fio-3.35-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > rsync-3.2.5-4.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > openssh-server-9.9p1-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > python3-devel-3.9.23-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > gdisk-1.0.7-5.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > which-2.21-30.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > fio-engine-libaio-3.35-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > python3-3.9.23-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > dmidecode-1:3.6-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > curl-7.76.1-34.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > python3-policycoreutils-3.6-3.el9.noarch marked as user installed. 2025-11-25 05:20:57.749 | > lshw-B.02.20-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > nvme-cli-2.13-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > biosdevname-0.7.3-10.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > selinux-policy-targeted-38.1.68-1.el9.noarch marked as user installed. 2025-11-25 05:20:57.749 | > efibootmgr-16-12.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > kmod-28-11.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > openssh-9.9p1-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > git-core-2.47.3-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > mdadm-4.4-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > python3-libselinux-3.6-3.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.749 | > passwd-0.80-12.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > device-mapper-multipath-0.8.7-39.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > gcc-11.5.0-14.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > smartmontools-1:7.2-9.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > NetworkManager-initscripts-updown-1:1.54.1-1.el9.noarch marked as user installed. 2025-11-25 05:20:57.750 | > chrony-4.8-1.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > rng-tools-6.17-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > util-linux-2.37.4-21.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > ipmitool-1.8.18-27.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | > hdparm-9.62-2.el9.x86_64 marked as user installed. 2025-11-25 05:20:57.750 | returncode: 0 2025-11-25 05:20:57.764 | dib-run-parts 01-package-installs completed 2025-11-25 05:20:57.764 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init 2025-11-25 05:20:57.770 | + set -eu 2025-11-25 05:20:57.770 | + set -o pipefail 2025-11-25 05:20:57.770 | + mkdir -p /etc/cloud/cloud.cfg.d 2025-11-25 05:20:57.773 | + '[' -n '' ']' 2025-11-25 05:20:57.777 | dib-run-parts 10-cloud-init completed 2025-11-25 05:20:57.777 | dib-run-parts Running /tmp/in_target.d/install.d/10-install-static-files 2025-11-25 05:20:57.782 | + set -eu 2025-11-25 05:20:57.782 | + set -o pipefail 2025-11-25 05:20:57.783 | ++ dirname /tmp/in_target.d/install.d/10-install-static-files 2025-11-25 05:20:57.785 | + STATIC_SOURCE=/tmp/in_target.d/install.d/../static 2025-11-25 05:20:57.785 | + '[' -d /tmp/in_target.d/install.d/../static ']' 2025-11-25 05:20:57.785 | + rsync -lCr /tmp/in_target.d/install.d/../static/ / 2025-11-25 05:20:57.843 | dib-run-parts 10-install-static-files completed 2025-11-25 05:20:57.843 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts 2025-11-25 05:20:57.849 | + set -eu 2025-11-25 05:20:57.849 | + set -o pipefail 2025-11-25 05:20:57.850 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts 2025-11-25 05:20:57.852 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/ 2025-11-25 05:20:57.852 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']' 2025-11-25 05:20:57.852 | + dest= 2025-11-25 05:20:57.852 | + case $DIB_INIT_SYSTEM in 2025-11-25 05:20:57.852 | + dest=/usr/lib/systemd/system/ 2025-11-25 05:20:57.852 | + '[' -z /usr/lib/systemd/system/ ']' 2025-11-25 05:20:57.852 | + cp -RP /tmp/in_target.d/install.d/../init-scripts/systemd/. /usr/lib/systemd/system/ 2025-11-25 05:20:57.859 | dib-run-parts 20-install-init-scripts completed 2025-11-25 05:20:57.859 | dib-run-parts Running /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2025-11-25 05:20:57.865 | + set -eu 2025-11-25 05:20:57.865 | + set -o pipefail 2025-11-25 05:20:57.866 | ++ dirname /tmp/in_target.d/install.d/50-dhcp-all-interfaces 2025-11-25 05:20:57.867 | + SCRIPTDIR=/tmp/in_target.d/install.d 2025-11-25 05:20:57.867 | + '[' -e /etc/redhat-release ']' 2025-11-25 05:20:57.867 | + [[ 7 =~ 9-stream ]] 2025-11-25 05:20:57.868 | + [[ 8 =~ 9-stream ]] 2025-11-25 05:20:57.868 | + '[' -x /etc/NetworkManager ']' 2025-11-25 05:20:57.868 | + 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-11-25 05:20:57.874 | + sed -i s/DIB_DHCP_CLIENT/internal/g /etc/NetworkManager/conf.d/00-main.conf 2025-11-25 05:20:57.879 | + sed -i s/DIB_DHCP_TIMEOUT/60/g /etc/NetworkManager/conf.d/00-main.conf 2025-11-25 05:20:57.883 | + '[' true == true ']' 2025-11-25 05:20:57.883 | + exit 0 2025-11-25 05:20:57.886 | dib-run-parts 50-dhcp-all-interfaces completed 2025-11-25 05:20:57.886 | dib-run-parts Running /tmp/in_target.d/install.d/60-remove-cloud-image-interfaces 2025-11-25 05:20:57.892 | + set -eu 2025-11-25 05:20:57.892 | + set -o pipefail 2025-11-25 05:20:57.894 | ++ ls /etc/sysconfig/network-scripts/ifcfg-eth0 2025-11-25 05:20:57.894 | ++ grep -v ifcfg-lo 2025-11-25 05:20:57.897 | + for ifcfg in $(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v "ifcfg-lo") 2025-11-25 05:20:57.897 | + rm -f /etc/sysconfig/network-scripts/ifcfg-eth0 2025-11-25 05:20:57.899 | + rm -f '/etc/network/interfaces.d/*' 2025-11-25 05:20:57.901 | + rm -f '/etc/conf.d/net*' 2025-11-25 05:20:57.904 | + '[' -f /etc/network/interfaces ']' 2025-11-25 05:20:57.907 | dib-run-parts 60-remove-cloud-image-interfaces completed 2025-11-25 05:20:57.907 | dib-run-parts Running /tmp/in_target.d/install.d/70-clear-net-ifnames 2025-11-25 05:20:57.913 | + set -o pipefail 2025-11-25 05:20:57.913 | + '[' -f /etc/default/grub ']' 2025-11-25 05:20:57.913 | + sed -i s/net.ifnames=0//g /etc/default/grub 2025-11-25 05:20:57.919 | dib-run-parts 70-clear-net-ifnames completed 2025-11-25 05:20:57.919 | dib-run-parts Running /tmp/in_target.d/install.d/70-enable-dynamic-login-services 2025-11-25 05:20:57.924 | + set -eu 2025-11-25 05:20:57.924 | + set -o pipefail 2025-11-25 05:20:57.924 | + case "$DIB_INIT_SYSTEM" in 2025-11-25 05:20:57.924 | + systemctl enable dynamic-login.service 2025-11-25 05:20:57.940 | Created symlink /etc/systemd/system/multi-user.target.wants/dynamic-login.service -> /usr/lib/systemd/system/dynamic-login.service. 2025-11-25 05:20:57.944 | dib-run-parts 70-enable-dynamic-login-services completed 2025-11-25 05:20:57.944 | dib-run-parts Running /tmp/in_target.d/install.d/71-clean-stale-interface 2025-11-25 05:20:57.948 | + set -o pipefail 2025-11-25 05:20:57.948 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-ens*' 2025-11-25 05:20:57.950 | + rm -f '/etc/sysconfig/network-scripts/ifcfg-eth*' 2025-11-25 05:20:57.953 | dib-run-parts 71-clean-stale-interface completed 2025-11-25 05:20:57.953 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls 2025-11-25 05:20:57.958 | + set -eu 2025-11-25 05:20:57.958 | + set -o pipefail 2025-11-25 05:20:57.959 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls 2025-11-25 05:20:57.960 | + package-uninstalls -d /tmp/in_target.d/install.d 2025-11-25 05:20:57.963 | + set -eu 2025-11-25 05:20:57.963 | + set -o pipefail 2025-11-25 05:20:57.964 | ++ basename /usr/local/bin/package-uninstalls 2025-11-25 05:20:57.965 | + SCRIPTNAME=package-uninstalls 2025-11-25 05:20:57.966 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d 2025-11-25 05:20:57.968 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-11-25 05:20:57.968 | + '[' 0 '!=' 0 ']' 2025-11-25 05:20:57.968 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2025-11-25 05:20:57.968 | ++ set -- -d /tmp/in_target.d/install.d -- 2025-11-25 05:20:57.968 | + WORKDIR= 2025-11-25 05:20:57.968 | + true 2025-11-25 05:20:57.968 | + case "$1" in 2025-11-25 05:20:57.968 | + WORKDIR=/tmp/in_target.d/install.d 2025-11-25 05:20:57.968 | + shift 2 2025-11-25 05:20:57.968 | + true 2025-11-25 05:20:57.968 | + case "$1" in 2025-11-25 05:20:57.968 | + shift 2025-11-25 05:20:57.968 | + break 2025-11-25 05:20:57.968 | + '[' -z /tmp/in_target.d/install.d ']' 2025-11-25 05:20:57.968 | + PACKAGES= 2025-11-25 05:20:57.969 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:20:57.970 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-11-25 05:20:57.971 | ++ basename /tmp/in_target.d/install.d/package-installs-ironic-python-agent-ramdisk 2025-11-25 05:20:57.973 | + basefile=package-installs-ironic-python-agent-ramdisk 2025-11-25 05:20:57.973 | + element_name=ironic-python-agent-ramdisk 2025-11-25 05:20:57.973 | + read pkg 2025-11-25 05:20:57.973 | + '[' -z ironic-python-agent ']' 2025-11-25 05:20:57.973 | + '[' i = '#' ']' 2025-11-25 05:20:57.973 | + '[' '!' i = - ']' 2025-11-25 05:20:57.973 | + continue 2025-11-25 05:20:57.973 | + read pkg 2025-11-25 05:20:57.973 | + for PACKAGEFILE in $(find $WORKDIR -maxdepth 1 -name "package-installs-*" ) 2025-11-25 05:20:57.973 | ++ basename /tmp/in_target.d/install.d/package-installs-extra-hardware 2025-11-25 05:20:57.974 | + basefile=package-installs-extra-hardware 2025-11-25 05:20:57.974 | + element_name=extra-hardware 2025-11-25 05:20:57.974 | + read pkg 2025-11-25 05:20:57.974 | + '[' -z python-hardware ']' 2025-11-25 05:20:57.974 | + '[' p = '#' ']' 2025-11-25 05:20:57.974 | + '[' '!' p = - ']' 2025-11-25 05:20:57.974 | + continue 2025-11-25 05:20:57.974 | + read pkg 2025-11-25 05:20:57.974 | + install-packages -e 2025-11-25 05:20:57.984 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json 2025-11-25 05:20:59.838 | Map uninstall for ironic-python-agent-ramdisk: libffi-dev, libssl-dev, python-dev 2025-11-25 05:20:59.838 | Running command: ['install-packages', '-e', 'python3-devel', 'libffi-devel', 'openssl-devel'] 2025-11-25 05:20:59.838 | > Running install-packages remove. 2025-11-25 05:20:59.838 | > + dnf -v -y remove python3-devel libffi-devel openssl-devel 2025-11-25 05:20:59.838 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:20:59.838 | > DNF version: 4.14.0 2025-11-25 05:20:59.838 | > cachedir: /tmp/yum 2025-11-25 05:20:59.838 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:20:59.838 | > --> Starting dependency resolution 2025-11-25 05:20:59.838 | > --> Finding unneeded leftover dependencies 2025-11-25 05:20:59.838 | > ---> Package libffi-devel.x86_64 3.4.2-8.el9 will be erased 2025-11-25 05:20:59.838 | > ---> Package openssl-devel.x86_64 1:3.5.1-6.el9 will be erased 2025-11-25 05:20:59.838 | > ---> Package python3-devel.x86_64 3.9.23-2.el9 will be erased 2025-11-25 05:20:59.838 | > ---> Package python3-pip.noarch 21.3.1-1.el9 will be erased 2025-11-25 05:20:59.838 | > --> Finished dependency resolution 2025-11-25 05:20:59.838 | > Dependencies resolved. 2025-11-25 05:20:59.838 | > ================================================================================ 2025-11-25 05:20:59.838 | > Package Architecture Version Repository Size 2025-11-25 05:20:59.838 | > ================================================================================ 2025-11-25 05:20:59.838 | > Removing: 2025-11-25 05:20:59.838 | > libffi-devel x86_64 3.4.2-8.el9 @appstream 33 k 2025-11-25 05:20:59.838 | > openssl-devel x86_64 1:3.5.1-6.el9 @appstream 5.3 M 2025-11-25 05:20:59.839 | > python3-devel x86_64 3.9.23-2.el9 @appstream 765 k 2025-11-25 05:20:59.839 | > Removing unused dependencies: 2025-11-25 05:20:59.839 | > python3-pip noarch 21.3.1-1.el9 @appstream 8.8 M 2025-11-25 05:20:59.839 | > 2025-11-25 05:20:59.839 | > Transaction Summary 2025-11-25 05:20:59.839 | > ================================================================================ 2025-11-25 05:20:59.839 | > Remove 4 Packages 2025-11-25 05:20:59.839 | > 2025-11-25 05:20:59.839 | > Freed space: 15 M 2025-11-25 05:20:59.839 | > Running transaction check 2025-11-25 05:20:59.839 | > Transaction check succeeded. 2025-11-25 05:20:59.839 | > Running transaction test 2025-11-25 05:20:59.839 | > Transaction test succeeded. 2025-11-25 05:20:59.839 | > Running transaction 2025-11-25 05:20:59.839 | > Preparing : 1/1 2025-11-25 05:20:59.839 | > Erasing : python3-devel-3.9.23-2.el9.x86_64 1/4 2025-11-25 05:20:59.839 | > Erasing : python3-pip-21.3.1-1.el9.noarch 2/4 2025-11-25 05:20:59.839 | > Erasing : openssl-devel-1:3.5.1-6.el9.x86_64 3/4 2025-11-25 05:20:59.839 | > Erasing : libffi-devel-3.4.2-8.el9.x86_64 4/4 2025-11-25 05:20:59.839 | > Verifying : libffi-devel-3.4.2-8.el9.x86_64 1/4 2025-11-25 05:20:59.839 | > Verifying : openssl-devel-1:3.5.1-6.el9.x86_64 2/4 2025-11-25 05:20:59.839 | > Verifying : python3-devel-3.9.23-2.el9.x86_64 3/4 2025-11-25 05:20:59.839 | > Verifying : python3-pip-21.3.1-1.el9.noarch 4/4 2025-11-25 05:20:59.839 | > Completion plugin: Generating completion cache... 2025-11-25 05:20:59.839 | > Removed: libffi-devel-3.4.2-8.el9.x86_64 2025-11-25 05:20:59.839 | > Removed: openssl-devel-1:3.5.1-6.el9.x86_64 2025-11-25 05:20:59.839 | > Removed: python3-devel-3.9.23-2.el9.x86_64 2025-11-25 05:20:59.839 | > Removed: python3-pip-21.3.1-1.el9.noarch 2025-11-25 05:20:59.839 | > 2025-11-25 05:20:59.839 | > Removed: 2025-11-25 05:20:59.839 | > libffi-devel-3.4.2-8.el9.x86_64 openssl-devel-1:3.5.1-6.el9.x86_64 2025-11-25 05:20:59.839 | > python3-devel-3.9.23-2.el9.x86_64 python3-pip-21.3.1-1.el9.noarch 2025-11-25 05:20:59.839 | > 2025-11-25 05:20:59.839 | > Complete! 2025-11-25 05:20:59.839 | > + '[' remove == install ']' 2025-11-25 05:20:59.839 | returncode: 0 2025-11-25 05:20:59.849 | dib-run-parts 99-package-uninstalls completed 2025-11-25 05:20:59.850 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:20:59.850 | dib-run-parts 2025-11-25 05:20:59.852 | dib-run-parts Target: install.d 2025-11-25 05:20:59.852 | dib-run-parts 2025-11-25 05:20:59.852 | dib-run-parts Script Seconds 2025-11-25 05:20:59.852 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:20:59.852 | dib-run-parts 2025-11-25 05:20:59.870 | dib-run-parts 00-baseline-environment 2.225 2025-11-25 05:20:59.880 | dib-run-parts 00-up-to-date 2.350 2025-11-25 05:20:59.892 | dib-run-parts 01-package-installs 39.764 2025-11-25 05:20:59.901 | dib-run-parts 10-cloud-init 0.010 2025-11-25 05:20:59.913 | dib-run-parts 10-install-static-files 0.063 2025-11-25 05:20:59.922 | dib-run-parts 20-install-init-scripts 0.013 2025-11-25 05:20:59.934 | dib-run-parts 50-dhcp-all-interfaces 0.024 2025-11-25 05:20:59.945 | dib-run-parts 60-remove-cloud-image-interfaces 0.019 2025-11-25 05:21:01.214 | dib-run-parts 70-clear-net-ifnames 0.009 2025-11-25 05:21:01.227 | dib-run-parts 70-enable-dynamic-login-services 0.023 2025-11-25 05:21:01.239 | dib-run-parts 71-clean-stale-interface 0.006 2025-11-25 05:21:01.251 | dib-run-parts 99-package-uninstalls 1.894 2025-11-25 05:21:01.254 | dib-run-parts 2025-11-25 05:21:01.254 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:21:01.269 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-11-25 05:21:01.275 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-11-25 05:21:01.282 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-11-25 05:21:01.288 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-install run_in_target bash 2025-11-25 05:21:01.295 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:21:01.295 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-install(,|$)' -q 2025-11-25 05:21:01.310 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:21:01.355 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d; do sleep 1; done' 2025-11-25 05:21:01.406 | + diskimage_builder/lib/disk-image-create:main:363 : do_extra_package_install 2025-11-25 05:21:01.412 | + diskimage_builder/lib/img-functions:do_extra_package_install:166 : '[' '' '!=' '' ']' 2025-11-25 05:21:01.419 | + diskimage_builder/lib/disk-image-create:main:364 : run_d_in_target post-install 2025-11-25 05:21:01.425 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-11-25 05:21:01.431 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:21:01.438 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/post-install.d ']' 2025-11-25 05:21:01.444 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:21:01.491 | + 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.ExUAjxC3/hooks 2025-11-25 05:21:01.536 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:21:01.586 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:21:01.633 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-post-install run_in_target bash 2025-11-25 05:21:01.641 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:21:01.641 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-install(,|$)' -q 2025-11-25 05:21:01.653 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-11-25 05:21:01.659 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-11-25 05:21:01.666 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-11-25 05:21:01.673 | + 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-11-25 05:21:01.680 | + 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-11-25 05:21:01.687 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-11-25 05:21:01.694 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-11-25 05:21:01.701 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-11-25 05:21:01.709 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.ExUAjxC3/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-11-25 05:21:01.776 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:21:01.780 | + source /tmp/in_target.d/post-install.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:21:01.780 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:21:01.780 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:21:01.780 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:21:01.780 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:21:01.780 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:21:01.780 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:21:01.780 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:21:01.780 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:21:01.785 | + source /tmp/in_target.d/post-install.d/../environment.d/01-export-install-types.bash 2025-11-25 05:21:01.785 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:21:01.785 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:21:01.785 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:21:01.790 | + source /tmp/in_target.d/post-install.d/../environment.d/01-repo-setup.bash 2025-11-25 05:21:01.790 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:21:01.790 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:21:01.790 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:21:01.790 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:21:01.790 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:21:01.790 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:21:01.790 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:21:01.790 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:21:01.791 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2025-11-25 05:21:01.795 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults 2025-11-25 05:21:01.795 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:21:01.795 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:21:01.796 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:21:01.796 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:21:01.796 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:21:01.800 | + source /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:21:01.800 | ++ export DISTRO_NAME=centos 2025-11-25 05:21:01.801 | ++ DISTRO_NAME=centos 2025-11-25 05:21:01.801 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:21:01.801 | ++ DIB_RELEASE=9-stream 2025-11-25 05:21:01.801 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:21:01.801 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:21:01.801 | ++ export YUM=dnf 2025-11-25 05:21:01.801 | ++ YUM=dnf 2025-11-25 05:21:01.801 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2025-11-25 05:21:01.805 | + source /tmp/in_target.d/post-install.d/../environment.d/10-checksum.bash 2025-11-25 05:21:01.805 | ++ export DIB_CHECKSUM=1 2025-11-25 05:21:01.805 | ++ DIB_CHECKSUM=1 2025-11-25 05:21:01.805 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2025-11-25 05:21:01.810 | + source /tmp/in_target.d/post-install.d/../environment.d/10-defaults.bash 2025-11-25 05:21:01.810 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:21:01.810 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:21:01.810 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:21:01.814 | + source /tmp/in_target.d/post-install.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:21:01.814 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:21:01.814 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:21:01.814 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:21:01.814 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:21:01.814 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:21:01.816 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:21:01.816 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:21:01.816 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:21:01.816 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2025-11-25 05:21:01.820 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests 2025-11-25 05:21:01.820 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:21:01.820 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:21:01.820 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:21:01.820 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:21:01.820 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:21:01.824 | + source /tmp/in_target.d/post-install.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:21:01.824 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:21:01.824 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:21:01.824 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:21:01.824 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:21:01.824 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:21:01.824 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:21:01.824 | ++ [[ centos =~ debian ]] 2025-11-25 05:21:01.824 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2025-11-25 05:21:01.828 | + source /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version 2025-11-25 05:21:01.828 | ++ '[' -z 3 ']' 2025-11-25 05:21:01.828 | ++ '[' -z 3 ']' 2025-11-25 05:21:01.828 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:21:01.828 | ++ export DIB_PYTHON=python3 2025-11-25 05:21:01.828 | ++ DIB_PYTHON=python3 2025-11-25 05:21:01.828 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2025-11-25 05:21:01.831 | + source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common 2025-11-25 05:21:01.832 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:21:01.832 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:21:01.832 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:21:01.832 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:21:01.832 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2025-11-25 05:21:01.836 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system 2025-11-25 05:21:01.836 | ++ '[' -z systemd ']' 2025-11-25 05:21:01.836 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:21:01.836 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs 2025-11-25 05:21:01.841 | + set -eu 2025-11-25 05:21:01.841 | + set -o pipefail 2025-11-25 05:21:01.842 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs 2025-11-25 05:21:01.844 | + package-installs -d /tmp/in_target.d/post-install.d 2025-11-25 05:21:01.846 | + set -eu 2025-11-25 05:21:01.846 | + set -o pipefail 2025-11-25 05:21:01.847 | ++ basename /usr/local/bin/package-installs 2025-11-25 05:21:01.848 | + SCRIPTNAME=package-installs 2025-11-25 05:21:01.849 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d 2025-11-25 05:21:01.850 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-11-25 05:21:01.850 | + '[' 0 '!=' 0 ']' 2025-11-25 05:21:01.850 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-11-25 05:21:01.850 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2025-11-25 05:21:01.850 | + WORKDIR= 2025-11-25 05:21:01.851 | + true 2025-11-25 05:21:01.851 | + case "$1" in 2025-11-25 05:21:01.851 | + WORKDIR=/tmp/in_target.d/post-install.d 2025-11-25 05:21:01.851 | + shift 2 2025-11-25 05:21:01.851 | + true 2025-11-25 05:21:01.851 | + case "$1" in 2025-11-25 05:21:01.851 | + shift 2025-11-25 05:21:01.851 | + break 2025-11-25 05:21:01.851 | + '[' -z /tmp/in_target.d/post-install.d ']' 2025-11-25 05:21:01.851 | + PACKAGES= 2025-11-25 05:21:01.851 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:21:01.854 | + '[' -n '' ']' 2025-11-25 05:21:01.855 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json 2025-11-25 05:22:59.816 | Map install for ironic-python-agent-ramdisk: linux-firmware 2025-11-25 05:22:59.816 | Running command: ['install-packages', 'linux-firmware'] 2025-11-25 05:22:59.816 | > Running install-packages install. 2025-11-25 05:22:59.816 | > + dnf -v -y install linux-firmware 2025-11-25 05:22:59.816 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:22:59.816 | > DNF version: 4.14.0 2025-11-25 05:22:59.816 | > cachedir: /tmp/yum 2025-11-25 05:22:59.816 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-barbican 2025-11-25 05:22:59.816 | > delorean-component-barbican: using metadata from Wed Aug 20 02:43:16 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-baremetal 2025-11-25 05:22:59.816 | > delorean-component-baremetal: using metadata from Fri Apr 25 17:32:44 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-cinder 2025-11-25 05:22:59.816 | > delorean-component-cinder: using metadata from Wed Sep 3 03:26:25 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-clients 2025-11-25 05:22:59.816 | > delorean-component-clients: using metadata from Thu Jun 5 08:49:10 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-cloudops 2025-11-25 05:22:59.816 | > delorean-component-cloudops: using metadata from Fri Mar 28 06:55:30 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-common 2025-11-25 05:22:59.816 | > delorean-component-common: using metadata from Thu May 8 03:49:23 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-compute 2025-11-25 05:22:59.816 | > delorean-component-compute: using metadata from Mon Apr 28 06:35:02 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-designate 2025-11-25 05:22:59.816 | > delorean-component-designate: using metadata from Tue Jun 3 12:01:21 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-glance 2025-11-25 05:22:59.816 | > delorean-component-glance: using metadata from Tue Jun 3 05:12:29 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-keystone 2025-11-25 05:22:59.816 | > delorean-component-keystone: using metadata from Thu May 22 21:30:16 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-manila 2025-11-25 05:22:59.816 | > delorean-component-manila: using metadata from Tue May 13 20:07:24 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-network 2025-11-25 05:22:59.816 | > delorean-component-network: using metadata from Fri May 23 06:12:24 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-octavia 2025-11-25 05:22:59.816 | > delorean-component-octavia: using metadata from Wed Jun 18 17:08:29 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-optimize 2025-11-25 05:22:59.816 | > delorean-component-optimize: using metadata from Wed Jul 30 11:30:17 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-podified 2025-11-25 05:22:59.816 | > delorean-component-podified: using metadata from Thu Nov 20 08:16:57 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-puppet 2025-11-25 05:22:59.816 | > delorean-component-puppet: using metadata from Mon Oct 27 21:36:59 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-swift 2025-11-25 05:22:59.816 | > delorean-component-swift: using metadata from Mon Aug 25 23:50:27 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-tempest 2025-11-25 05:22:59.816 | > delorean-component-tempest: using metadata from Mon Sep 15 19:33:56 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-component-ui 2025-11-25 05:22:59.816 | > delorean-component-ui: using metadata from Wed May 14 13:25:57 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: baseos 2025-11-25 05:22:59.816 | > baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: appstream 2025-11-25 05:22:59.816 | > appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: crb 2025-11-25 05:22:59.816 | > crb: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: extras-common 2025-11-25 05:22:59.816 | > extras-common: using metadata from Thu Oct 30 09:20:08 2025. 2025-11-25 05:22:59.816 | > repo: using cache for: delorean-master-testing 2025-11-25 05:22:59.817 | > delorean-master-testing: using metadata from Mon Mar 17 09:11:17 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: delorean-master-build-deps 2025-11-25 05:22:59.817 | > delorean-master-build-deps: using metadata from Mon Mar 17 09:25:59 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: centos9-rabbitmq 2025-11-25 05:22:59.817 | > centos9-rabbitmq: using metadata from Tue Dec 3 17:42:31 2024. 2025-11-25 05:22:59.817 | > repo: using cache for: centos9-storage 2025-11-25 05:22:59.817 | > centos9-storage: using metadata from Mon Jun 16 15:25:13 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: centos9-opstools 2025-11-25 05:22:59.817 | > centos9-opstools: using metadata from Tue Dec 12 09:07:59 2023. 2025-11-25 05:22:59.817 | > repo: using cache for: centos9-nfv-ovs 2025-11-25 05:22:59.817 | > centos9-nfv-ovs: using metadata from Wed Nov 12 01:24:02 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: repo-setup-centos-appstream 2025-11-25 05:22:59.817 | > repo-setup-centos-appstream: using metadata from Mon Nov 24 12:35:27 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: repo-setup-centos-baseos 2025-11-25 05:22:59.817 | > repo-setup-centos-baseos: using metadata from Mon Nov 24 12:32:03 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: repo-setup-centos-highavailability 2025-11-25 05:22:59.817 | > repo-setup-centos-highavailability: using metadata from Mon Nov 24 12:40:06 2025. 2025-11-25 05:22:59.817 | > repo: using cache for: repo-setup-centos-powertools 2025-11-25 05:22:59.817 | > repo-setup-centos-powertools: using metadata from Mon Nov 24 12:39:46 2025. 2025-11-25 05:22:59.817 | > Last metadata expiration check: 0:00:56 ago on Tue Nov 25 00:20:06 2025. 2025-11-25 05:22:59.817 | > --> Starting dependency resolution 2025-11-25 05:22:59.817 | > ---> Package linux-firmware.noarch 20251111-158.el9 will be installed 2025-11-25 05:22:59.817 | > ---> Package linux-firmware-whence.noarch 20251111-158.el9 will be installed 2025-11-25 05:22:59.817 | > --> Finished dependency resolution 2025-11-25 05:22:59.817 | > Dependencies resolved. 2025-11-25 05:22:59.817 | > ================================================================================ 2025-11-25 05:22:59.817 | > Package Arch Version Repository Size 2025-11-25 05:22:59.817 | > ================================================================================ 2025-11-25 05:22:59.817 | > Installing: 2025-11-25 05:22:59.817 | > linux-firmware noarch 20251111-158.el9 baseos 602 M 2025-11-25 05:22:59.817 | > Installing dependencies: 2025-11-25 05:22:59.817 | > linux-firmware-whence noarch 20251111-158.el9 baseos 121 k 2025-11-25 05:22:59.817 | > 2025-11-25 05:22:59.817 | > Transaction Summary 2025-11-25 05:22:59.817 | > ================================================================================ 2025-11-25 05:22:59.817 | > Install 2 Packages 2025-11-25 05:22:59.817 | > 2025-11-25 05:22:59.817 | > Total download size: 602 M 2025-11-25 05:22:59.817 | > Installed size: 625 M 2025-11-25 05:22:59.817 | > Downloading Packages: 2025-11-25 05:22:59.817 | > (1/2): linux-firmware-whence-20251111-158.el9.n 364 kB/s | 121 kB 00:00 2025-11-25 05:22:59.817 | > (2/2): linux-firmware-20251111-158.el9.noarch.r 5.8 MB/s | 602 MB 01:44 2025-11-25 05:22:59.817 | > -------------------------------------------------------------------------------- 2025-11-25 05:22:59.817 | > Total 5.8 MB/s | 602 MB 01:44 2025-11-25 05:22:59.817 | > Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures 2025-11-25 05:22:59.817 | > Running transaction check 2025-11-25 05:22:59.817 | > Transaction check succeeded. 2025-11-25 05:22:59.817 | > Running transaction test 2025-11-25 05:22:59.817 | > Transaction test succeeded. 2025-11-25 05:22:59.817 | > Running transaction 2025-11-25 05:22:59.817 | > Running scriptlet: linux-firmware-20251111-158.el9.noarch 1/1 2025-11-25 05:22:59.817 | > Preparing : 1/1 2025-11-25 05:22:59.817 | > Installing : linux-firmware-whence-20251111-158.el9.noarch 1/2 2025-11-25 05:22:59.817 | > Installing : linux-firmware-20251111-158.el9.noarch 2/2 2025-11-25 05:22:59.817 | > Running scriptlet: linux-firmware-20251111-158.el9.noarch 2/2 2025-11-25 05:22:59.817 | > Verifying : linux-firmware-20251111-158.el9.noarch 1/2 2025-11-25 05:22:59.817 | > Verifying : linux-firmware-whence-20251111-158.el9.noarch 2/2 2025-11-25 05:22:59.817 | > Completion plugin: Generating completion cache... 2025-11-25 05:22:59.817 | > Installed: linux-firmware-20251111-158.el9.noarch 2025-11-25 05:22:59.817 | > Installed: linux-firmware-whence-20251111-158.el9.noarch 2025-11-25 05:22:59.817 | > 2025-11-25 05:22:59.817 | > Installed: 2025-11-25 05:22:59.817 | > linux-firmware-20251111-158.el9.noarch 2025-11-25 05:22:59.817 | > linux-firmware-whence-20251111-158.el9.noarch 2025-11-25 05:22:59.817 | > 2025-11-25 05:22:59.817 | > Complete! 2025-11-25 05:22:59.817 | > + '[' install == install ']' 2025-11-25 05:22:59.817 | > + '[' dnf == dnf ']' 2025-11-25 05:22:59.817 | > + dnf mark install linux-firmware 2025-11-25 05:22:59.817 | > linux-firmware-20251111-158.el9.noarch marked as user installed. 2025-11-25 05:22:59.817 | returncode: 0 2025-11-25 05:22:59.826 | dib-run-parts 00-package-installs completed 2025-11-25 05:22:59.826 | dib-run-parts Running /tmp/in_target.d/post-install.d/03-reset-bls-entries 2025-11-25 05:22:59.831 | + set -eu 2025-11-25 05:22:59.831 | + set -o pipefail 2025-11-25 05:22:59.831 | + [[ ! 9-stream =~ 9-stream ]] 2025-11-25 05:22:59.831 | + pushd /boot/loader/entries 2025-11-25 05:22:59.831 | /boot/loader/entries / 2025-11-25 05:22:59.832 | + machine_id=ffc7d944cd7f431ca3114587adda91c9 2025-11-25 05:22:59.832 | + for entry in *.conf 2025-11-25 05:22:59.833 | ++ echo a01e1b7ecd814ab4b29a5680d7256382-5.14.0-642.el9.x86_64.conf 2025-11-25 05:22:59.833 | ++ sed 's/^[a-f0-9]*/ffc7d944cd7f431ca3114587adda91c9/' 2025-11-25 05:22:59.837 | + new_entry=ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64.conf 2025-11-25 05:22:59.837 | + echo 'renaming a01e1b7ecd814ab4b29a5680d7256382-5.14.0-642.el9.x86_64.conf to ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64.conf for new machine-id' 2025-11-25 05:22:59.837 | renaming a01e1b7ecd814ab4b29a5680d7256382-5.14.0-642.el9.x86_64.conf to ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64.conf for new machine-id 2025-11-25 05:22:59.837 | + [[ a01e1b7ecd814ab4b29a5680d7256382-5.14.0-642.el9.x86_64.conf != ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64.conf ]] 2025-11-25 05:22:59.837 | + mv a01e1b7ecd814ab4b29a5680d7256382-5.14.0-642.el9.x86_64.conf ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64.conf 2025-11-25 05:22:59.840 | + popd 2025-11-25 05:22:59.840 | / 2025-11-25 05:22:59.840 | + echo '--- Show kernels ---' 2025-11-25 05:22:59.840 | --- Show kernels --- 2025-11-25 05:22:59.840 | + grubby --info=ALL 2025-11-25 05:22:59.924 | index=0 2025-11-25 05:22:59.924 | kernel="/vmlinuz-5.14.0-642.el9.x86_64" 2025-11-25 05:22:59.924 | args="ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M" 2025-11-25 05:22:59.924 | root="UUID=07d6bc35-15f4-4142-b065-19d5d7af5630" 2025-11-25 05:22:59.924 | initrd="/initramfs-5.14.0-642.el9.x86_64.img" 2025-11-25 05:22:59.924 | title="CentOS Stream (5.14.0-642.el9.x86_64) 9" 2025-11-25 05:22:59.924 | id="ffc7d944cd7f431ca3114587adda91c9-5.14.0-642.el9.x86_64" 2025-11-25 05:22:59.928 | dib-run-parts 03-reset-bls-entries completed 2025-11-25 05:22:59.928 | dib-run-parts Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf 2025-11-25 05:22:59.933 | + set -eu 2025-11-25 05:22:59.933 | + set -o pipefail 2025-11-25 05:22:59.933 | + grep NOZEROCONF /etc/sysconfig/network 2025-11-25 05:22:59.935 | NOZEROCONF=yes 2025-11-25 05:22:59.939 | dib-run-parts 06-network-config-nonzeroconf completed 2025-11-25 05:22:59.939 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts 2025-11-25 05:22:59.943 | + set -eu 2025-11-25 05:22:59.943 | + set -o pipefail 2025-11-25 05:22:59.944 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts 2025-11-25 05:22:59.946 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/ 2025-11-25 05:22:59.946 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]] 2025-11-25 05:22:59.946 | + case "${DIB_INIT_SYSTEM}" in 2025-11-25 05:22:59.949 | dib-run-parts 10-enable-init-scripts completed 2025-11-25 05:22:59.949 | dib-run-parts Running /tmp/in_target.d/post-install.d/70-init-ibft-interfaces 2025-11-25 05:22:59.954 | + set -eu 2025-11-25 05:22:59.954 | + set -o pipefail 2025-11-25 05:22:59.954 | + case "$DIB_INIT_SYSTEM" in 2025-11-25 05:22:59.954 | + systemctl enable init-ibft-interfaces.service 2025-11-25 05:22:59.966 | Created symlink /etc/systemd/system/multi-user.target.wants/init-ibft-interfaces.service -> /usr/lib/systemd/system/init-ibft-interfaces.service. 2025-11-25 05:22:59.971 | dib-run-parts 70-init-ibft-interfaces completed 2025-11-25 05:22:59.971 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-enable-sshd-service 2025-11-25 05:22:59.975 | + set -eu 2025-11-25 05:22:59.975 | + set -o pipefail 2025-11-25 05:22:59.975 | + case "$DIB_INIT_SYSTEM" in 2025-11-25 05:22:59.975 | + [[ centos = \u\b\u\n\t\u ]] 2025-11-25 05:22:59.975 | + [[ centos = \d\e\b\i\a\n ]] 2025-11-25 05:22:59.975 | + systemctl enable sshd.service 2025-11-25 05:22:59.992 | dib-run-parts 80-enable-sshd-service completed 2025-11-25 05:22:59.992 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ironic-python-agent-ramdisk 2025-11-25 05:23:00.110 | + set -eu 2025-11-25 05:23:00.111 | + set -o pipefail 2025-11-25 05:23:00.111 | + DIB_IPA_ENABLE_RESCUE=true 2025-11-25 05:23:00.111 | + DIB_IPA_ENABLE_SYSTEMD_NETWORKD=true 2025-11-25 05:23:00.111 | + true 2025-11-25 05:23:00.111 | + mkdir -p /etc/ipa-rescue-config 2025-11-25 05:23:00.113 | + case "$DIB_INIT_SYSTEM" in 2025-11-25 05:23:00.114 | ++ systemctl --no-pager list-unit-files iptables 2025-11-25 05:23:00.125 | + [[ UNIT FILE STATE PRESET 2025-11-25 05:23:00.125 | 2025-11-25 05:23:00.125 | 0 unit files listed. =~ enabled ]] 2025-11-25 05:23:00.125 | ++ svc-map ironic-python-agent 2025-11-25 05:23:00.197 | + systemctl enable openstack-ironic-python-agent.service 2025-11-25 05:23:00.208 | Created symlink /etc/systemd/system/multi-user.target.wants/openstack-ironic-python-agent.service -> /usr/lib/systemd/system/openstack-ironic-python-agent.service. 2025-11-25 05:23:00.210 | + true 2025-11-25 05:23:00.210 | + systemctl enable ironic-agent-create-rescue-user.path 2025-11-25 05:23:00.217 | 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-11-25 05:23:00.218 | + systemctl enable ironic-agent-resolve-config-drive.service 2025-11-25 05:23:00.230 | 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-11-25 05:23:00.232 | + [[ rh == \r\h ]] 2025-11-25 05:23:00.232 | + [[ dnf == \d\n\f ]] 2025-11-25 05:23:00.232 | + systemctl disable dnf-makecache.service 2025-11-25 05:23:00.242 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 2025-11-25 05:23:00.242 | Alias= settings in the [Install] section, and DefaultInstance= for template 2025-11-25 05:23:00.242 | units). This means they are not meant to be enabled or disabled using systemctl. 2025-11-25 05:23:00.242 | 2025-11-25 05:23:00.242 | Possible reasons for having this kind of units are: 2025-11-25 05:23:00.242 | * A unit may be statically enabled by being symlinked from another unit's 2025-11-25 05:23:00.242 | .wants/ or .requires/ directory. 2025-11-25 05:23:00.242 | * A unit's purpose may be to act as a helper for some other unit which has 2025-11-25 05:23:00.242 | a requirement dependency on it. 2025-11-25 05:23:00.242 | * A unit may be started when needed via activation (socket, path, timer, 2025-11-25 05:23:00.242 | D-Bus, udev, scripted systemctl call, ...). 2025-11-25 05:23:00.242 | * In case of template units, the unit is meant to be enabled with some 2025-11-25 05:23:00.242 | instance name specified. 2025-11-25 05:23:00.243 | + systemctl disable dnf-makecache.timer 2025-11-25 05:23:00.266 | Removed "/etc/systemd/system/timers.target.wants/dnf-makecache.timer". 2025-11-25 05:23:00.268 | + true 2025-11-25 05:23:00.268 | + [[ centos =~ debian ]] 2025-11-25 05:23:00.268 | + '[' -e /usr/lib/systemd/system/glean-early.service ']' 2025-11-25 05:23:00.268 | + [[ -x /etc/cloud/cloud.cfg.d ]] 2025-11-25 05:23:00.268 | + cat 2025-11-25 05:23:00.273 | dib-run-parts 80-ironic-python-agent-ramdisk completed 2025-11-25 05:23:00.273 | dib-run-parts Running /tmp/in_target.d/post-install.d/80-ssh-keygen 2025-11-25 05:23:00.279 | + set -eu 2025-11-25 05:23:00.279 | + set -o pipefail 2025-11-25 05:23:00.279 | + case "$DIB_INIT_SYSTEM" in 2025-11-25 05:23:00.279 | + [[ centos = \u\b\u\n\t\u ]] 2025-11-25 05:23:00.279 | + [[ centos = \d\e\b\i\a\n ]] 2025-11-25 05:23:00.279 | + rm /usr/lib/systemd/system/ssh-keygen.service 2025-11-25 05:23:00.284 | dib-run-parts 80-ssh-keygen completed 2025-11-25 05:23:00.284 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls 2025-11-25 05:23:00.290 | + set -eu 2025-11-25 05:23:00.290 | + set -o pipefail 2025-11-25 05:23:00.291 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls 2025-11-25 05:23:00.292 | + package-uninstalls -d /tmp/in_target.d/post-install.d 2025-11-25 05:23:00.295 | + set -eu 2025-11-25 05:23:00.295 | + set -o pipefail 2025-11-25 05:23:00.295 | ++ basename /usr/local/bin/package-uninstalls 2025-11-25 05:23:00.297 | + SCRIPTNAME=package-uninstalls 2025-11-25 05:23:00.298 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d 2025-11-25 05:23:00.299 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-11-25 05:23:00.300 | + '[' 0 '!=' 0 ']' 2025-11-25 05:23:00.300 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' 2025-11-25 05:23:00.300 | ++ set -- -d /tmp/in_target.d/post-install.d -- 2025-11-25 05:23:00.300 | + WORKDIR= 2025-11-25 05:23:00.300 | + true 2025-11-25 05:23:00.300 | + case "$1" in 2025-11-25 05:23:00.300 | + WORKDIR=/tmp/in_target.d/post-install.d 2025-11-25 05:23:00.300 | + shift 2 2025-11-25 05:23:00.300 | + true 2025-11-25 05:23:00.300 | + case "$1" in 2025-11-25 05:23:00.300 | + shift 2025-11-25 05:23:00.300 | + break 2025-11-25 05:23:00.300 | + '[' -z /tmp/in_target.d/post-install.d ']' 2025-11-25 05:23:00.300 | + PACKAGES= 2025-11-25 05:23:00.300 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' 2025-11-25 05:23:00.303 | + install-packages -e 2025-11-25 05:23:00.317 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json 2025-11-25 05:23:01.714 | Map uninstall for ironic-python-agent-ramdisk: cloud-init, teamd, tuned 2025-11-25 05:23:01.714 | Running command: ['install-packages', '-e', 'teamd', 'cloud-init', 'tuned'] 2025-11-25 05:23:01.714 | > Running install-packages remove. 2025-11-25 05:23:01.714 | > + dnf -v -y remove teamd cloud-init tuned 2025-11-25 05:23:01.714 | > Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade 2025-11-25 05:23:01.714 | > DNF version: 4.14.0 2025-11-25 05:23:01.714 | > cachedir: /tmp/yum 2025-11-25 05:23:01.714 | > User-Agent: constructed: 'libdnf (CentOS Stream 9; generic; Linux.x86_64)' 2025-11-25 05:23:01.714 | > No match for argument: tuned 2025-11-25 05:23:01.714 | > --> Starting dependency resolution 2025-11-25 05:23:01.714 | > --> Finding unneeded leftover dependencies 2025-11-25 05:23:01.714 | > ---> Package NetworkManager-team.x86_64 1:1.54.1-1.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package cloud-init.noarch 24.4-7.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package libdaemon.x86_64 0.14-23.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package libnl3-cli.x86_64 3.11.0-1.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package libteam.x86_64 1.31-16.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-babel.noarch 2.9.1-2.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-configobj.noarch 5.0.6-25.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-jinja2.noarch 3.0.1-2.el9s will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-jsonpatch.noarch 1.21-16.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-jsonpointer.noarch 2.0-4.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-netifaces.x86_64 0.10.6-15.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-oauthlib.noarch 3.1.1-5.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-prettytable.noarch 0.7.2-27.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package python3-pyserial.noarch 3.4-12.el9 will be erased 2025-11-25 05:23:01.714 | > ---> Package teamd.x86_64 1.31-16.el9 will be erased 2025-11-25 05:23:01.714 | > --> Finished dependency resolution 2025-11-25 05:23:01.714 | > Dependencies resolved. 2025-11-25 05:23:01.714 | > ================================================================================ 2025-11-25 05:23:01.714 | > Package Arch Version Repository Size 2025-11-25 05:23:01.714 | > ================================================================================ 2025-11-25 05:23:01.714 | > Removing: 2025-11-25 05:23:01.714 | > cloud-init noarch 24.4-7.el9 @koji-override-1 4.4 M 2025-11-25 05:23:01.714 | > teamd x86_64 1.31-16.el9 @anaconda 287 k 2025-11-25 05:23:01.714 | > Removing dependent packages: 2025-11-25 05:23:01.714 | > NetworkManager-team x86_64 1:1.54.1-1.el9 @anaconda 56 k 2025-11-25 05:23:01.714 | > Removing unused dependencies: 2025-11-25 05:23:01.714 | > libdaemon x86_64 0.14-23.el9 @anaconda 68 k 2025-11-25 05:23:01.714 | > libnl3-cli x86_64 3.11.0-1.el9 @anaconda 1.0 M 2025-11-25 05:23:01.714 | > libteam x86_64 1.31-16.el9 @anaconda 109 k 2025-11-25 05:23:01.714 | > python3-babel noarch 2.9.1-2.el9 @koji-override-1 27 M 2025-11-25 05:23:01.714 | > python3-configobj noarch 5.0.6-25.el9 @koji-override-1 341 k 2025-11-25 05:23:01.714 | > python3-jinja2 noarch 3.0.1-2.el9s @delorean-master-testing 2.8 M 2025-11-25 05:23:01.714 | > python3-jsonpatch noarch 1.21-16.el9 @koji-override-1 55 k 2025-11-25 05:23:01.714 | > python3-jsonpointer noarch 2.0-4.el9 @koji-override-1 34 k 2025-11-25 05:23:01.714 | > python3-netifaces x86_64 0.10.6-15.el9 @koji-override-1 43 k 2025-11-25 05:23:01.715 | > python3-oauthlib noarch 3.1.1-5.el9 @koji-override-1 888 k 2025-11-25 05:23:01.715 | > python3-prettytable noarch 0.7.2-27.el9 @koji-override-1 166 k 2025-11-25 05:23:01.715 | > python3-pyserial noarch 3.4-12.el9 @koji-override-1 665 k 2025-11-25 05:23:01.715 | > 2025-11-25 05:23:01.715 | > Transaction Summary 2025-11-25 05:23:01.715 | > ================================================================================ 2025-11-25 05:23:01.715 | > Remove 15 Packages 2025-11-25 05:23:01.715 | > 2025-11-25 05:23:01.715 | > Freed space: 38 M 2025-11-25 05:23:01.715 | > Running transaction check 2025-11-25 05:23:01.715 | > Transaction check succeeded. 2025-11-25 05:23:01.715 | > Running transaction test 2025-11-25 05:23:01.715 | > Transaction test succeeded. 2025-11-25 05:23:01.715 | > Running transaction 2025-11-25 05:23:01.715 | > Preparing : 1/1 2025-11-25 05:23:01.715 | > Running scriptlet: cloud-init-24.4-7.el9.noarch 1/15 2025-11-25 05:23:01.715 | > Erasing : cloud-init-24.4-7.el9.noarch 1/15 2025-11-25 05:23:01.715 | > warning: file /run/cloud-init: remove failed: No such file or directory 2025-11-25 05:23:01.715 | > 2025-11-25 05:23:01.715 | > Running scriptlet: cloud-init-24.4-7.el9.noarch 1/15 2025-11-25 05:23:01.715 | > Erasing : python3-jsonpatch-1.21-16.el9.noarch 2/15 2025-11-25 05:23:01.715 | > Erasing : python3-jinja2-3.0.1-2.el9s.noarch 3/15 2025-11-25 05:23:01.715 | > Erasing : NetworkManager-team-1:1.54.1-1.el9.x86_64 4/15 2025-11-25 05:23:01.715 | > Erasing : python3-babel-2.9.1-2.el9.noarch 5/15 2025-11-25 05:23:01.715 | > Erasing : python3-jsonpointer-2.0-4.el9.noarch 6/15 2025-11-25 05:23:01.715 | > Erasing : python3-configobj-5.0.6-25.el9.noarch 7/15 2025-11-25 05:23:01.715 | > Erasing : python3-oauthlib-3.1.1-5.el9.noarch 8/15 2025-11-25 05:23:01.715 | > Erasing : python3-prettytable-0.7.2-27.el9.noarch 9/15 2025-11-25 05:23:01.715 | > Erasing : python3-pyserial-3.4-12.el9.noarch 10/15 2025-11-25 05:23:01.715 | > Erasing : teamd-1.31-16.el9.x86_64 11/15 2025-11-25 05:23:01.715 | > Erasing : libteam-1.31-16.el9.x86_64 12/15 2025-11-25 05:23:01.715 | > Erasing : libnl3-cli-3.11.0-1.el9.x86_64 13/15 2025-11-25 05:23:01.715 | > Erasing : libdaemon-0.14-23.el9.x86_64 14/15 2025-11-25 05:23:01.715 | > Erasing : python3-netifaces-0.10.6-15.el9.x86_64 15/15 2025-11-25 05:23:01.715 | > Verifying : NetworkManager-team-1:1.54.1-1.el9.x86_64 1/15 2025-11-25 05:23:01.715 | > Verifying : cloud-init-24.4-7.el9.noarch 2/15 2025-11-25 05:23:01.715 | > Verifying : libdaemon-0.14-23.el9.x86_64 3/15 2025-11-25 05:23:01.715 | > Verifying : libnl3-cli-3.11.0-1.el9.x86_64 4/15 2025-11-25 05:23:01.715 | > Verifying : libteam-1.31-16.el9.x86_64 5/15 2025-11-25 05:23:01.715 | > Verifying : python3-babel-2.9.1-2.el9.noarch 6/15 2025-11-25 05:23:01.715 | > Verifying : python3-configobj-5.0.6-25.el9.noarch 7/15 2025-11-25 05:23:01.715 | > Verifying : python3-jinja2-3.0.1-2.el9s.noarch 8/15 2025-11-25 05:23:01.715 | > Verifying : python3-jsonpatch-1.21-16.el9.noarch 9/15 2025-11-25 05:23:01.715 | > Verifying : python3-jsonpointer-2.0-4.el9.noarch 10/15 2025-11-25 05:23:01.715 | > Verifying : python3-netifaces-0.10.6-15.el9.x86_64 11/15 2025-11-25 05:23:01.715 | > Verifying : python3-oauthlib-3.1.1-5.el9.noarch 12/15 2025-11-25 05:23:01.715 | > Verifying : python3-prettytable-0.7.2-27.el9.noarch 13/15 2025-11-25 05:23:01.715 | > Verifying : python3-pyserial-3.4-12.el9.noarch 14/15 2025-11-25 05:23:01.715 | > Verifying : teamd-1.31-16.el9.x86_64 15/15 2025-11-25 05:23:01.715 | > Completion plugin: Generating completion cache... 2025-11-25 05:23:01.715 | > Removed: NetworkManager-team-1:1.54.1-1.el9.x86_64 2025-11-25 05:23:01.715 | > Removed: cloud-init-24.4-7.el9.noarch 2025-11-25 05:23:01.715 | > Removed: libdaemon-0.14-23.el9.x86_64 2025-11-25 05:23:01.715 | > Removed: libnl3-cli-3.11.0-1.el9.x86_64 2025-11-25 05:23:01.715 | > Removed: libteam-1.31-16.el9.x86_64 2025-11-25 05:23:01.715 | > Removed: python3-babel-2.9.1-2.el9.noarch 2025-11-25 05:23:01.715 | > Removed: python3-configobj-5.0.6-25.el9.noarch 2025-11-25 05:23:01.715 | > Removed: python3-jinja2-3.0.1-2.el9s.noarch 2025-11-25 05:23:01.715 | > Removed: python3-jsonpatch-1.21-16.el9.noarch 2025-11-25 05:23:01.715 | > Removed: python3-jsonpointer-2.0-4.el9.noarch 2025-11-25 05:23:01.715 | > Removed: python3-netifaces-0.10.6-15.el9.x86_64 2025-11-25 05:23:01.716 | > Removed: python3-oauthlib-3.1.1-5.el9.noarch 2025-11-25 05:23:01.716 | > Removed: python3-prettytable-0.7.2-27.el9.noarch 2025-11-25 05:23:01.716 | > Removed: python3-pyserial-3.4-12.el9.noarch 2025-11-25 05:23:01.716 | > Removed: teamd-1.31-16.el9.x86_64 2025-11-25 05:23:01.716 | > 2025-11-25 05:23:01.716 | > Removed: 2025-11-25 05:23:01.716 | > NetworkManager-team-1:1.54.1-1.el9.x86_64 2025-11-25 05:23:01.716 | > cloud-init-24.4-7.el9.noarch 2025-11-25 05:23:01.716 | > libdaemon-0.14-23.el9.x86_64 2025-11-25 05:23:01.716 | > libnl3-cli-3.11.0-1.el9.x86_64 2025-11-25 05:23:01.716 | > libteam-1.31-16.el9.x86_64 2025-11-25 05:23:01.716 | > python3-babel-2.9.1-2.el9.noarch 2025-11-25 05:23:01.716 | > python3-configobj-5.0.6-25.el9.noarch 2025-11-25 05:23:01.716 | > python3-jinja2-3.0.1-2.el9s.noarch 2025-11-25 05:23:01.716 | > python3-jsonpatch-1.21-16.el9.noarch 2025-11-25 05:23:01.716 | > python3-jsonpointer-2.0-4.el9.noarch 2025-11-25 05:23:01.716 | > python3-netifaces-0.10.6-15.el9.x86_64 2025-11-25 05:23:01.716 | > python3-oauthlib-3.1.1-5.el9.noarch 2025-11-25 05:23:01.770 | > python3-prettytable-0.7.2-27.el9.noarch 2025-11-25 05:23:01.770 | > python3-pyserial-3.4-12.el9.noarch 2025-11-25 05:23:01.770 | > teamd-1.31-16.el9.x86_64 2025-11-25 05:23:01.770 | > 2025-11-25 05:23:01.770 | > Complete! 2025-11-25 05:23:01.770 | > + '[' remove == install ']' 2025-11-25 05:23:01.770 | returncode: 0 2025-11-25 05:23:01.785 | dib-run-parts 95-package-uninstalls completed 2025-11-25 05:23:01.785 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-harden-sshd-config 2025-11-25 05:23:01.790 | + set -eu 2025-11-25 05:23:01.790 | + set -o pipefail 2025-11-25 05:23:01.790 | + '[' 1 -eq 1 ']' 2025-11-25 05:23:01.790 | + 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-11-25 05:23:01.790 | + ciphers='Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr' 2025-11-25 05:23:01.790 | + kexalgorithms='KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256' 2025-11-25 05:23:01.790 | + grep -qE '^MACs' /etc/ssh/sshd_config 2025-11-25 05:23:01.793 | + 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-11-25 05:23:01.797 | + grep -qE '^Ciphers' /etc/ssh/sshd_config 2025-11-25 05:23:01.800 | + 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-11-25 05:23:01.803 | + grep -qE '^KexAlgorithms' /etc/ssh/sshd_config 2025-11-25 05:23:01.806 | + 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-11-25 05:23:01.812 | dib-run-parts 99-harden-sshd-config completed 2025-11-25 05:23:01.812 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-remove-extra-packages 2025-11-25 05:23:01.817 | + set -eu 2025-11-25 05:23:01.817 | + set -o pipefail 2025-11-25 05:23:01.817 | + rm -rf /tmp/ironic-python-agent 2025-11-25 05:23:01.819 | + KNOWN_FIRMWARE_PATH='/lib/firmware/ /usr/lib/firmware/' 2025-11-25 05:23:01.819 | + for folder in $KNOWN_FIRMWARE_PATH 2025-11-25 05:23:01.820 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.820 | + rm -rf /lib/firmware/amdgpu 2025-11-25 05:23:01.876 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.876 | + rm -rf /lib/firmware/netronome 2025-11-25 05:23:01.878 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.878 | + rm -rf /lib/firmware/qcom 2025-11-25 05:23:01.952 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.952 | + rm -rf /lib/firmware/ti-communication 2025-11-25 05:23:01.954 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.954 | + rm -rf /lib/firmware/ti-keystone 2025-11-25 05:23:01.956 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.956 | + rm -rf /lib/firmware/ueagle-atm 2025-11-25 05:23:01.959 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.959 | + rm -rf /lib/firmware/rsi 2025-11-25 05:23:01.961 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.961 | + rm -rf /lib/firmware/mrvl 2025-11-25 05:23:01.991 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:01.991 | + rm -rf /lib/firmware/brcm 2025-11-25 05:23:02.002 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.002 | + rm -rf /lib/firmware/mediatek 2025-11-25 05:23:02.020 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.020 | + rm -rf /lib/firmware/ath10k 2025-11-25 05:23:02.029 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.029 | + rm -rf /lib/firmware/rtlwifi 2025-11-25 05:23:02.034 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.034 | + rm -rf /lib/firmware/rtw88 2025-11-25 05:23:02.037 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.037 | + rm -rf /lib/firmware/rtw89 2025-11-25 05:23:02.041 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.041 | + rm -rf /lib/firmware/libertas 2025-11-25 05:23:02.044 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.044 | + rm -rf /lib/firmware/ath11k 2025-11-25 05:23:02.061 | + for folder in $KNOWN_FIRMWARE_PATH 2025-11-25 05:23:02.061 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.061 | + rm -rf /usr/lib/firmware/amdgpu 2025-11-25 05:23:02.063 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.063 | + rm -rf /usr/lib/firmware/netronome 2025-11-25 05:23:02.065 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.065 | + rm -rf /usr/lib/firmware/qcom 2025-11-25 05:23:02.067 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.067 | + rm -rf /usr/lib/firmware/ti-communication 2025-11-25 05:23:02.069 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.069 | + rm -rf /usr/lib/firmware/ti-keystone 2025-11-25 05:23:02.071 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.071 | + rm -rf /usr/lib/firmware/ueagle-atm 2025-11-25 05:23:02.073 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.073 | + rm -rf /usr/lib/firmware/rsi 2025-11-25 05:23:02.075 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.075 | + rm -rf /usr/lib/firmware/mrvl 2025-11-25 05:23:02.077 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.077 | + rm -rf /usr/lib/firmware/brcm 2025-11-25 05:23:02.079 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.079 | + rm -rf /usr/lib/firmware/mediatek 2025-11-25 05:23:02.081 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.081 | + rm -rf /usr/lib/firmware/ath10k 2025-11-25 05:23:02.082 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.082 | + rm -rf /usr/lib/firmware/rtlwifi 2025-11-25 05:23:02.084 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.084 | + rm -rf /usr/lib/firmware/rtw88 2025-11-25 05:23:02.086 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.086 | + rm -rf /usr/lib/firmware/rtw89 2025-11-25 05:23:02.088 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.088 | + rm -rf /usr/lib/firmware/libertas 2025-11-25 05:23:02.090 | + for item in ${IPA_REMOVE_FIRMWARE//,/ } 2025-11-25 05:23:02.090 | + rm -rf /usr/lib/firmware/ath11k 2025-11-25 05:23:02.092 | + case "$DISTRO_NAME" in 2025-11-25 05:23:02.092 | + dnf remove -y postfix gcc make 2025-11-25 05:23:02.366 | No match for argument: postfix 2025-11-25 05:23:02.388 | Dependencies resolved. 2025-11-25 05:23:02.390 | ================================================================================ 2025-11-25 05:23:02.390 | Package Arch Version Repository Size 2025-11-25 05:23:02.390 | ================================================================================ 2025-11-25 05:23:02.390 | Removing: 2025-11-25 05:23:02.390 | gcc x86_64 11.5.0-14.el9 @appstream 86 M 2025-11-25 05:23:02.390 | make x86_64 1:4.3-8.el9 @baseos 1.6 M 2025-11-25 05:23:02.390 | Removing unused dependencies: 2025-11-25 05:23:02.390 | cpp x86_64 11.5.0-14.el9 @appstream 29 M 2025-11-25 05:23:02.391 | glibc-devel x86_64 2.34-244.el9 @appstream 49 k 2025-11-25 05:23:02.391 | glibc-headers x86_64 2.34-244.el9 @appstream 2.1 M 2025-11-25 05:23:02.391 | kernel-headers x86_64 5.14.0-642.el9 @appstream 6.3 M 2025-11-25 05:23:02.391 | libmpc x86_64 1.2.1-4.el9 @appstream 135 k 2025-11-25 05:23:02.391 | libpkgconf x86_64 1.7.3-10.el9 @baseos 74 k 2025-11-25 05:23:02.391 | libxcrypt-devel x86_64 4.4.18-3.el9 @appstream 30 k 2025-11-25 05:23:02.391 | pkgconf x86_64 1.7.3-10.el9 @baseos 76 k 2025-11-25 05:23:02.391 | pkgconf-m4 noarch 1.7.3-10.el9 @baseos 14 k 2025-11-25 05:23:02.391 | pkgconf-pkg-config x86_64 1.7.3-10.el9 @baseos 1.2 k 2025-11-25 05:23:02.391 | 2025-11-25 05:23:02.391 | Transaction Summary 2025-11-25 05:23:02.391 | ================================================================================ 2025-11-25 05:23:02.391 | Remove 12 Packages 2025-11-25 05:23:02.391 | 2025-11-25 05:23:02.391 | Freed space: 125 M 2025-11-25 05:23:02.391 | Running transaction check 2025-11-25 05:23:02.401 | Transaction check succeeded. 2025-11-25 05:23:02.401 | Running transaction test 2025-11-25 05:23:02.453 | Transaction test succeeded. 2025-11-25 05:23:02.453 | Running transaction 2025-11-25 05:23:02.628 | Preparing : 1/1 2025-11-25 05:23:02.649 | Erasing : gcc-11.5.0-14.el9.x86_64 1/12 2025-11-25 05:23:02.658 | Erasing : glibc-devel-2.34-244.el9.x86_64 2/12 2025-11-25 05:23:02.665 | Erasing : libxcrypt-devel-4.4.18-3.el9.x86_64 3/12 2025-11-25 05:23:02.671 | Erasing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 4/12 2025-11-25 05:23:02.695 | Erasing : pkgconf-1.7.3-10.el9.x86_64 5/12 2025-11-25 05:23:02.705 | Erasing : cpp-11.5.0-14.el9.x86_64 6/12 2025-11-25 05:23:02.768 | Erasing : pkgconf-m4-1.7.3-10.el9.noarch 7/12 2025-11-25 05:23:02.904 | Erasing : glibc-headers-2.34-244.el9.x86_64 8/12 2025-11-25 05:23:02.926 | Erasing : kernel-headers-5.14.0-642.el9.x86_64 9/12 2025-11-25 05:23:02.933 | Erasing : libmpc-1.2.1-4.el9.x86_64 10/12 2025-11-25 05:23:02.945 | Erasing : libpkgconf-1.7.3-10.el9.x86_64 11/12 2025-11-25 05:23:03.101 | Erasing : make-1:4.3-8.el9.x86_64 12/12 2025-11-25 05:23:03.101 | Verifying : cpp-11.5.0-14.el9.x86_64 1/12 2025-11-25 05:23:03.101 | Verifying : gcc-11.5.0-14.el9.x86_64 2/12 2025-11-25 05:23:03.101 | Verifying : glibc-devel-2.34-244.el9.x86_64 3/12 2025-11-25 05:23:03.101 | Verifying : glibc-headers-2.34-244.el9.x86_64 4/12 2025-11-25 05:23:03.101 | Verifying : kernel-headers-5.14.0-642.el9.x86_64 5/12 2025-11-25 05:23:03.101 | Verifying : libmpc-1.2.1-4.el9.x86_64 6/12 2025-11-25 05:23:03.101 | Verifying : libpkgconf-1.7.3-10.el9.x86_64 7/12 2025-11-25 05:23:03.101 | Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 8/12 2025-11-25 05:23:03.101 | Verifying : make-1:4.3-8.el9.x86_64 9/12 2025-11-25 05:23:03.101 | Verifying : pkgconf-1.7.3-10.el9.x86_64 10/12 2025-11-25 05:23:03.101 | Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/12 2025-11-25 05:23:03.174 | Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/12 2025-11-25 05:23:03.174 | 2025-11-25 05:23:03.174 | Removed: 2025-11-25 05:23:03.174 | cpp-11.5.0-14.el9.x86_64 gcc-11.5.0-14.el9.x86_64 2025-11-25 05:23:03.174 | glibc-devel-2.34-244.el9.x86_64 glibc-headers-2.34-244.el9.x86_64 2025-11-25 05:23:03.174 | kernel-headers-5.14.0-642.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 2025-11-25 05:23:03.174 | libpkgconf-1.7.3-10.el9.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 2025-11-25 05:23:03.174 | make-1:4.3-8.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 2025-11-25 05:23:03.174 | pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 2025-11-25 05:23:03.174 | 2025-11-25 05:23:03.174 | Complete! 2025-11-25 05:23:03.228 | + dnf remove -y webkit2gtk3-jsc libproxy-webkitgtk4 2025-11-25 05:23:03.558 | Dependencies resolved. 2025-11-25 05:23:03.559 | ================================================================================ 2025-11-25 05:23:03.559 | Package Arch Version Repository Size 2025-11-25 05:23:03.559 | ================================================================================ 2025-11-25 05:23:03.559 | Removing: 2025-11-25 05:23:03.559 | libproxy-webkitgtk4 x86_64 0.4.15-35.el9 @koji-override-1 32 k 2025-11-25 05:23:03.559 | webkit2gtk3-jsc x86_64 2.50.1-1.el9 @koji-override-1 33 M 2025-11-25 05:23:03.559 | 2025-11-25 05:23:03.559 | Transaction Summary 2025-11-25 05:23:03.559 | ================================================================================ 2025-11-25 05:23:03.559 | Remove 2 Packages 2025-11-25 05:23:03.559 | 2025-11-25 05:23:03.559 | Freed space: 33 M 2025-11-25 05:23:03.559 | Running transaction check 2025-11-25 05:23:03.565 | Transaction check succeeded. 2025-11-25 05:23:03.565 | Running transaction test 2025-11-25 05:23:03.582 | Transaction test succeeded. 2025-11-25 05:23:03.583 | Running transaction 2025-11-25 05:23:03.624 | Preparing : 1/1 2025-11-25 05:23:03.634 | Erasing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 1/2 2025-11-25 05:23:03.717 | Erasing : webkit2gtk3-jsc-2.50.1-1.el9.x86_64 2/2 2025-11-25 05:23:03.717 | Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 1/2 2025-11-25 05:23:03.785 | Verifying : webkit2gtk3-jsc-2.50.1-1.el9.x86_64 2/2 2025-11-25 05:23:03.786 | 2025-11-25 05:23:03.786 | Removed: 2025-11-25 05:23:03.786 | libproxy-webkitgtk4-0.4.15-35.el9.x86_64 webkit2gtk3-jsc-2.50.1-1.el9.x86_64 2025-11-25 05:23:03.786 | 2025-11-25 05:23:03.786 | Complete! 2025-11-25 05:23:03.826 | + dnf remove -y polkit polkit-libs PackageKit polkit-pkla-compat 2025-11-25 05:23:04.089 | No match for argument: PackageKit 2025-11-25 05:23:04.113 | Dependencies resolved. 2025-11-25 05:23:04.117 | ================================================================================ 2025-11-25 05:23:04.117 | Package Arch Version Repository Size 2025-11-25 05:23:04.117 | ================================================================================ 2025-11-25 05:23:04.117 | Removing: 2025-11-25 05:23:04.117 | polkit x86_64 0.117-14.el9 @anaconda 431 k 2025-11-25 05:23:04.117 | polkit-libs x86_64 0.117-14.el9 @anaconda 28 M 2025-11-25 05:23:04.117 | polkit-pkla-compat x86_64 0.1-21.el9 @anaconda 94 k 2025-11-25 05:23:04.117 | Removing dependent packages: 2025-11-25 05:23:04.117 | shim-x64 x86_64 15.8-2.el9 @anaconda 4.5 M 2025-11-25 05:23:04.117 | Removing unused dependencies: 2025-11-25 05:23:04.117 | flashrom x86_64 1.2-10.el9 @koji-override-1 1.8 M 2025-11-25 05:23:04.117 | fwupd x86_64 1.9.31-1.el9 @anaconda 7.9 M 2025-11-25 05:23:04.117 | fwupd-plugin-flashrom x86_64 1.9.31-1.el9 @koji-override-1 2.0 M 2025-11-25 05:23:04.117 | libatasmart x86_64 0.19-22.el9 @koji-override-1 122 k 2025-11-25 05:23:04.117 | libblockdev x86_64 2.28-16.el9 @koji-override-1 344 k 2025-11-25 05:23:04.117 | libblockdev-crypto x86_64 2.28-16.el9 @koji-override-1 55 k 2025-11-25 05:23:04.117 | libblockdev-fs x86_64 2.28-16.el9 @koji-override-1 64 k 2025-11-25 05:23:04.117 | libblockdev-loop x86_64 2.28-16.el9 @koji-override-1 19 k 2025-11-25 05:23:04.117 | libblockdev-mdraid x86_64 2.28-16.el9 @koji-override-1 31 k 2025-11-25 05:23:04.118 | libblockdev-part x86_64 2.28-16.el9 @koji-override-1 43 k 2025-11-25 05:23:04.118 | libblockdev-swap x86_64 2.28-16.el9 @koji-override-1 23 k 2025-11-25 05:23:04.118 | libblockdev-utils x86_64 2.28-16.el9 @koji-override-1 54 k 2025-11-25 05:23:04.118 | libbytesize x86_64 2.5-3.el9 @koji-override-1 86 k 2025-11-25 05:23:04.118 | libgudev x86_64 237-1.el9 @anaconda 88 k 2025-11-25 05:23:04.118 | libgusb x86_64 0.3.8-2.el9 @anaconda 126 k 2025-11-25 05:23:04.118 | libjcat x86_64 0.1.6-3.el9 @anaconda 181 k 2025-11-25 05:23:04.118 | libudisks2 x86_64 2.9.4-12.el9 @koji-override-1 907 k 2025-11-25 05:23:04.118 | libusbx x86_64 1.0.26-1.el9 @anaconda 166 k 2025-11-25 05:23:04.118 | libxmlb x86_64 0.3.24-1.el9 @anaconda 284 k 2025-11-25 05:23:04.118 | mokutil x86_64 2:0.7.2-1.el9 @anaconda 98 k 2025-11-25 05:23:04.118 | nspr x86_64 4.36.0-4.el9 @koji-override-1 313 k 2025-11-25 05:23:04.118 | nss x86_64 3.112.0-4.el9 @koji-override-1 1.9 M 2025-11-25 05:23:04.118 | nss-softokn x86_64 3.112.0-4.el9 @koji-override-1 1.3 M 2025-11-25 05:23:04.118 | nss-softokn-freebl x86_64 3.112.0-4.el9 @koji-override-1 1.1 M 2025-11-25 05:23:04.118 | nss-sysinit x86_64 3.112.0-4.el9 @koji-override-1 18 k 2025-11-25 05:23:04.118 | nss-util x86_64 3.112.0-4.el9 @koji-override-1 232 k 2025-11-25 05:23:04.118 | shared-mime-info x86_64 2.1-5.el9 @anaconda 4.9 M 2025-11-25 05:23:04.118 | udisks2 x86_64 2.9.4-12.el9 @koji-override-1 2.4 M 2025-11-25 05:23:04.118 | volume_key-libs x86_64 0.3.12-16.el9 @koji-override-1 702 k 2025-11-25 05:23:04.118 | 2025-11-25 05:23:04.118 | Transaction Summary 2025-11-25 05:23:04.118 | ================================================================================ 2025-11-25 05:23:04.118 | Remove 33 Packages 2025-11-25 05:23:04.118 | 2025-11-25 05:23:04.118 | Freed space: 60 M 2025-11-25 05:23:04.118 | Running transaction check 2025-11-25 05:23:04.132 | Transaction check succeeded. 2025-11-25 05:23:04.133 | Running transaction test 2025-11-25 05:23:04.187 | Transaction test succeeded. 2025-11-25 05:23:04.187 | Running transaction 2025-11-25 05:23:04.301 | Preparing : 1/1 2025-11-25 05:23:04.305 | Erasing : shim-x64-15.8-2.el9.x86_64 1/33 2025-11-25 05:23:04.345 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 2/33 2025-11-25 05:23:04.345 | Erasing : fwupd-1.9.31-1.el9.x86_64 2/33 2025-11-25 05:23:04.367 | Running scriptlet: fwupd-1.9.31-1.el9.x86_64 2/33 2025-11-25 05:23:04.402 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 3/33 2025-11-25 05:23:04.402 | Removed "/etc/systemd/system/graphical.target.wants/udisks2.service". 2025-11-25 05:23:04.402 | 2025-11-25 05:23:04.416 | Erasing : udisks2-2.9.4-12.el9.x86_64 3/33 2025-11-25 05:23:04.446 | Running scriptlet: udisks2-2.9.4-12.el9.x86_64 3/33 2025-11-25 05:23:04.460 | Erasing : libblockdev-crypto-2.28-16.el9.x86_64 4/33 2025-11-25 05:23:04.475 | Erasing : volume_key-libs-0.3.12-16.el9.x86_64 5/33 2025-11-25 05:23:04.486 | Erasing : nss-3.112.0-4.el9.x86_64 6/33 2025-11-25 05:23:04.497 | Erasing : nss-softokn-3.112.0-4.el9.x86_64 7/33 2025-11-25 05:23:04.503 | Erasing : nss-sysinit-3.112.0-4.el9.x86_64 8/33 2025-11-25 05:23:04.542 | Running scriptlet: polkit-0.117-14.el9.x86_64 9/33 2025-11-25 05:23:04.542 | Erasing : polkit-0.117-14.el9.x86_64 9/33 2025-11-25 05:23:04.570 | Running scriptlet: polkit-0.117-14.el9.x86_64 9/33 2025-11-25 05:23:04.577 | Erasing : libblockdev-fs-2.28-16.el9.x86_64 10/33 2025-11-25 05:23:04.583 | Erasing : libblockdev-mdraid-2.28-16.el9.x86_64 11/33 2025-11-25 05:23:04.590 | Erasing : libblockdev-part-2.28-16.el9.x86_64 12/33 2025-11-25 05:23:04.599 | Erasing : nss-softokn-freebl-3.112.0-4.el9.x86_64 13/33 2025-11-25 05:23:04.606 | Erasing : nss-util-3.112.0-4.el9.x86_64 14/33 2025-11-25 05:23:04.617 | Erasing : libblockdev-2.28-16.el9.x86_64 15/33 2025-11-25 05:23:04.623 | Erasing : libblockdev-loop-2.28-16.el9.x86_64 16/33 2025-11-25 05:23:04.629 | Erasing : libblockdev-swap-2.28-16.el9.x86_64 17/33 2025-11-25 05:23:04.637 | Erasing : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 18/33 2025-11-25 05:23:04.649 | Erasing : flashrom-1.2-10.el9.x86_64 19/33 2025-11-25 05:23:04.659 | Erasing : polkit-pkla-compat-0.1-21.el9.x86_64 20/33 2025-11-25 05:23:04.666 | Erasing : libgusb-0.3.8-2.el9.x86_64 21/33 2025-11-25 05:23:04.781 | Erasing : libxmlb-0.3.24-1.el9.x86_64 22/33 2025-11-25 05:23:04.803 | Erasing : shared-mime-info-2.1-5.el9.x86_64 23/33 2025-11-25 05:23:04.821 | Erasing : libusbx-1.0.26-1.el9.x86_64 24/33 2025-11-25 05:23:04.829 | Erasing : polkit-libs-0.117-14.el9.x86_64 25/33 2025-11-25 05:23:04.837 | Erasing : libblockdev-utils-2.28-16.el9.x86_64 26/33 2025-11-25 05:23:04.849 | Erasing : nspr-4.36.0-4.el9.x86_64 27/33 2025-11-25 05:23:04.859 | Erasing : libbytesize-2.5-3.el9.x86_64 28/33 2025-11-25 05:23:04.868 | Erasing : libatasmart-0.19-22.el9.x86_64 29/33 2025-11-25 05:23:04.876 | Erasing : libgudev-237-1.el9.x86_64 30/33 2025-11-25 05:23:04.882 | Erasing : libudisks2-2.9.4-12.el9.x86_64 31/33 2025-11-25 05:23:04.891 | Erasing : libjcat-0.1.6-3.el9.x86_64 32/33 2025-11-25 05:23:05.006 | Erasing : mokutil-2:0.7.2-1.el9.x86_64 33/33 2025-11-25 05:23:05.006 | Verifying : flashrom-1.2-10.el9.x86_64 1/33 2025-11-25 05:23:05.006 | Verifying : fwupd-1.9.31-1.el9.x86_64 2/33 2025-11-25 05:23:05.006 | Verifying : fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 3/33 2025-11-25 05:23:05.006 | Verifying : libatasmart-0.19-22.el9.x86_64 4/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-2.28-16.el9.x86_64 5/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-crypto-2.28-16.el9.x86_64 6/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-fs-2.28-16.el9.x86_64 7/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-loop-2.28-16.el9.x86_64 8/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-mdraid-2.28-16.el9.x86_64 9/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-part-2.28-16.el9.x86_64 10/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-swap-2.28-16.el9.x86_64 11/33 2025-11-25 05:23:05.006 | Verifying : libblockdev-utils-2.28-16.el9.x86_64 12/33 2025-11-25 05:23:05.006 | Verifying : libbytesize-2.5-3.el9.x86_64 13/33 2025-11-25 05:23:05.006 | Verifying : libgudev-237-1.el9.x86_64 14/33 2025-11-25 05:23:05.006 | Verifying : libgusb-0.3.8-2.el9.x86_64 15/33 2025-11-25 05:23:05.006 | Verifying : libjcat-0.1.6-3.el9.x86_64 16/33 2025-11-25 05:23:05.006 | Verifying : libudisks2-2.9.4-12.el9.x86_64 17/33 2025-11-25 05:23:05.006 | Verifying : libusbx-1.0.26-1.el9.x86_64 18/33 2025-11-25 05:23:05.006 | Verifying : libxmlb-0.3.24-1.el9.x86_64 19/33 2025-11-25 05:23:05.006 | Verifying : mokutil-2:0.7.2-1.el9.x86_64 20/33 2025-11-25 05:23:05.006 | Verifying : nspr-4.36.0-4.el9.x86_64 21/33 2025-11-25 05:23:05.006 | Verifying : nss-3.112.0-4.el9.x86_64 22/33 2025-11-25 05:23:05.006 | Verifying : nss-softokn-3.112.0-4.el9.x86_64 23/33 2025-11-25 05:23:05.007 | Verifying : nss-softokn-freebl-3.112.0-4.el9.x86_64 24/33 2025-11-25 05:23:05.007 | Verifying : nss-sysinit-3.112.0-4.el9.x86_64 25/33 2025-11-25 05:23:05.007 | Verifying : nss-util-3.112.0-4.el9.x86_64 26/33 2025-11-25 05:23:05.007 | Verifying : polkit-0.117-14.el9.x86_64 27/33 2025-11-25 05:23:05.007 | Verifying : polkit-libs-0.117-14.el9.x86_64 28/33 2025-11-25 05:23:05.007 | Verifying : polkit-pkla-compat-0.1-21.el9.x86_64 29/33 2025-11-25 05:23:05.007 | Verifying : shared-mime-info-2.1-5.el9.x86_64 30/33 2025-11-25 05:23:05.007 | Verifying : shim-x64-15.8-2.el9.x86_64 31/33 2025-11-25 05:23:05.007 | Verifying : udisks2-2.9.4-12.el9.x86_64 32/33 2025-11-25 05:23:05.119 | Verifying : volume_key-libs-0.3.12-16.el9.x86_64 33/33 2025-11-25 05:23:05.119 | 2025-11-25 05:23:05.119 | Removed: 2025-11-25 05:23:05.119 | flashrom-1.2-10.el9.x86_64 2025-11-25 05:23:05.119 | fwupd-1.9.31-1.el9.x86_64 2025-11-25 05:23:05.119 | fwupd-plugin-flashrom-1.9.31-1.el9.x86_64 2025-11-25 05:23:05.119 | libatasmart-0.19-22.el9.x86_64 2025-11-25 05:23:05.119 | libblockdev-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-crypto-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-fs-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-loop-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-mdraid-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-part-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-swap-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libblockdev-utils-2.28-16.el9.x86_64 2025-11-25 05:23:05.120 | libbytesize-2.5-3.el9.x86_64 2025-11-25 05:23:05.120 | libgudev-237-1.el9.x86_64 2025-11-25 05:23:05.120 | libgusb-0.3.8-2.el9.x86_64 2025-11-25 05:23:05.120 | libjcat-0.1.6-3.el9.x86_64 2025-11-25 05:23:05.120 | libudisks2-2.9.4-12.el9.x86_64 2025-11-25 05:23:05.120 | libusbx-1.0.26-1.el9.x86_64 2025-11-25 05:23:05.120 | libxmlb-0.3.24-1.el9.x86_64 2025-11-25 05:23:05.120 | mokutil-2:0.7.2-1.el9.x86_64 2025-11-25 05:23:05.120 | nspr-4.36.0-4.el9.x86_64 2025-11-25 05:23:05.120 | nss-3.112.0-4.el9.x86_64 2025-11-25 05:23:05.120 | nss-softokn-3.112.0-4.el9.x86_64 2025-11-25 05:23:05.120 | nss-softokn-freebl-3.112.0-4.el9.x86_64 2025-11-25 05:23:05.120 | nss-sysinit-3.112.0-4.el9.x86_64 2025-11-25 05:23:05.120 | nss-util-3.112.0-4.el9.x86_64 2025-11-25 05:23:05.120 | polkit-0.117-14.el9.x86_64 2025-11-25 05:23:05.120 | polkit-libs-0.117-14.el9.x86_64 2025-11-25 05:23:05.120 | polkit-pkla-compat-0.1-21.el9.x86_64 2025-11-25 05:23:05.120 | shared-mime-info-2.1-5.el9.x86_64 2025-11-25 05:23:05.120 | shim-x64-15.8-2.el9.x86_64 2025-11-25 05:23:05.120 | udisks2-2.9.4-12.el9.x86_64 2025-11-25 05:23:05.120 | volume_key-libs-0.3.12-16.el9.x86_64 2025-11-25 05:23:05.120 | 2025-11-25 05:23:05.120 | Complete! 2025-11-25 05:23:05.172 | + dnf clean all 2025-11-25 05:23:05.678 | 457 files removed 2025-11-25 05:23:05.709 | + rpm --rebuilddb 2025-11-25 05:23:06.748 | + rm -r -f '/var/tmp/*' 2025-11-25 05:23:06.753 | dib-run-parts 99-remove-extra-packages completed 2025-11-25 05:23:06.753 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-reset-yum-conf 2025-11-25 05:23:06.759 | + set -eu 2025-11-25 05:23:06.759 | + set -o pipefail 2025-11-25 05:23:06.759 | + [[ dnf == \d\n\f ]] 2025-11-25 05:23:06.759 | + cfg=/etc/dnf/dnf.conf 2025-11-25 05:23:06.759 | + cachedir=/var/cache/dnf 2025-11-25 05:23:06.759 | + sed -i '/^keepcache/c\keepcache=0' /etc/dnf/dnf.conf 2025-11-25 05:23:06.762 | + sed -i '/^cachedir/c\cachedir=/var/cache/dnf' /etc/dnf/dnf.conf 2025-11-25 05:23:06.768 | dib-run-parts 99-reset-yum-conf completed 2025-11-25 05:23:06.769 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:23:06.769 | dib-run-parts 2025-11-25 05:23:06.771 | dib-run-parts Target: post-install.d 2025-11-25 05:23:06.771 | dib-run-parts 2025-11-25 05:23:06.771 | dib-run-parts Script Seconds 2025-11-25 05:23:06.772 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:23:06.772 | dib-run-parts 2025-11-25 05:23:06.789 | dib-run-parts 00-package-installs 117.988 2025-11-25 05:23:06.799 | dib-run-parts 03-reset-bls-entries 0.099 2025-11-25 05:23:06.811 | dib-run-parts 06-network-config-nonzeroconf 0.008 2025-11-25 05:23:06.822 | dib-run-parts 10-enable-init-scripts 0.009 2025-11-25 05:23:06.835 | dib-run-parts 70-init-ibft-interfaces 0.019 2025-11-25 05:23:06.845 | dib-run-parts 80-enable-sshd-service 0.018 2025-11-25 05:23:06.856 | dib-run-parts 80-ironic-python-agent-ramdisk 0.279 2025-11-25 05:23:06.866 | dib-run-parts 80-ssh-keygen 0.008 2025-11-25 05:23:06.878 | dib-run-parts 95-package-uninstalls 1.498 2025-11-25 05:23:06.888 | dib-run-parts 99-harden-sshd-config 0.025 2025-11-25 05:23:06.897 | dib-run-parts 99-remove-extra-packages 4.938 2025-11-25 05:23:06.910 | dib-run-parts 99-reset-yum-conf 0.012 2025-11-25 05:23:06.912 | dib-run-parts 2025-11-25 05:23:06.912 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:23:06.926 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-11-25 05:23:06.935 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-11-25 05:23:06.943 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-11-25 05:23:06.950 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-post-install run_in_target bash 2025-11-25 05:23:06.958 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:06.958 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-install(,|$)' -q 2025-11-25 05:23:06.970 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:23:07.020 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d; do sleep 1; done' 2025-11-25 05:23:07.076 | + diskimage_builder/lib/disk-image-create:main:365 : run_d post-root 2025-11-25 05:23:07.082 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:23:07.089 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:23:07.095 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-post-root bash 2025-11-25 05:23:07.103 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:07.103 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-root(,|$)' -q 2025-11-25 05:23:07.115 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/post-root.d ']' 2025-11-25 05:23:07.121 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-post-root bash 2025-11-25 05:23:07.129 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:07.129 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-root(,|$)' -q 2025-11-25 05:23:07.141 | + diskimage_builder/lib/disk-image-create:main:369 : '[' -e /tmp/dib_build.ExUAjxC3/mnt/lost+found ']' 2025-11-25 05:23:07.148 | + diskimage_builder/lib/disk-image-create:main:373 : unmount_image 2025-11-25 05:23:07.155 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2025-11-25 05:23:07.168 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:07.174 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:07.181 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-11-25 05:23:07.187 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-11-25 05:23:07.193 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-11-25 05:23:07.200 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-11-25 05:23:07.206 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.ExUAjxC3/mnt ']' 2025-11-25 05:23:07.213 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:07.221 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:07.228 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-11-25 05:23:07.233 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-11-25 05:23:07.241 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-11-25 05:23:07.242 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-11-25 05:23:07.242 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.ExUAjxC3/mnt/' 2025-11-25 05:23:07.255 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.ExUAjxC3/mnt/tmp/yum 2025-11-25 05:23:07.255 | /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:23:07.255 | /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:23:07.255 | /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:23:07.255 | /tmp/dib_build.ExUAjxC3/mnt/dev' 2025-11-25 05:23:07.260 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:23:07.267 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:23:07.273 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:23:07.278 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:23:07.284 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:23:07.290 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/tmp/yum' 2025-11-25 05:23:07.290 | Unmount /tmp/dib_build.ExUAjxC3/mnt/tmp/yum 2025-11-25 05:23:07.297 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/tmp/yum 2025-11-25 05:23:07.332 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:23:07.338 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:23:07.344 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:23:07.350 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:23:07.356 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:23:07.362 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/sys' 2025-11-25 05:23:07.362 | Unmount /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:23:07.368 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:23:07.412 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:23:07.418 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:23:07.424 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:23:07.430 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:23:07.436 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:23:07.443 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/proc' 2025-11-25 05:23:07.443 | Unmount /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:23:07.450 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:23:07.497 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:23:07.503 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:23:07.509 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:23:07.516 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:23:07.522 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:23:07.528 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/dev/pts' 2025-11-25 05:23:07.528 | Unmount /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:23:07.534 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:23:07.584 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:23:07.590 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:23:07.596 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:23:07.602 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:23:07.608 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:23:07.615 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/dev' 2025-11-25 05:23:07.615 | Unmount /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:23:07.621 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:23:07.668 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2025-11-25 05:23:07.674 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2025-11-25 05:23:07.681 | + diskimage_builder/lib/disk-image-create:main:374 : mv /tmp/dib_build.ExUAjxC3/mnt /tmp/dib_build.ExUAjxC3/built 2025-11-25 05:23:07.708 | + diskimage_builder/lib/disk-image-create:main:381 : du_output=/tmp/dib_build.ExUAjxC3/du_output.tmp 2025-11-25 05:23:07.714 | + diskimage_builder/lib/disk-image-create:main:383 : '[' -n '' ']' 2025-11-25 05:23:07.720 | Calculating image size (this may take a minute)... 2025-11-25 05:23:08.068 | + diskimage_builder/lib/disk-image-create:main:402 : [[ 0 != 0 ]] 2025-11-25 05:23:08.075 | + diskimage_builder/lib/disk-image-create:main:436 : rm -f /tmp/dib_build.ExUAjxC3/du_output.tmp 2025-11-25 05:23:08.085 | + diskimage_builder/lib/disk-image-create:main:438 : '[' -n '' ']' 2025-11-25 05:23:08.091 | + diskimage_builder/lib/disk-image-create:main:441 : journal_size=64 2025-11-25 05:23:08.098 | + diskimage_builder/lib/disk-image-create:main:444 : '[' ext4 = ext4 ']' 2025-11-25 05:23:08.103 | + diskimage_builder/lib/disk-image-create:main:448 : MKFS_OPTS='-i 4096 -J size=64 ' 2025-11-25 05:23:08.109 | + diskimage_builder/lib/disk-image-create:main:463 : [[ 9-stream == \t\r\u\s\t\y ]] 2025-11-25 05:23:08.115 | + diskimage_builder/lib/disk-image-create:main:469 : '[' -z '' ']' 2025-11-25 05:23:08.120 | + diskimage_builder/lib/disk-image-create:main:470 : du_size=2532782 2025-11-25 05:23:08.126 | + diskimage_builder/lib/disk-image-create:main:481 : [[ rpm-distro override-pip-and-virtualenv centos epel ironic-ramdisk-base pkg-map element-manifest svc-map selinux-permissive ibft-interfaces package-installs source-repositories dib-python selinux-fixfiles-restore sysprep install-types enable-packages-install ironic-agent-multipath base yum install-bin runtime-ssh-host-keys dynamic-login cache-url dhcp-all-interfaces interface-names ironic-python-agent-ramdisk select-boot-kernel-initrd dib-init-system install-static repo-setup openssh-server redhat-common manifests no-final-image extra-hardware ensure-venv =~ block-device-efi ]] 2025-11-25 05:23:08.134 | ++ diskimage_builder/lib/disk-image-create:main:489 : echo 2532782 2025-11-25 05:23:08.135 | ++ diskimage_builder/lib/disk-image-create:main:489 : awk ' { if ($1 % 64 != 0) print $1 + 64 - ( $1 % 64); else print $1; } ' 2025-11-25 05:23:08.147 | + diskimage_builder/lib/disk-image-create:main:489 : export DIB_IMAGE_SIZE=2532800 2025-11-25 05:23:08.153 | + diskimage_builder/lib/disk-image-create:main:489 : DIB_IMAGE_SIZE=2532800 2025-11-25 05:23:08.159 | + diskimage_builder/lib/disk-image-create:main:491 : '[' -n '' ']' 2025-11-25 05:23:08.166 | + diskimage_builder/lib/disk-image-create:main:495 : export TMP_IMAGE_DIR 2025-11-25 05:23:08.172 | + diskimage_builder/lib/disk-image-create:main:498 : eval_run_d block-device IMAGE_BLOCK_DEVICE= 2025-11-25 05:23:08.179 | ++ diskimage_builder/lib/common-functions:eval_run_d:161 : mktemp 2025-11-25 05:23:08.187 | + diskimage_builder/lib/common-functions:eval_run_d:161 : local run_output=/tmp/tmp.x8hu71dIUq 2025-11-25 05:23:08.193 | + diskimage_builder/lib/common-functions:eval_run_d:162 : trap 'rm -f /tmp/tmp.x8hu71dIUq; check_break after-error bash' ERR 2025-11-25 05:23:08.200 | + diskimage_builder/lib/common-functions:eval_run_d:163 : run_d block-device /tmp/tmp.x8hu71dIUq 2025-11-25 05:23:08.207 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:23:08.213 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:23:08.221 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-block-device bash 2025-11-25 05:23:08.228 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-block-device(,|$)' -q 2025-11-25 05:23:08.229 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:08.240 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/block-device.d ']' 2025-11-25 05:23:08.247 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-block-device bash 2025-11-25 05:23:08.255 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:08.257 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-block-device(,|$)' -q 2025-11-25 05:23:08.269 | + diskimage_builder/lib/common-functions:eval_run_d:164 : grep -q IMAGE_BLOCK_DEVICE= /tmp/tmp.x8hu71dIUq 2025-11-25 05:23:08.279 | + diskimage_builder/lib/common-functions:eval_run_d:168 : rm /tmp/tmp.x8hu71dIUq 2025-11-25 05:23:08.287 | + diskimage_builder/lib/common-functions:eval_run_d:169 : trap - ERR 2025-11-25 05:23:08.294 | + diskimage_builder/lib/disk-image-create:main:500 : '[' -z ']' 2025-11-25 05:23:08.300 | + diskimage_builder/lib/disk-image-create:main:503 : echo 'image-size: 2532800KiB' 2025-11-25 05:23:08.306 | + diskimage_builder/lib/disk-image-create:main:505 : '[' -n '-i 4096 -J size=64 ' ']' 2025-11-25 05:23:08.312 | + diskimage_builder/lib/disk-image-create:main:506 : echo 'root-fs-opts: '\''-i 4096 -J size=64 '\''' 2025-11-25 05:23:08.318 | + 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-11-25 05:23:08.479 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:23:08.479 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:23:08.480 | 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-11-25 05:23:08.480 | 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-11-25 05:23:08.480 | 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-11-25 05:23:08.481 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.ExUAjxC3/states/block-device/config.json] 2025-11-25 05:23:08.502 | + 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-11-25 05:23:08.673 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:23:08.673 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:23:08.673 | INFO diskimage_builder.block_device.blockdevice [-] create() called 2025-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | 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-11-25 05:23:08.673 | DEBUG diskimage_builder.block_device.level0.localloop [-] Creating LocalLoop object; config [{'name': 'image0'}] default_config [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:81 2025-11-25 05:23:08.674 | DEBUG diskimage_builder.block_device.level0.localloop [-] Using default image size [2593587200] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:89 2025-11-25 05:23:08.674 | DEBUG diskimage_builder.block_device.config [-] Adding image0 : create_graph /usr/lib/python3.9/site-packages/diskimage_builder/block_device/config.py:202 2025-11-25 05:23:08.674 | 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-11-25 05:23:08.674 | 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-11-25 05:23:08.674 | 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-11-25 05:23:08.674 | 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-11-25 05:23:08.674 | 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-11-25 05:23:08.674 | DEBUG diskimage_builder.block_device.level0.localloop [-] [image0] Creating loop on [/tmp/dib_image.4AMjGvaG/image0.raw] with size [2593587200] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:107 2025-11-25 05:23:08.674 | INFO diskimage_builder.block_device.level0.localloop [-] Create image file [/tmp/dib_image.4AMjGvaG/image0.raw] 2025-11-25 05:23:08.674 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach 2025-11-25 05:23:08.674 | DEBUG diskimage_builder.block_device.level0.localloop [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.4AMjGvaG/image0.raw] loopdev_attach /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:48 2025-11-25 05:23:08.674 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup --sector-size 512 --show -f /tmp/dib_image.4AMjGvaG/image0.raw] 2025-11-25 05:23:08.746 | 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-11-25 05:23:08.751 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop0] 2025-11-25 05:23:08.751 | DEBUG diskimage_builder.block_device.level0.localloop [-] Created loop name [image0] device [/dev/loop0] image [/tmp/dib_image.4AMjGvaG/image0.raw] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level0/localloop.py:121 2025-11-25 05:23:08.752 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'ext4', '-i', '4096', '-J', 'size=64', '-L', 'cloudimg-rootfs', '-U', '0af643ed-ee8f-4a2b-953c-df467826f23d', '-q', '/dev/loop0']] create /usr/lib/python3.9/site-packages/diskimage_builder/block_device/level2/mkfs.py:135 2025-11-25 05:23:08.752 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t ext4 -i 4096 -J size=64 -L cloudimg-rootfs -U 0af643ed-ee8f-4a2b-953c-df467826f23d -q /dev/loop0] 2025-11-25 05:23:08.820 | 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-11-25 05:23:08.820 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.ExUAjxC3/mnt/] 2025-11-25 05:23:08.860 | INFO diskimage_builder.block_device.level3.mount [-] Mounting [mount_mkfs_root] to [/tmp/dib_build.ExUAjxC3/mnt/] 2025-11-25 05:23:08.860 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mount /dev/loop0 /tmp/dib_build.ExUAjxC3/mnt/] 2025-11-25 05:23:08.910 | 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-11-25 05:23:08.910 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing state to: /tmp/dib_build.ExUAjxC3/states/block-device/state.json save_state /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:101 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'image': '/tmp/dib_image.4AMjGvaG/image0.raw'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstype': 'ext4', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'opts': ['-i', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] '4096', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] '-J', debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'size=64'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'uuid': '0af643ed-ee8f-4a2b-953c-df467826f23d'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'options': 'defaults'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'path': '/tmp/dib_build.ExUAjxC3/mnt/'}}, debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_order': ['/'], debug_dump /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:112 2025-11-25 05:23:08.912 | 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-11-25 05:23:08.912 | 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-11-25 05:23:08.913 | INFO diskimage_builder.block_device.blockdevice [-] create() finished 2025-11-25 05:23:08.952 | ++ 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-11-25 05:23:09.098 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:23:09.098 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:23:09.098 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-device] 2025-11-25 05:23:09.122 | + diskimage_builder/lib/disk-image-create:main:519 : IMAGE_BLOCK_DEVICE=/dev/loop0 2025-11-25 05:23:09.129 | + diskimage_builder/lib/disk-image-create:main:520 : export IMAGE_BLOCK_DEVICE 2025-11-25 05:23:09.136 | ++ 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-11-25 05:23:09.271 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:23:09.271 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:23:09.271 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-devices] 2025-11-25 05:23:09.293 | + diskimage_builder/lib/disk-image-create:main:526 : IMAGE_BLOCK_DEVICES=' [image0]=/dev/loop0 ' 2025-11-25 05:23:09.299 | + diskimage_builder/lib/disk-image-create:main:527 : export IMAGE_BLOCK_DEVICES 2025-11-25 05:23:09.306 | + 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-11-25 05:23:09.438 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:23:09.438 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:23:09.438 | INFO diskimage_builder.block_device.blockdevice [-] Creating fstab 2025-11-25 05:23:09.438 | 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-11-25 05:23:09.438 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.ExUAjxC3/built/etc] 2025-11-25 05:23:09.477 | INFO diskimage_builder.block_device.utils [-] Calling [sudo cp /tmp/dib_build.ExUAjxC3/states/block-device/fstab /tmp/dib_build.ExUAjxC3/built/etc/fstab] 2025-11-25 05:23:09.561 | + diskimage_builder/lib/disk-image-create:main:534 : LOOPDEV=/dev/loop0 2025-11-25 05:23:09.567 | + diskimage_builder/lib/disk-image-create:main:546 : sudo cp -ra /tmp/dib_build.ExUAjxC3/built/afs /tmp/dib_build.ExUAjxC3/built/bin /tmp/dib_build.ExUAjxC3/built/boot /tmp/dib_build.ExUAjxC3/built/dev /tmp/dib_build.ExUAjxC3/built/etc /tmp/dib_build.ExUAjxC3/built/home /tmp/dib_build.ExUAjxC3/built/lib /tmp/dib_build.ExUAjxC3/built/lib64 /tmp/dib_build.ExUAjxC3/built/media /tmp/dib_build.ExUAjxC3/built/mnt /tmp/dib_build.ExUAjxC3/built/opt /tmp/dib_build.ExUAjxC3/built/proc /tmp/dib_build.ExUAjxC3/built/root /tmp/dib_build.ExUAjxC3/built/run /tmp/dib_build.ExUAjxC3/built/sbin /tmp/dib_build.ExUAjxC3/built/srv /tmp/dib_build.ExUAjxC3/built/sys /tmp/dib_build.ExUAjxC3/built/tmp /tmp/dib_build.ExUAjxC3/built/usr /tmp/dib_build.ExUAjxC3/built/var /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:14.213 | + diskimage_builder/lib/disk-image-create:main:547 : sudo rm -fr /tmp/dib_build.ExUAjxC3/built/afs /tmp/dib_build.ExUAjxC3/built/bin /tmp/dib_build.ExUAjxC3/built/boot /tmp/dib_build.ExUAjxC3/built/dev /tmp/dib_build.ExUAjxC3/built/etc /tmp/dib_build.ExUAjxC3/built/home /tmp/dib_build.ExUAjxC3/built/lib /tmp/dib_build.ExUAjxC3/built/lib64 /tmp/dib_build.ExUAjxC3/built/media /tmp/dib_build.ExUAjxC3/built/mnt /tmp/dib_build.ExUAjxC3/built/opt /tmp/dib_build.ExUAjxC3/built/proc /tmp/dib_build.ExUAjxC3/built/root /tmp/dib_build.ExUAjxC3/built/run /tmp/dib_build.ExUAjxC3/built/sbin /tmp/dib_build.ExUAjxC3/built/srv /tmp/dib_build.ExUAjxC3/built/sys /tmp/dib_build.ExUAjxC3/built/tmp /tmp/dib_build.ExUAjxC3/built/usr /tmp/dib_build.ExUAjxC3/built/var 2025-11-25 05:23:17.341 | + diskimage_builder/lib/disk-image-create:main:549 : mount_proc_dev_sys 2025-11-25 05:23:17.347 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:23:17.396 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:23:17.439 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options 2025-11-25 05:23:17.445 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS 2025-11-25 05:23:17.455 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000' 2025-11-25 05:23:17.461 | + 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.ExUAjxC3/mnt/dev/pts 2025-11-25 05:23:17.505 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:23:17.549 | + diskimage_builder/lib/disk-image-create:main:550 : run_d pre-finalise 2025-11-25 05:23:17.555 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:23:17.561 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:23:17.568 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-pre-finalise bash 2025-11-25 05:23:17.574 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:17.575 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-finalise(,|$)' -q 2025-11-25 05:23:17.586 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/pre-finalise.d ']' 2025-11-25 05:23:17.592 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-pre-finalise bash 2025-11-25 05:23:17.599 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:17.600 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-finalise(,|$)' -q 2025-11-25 05:23:17.611 | + diskimage_builder/lib/disk-image-create:main:551 : run_d_in_target finalise 2025-11-25 05:23:17.617 | + diskimage_builder/lib/img-functions:run_d_in_target:64 : check_element 2025-11-25 05:23:17.623 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:23:17.630 | + diskimage_builder/lib/img-functions:run_d_in_target:67 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/finalise.d ']' 2025-11-25 05:23:17.636 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : sudo mkdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:23:17.681 | + 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.ExUAjxC3/hooks 2025-11-25 05:23:17.725 | + diskimage_builder/lib/img-functions:run_d_in_target:78 : sudo mount --bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:23:17.769 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount -o remount,ro,bind /tmp/dib_build.ExUAjxC3/hooks /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:23:17.812 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : check_break before-finalise run_in_target bash 2025-11-25 05:23:17.819 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:17.819 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-finalise(,|$)' -q 2025-11-25 05:23:17.830 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : '[' -z '' ']' 2025-11-25 05:23:17.836 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : in_target_arg=run_in_target 2025-11-25 05:23:17.842 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : trap 'check_break after-error run_in_target bash' ERR 2025-11-25 05:23:17.849 | + 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-11-25 05:23:17.856 | + diskimage_builder/lib/img-functions:run_in_target:49 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d' 2025-11-25 05:23:17.863 | + diskimage_builder/lib/img-functions:run_in_target:51 : ORIG_HOME=/root 2025-11-25 05:23:17.870 | + diskimage_builder/lib/img-functions:run_in_target:52 : export HOME=/root 2025-11-25 05:23:17.877 | + diskimage_builder/lib/img-functions:run_in_target:52 : HOME=/root 2025-11-25 05:23:17.884 | + diskimage_builder/lib/img-functions:run_in_target:58 : sudo -E chroot /tmp/dib_build.ExUAjxC3/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-11-25 05:23:17.950 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:23:17.954 | + source /tmp/in_target.d/finalise.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:23:17.954 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:23:17.954 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:23:17.954 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:23:17.954 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:23:17.954 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:23:17.954 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:23:17.954 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:23:17.954 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2025-11-25 05:23:17.959 | + source /tmp/in_target.d/finalise.d/../environment.d/01-export-install-types.bash 2025-11-25 05:23:17.959 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:17.959 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:17.959 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2025-11-25 05:23:17.963 | + source /tmp/in_target.d/finalise.d/../environment.d/01-repo-setup.bash 2025-11-25 05:23:17.963 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:23:17.963 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:23:17.963 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:23:17.963 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:23:17.963 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:23:17.963 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:23:17.963 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:23:17.963 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:23:17.963 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2025-11-25 05:23:17.968 | + source /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults 2025-11-25 05:23:17.968 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:23:17.968 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:23:17.968 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:23:17.968 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:23:17.968 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:23:17.973 | + source /tmp/in_target.d/finalise.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:23:17.973 | ++ export DISTRO_NAME=centos 2025-11-25 05:23:17.973 | ++ DISTRO_NAME=centos 2025-11-25 05:23:17.973 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:23:17.973 | ++ DIB_RELEASE=9-stream 2025-11-25 05:23:17.973 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:23:17.973 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:23:17.973 | ++ export YUM=dnf 2025-11-25 05:23:17.973 | ++ YUM=dnf 2025-11-25 05:23:17.973 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2025-11-25 05:23:17.977 | + source /tmp/in_target.d/finalise.d/../environment.d/10-checksum.bash 2025-11-25 05:23:17.977 | ++ export DIB_CHECKSUM=1 2025-11-25 05:23:17.977 | ++ DIB_CHECKSUM=1 2025-11-25 05:23:17.977 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2025-11-25 05:23:17.982 | + source /tmp/in_target.d/finalise.d/../environment.d/10-defaults.bash 2025-11-25 05:23:17.982 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:23:17.982 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:23:17.982 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:23:17.986 | + source /tmp/in_target.d/finalise.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:23:17.987 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:23:17.987 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:23:17.987 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:23:17.987 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:23:17.987 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:23:17.991 | + source /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:23:17.991 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:17.991 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:17.991 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2025-11-25 05:23:17.996 | + source /tmp/in_target.d/finalise.d/../environment.d/14-manifests 2025-11-25 05:23:17.996 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:23:17.996 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:23:17.996 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:23:17.996 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:23:17.996 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:23:18.000 | + source /tmp/in_target.d/finalise.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:23:18.001 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:23:18.001 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:23:18.001 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:23:18.001 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:23:18.001 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:23:18.001 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:23:18.001 | ++ [[ centos =~ debian ]] 2025-11-25 05:23:18.001 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2025-11-25 05:23:18.005 | + source /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version 2025-11-25 05:23:18.005 | ++ '[' -z 3 ']' 2025-11-25 05:23:18.005 | ++ '[' -z 3 ']' 2025-11-25 05:23:18.005 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:23:18.005 | ++ export DIB_PYTHON=python3 2025-11-25 05:23:18.005 | ++ DIB_PYTHON=python3 2025-11-25 05:23:18.005 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2025-11-25 05:23:18.010 | + source /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common 2025-11-25 05:23:18.010 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:23:18.010 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:23:18.010 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:23:18.010 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:23:18.010 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2025-11-25 05:23:18.014 | + source /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system 2025-11-25 05:23:18.014 | ++ '[' -z systemd ']' 2025-11-25 05:23:18.014 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:23:18.015 | dib-run-parts Running /tmp/in_target.d/finalise.d/01-clean-old-kernels 2025-11-25 05:23:18.020 | + set -eu 2025-11-25 05:23:18.020 | + set -o pipefail 2025-11-25 05:23:18.020 | + '[' 0 -ne 0 ']' 2025-11-25 05:23:18.020 | + YUM=dnf 2025-11-25 05:23:18.020 | + [[ dnf == \d\n\f ]] 2025-11-25 05:23:18.021 | ++ dnf repoquery --installonly --latest-limit=-1 -q 2025-11-25 05:23:18.323 | + _old_kernels= 2025-11-25 05:23:18.323 | + [[ -n '' ]] 2025-11-25 05:23:18.327 | dib-run-parts 01-clean-old-kernels completed 2025-11-25 05:23:18.327 | dib-run-parts Running /tmp/in_target.d/finalise.d/99-clear-machine-id 2025-11-25 05:23:18.331 | + set -eu 2025-11-25 05:23:18.331 | + set -o pipefail 2025-11-25 05:23:18.331 | + '[' -e /var/lib/dbus/machine-id ']' 2025-11-25 05:23:18.331 | + '[' -e /etc/machine-id ']' 2025-11-25 05:23:18.331 | + echo uninitialized 2025-11-25 05:23:18.333 | dib-run-parts 99-clear-machine-id completed 2025-11-25 05:23:18.334 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:23:18.334 | dib-run-parts 2025-11-25 05:23:18.335 | dib-run-parts Target: finalise.d 2025-11-25 05:23:18.335 | dib-run-parts 2025-11-25 05:23:18.335 | dib-run-parts Script Seconds 2025-11-25 05:23:18.335 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:23:18.335 | dib-run-parts 2025-11-25 05:23:18.352 | dib-run-parts 01-clean-old-kernels 0.310 2025-11-25 05:23:18.359 | dib-run-parts 99-clear-machine-id 0.004 2025-11-25 05:23:18.362 | dib-run-parts 2025-11-25 05:23:18.362 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:23:18.370 | + diskimage_builder/lib/img-functions:run_in_target:59 : export HOME=/root 2025-11-25 05:23:18.375 | + diskimage_builder/lib/img-functions:run_in_target:59 : HOME=/root 2025-11-25 05:23:18.380 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : trap - ERR 2025-11-25 05:23:18.385 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : check_break after-finalise run_in_target bash 2025-11-25 05:23:18.390 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:18.392 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-finalise(,|$)' -q 2025-11-25 05:23:18.402 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : sudo umount -f /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d 2025-11-25 05:23:18.446 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.ExUAjxC3/mnt/tmp/in_target.d; do sleep 1; done' 2025-11-25 05:23:18.492 | + diskimage_builder/lib/disk-image-create:main:552 : finalise_base 2025-11-25 05:23:18.498 | + diskimage_builder/lib/img-functions:finalise_base:95 : TARGET_ROOT=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:18.503 | + diskimage_builder/lib/img-functions:finalise_base:95 : run_d cleanup 2025-11-25 05:23:18.509 | + diskimage_builder/lib/common-functions:run_d:246 : check_element 2025-11-25 05:23:18.514 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/dib_build.ExUAjxC3/hooks ']' 2025-11-25 05:23:18.520 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-cleanup bash 2025-11-25 05:23:18.527 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-cleanup(,|$)' -q 2025-11-25 05:23:18.527 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:23:18.535 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/dib_build.ExUAjxC3/hooks/cleanup.d ']' 2025-11-25 05:23:18.540 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/dib_build.ExUAjxC3/hooks/cleanup.d' 2025-11-25 05:23:18.540 | Running hooks from /tmp/dib_build.ExUAjxC3/hooks/cleanup.d 2025-11-25 05:23:18.545 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']' 2025-11-25 05:23:18.551 | + diskimage_builder/lib/common-functions:run_d:256 : /usr/lib/python3.9/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.ExUAjxC3/hooks/cleanup.d 2025-11-25 05:23:18.583 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:23:18.588 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-debian-ipa.bash 2025-11-25 05:23:18.588 | ++ DIB_DEBIAN_NON_FREE=non-free-firmware 2025-11-25 05:23:18.588 | ++ [[ 9-stream == \b\u\l\l\s\e\y\e ]] 2025-11-25 05:23:18.588 | ++ export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:23:18.588 | ++ DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware 2025-11-25 05:23:18.588 | ++ [[ main,contrib,non-free-firmware =~ non-free ]] 2025-11-25 05:23:18.588 | ++ export IPA_DEBIAN_NONFREE=true 2025-11-25 05:23:18.588 | ++ IPA_DEBIAN_NONFREE=true 2025-11-25 05:23:18.588 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2025-11-25 05:23:18.592 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-export-install-types.bash 2025-11-25 05:23:18.592 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:18.592 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:18.592 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2025-11-25 05:23:18.597 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/01-repo-setup.bash 2025-11-25 05:23:18.597 | ++ export DIB_REPO_SETUP=current-podified 2025-11-25 05:23:18.597 | ++ DIB_REPO_SETUP=current-podified 2025-11-25 05:23:18.597 | ++ export DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:23:18.597 | ++ DIB_REPO_SETUP_BRANCH=master 2025-11-25 05:23:18.597 | ++ export DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:23:18.597 | ++ DIB_REPO_SETUP_DISTRO_MIRROR= 2025-11-25 05:23:18.597 | ++ export DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:23:18.597 | ++ DIB_REPO_SETUP_MIRROR=https://trunk.rdoproject.org 2025-11-25 05:23:18.597 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-base-defaults 2025-11-25 05:23:18.602 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-base-defaults 2025-11-25 05:23:18.602 | ++ export DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:23:18.602 | ++ DIB_AVOID_PACKAGES_UPDATE=0 2025-11-25 05:23:18.602 | ++ export DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:23:18.602 | ++ DIB_SKIP_BASE_PACKAGE_INSTALL=0 2025-11-25 05:23:18.602 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:23:18.606 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-centos-distro-name.bash 2025-11-25 05:23:18.606 | ++ export DISTRO_NAME=centos 2025-11-25 05:23:18.606 | ++ DISTRO_NAME=centos 2025-11-25 05:23:18.606 | ++ export DIB_RELEASE=9-stream 2025-11-25 05:23:18.606 | ++ DIB_RELEASE=9-stream 2025-11-25 05:23:18.606 | ++ export EFI_BOOT_DIR=EFI/centos 2025-11-25 05:23:18.606 | ++ EFI_BOOT_DIR=EFI/centos 2025-11-25 05:23:18.606 | ++ export YUM=dnf 2025-11-25 05:23:18.606 | ++ YUM=dnf 2025-11-25 05:23:18.606 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-checksum.bash 2025-11-25 05:23:18.611 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-checksum.bash 2025-11-25 05:23:18.611 | ++ export DIB_CHECKSUM=1 2025-11-25 05:23:18.611 | ++ DIB_CHECKSUM=1 2025-11-25 05:23:18.611 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-defaults.bash 2025-11-25 05:23:18.616 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-defaults.bash 2025-11-25 05:23:18.616 | ++ export IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:23:18.616 | ++ IPA_REMOVE_FIRMWARE=amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k 2025-11-25 05:23:18.616 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:23:18.619 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/10-enable-rdo-deps.bash 2025-11-25 05:23:18.620 | ++ [[ centos9-stream =~ centos9 ]] 2025-11-25 05:23:18.620 | ++ '[' -n '/etc/yum.repos.d/*' ']' 2025-11-25 05:23:18.620 | ++ export DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:23:18.620 | ++ DIB_IPA_HARDWARE_RDO=0 2025-11-25 05:23:18.620 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:23:18.624 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/11-dib-install-type.bash 2025-11-25 05:23:18.624 | ++ export DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:18.624 | ++ DIB_DEFAULT_INSTALLTYPE=package 2025-11-25 05:23:18.624 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/14-manifests 2025-11-25 05:23:18.629 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/14-manifests 2025-11-25 05:23:18.630 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:23:18.630 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2025-11-25 05:23:18.630 | ++ export DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:23:18.630 | ++ DIB_MANIFEST_SAVE_DIR=ironic-python-agent.d/ 2025-11-25 05:23:18.630 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:23:18.634 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/20-ipa-distro-family.bash 2025-11-25 05:23:18.635 | ++ [[ centos =~ (fedora|centos|rhel) ]] 2025-11-25 05:23:18.635 | ++ export IPA_DISTRO_FAMILY=rh 2025-11-25 05:23:18.635 | ++ IPA_DISTRO_FAMILY=rh 2025-11-25 05:23:18.635 | ++ [[ centos =~ (centos|rhel) ]] 2025-11-25 05:23:18.635 | ++ export DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:23:18.635 | ++ DIB_DHCP_NETWORK_MANAGER_AUTO=true 2025-11-25 05:23:18.635 | ++ [[ centos =~ debian ]] 2025-11-25 05:23:18.635 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/50-dib-python-version 2025-11-25 05:23:18.639 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/50-dib-python-version 2025-11-25 05:23:18.639 | ++ '[' -z 3 ']' 2025-11-25 05:23:18.639 | ++ '[' -z 3 ']' 2025-11-25 05:23:18.639 | ++ export DIB_PYTHON_VERSION 2025-11-25 05:23:18.639 | ++ export DIB_PYTHON=python3 2025-11-25 05:23:18.639 | ++ DIB_PYTHON=python3 2025-11-25 05:23:18.639 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/50-redhat-common 2025-11-25 05:23:18.643 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/50-redhat-common 2025-11-25 05:23:18.644 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:23:18.644 | ++ DIB_DISABLE_KERNEL_CLEANUP=0 2025-11-25 05:23:18.644 | ++ export DIB_INIT_SYSTEM=systemd 2025-11-25 05:23:18.644 | ++ DIB_INIT_SYSTEM=systemd 2025-11-25 05:23:18.644 | dib-run-parts Sourcing environment file /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/99-dib-init-system 2025-11-25 05:23:18.648 | + source /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/../environment.d/99-dib-init-system 2025-11-25 05:23:18.648 | ++ '[' -z systemd ']' 2025-11-25 05:23:18.648 | ++ case $DIB_INIT_SYSTEM in 2025-11-25 05:23:18.648 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/01-copy-manifests-dir 2025-11-25 05:23:18.653 | + set -eu 2025-11-25 05:23:18.653 | + set -o pipefail 2025-11-25 05:23:18.654 | + MANIFEST_IMAGE_PATH=/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests 2025-11-25 05:23:18.654 | + '[' -d /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests ']' 2025-11-25 05:23:18.654 | + 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-11-25 05:23:18.654 | declare -x DIB_DHCP_TIMEOUT="60" 2025-11-25 05:23:18.654 | declare -x DIB_EPEL_DISABLED="1" 2025-11-25 05:23:18.654 | declare -x DIB_IPA_HARDWARE_RDO="0" 2025-11-25 05:23:18.654 | declare -x DIB_LOCAL_IMAGE="/home/zuul/ci-framework-data/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2" 2025-11-25 05:23:18.654 | declare -x DIB_PYTHON_EXEC="/usr/bin/python3" 2025-11-25 05:23:18.654 | declare -x DIB_PYTHON_VERSION="3" 2025-11-25 05:23:18.654 | declare -x DIB_RELEASE="9-stream" 2025-11-25 05:23:18.654 | declare -x DIB_YUM_REPO_CONF="/etc/yum.repos.d/*"' 2025-11-25 05:23:18.654 | + sudo dd of=/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib_environment 2025-11-25 05:23:18.689 | 1+1 records in 2025-11-25 05:23:18.689 | 1+1 records out 2025-11-25 05:23:18.689 | 655 bytes copied, 9.5913e-05 s, 6.8 MB/s 2025-11-25 05:23:18.694 | + 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-11-25 05:23:18.694 | + sudo dd of=/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib_arguments 2025-11-25 05:23:18.727 | 0+1 records in 2025-11-25 05:23:18.727 | 0+1 records out 2025-11-25 05:23:18.727 | 253 bytes copied, 6.5002e-05 s, 3.9 MB/s 2025-11-25 05:23:18.731 | + mkdir -p ironic-python-agent.d/ 2025-11-25 05:23:18.734 | + sudo cp --no-preserve=ownership -rv /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests ironic-python-agent.d/ 2025-11-25 05:23:18.761 | '/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests' -> 'ironic-python-agent.d/dib-manifests' 2025-11-25 05:23:18.761 | '/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib-element-manifest' -> 'ironic-python-agent.d/dib-manifests/dib-element-manifest' 2025-11-25 05:23:18.761 | '/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib_environment' -> 'ironic-python-agent.d/dib-manifests/dib_environment' 2025-11-25 05:23:18.761 | '/tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests/dib_arguments' -> 'ironic-python-agent.d/dib-manifests/dib_arguments' 2025-11-25 05:23:18.764 | ++ whoami 2025-11-25 05:23:18.767 | + sudo chown -R root: ironic-python-agent.d/ 2025-11-25 05:23:18.804 | + sudo find /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests -type f 2025-11-25 05:23:18.804 | + xargs sudo chown root:root 2025-11-25 05:23:18.871 | + sudo find /tmp/dib_build.ExUAjxC3/mnt//etc/dib-manifests -type f 2025-11-25 05:23:18.871 | + xargs sudo chmod 600 2025-11-25 05:23:18.952 | dib-run-parts 01-copy-manifests-dir completed 2025-11-25 05:23:18.952 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/50-dib-python 2025-11-25 05:23:18.957 | + set -eu 2025-11-25 05:23:18.957 | + set -o pipefail 2025-11-25 05:23:18.957 | + sudo unlink /tmp/dib_build.ExUAjxC3/mnt/usr/local/bin/dib-python 2025-11-25 05:23:18.999 | dib-run-parts 50-dib-python completed 2025-11-25 05:23:18.999 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/90-remove-ssh-host-keys 2025-11-25 05:23:19.004 | + set -eu 2025-11-25 05:23:19.004 | + set -o pipefail 2025-11-25 05:23:19.005 | + '[' -d /tmp/dib_build.ExUAjxC3/mnt/etc/ssh ']' 2025-11-25 05:23:19.005 | + sudo find /tmp/dib_build.ExUAjxC3/mnt/etc/ssh -name 'ssh_host*' -type f -delete 2025-11-25 05:23:19.047 | dib-run-parts 90-remove-ssh-host-keys completed 2025-11-25 05:23:19.047 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/98-prepare-resolve-conf 2025-11-25 05:23:19.053 | + set -eu 2025-11-25 05:23:19.053 | + set -o pipefail 2025-11-25 05:23:19.053 | + '[' -L /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf ']' 2025-11-25 05:23:19.054 | + lsattr /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:23:19.054 | + grep '^....i' 2025-11-25 05:23:19.057 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:23:19.095 | + '[' -L /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG ']' 2025-11-25 05:23:19.095 | + '[' -f /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG ']' 2025-11-25 05:23:19.095 | + sudo mv /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:23:19.136 | dib-run-parts 98-prepare-resolve-conf completed 2025-11-25 05:23:19.136 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/99-ramdisk-create 2025-11-25 05:23:19.142 | + set -eu 2025-11-25 05:23:19.142 | + set -o pipefail 2025-11-25 05:23:19.142 | + '[' -n /tmp/dib_build.ExUAjxC3/mnt ']' 2025-11-25 05:23:19.142 | + USER=root 2025-11-25 05:23:19.142 | + source /usr/lib/python3.9/site-packages/diskimage_builder/lib/img-functions 2025-11-25 05:23:19.144 | ++ readlink -f ironic-python-agent 2025-11-25 05:23:19.146 | + IMAGE_PATH=/usr/share/edpm-image-builder/ironic-python-agent 2025-11-25 05:23:19.146 | + cd /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:19.146 | + DIB_IPA_COMPRESS_CMD=gzip 2025-11-25 05:23:19.146 | + echo '#disabled' 2025-11-25 05:23:19.146 | + sudo mv ./tmp/fstab.new ./etc/fstab 2025-11-25 05:23:19.182 | + sudo ln -s ./sbin/init ./ 2025-11-25 05:23:19.210 | + '[' -a ./dev/random ']' 2025-11-25 05:23:19.210 | + '[' -a ./dev/urandom ']' 2025-11-25 05:23:19.210 | + '[' 0 -gt 0 ']' 2025-11-25 05:23:19.211 | + 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-11-25 05:23:19.211 | + sudo cpio -o -H newc 2025-11-25 05:23:19.211 | + gzip 2025-11-25 05:23:59.675 | 1971444 blocks 2025-11-25 05:23:59.681 | + select_boot_kernel_initrd /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:59.681 | + TARGET_ROOT=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:59.681 | + BOOTDIR=/tmp/dib_build.ExUAjxC3/mnt/boot 2025-11-25 05:23:59.682 | + '[' -n '' -a -n '' ']' 2025-11-25 05:23:59.682 | + '[' -f /tmp/dib_build.ExUAjxC3/mnt/etc/redhat-release ']' 2025-11-25 05:23:59.683 | ++ ls -1rv /tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 2025-11-25 05:23:59.683 | ++ grep PAE 2025-11-25 05:23:59.684 | ++ grep -v debug 2025-11-25 05:23:59.684 | ++ head -1 2025-11-25 05:23:59.686 | ++ echo '' 2025-11-25 05:23:59.687 | + KERNEL= 2025-11-25 05:23:59.688 | ++ ls -1rv /tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 2025-11-25 05:23:59.688 | ++ grep -v debug 2025-11-25 05:23:59.688 | ++ head -1 2025-11-25 05:23:59.691 | + KERNEL=/tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 2025-11-25 05:23:59.691 | + '[' '!' /tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 ']' 2025-11-25 05:23:59.691 | ++ basename /tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 2025-11-25 05:23:59.692 | + KERNEL=vmlinuz-5.14.0-642.el9.x86_64 2025-11-25 05:23:59.692 | + KERNEL_VERSION=5.14.0-642.el9.x86_64 2025-11-25 05:23:59.693 | +++ ls /tmp/dib_build.ExUAjxC3/mnt/boot/initramfs-5.14.0-642.el9.x86_64.img 2025-11-25 05:23:59.694 | ++ basename /tmp/dib_build.ExUAjxC3/mnt/boot/initramfs-5.14.0-642.el9.x86_64.img 2025-11-25 05:23:59.696 | + RAMDISK=initramfs-5.14.0-642.el9.x86_64.img 2025-11-25 05:23:59.696 | + '[' '!' initramfs-5.14.0-642.el9.x86_64.img ']' 2025-11-25 05:23:59.696 | + sudo cp /tmp/dib_build.ExUAjxC3/mnt/boot/vmlinuz-5.14.0-642.el9.x86_64 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-11-25 05:23:59.748 | + sudo chown root: /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-11-25 05:23:59.787 | + [[ -n 1 ]] 2025-11-25 05:23:59.787 | + [[ 1 != \0 ]] 2025-11-25 05:23:59.788 | ++ dirname /usr/share/edpm-image-builder/ironic-python-agent 2025-11-25 05:23:59.790 | + pushd /usr/share/edpm-image-builder 2025-11-25 05:23:59.790 | /usr/share/edpm-image-builder /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:23:59.790 | + [[ 1 == \1 ]] 2025-11-25 05:23:59.790 | + DIB_CHECKSUM=md5,sha256 2025-11-25 05:23:59.790 | + [[ md5,sha256 == *md5* ]] 2025-11-25 05:23:59.790 | + md5sum ironic-python-agent.initramfs ironic-python-agent.kernel 2025-11-25 05:24:00.824 | + [[ md5,sha256 == *sha256* ]] 2025-11-25 05:24:00.824 | + sha256sum ironic-python-agent.initramfs ironic-python-agent.kernel 2025-11-25 05:24:01.347 | + popd 2025-11-25 05:24:01.348 | /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:01.348 | + 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-11-25 05:24:01.380 | -rw-r--r--. 1 root root 604M Nov 25 05:23 /usr/share/edpm-image-builder/ironic-python-agent.initramfs 2025-11-25 05:24:01.380 | -rwxr-xr-x. 1 root root 15M Nov 25 05:23 /usr/share/edpm-image-builder/ironic-python-agent.kernel 2025-11-25 05:24:01.380 | -rw-r--r--. 1 root root 125 Nov 25 05:24 /usr/share/edpm-image-builder/ironic-python-agent.md5 2025-11-25 05:24:01.380 | -rw-r--r--. 1 root root 189 Nov 25 05:24 /usr/share/edpm-image-builder/ironic-python-agent.sha256 2025-11-25 05:24:01.380 | 2025-11-25 05:24:01.380 | /usr/share/edpm-image-builder/ironic-python-agent.d: 2025-11-25 05:24:01.380 | total 0 2025-11-25 05:24:01.380 | drwxr-xr-x. 2 root root 78 Nov 25 05:23 dib-manifests 2025-11-25 05:24:01.387 | dib-run-parts 99-ramdisk-create completed 2025-11-25 05:24:01.387 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/99-remove-dib-img-functions 2025-11-25 05:24:01.391 | + set -eu 2025-11-25 05:24:01.391 | + set -o pipefail 2025-11-25 05:24:01.391 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/lib/diskimage-builder/img-functions 2025-11-25 05:24:01.409 | + sudo rmdir /tmp/dib_build.ExUAjxC3/mnt/lib/diskimage-builder 2025-11-25 05:24:01.450 | dib-run-parts 99-remove-dib-img-functions completed 2025-11-25 05:24:01.450 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/99-remove-yum-repo-conf 2025-11-25 05:24:01.456 | + set -eu 2025-11-25 05:24:01.456 | + set -o pipefail 2025-11-25 05:24:01.456 | + '[' -z '/etc/yum.repos.d/*' ']' 2025-11-25 05:24:01.456 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.456 | ++ basename /etc/yum.repos.d/centos-addons.repo 2025-11-25 05:24:01.458 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/centos-addons.repo 2025-11-25 05:24:01.485 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.486 | ++ basename /etc/yum.repos.d/centos.repo 2025-11-25 05:24:01.488 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/centos.repo 2025-11-25 05:24:01.524 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.525 | ++ basename /etc/yum.repos.d/delorean-master-testing.repo 2025-11-25 05:24:01.526 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/delorean-master-testing.repo 2025-11-25 05:24:01.566 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.567 | ++ basename /etc/yum.repos.d/delorean.repo 2025-11-25 05:24:01.568 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/delorean.repo 2025-11-25 05:24:01.598 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.598 | ++ basename /etc/yum.repos.d/repo-setup-centos-appstream.repo 2025-11-25 05:24:01.600 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/repo-setup-centos-appstream.repo 2025-11-25 05:24:01.623 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.623 | ++ basename /etc/yum.repos.d/repo-setup-centos-baseos.repo 2025-11-25 05:24:01.624 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/repo-setup-centos-baseos.repo 2025-11-25 05:24:01.648 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.649 | ++ basename /etc/yum.repos.d/repo-setup-centos-highavailability.repo 2025-11-25 05:24:01.650 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/repo-setup-centos-highavailability.repo 2025-11-25 05:24:01.676 | + for file in $DIB_YUM_REPO_CONF 2025-11-25 05:24:01.677 | ++ basename /etc/yum.repos.d/repo-setup-centos-powertools.repo 2025-11-25 05:24:01.678 | + sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/yum.repos.d/repo-setup-centos-powertools.repo 2025-11-25 05:24:01.705 | dib-run-parts 99-remove-yum-repo-conf completed 2025-11-25 05:24:01.705 | dib-run-parts Running /tmp/dib_build.ExUAjxC3/hooks/cleanup.d/99-selinux-fixfiles-restore 2025-11-25 05:24:01.710 | + set -eu 2025-11-25 05:24:01.710 | + set -o pipefail 2025-11-25 05:24:01.710 | + [[ ! -f /tmp/dib_build.ExUAjxC3/mnt/etc/selinux/targeted/contexts/files/file_contexts ]] 2025-11-25 05:24:01.710 | + [[ ! -x /tmp/dib_build.ExUAjxC3/mnt/usr/sbin/setfiles ]] 2025-11-25 05:24:01.710 | + _runcon= 2025-11-25 05:24:01.710 | + [[ -d /sys/fs/selinux ]] 2025-11-25 05:24:01.710 | + selinuxenabled 2025-11-25 05:24:01.712 | + sudo semanage permissive -a setfiles_mac_t 2025-11-25 05:24:11.259 | + _runcon='runcon -t setfiles_mac_t -- ' 2025-11-25 05:24:11.259 | + _dash_m= 2025-11-25 05:24:11.259 | + [[ centos == \f\e\d\o\r\a ]] 2025-11-25 05:24:11.259 | + IFS='|' 2025-11-25 05:24:11.259 | + read -ra SPLIT_MOUNTS 2025-11-25 05:24:11.260 | + for MOUNTPOINT in "${SPLIT_MOUNTS[@]}" 2025-11-25 05:24:11.260 | + '[' / '!=' /tmp/in_target.d ']' 2025-11-25 05:24:11.260 | + '[' / '!=' /dev ']' 2025-11-25 05:24:11.260 | + '[' / '!=' /boot/efi ']' 2025-11-25 05:24:11.260 | + '[' -z 'runcon -t setfiles_mac_t -- ' ']' 2025-11-25 05:24:11.260 | + pgrep kauditd 2025-11-25 05:24:11.291 | + [[ / == \/ ]] 2025-11-25 05:24:11.292 | ++ mktemp -d 2025-11-25 05:24:11.294 | + TMP_BIND_MOUNT=/tmp/tmp.xbR5TdnDjs 2025-11-25 05:24:11.294 | + sudo mount --bind /tmp/dib_build.ExUAjxC3/mnt /tmp/tmp.xbR5TdnDjs 2025-11-25 05:24:11.340 | + sudo runcon -t setfiles_mac_t -- chroot /tmp/tmp.xbR5TdnDjs /usr/sbin/setfiles -F /etc/selinux/targeted/contexts/files/file_contexts / 2025-11-25 05:24:24.459 | + sudo umount /tmp/tmp.xbR5TdnDjs 2025-11-25 05:24:24.506 | + sudo rmdir /tmp/tmp.xbR5TdnDjs 2025-11-25 05:24:24.544 | dib-run-parts 99-selinux-fixfiles-restore completed 2025-11-25 05:24:24.545 | dib-run-parts ----------------------- PROFILING ----------------------- 2025-11-25 05:24:24.545 | dib-run-parts 2025-11-25 05:24:24.547 | dib-run-parts Target: cleanup.d 2025-11-25 05:24:24.547 | dib-run-parts 2025-11-25 05:24:24.547 | dib-run-parts Script Seconds 2025-11-25 05:24:24.547 | dib-run-parts --------------------------------------- ---------- 2025-11-25 05:24:24.547 | dib-run-parts 2025-11-25 05:24:24.567 | dib-run-parts 01-copy-manifests-dir 0.300 2025-11-25 05:24:24.577 | dib-run-parts 50-dib-python 0.045 2025-11-25 05:24:24.589 | dib-run-parts 90-remove-ssh-host-keys 0.046 2025-11-25 05:24:24.601 | dib-run-parts 98-prepare-resolve-conf 0.087 2025-11-25 05:24:24.613 | dib-run-parts 99-ramdisk-create 42.248 2025-11-25 05:24:24.624 | dib-run-parts 99-remove-dib-img-functions 0.061 2025-11-25 05:24:24.635 | dib-run-parts 99-remove-yum-repo-conf 0.252 2025-11-25 05:24:24.647 | dib-run-parts 99-selinux-fixfiles-restore 22.837 2025-11-25 05:24:24.650 | dib-run-parts 2025-11-25 05:24:24.650 | dib-run-parts --------------------- END PROFILING --------------------- 2025-11-25 05:24:24.659 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-cleanup bash 2025-11-25 05:24:24.666 | + diskimage_builder/lib/common-functions:check_break:143 : echo '' 2025-11-25 05:24:24.667 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-cleanup(,|$)' -q 2025-11-25 05:24:24.680 | + diskimage_builder/lib/img-functions:finalise_base:110 : '[' -L /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf ']' 2025-11-25 05:24:24.687 | + diskimage_builder/lib/img-functions:finalise_base:111 : lsattr /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:24:24.687 | + diskimage_builder/lib/img-functions:finalise_base:111 : grep '^....i' 2025-11-25 05:24:24.695 | + diskimage_builder/lib/img-functions:finalise_base:118 : sudo rm -f /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf 2025-11-25 05:24:24.732 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -L /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG ']' 2025-11-25 05:24:24.737 | + diskimage_builder/lib/img-functions:finalise_base:121 : '[' -f /tmp/dib_build.ExUAjxC3/mnt/etc/resolv.conf.ORIG ']' 2025-11-25 05:24:24.741 | + diskimage_builder/lib/img-functions:finalise_base:127 : unmount_dir /tmp/dib_build.ExUAjxC3/mnt/tmp 2025-11-25 05:24:24.745 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.ExUAjxC3/mnt/tmp 2025-11-25 05:24:24.751 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-11-25 05:24:24.756 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-11-25 05:24:24.761 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-11-25 05:24:24.765 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-11-25 05:24:24.770 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.ExUAjxC3/mnt/tmp ']' 2025-11-25 05:24:24.776 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.ExUAjxC3/mnt/tmp 2025-11-25 05:24:24.783 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.ExUAjxC3/mnt/tmp 2025-11-25 05:24:24.787 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-11-25 05:24:24.793 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-11-25 05:24:24.800 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-11-25 05:24:24.801 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.ExUAjxC3/mnt/tmp/' 2025-11-25 05:24:24.802 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-11-25 05:24:24.811 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts= 2025-11-25 05:24:24.817 | + diskimage_builder/lib/img-functions:finalise_base:128 : find /tmp/dib_build.ExUAjxC3/mnt/tmp -maxdepth 1 -mindepth 1 2025-11-25 05:24:24.817 | + diskimage_builder/lib/img-functions:finalise_base:128 : xargs sudo rm -rf --one-file-system 2025-11-25 05:24:24.850 | + diskimage_builder/lib/img-functions:finalise_base:130 : sudo find /tmp/dib_build.ExUAjxC3/mnt/var/log -type f -exec cp /dev/null '{}' ';' 2025-11-25 05:24:24.969 | + diskimage_builder/lib/img-functions:finalise_base:132 : sudo find /tmp/dib_build.ExUAjxC3/mnt/root -name '*.log' -type f -delete 2025-11-25 05:24:25.017 | + diskimage_builder/lib/disk-image-create:main:554 : for X in ${!IMAGE_TYPES[@]} 2025-11-25 05:24:25.023 | + diskimage_builder/lib/disk-image-create:main:555 : [[ tar aci =~ qcow2 ]] 2025-11-25 05:24:25.028 | + diskimage_builder/lib/disk-image-create:main:573 : '[' qcow2 == squashfs ']' 2025-11-25 05:24:25.034 | + diskimage_builder/lib/disk-image-create:main:577 : '[' qcow2 == docker ']' 2025-11-25 05:24:25.040 | + diskimage_builder/lib/disk-image-create:main:588 : export EXTRA_UNMOUNT= 2025-11-25 05:24:25.046 | + diskimage_builder/lib/disk-image-create:main:588 : EXTRA_UNMOUNT= 2025-11-25 05:24:25.052 | + diskimage_builder/lib/disk-image-create:main:589 : unmount_image 2025-11-25 05:24:25.058 | + diskimage_builder/lib/img-functions:unmount_image:21 : sync 2025-11-25 05:24:25.132 | + diskimage_builder/lib/img-functions:unmount_image:25 : unmount_dir /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:25.138 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:25.144 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir 2025-11-25 05:24:25.150 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts 2025-11-25 05:24:25.156 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts 2025-11-25 05:24:25.161 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint 2025-11-25 05:24:25.167 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/dib_build.ExUAjxC3/mnt ']' 2025-11-25 05:24:25.174 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:25.183 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:25.189 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|' 2025-11-25 05:24:25.195 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts 2025-11-25 05:24:25.202 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}' 2025-11-25 05:24:25.203 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r 2025-11-25 05:24:25.203 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/dib_build.ExUAjxC3/mnt/' 2025-11-25 05:24:25.214 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:24:25.214 | /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:24:25.214 | /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:24:25.214 | /tmp/dib_build.ExUAjxC3/mnt/dev' 2025-11-25 05:24:25.219 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:24:25.225 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:24:25.231 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:24:25.235 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:24:25.240 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:24:25.245 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/sys' 2025-11-25 05:24:25.245 | Unmount /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:24:25.250 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/sys 2025-11-25 05:24:25.297 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:24:25.302 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:24:25.307 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:24:25.312 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:24:25.317 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:24:25.321 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/proc' 2025-11-25 05:24:25.321 | Unmount /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:24:25.327 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/proc 2025-11-25 05:24:25.367 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:24:25.373 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:24:25.379 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:24:25.385 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:24:25.391 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:24:25.397 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/dev/pts' 2025-11-25 05:24:25.397 | Unmount /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:24:25.402 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/dev/pts 2025-11-25 05:24:25.450 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts 2025-11-25 05:24:25.457 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false 2025-11-25 05:24:25.463 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}" 2025-11-25 05:24:25.469 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]] 2025-11-25 05:24:25.476 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']' 2025-11-25 05:24:25.480 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/dib_build.ExUAjxC3/mnt/dev' 2025-11-25 05:24:25.480 | Unmount /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:24:25.486 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/dib_build.ExUAjxC3/mnt/dev 2025-11-25 05:24:25.533 | + diskimage_builder/lib/img-functions:unmount_image:26 : '[' -n '' ']' 2025-11-25 05:24:25.539 | + diskimage_builder/lib/img-functions:unmount_image:29 : '[' -n '' ']' 2025-11-25 05:24:25.547 | ++ 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-11-25 05:24:25.714 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:24:25.714 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:24:25.714 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-path] 2025-11-25 05:24:25.739 | + diskimage_builder/lib/disk-image-create:main:591 : TMP_IMAGE_PATH=/tmp/dib_image.4AMjGvaG/image0.raw 2025-11-25 05:24:25.745 | + diskimage_builder/lib/disk-image-create:main:592 : export TMP_IMAGE_PATH 2025-11-25 05:24:25.752 | + 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-11-25 05:24:25.927 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:24:25.927 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:24:25.927 | INFO diskimage_builder.block_device.level3.mount [-] Called for [mount_mkfs_root] 2025-11-25 05:24:25.927 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync] 2025-11-25 05:24:25.990 | INFO diskimage_builder.block_device.utils [-] Calling [sudo fstrim --verbose /tmp/dib_build.ExUAjxC3/mnt/] 2025-11-25 05:24:26.031 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /tmp/dib_build.ExUAjxC3/mnt/: 779.6 MiB (817434624 bytes) trimmed exec_sudo /usr/lib/python3.9/site-packages/diskimage_builder/block_device/utils.py:135 2025-11-25 05:24:26.035 | INFO diskimage_builder.block_device.utils [-] Calling [sudo umount /tmp/dib_build.ExUAjxC3/mnt/] 2025-11-25 05:24:26.733 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach 2025-11-25 05:24:26.733 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop0] 2025-11-25 05:24:26.829 | + 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-11-25 05:24:26.960 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:229 2025-11-25 05:24:26.960 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.ExUAjxC3/block-device/config.yaml', 'image-dir': '/tmp/dib_image.4AMjGvaG', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.ExUAjxC3/mnt', 'build-dir': '/tmp/dib_build.ExUAjxC3', 'image-size': '2532800KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /usr/lib/python3.9/site-packages/diskimage_builder/block_device/blockdevice.py:232 2025-11-25 05:24:26.960 | INFO diskimage_builder.block_device.blockdevice [-] Removing temporary state dir [/tmp/dib_build.ExUAjxC3/states/block-device] 2025-11-25 05:24:26.983 | + diskimage_builder/lib/disk-image-create:main:598 : cleanup_build_dir 2025-11-25 05:24:26.987 | + diskimage_builder/lib/common-functions:cleanup_build_dir:216 : timeout 10 sh -c ' while ! sudo rm -rf /tmp/dib_build.ExUAjxC3/built; do sleep 1; done' 2025-11-25 05:24:27.018 | + diskimage_builder/lib/common-functions:cleanup_build_dir:220 : sudo rm -rf /tmp/dib_build.ExUAjxC3/mnt 2025-11-25 05:24:27.049 | + diskimage_builder/lib/common-functions:cleanup_build_dir:221 : kill_chroot_processes /tmp/dib_build.ExUAjxC3 2025-11-25 05:24:27.151 | + diskimage_builder/lib/common-functions:cleanup_build_dir:222 : tmpfs_check 0 2025-11-25 05:24:27.157 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2025-11-25 05:24:27.163 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-11-25 05:24:27.167 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-11-25 05:24:27.173 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-11-25 05:24:27.183 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7864320 2025-11-25 05:24:27.189 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-11-25 05:24:27.194 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7864320 -lt 14680064 ']' 2025-11-25 05:24:27.199 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2025-11-25 05:24:27.204 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-11-25 05:24:27.210 | + diskimage_builder/lib/common-functions:cleanup_build_dir:230 : rm -rf --one-file-system /tmp/dib_build.ExUAjxC3 2025-11-25 05:24:27.231 | + diskimage_builder/lib/disk-image-create:main:600 : [[ ! rpm-distro override-pip-and-virtualenv centos epel ironic-ramdisk-base pkg-map element-manifest svc-map selinux-permissive ibft-interfaces package-installs source-repositories dib-python selinux-fixfiles-restore sysprep install-types enable-packages-install ironic-agent-multipath base yum install-bin runtime-ssh-host-keys dynamic-login cache-url dhcp-all-interfaces interface-names ironic-python-agent-ramdisk select-boot-kernel-initrd dib-init-system install-static repo-setup openssh-server redhat-common manifests no-final-image extra-hardware ensure-venv =~ no-final-image ]] 2025-11-25 05:24:27.237 | + diskimage_builder/lib/disk-image-create:main:617 : cleanup_image_dir 2025-11-25 05:24:27.242 | + diskimage_builder/lib/common-functions:cleanup_image_dir:234 : kill_chroot_processes /tmp/dib_image.4AMjGvaG 2025-11-25 05:24:27.343 | + diskimage_builder/lib/common-functions:cleanup_image_dir:235 : tmpfs_check 0 2025-11-25 05:24:27.349 | + diskimage_builder/lib/common-functions:tmpfs_check:22 : local echo_message=0 2025-11-25 05:24:27.355 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : '[' 0 == 0 ']' 2025-11-25 05:24:27.359 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' -r /proc/meminfo ']' 2025-11-25 05:24:27.366 | ++ diskimage_builder/lib/common-functions:tmpfs_check:25 : awk '/^MemTotal/ { print $2 }' /proc/meminfo 2025-11-25 05:24:27.376 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : total_kB=7864320 2025-11-25 05:24:27.382 | + diskimage_builder/lib/common-functions:tmpfs_check:28 : RAM_NEEDED=14 2025-11-25 05:24:27.387 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : '[' 7864320 -lt 14680064 ']' 2025-11-25 05:24:27.393 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 0 == 1 ']' 2025-11-25 05:24:27.398 | + diskimage_builder/lib/common-functions:tmpfs_check:33 : return 1 2025-11-25 05:24:27.403 | + diskimage_builder/lib/common-functions:cleanup_image_dir:241 : rm -rf --one-file-system /tmp/dib_image.4AMjGvaG 2025-11-25 05:24:27.678 | Build completed successfully