Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- +-> DIB_DRACUT_ENABLED_MODULES="- name: crypt
- ..> packages:
- ..> - cryptsetup
- ..> - name: lvm
- ..> packages:
- ..> - lvm2
- ..> - name: mdraid
- ..> packages:
- ..> - mdadm" \
- ..> DIB_BOOTLOADER_DEFAULT_CMDLINE="nofb nomodeset gfxpayload=text rd.auto=1" \
- ..> DIB_BLOCK_DEVICE_CONFIG=file://$TMPDIR/block-device-config.yaml \
- ..> DIB_LOCAL_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 \
- ..> DIB_DEV_USER_PWDLESS_SUDO=true \
- ..> DIB_DEV_USER_PASSWORD=calvin \
- ..> DIB_CLOUD_INIT_DATASOURCES="Ec2, ConfigDrive, OpenStack" \
- ..> DIB_RELEASE=7 \
- ..> disk-image-create \
- ..> --image-size=81GB \
- ..> --root-label=root_fs \
- ..> -x \
- ..> -o centos-7.9-uefi \
- ..> -p mdadm \
- ..> --checksum \
- ..> vm \
- ..> bootloader \
- ..> block-device-efi \
- ..> cloud-init-datasources \
- ..> devuser \
- ..> dhcp-all-interfaces \
- ..> dracut-regenerate \
- ..> cloud-init \
- ..> disable-selinux \
- ..> disable-nouveau \
- ..> centos
- 2021-12-20 13:29:49.411 | diskimage-builder version 3.16.0
- 2021-12-20 13:29:49.411 | Building elements: base vm bootloader block-device-efi cloud-init-datasources devuser dhcp-all-interfaces dracut-regenerate cloud-init disable-selinux disable-nouveau centos
- 2021-12-20 13:29:49.451 | DEBUG diskimage_builder.element_dependencies [-] ELEMENTS_PATH is: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements _find_all_elements /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/element_dependencies.py:209
- 2021-12-20 13:29:49.468 | Expanded element dependencies to: dracut-regenerate modprobe install-types bootloader vm rpm-distro base cloud-init-datasources package-installs install-bin pkg-map dhcp-all-interfaces disable-selinux select-boot-kernel-initrd redhat-common yum source-repositories cloud-init block-device-efi dib-init-system cache-url disable-nouveau sysprep manifests centos devuser
- 2021-12-20 13:29:49.470 | + diskimage_builder/lib/disk-image-create:main:256 : '[' 1 = 1 ']'
- 2021-12-20 13:29:49.471 | + diskimage_builder/lib/disk-image-create:main:257 : export IMAGE_NAME=centos-7.9-uefi
- 2021-12-20 13:29:49.473 | + diskimage_builder/lib/disk-image-create:main:257 : IMAGE_NAME=centos-7.9-uefi
- 2021-12-20 13:29:49.474 | + diskimage_builder/lib/disk-image-create:main:261 : for X in ${!IMAGE_TYPES[@]}
- 2021-12-20 13:29:49.476 | + diskimage_builder/lib/disk-image-create:main:262 : case "${IMAGE_TYPES[$X]}" in
- 2021-12-20 13:29:49.478 | + diskimage_builder/lib/disk-image-create:main:264 : type qemu-img
- 2021-12-20 13:29:49.479 | + diskimage_builder/lib/disk-image-create:main:300 : type fstrim
- 2021-12-20 13:29:49.481 | + diskimage_builder/lib/disk-image-create:main:308 : [[ -n '' ]]
- 2021-12-20 13:29:49.483 | + diskimage_builder/lib/disk-image-create:main:315 : mk_build_dir
- 2021-12-20 13:29:49.485 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38 : mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX
- 2021-12-20 13:29:49.487 | + diskimage_builder/lib/common-functions:mk_build_dir:38 : TMP_BUILD_DIR=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM
- 2021-12-20 13:29:49.488 | ++ diskimage_builder/lib/common-functions:mk_build_dir:39 : mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX
- 2021-12-20 13:29:49.490 | + diskimage_builder/lib/common-functions:mk_build_dir:39 : TMP_IMAGE_DIR=/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha
- 2021-12-20 13:29:49.492 | + diskimage_builder/lib/common-functions:mk_build_dir:40 : '[' 0 -eq 0 ']'
- 2021-12-20 13:29:49.494 | + diskimage_builder/lib/common-functions:mk_build_dir:41 : export TMP_BUILD_DIR
- 2021-12-20 13:29:49.495 | + diskimage_builder/lib/common-functions:mk_build_dir:42 : tmpfs_check
- 2021-12-20 13:29:49.497 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : local echo_message=1
- 2021-12-20 13:29:49.498 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' 0 == 0 ']'
- 2021-12-20 13:29:49.500 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : '[' -r /proc/meminfo ']'
- 2021-12-20 13:29:49.501 | ++ diskimage_builder/lib/common-functions:tmpfs_check:26 : awk '/^MemTotal/ { print $2 }' /proc/meminfo
- 2021-12-20 13:29:49.504 | + diskimage_builder/lib/common-functions:tmpfs_check:26 : total_kB=65687404
- 2021-12-20 13:29:49.506 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : RAM_NEEDED=4
- 2021-12-20 13:29:49.507 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 65687404 -lt 4194304 ']'
- 2021-12-20 13:29:49.509 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : return 0
- 2021-12-20 13:29:49.510 | + diskimage_builder/lib/common-functions:mk_build_dir:43 : sudo mount -t tmpfs tmpfs /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM
- 2021-12-20 13:29:49.517 | + diskimage_builder/lib/common-functions:mk_build_dir:44 : sudo mount -t tmpfs tmpfs /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha
- 2021-12-20 13:29:49.527 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45 : id -u
- 2021-12-20 13:29:49.530 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45 : id -g
- 2021-12-20 13:29:49.533 | + diskimage_builder/lib/common-functions:mk_build_dir:45 : sudo chown 100131:1005272 /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha
- 2021-12-20 13:29:49.539 | + diskimage_builder/lib/common-functions:mk_build_dir:47 : trap trap_cleanup EXIT
- 2021-12-20 13:29:49.540 | + diskimage_builder/lib/common-functions:mk_build_dir:48 : echo Building in /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM
- 2021-12-20 13:29:49.540 | Building in /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM
- 2021-12-20 13:29:49.542 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : export TMP_IMAGE_DIR
- 2021-12-20 13:29:49.543 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : export OUT_IMAGE_PATH=
- 2021-12-20 13:29:49.545 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : OUT_IMAGE_PATH=
- 2021-12-20 13:29:49.547 | + diskimage_builder/lib/common-functions:mk_build_dir:51 : export TMP_HOOKS_PATH=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks
- 2021-12-20 13:29:49.548 | + diskimage_builder/lib/common-functions:mk_build_dir:51 : TMP_HOOKS_PATH=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks
- 2021-12-20 13:29:49.550 | + diskimage_builder/lib/disk-image-create:main:319 : mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device
- 2021-12-20 13:29:49.552 | + diskimage_builder/lib/disk-image-create:main:320 : BLOCK_DEVICE_CONFIG_YAML=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml
- 2021-12-20 13:29:49.554 | + diskimage_builder/lib/disk-image-create:main:321 : block_device_create_config_file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml
- 2021-12-20 13:29:49.563 | Using file-based block-device config: file:///tmp/tmp.DwUR81xfC4/block-device-config.yaml
- 2021-12-20 13:29:49.565 | + diskimage_builder/lib/common-functions:block_device_create_config_file:481 : return
- 2021-12-20 13:29:49.566 | + diskimage_builder/lib/disk-image-create:main:324 : DIB_BLOCK_DEVICE_PARAMS_YAML=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/params.yaml
- 2021-12-20 13:29:49.568 | + diskimage_builder/lib/disk-image-create:main:325 : export DIB_BLOCK_DEVICE_PARAMS_YAML
- 2021-12-20 13:29:49.570 | + diskimage_builder/lib/disk-image-create:main:326 : cat
- 2021-12-20 13:29:49.573 | + diskimage_builder/lib/disk-image-create:main:335 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py init
- 2021-12-20 13:29:49.677 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:29:49.677 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:29:49.681 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'partitioning': {'base': 'image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'mkfs': {'type': 'vfat', 'mount': {'mount_point': '/boot/efi', 'fstab': {'options': 'defaults', 'fsck-passno': 2}}}}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'mkfs': {'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'mount': {'mount_point': '/', 'fstab': {'options': 'rw,relatime', 'fsck-passno': 1}}}}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'mkfs': {'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc', 'mount': {'mount_point': '/tmp', 'fstab': {'options': 'rw,relatime', 'fsck-passno': 2}}}}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:260
- 2021-12-20 13:29:49.681 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}, {'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70'}}, {'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}, {'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:262
- 2021-12-20 13:29:49.681 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}, {'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'label': 'root_fs'}}, {'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}, {'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:264
- 2021-12-20 13:29:49.681 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/states/block-device/config.json]
- 2021-12-20 13:29:49.699 | ++ diskimage_builder/lib/disk-image-create:main:339 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py getval root-label
- 2021-12-20 13:29:49.806 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:29:49.806 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:29:49.806 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label]
- 2021-12-20 13:29:49.806 | DEBUG diskimage_builder.block_device.blockdevice [-] root-label [root_fs] cmd_getval /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:308
- 2021-12-20 13:29:49.822 | + diskimage_builder/lib/disk-image-create:main:339 : DIB_ROOT_LABEL=root_fs
- 2021-12-20 13:29:49.824 | + diskimage_builder/lib/disk-image-create:main:340 : export DIB_ROOT_LABEL
- 2021-12-20 13:29:49.826 | ++ diskimage_builder/lib/disk-image-create:main:343 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py getval root-fstype
- 2021-12-20 13:29:49.933 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:29:49.933 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:29:49.933 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype]
- 2021-12-20 13:29:49.933 | DEBUG diskimage_builder.block_device.blockdevice [-] root-fstype [xfs] cmd_getval /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:315
- 2021-12-20 13:29:49.950 | + diskimage_builder/lib/disk-image-create:main:343 : DIB_ROOT_FSTYPE=xfs
- 2021-12-20 13:29:49.951 | + diskimage_builder/lib/disk-image-create:main:344 : export DIB_ROOT_FSTYPE
- 2021-12-20 13:29:49.953 | ++ diskimage_builder/lib/disk-image-create:main:347 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py getval mount-points
- 2021-12-20 13:29:50.059 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:29:50.059 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:29:50.059 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points]
- 2021-12-20 13:29:50.076 | + diskimage_builder/lib/disk-image-create:main:347 : DIB_MOUNTPOINTS='/boot/efi|/|/tmp'
- 2021-12-20 13:29:50.077 | + diskimage_builder/lib/disk-image-create:main:348 : export DIB_MOUNTPOINTS
- 2021-12-20 13:29:50.079 | + diskimage_builder/lib/disk-image-create:main:350 : create_base
- 2021-12-20 13:29:50.081 | + diskimage_builder/lib/common-functions:create_base:353 : mkdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:50.083 | + diskimage_builder/lib/common-functions:create_base:357 : sudo chown root.root /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:50.089 | + diskimage_builder/lib/common-functions:create_base:358 : export TMP_MOUNT_PATH=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:50.090 | + diskimage_builder/lib/common-functions:create_base:358 : TMP_MOUNT_PATH=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:50.092 | + diskimage_builder/lib/common-functions:create_base:360 : TARGET_ROOT=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:50.094 | + diskimage_builder/lib/common-functions:create_base:360 : run_d root
- 2021-12-20 13:29:50.095 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
- 2021-12-20 13:29:50.097 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:29:50.098 | + diskimage_builder/lib/common-functions:check_element:154 : generate_hooks
- 2021-12-20 13:29:50.107 | Copying hooks for source-repositories
- 2021-12-20 13:29:50.111 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories/extra-data.d/98-source-repositories
- 2021-12-20 13:29:50.116 | Copying hooks for modprobe
- 2021-12-20 13:29:50.119 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe/extra-data.d/50-modprobe-blacklist
- 2021-12-20 13:29:50.122 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe/install.d/80-modprobe-blacklist
- 2021-12-20 13:29:50.125 | Copying hooks for rpm-distro
- 2021-12-20 13:29:50.130 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/post-install.d/06-network-config-nonzeroconf
- 2021-12-20 13:29:50.134 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-fix-requiretty
- 2021-12-20 13:29:50.135 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/00-usr-local-bin-secure-path
- 2021-12-20 13:29:50.135 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch
- 2021-12-20 13:29:50.139 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/cleanup.d/99-selinux-fixfiles-restore
- 2021-12-20 13:29:50.142 | Copying hooks for select-boot-kernel-initrd
- 2021-12-20 13:29:50.145 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/extra-data.d/99-copy-dib-img-functions
- 2021-12-20 13:29:50.148 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/bin/select-boot-kernel-initrd
- 2021-12-20 13:29:50.151 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/cleanup.d/99-remove-dib-img-functions
- 2021-12-20 13:29:50.154 | Copying hooks for cloud-init
- 2021-12-20 13:29:50.157 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init/post-install.d/20-enable-cloud-init
- 2021-12-20 13:29:50.158 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init/post-install.d/21-cloud-init-allow-password-auth
- 2021-12-20 13:29:50.163 | Copying hooks for bootloader
- 2021-12-20 13:29:50.167 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader/finalise.d/50-bootloader
- 2021-12-20 13:29:50.168 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader/finalise.d/50-bootloader.bak
- 2021-12-20 13:29:50.169 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader/finalise.d/50-bootloader~
- 2021-12-20 13:29:50.172 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader/environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:50.176 | Copying hooks for base
- 2021-12-20 13:29:50.179 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/install.d/00-baseline-environment
- 2021-12-20 13:29:50.180 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/install.d/00-up-to-date
- 2021-12-20 13:29:50.180 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/install.d/10-cloud-init
- 2021-12-20 13:29:50.183 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/environment.d/10-base-defaults
- 2021-12-20 13:29:50.186 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/pre-install.d/03-baseline-tools
- 2021-12-20 13:29:50.191 | Copying hooks for manifests
- 2021-12-20 13:29:50.194 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests/extra-data.d/20-manifest-dir
- 2021-12-20 13:29:50.197 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests/environment.d/14-manifests
- 2021-12-20 13:29:50.199 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests/cleanup.d/01-copy-manifests-dir
- 2021-12-20 13:29:50.203 | Copying hooks for cloud-init-datasources
- 2021-12-20 13:29:50.206 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources/install.d/05-set-cloud-init-sources
- 2021-12-20 13:29:50.209 | Copying hooks for vm
- 2021-12-20 13:29:50.212 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm/finalise.d/50-remove-bogus-udev-links
- 2021-12-20 13:29:50.216 | Copying hooks for package-installs
- 2021-12-20 13:29:50.219 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/extra-data.d/99-squash-package-install
- 2021-12-20 13:29:50.222 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/install.d/01-package-installs
- 2021-12-20 13:29:50.223 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/install.d/99-package-uninstalls
- 2021-12-20 13:29:50.225 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/bin/package-installs
- 2021-12-20 13:29:50.226 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-squash
- 2021-12-20 13:29:50.227 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-v2
- 2021-12-20 13:29:50.228 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/bin/package-uninstalls
- 2021-12-20 13:29:50.231 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/post-install.d/00-package-installs
- 2021-12-20 13:29:50.231 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/post-install.d/95-package-uninstalls
- 2021-12-20 13:29:50.234 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/pre-install.d/10-package-installs
- 2021-12-20 13:29:50.235 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/pre-install.d/99-package-uninstalls
- 2021-12-20 13:29:50.239 | Copying hooks for install-types
- 2021-12-20 13:29:50.242 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types/extra-data.d/99-enable-install-types
- 2021-12-20 13:29:50.245 | Copying hooks for redhat-common
- 2021-12-20 13:29:50.248 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/bin/extract-image
- 2021-12-20 13:29:50.249 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/bin/map-packages
- 2021-12-20 13:29:50.253 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/finalise.d/01-clean-old-kernels
- 2021-12-20 13:29:50.256 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/environment.d/50-redhat-common
- 2021-12-20 13:29:50.261 | Copying hooks for disable-selinux
- 2021-12-20 13:29:50.265 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux/post-install.d/15-disable-selinux
- 2021-12-20 13:29:50.267 | Copying hooks for dhcp-all-interfaces
- 2021-12-20 13:29:50.270 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/50-dhcp-all-interfaces
- 2021-12-20 13:29:50.271 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/60-remove-cloud-image-interfaces
- 2021-12-20 13:29:50.272 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/NetworkManager-conf.d-00-main.conf
- 2021-12-20 13:29:50.273 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces-udev.rules
- 2021-12-20 13:29:50.274 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf
- 2021-12-20 13:29:50.275 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.init
- 2021-12-20 13:29:50.276 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.sh
- 2021-12-20 13:29:50.276 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/install.d/[email protected]
- 2021-12-20 13:29:50.282 | Copying hooks for dracut-regenerate
- 2021-12-20 13:29:50.285 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate/extra-data.d/50-dracut-conf
- 2021-12-20 13:29:50.287 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate/finalise.d/50-dracut-regenerate
- 2021-12-20 13:29:50.290 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate/environment.d/10-dracut-regenerate
- 2021-12-20 13:29:50.295 | Copying hooks for yum
- 2021-12-20 13:29:50.298 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/extra-data.d/99-yum-repo-conf
- 2021-12-20 13:29:50.301 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/bin/install-packages
- 2021-12-20 13:29:50.304 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/post-install.d/99-reset-yum-conf
- 2021-12-20 13:29:50.307 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/root.d/50-yum-cache
- 2021-12-20 13:29:50.310 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/pre-install.d/00-01-yum-keepcache
- 2021-12-20 13:29:50.311 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/pre-install.d/00-dnf-update
- 2021-12-20 13:29:50.312 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/pre-install.d/00-install-repo-package
- 2021-12-20 13:29:50.312 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/pre-install.d/01-00-centos-python3
- 2021-12-20 13:29:50.313 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/pre-install.d/01-module-configuration
- 2021-12-20 13:29:50.316 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/cleanup.d/99-remove-yum-repo-conf
- 2021-12-20 13:29:50.320 | Copying hooks for pkg-map
- 2021-12-20 13:29:50.323 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir
- 2021-12-20 13:29:50.325 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map/bin/pkg-map
- 2021-12-20 13:29:50.328 | Copying hooks for cache-url
- 2021-12-20 13:29:50.331 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url/bin/cache-url
- 2021-12-20 13:29:50.337 | Copying hooks for sysprep
- 2021-12-20 13:29:50.340 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep/finalise.d/99-clear-machine-id
- 2021-12-20 13:29:50.343 | Copying hooks for dib-init-system
- 2021-12-20 13:29:50.347 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system/install.d/20-install-init-scripts
- 2021-12-20 13:29:50.349 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system/post-install.d/10-enable-init-scripts
- 2021-12-20 13:29:50.352 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system/environment.d/99-dib-init-system
- 2021-12-20 13:29:50.355 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system/pre-install.d/04-dib-init-system
- 2021-12-20 13:29:50.358 | Copying hooks for disable-nouveau
- 2021-12-20 13:29:50.361 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau/dracut.conf.d/disable-nouveau.conf
- 2021-12-20 13:29:50.365 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau/modprobe.d/disable-nouveau.conf
- 2021-12-20 13:29:50.368 | Copying hooks for install-bin
- 2021-12-20 13:29:50.371 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin/pre-install.d/01-install-bin
- 2021-12-20 13:29:50.375 | Copying hooks for centos
- 2021-12-20 13:29:50.379 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/test-elements/8-build-succeeds
- 2021-12-20 13:29:50.380 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/test-elements/8-stream-build-succeeds
- 2021-12-20 13:29:50.381 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/test-elements/9-stream-build-succeeds
- 2021-12-20 13:29:50.384 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:50.385 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:50.388 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/root.d/10-centos-cloud-image
- 2021-12-20 13:29:50.390 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/pre-install.d/00-02-set-centos-mirror
- 2021-12-20 13:29:50.391 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/pre-install.d/02-set-machine-id
- 2021-12-20 13:29:50.396 | Copying hooks for block-device-efi
- 2021-12-20 13:29:50.399 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi/environment.d/15-block-device.bash
- 2021-12-20 13:29:50.403 | Copying hooks for devuser
- 2021-12-20 13:29:50.406 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser/extra-data.d/50-devuser
- 2021-12-20 13:29:50.409 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser/install.d/50-devuser
- 2021-12-20 13:29:50.412 | Copying hooks /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser/environment.d/50-devuser
- 2021-12-20 13:29:50.418 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-root bash
- 2021-12-20 13:29:50.420 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-root(,|$)' -q
- 2021-12-20 13:29:50.420 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:29:50.423 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d ']'
- 2021-12-20 13:29:50.425 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d'
- 2021-12-20 13:29:50.425 | Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d
- 2021-12-20 13:29:50.427 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']'
- 2021-12-20 13:29:50.429 | + diskimage_builder/lib/common-functions:run_d:256 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-run-parts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d
- 2021-12-20 13:29:50.436 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:50.439 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:50.440 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-base-defaults:source:1 : export DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:50.442 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-base-defaults:source:1 : DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:50.443 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:50.446 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:50.447 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:1 : export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:50.449 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:1 : DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:50.450 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:2 : export DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:50.452 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:2 : DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:50.453 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:50.456 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:50.457 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:1 : export DISTRO_NAME=centos
- 2021-12-20 13:29:50.459 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:1 : DISTRO_NAME=centos
- 2021-12-20 13:29:50.460 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:2 : export DIB_RELEASE=7
- 2021-12-20 13:29:50.461 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:2 : DIB_RELEASE=7
- 2021-12-20 13:29:50.463 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:3 : export EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:50.464 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:3 : EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:50.466 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:50.468 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:50.470 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:8 : export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
- 2021-12-20 13:29:50.470 | - name: crypt
- 2021-12-20 13:29:50.470 | packages:
- 2021-12-20 13:29:50.470 | - cryptsetup
- 2021-12-20 13:29:50.470 | - name: lvm
- 2021-12-20 13:29:50.470 | packages:
- 2021-12-20 13:29:50.470 | - lvm2
- 2021-12-20 13:29:50.470 | '
- 2021-12-20 13:29:50.471 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:8 : DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
- 2021-12-20 13:29:50.471 | - name: crypt
- 2021-12-20 13:29:50.471 | packages:
- 2021-12-20 13:29:50.471 | - cryptsetup
- 2021-12-20 13:29:50.471 | - name: lvm
- 2021-12-20 13:29:50.471 | packages:
- 2021-12-20 13:29:50.472 | - lvm2
- 2021-12-20 13:29:50.472 | '
- 2021-12-20 13:29:50.473 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:10 : DIB_DRACUT_ENABLED_MODULES='- name: crypt
- 2021-12-20 13:29:50.473 | packages:
- 2021-12-20 13:29:50.473 | - cryptsetup
- 2021-12-20 13:29:50.473 | - name: lvm
- 2021-12-20 13:29:50.473 | packages:
- 2021-12-20 13:29:50.473 | - lvm2
- 2021-12-20 13:29:50.473 | - name: mdraid
- 2021-12-20 13:29:50.473 | packages:
- 2021-12-20 13:29:50.473 | - mdadm'
- 2021-12-20 13:29:50.474 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:11 : export DIB_DRACUT_ENABLED_MODULES
- 2021-12-20 13:29:50.476 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:50.479 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:50.480 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:3 : [[ 7 == \7 ]]
- 2021-12-20 13:29:50.482 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : export YUM=yum
- 2021-12-20 13:29:50.483 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : YUM=yum
- 2021-12-20 13:29:50.484 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/14-manifests
- 2021-12-20 13:29:50.487 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/14-manifests
- 2021-12-20 13:29:50.488 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:50.490 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:50.491 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:50.493 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:50.495 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:50.498 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:50.499 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:5 : [[ ppc64 ppc64le ppc64el =~ amd64 ]]
- 2021-12-20 13:29:50.501 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:10 : export DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:50.502 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:10 : DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:50.503 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/50-devuser
- 2021-12-20 13:29:50.506 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/50-devuser
- 2021-12-20 13:29:50.507 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:50.509 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:50.510 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:50.512 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:50.513 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:50.515 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:50.516 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:50.518 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:50.519 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:50.521 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:50.522 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:50.525 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:50.526 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:50.528 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:50.529 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:2 : export DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:50.530 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:2 : DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:50.532 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:50.535 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:50.536 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:10 : '[' -z systemd ']'
- 2021-12-20 13:29:50.537 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:16 : case $DIB_INIT_SYSTEM in
- 2021-12-20 13:29:50.539 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image
- 2021-12-20 13:29:50.542 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:6 : set -eu
- 2021-12-20 13:29:50.543 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:7 : set -o pipefail
- 2021-12-20 13:29:50.544 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:9 : '[' -n amd64 ']'
- 2021-12-20 13:29:50.546 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:10 : '[' -n /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
- 2021-12-20 13:29:50.547 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:12 : [[ 7 = 7 ]]
- 2021-12-20 13:29:50.548 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:13 : [[ amd64 x86_64 =~ amd64 ]]
- 2021-12-20 13:29:50.549 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:14 : ARCH=x86_64
- 2021-12-20 13:29:50.551 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:15 : DIB_CLOUD_IMAGES=http://cloud.centos.org/centos/7/images
- 2021-12-20 13:29:50.552 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:45 : DIB_LOCAL_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.554 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:47 : '[' -n /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 ']'
- 2021-12-20 13:29:50.555 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:48 : IMAGE_LOCATION=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.556 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:51 : CACHED_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.558 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:52 : basename /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.559 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:52 : BASE_IMAGE_FILE=CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.561 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:53 : BASE_IMAGE_TAR=CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:50.562 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:71 : /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image CentOS-7-x86_64-GenericCloud-2111.qcow2 CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.565 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:9 : set -eu
- 2021-12-20 13:29:50.566 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:10 : set -o pipefail
- 2021-12-20 13:29:50.567 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:12 : BASE_IMAGE_FILE=CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.569 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:13 : BASE_IMAGE_TAR=CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:50.570 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:14 : IMAGE_LOCATION=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.571 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:15 : CACHED_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.572 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:17 : CACHED_TAR=/home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:50.574 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:18 : DIB_LOCAL_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2
- 2021-12-20 13:29:50.575 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:19 : TAR_LOCK=/home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz.lock
- 2021-12-20 13:29:50.577 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:123 : date
- 2021-12-20 13:29:50.579 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:123 : echo 'Getting /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz.lock: Mon Dec 20 14:29:50 CET 2021'
- 2021-12-20 13:29:50.579 | Getting /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz.lock: Mon Dec 20 14:29:50 CET 2021
- 2021-12-20 13:29:50.580 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:125 : flock -w 1200 9
- 2021-12-20 13:29:50.582 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:129 : extract_image
- 2021-12-20 13:29:50.583 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:22 : '[' -n '' -a -f /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz ']'
- 2021-12-20 13:29:50.585 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:25 : '[' -z /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 ']'
- 2021-12-20 13:29:50.586 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:42 : '[' '!' -f /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz -o /data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 -nt /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz ']'
- 2021-12-20 13:29:50.588 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:110 : echo 'Using cached tar from /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz'
- 2021-12-20 13:29:50.588 | Using cached tar from /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:50.589 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:118 : echo 'Extracting base root image from /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz'
- 2021-12-20 13:29:50.589 | Extracting base root image from /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:50.590 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:extract_image:119 : sudo tar -C /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt --numeric-owner --xattrs '--xattrs-include=*' --xattrs-exclude=security.selinux -xzf /home/holtgrem_c/.cache/image-create/CentOS-7-x86_64-GenericCloud-2111.qcow2.tgz
- 2021-12-20 13:29:54.799 | dib-run-parts 10-centos-cloud-image completed
- 2021-12-20 13:29:54.799 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache
- 2021-12-20 13:29:54.802 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:6 : set -eu
- 2021-12-20 13:29:54.803 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:7 : set -o pipefail
- 2021-12-20 13:29:54.805 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:9 : '[' -n /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
- 2021-12-20 13:29:54.806 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:11 : YUM_CACHE_DIR=/home/holtgrem_c/.cache/image-create/yum
- 2021-12-20 13:29:54.807 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:12 : mkdir -p /home/holtgrem_c/.cache/image-create/yum
- 2021-12-20 13:29:54.809 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:14 : sudo mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
- 2021-12-20 13:29:54.815 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:15 : sudo mount --bind /home/holtgrem_c/.cache/image-create/yum /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
- 2021-12-20 13:29:54.829 | dib-run-parts 50-yum-cache completed
- 2021-12-20 13:29:54.829 | dib-run-parts ----------------------- PROFILING -----------------------
- 2021-12-20 13:29:54.829 | dib-run-parts
- 2021-12-20 13:29:54.830 | dib-run-parts Target: root.d
- 2021-12-20 13:29:54.830 | dib-run-parts
- 2021-12-20 13:29:54.830 | dib-run-parts Script Seconds
- 2021-12-20 13:29:54.830 | dib-run-parts --------------------------------------- ----------
- 2021-12-20 13:29:54.830 | dib-run-parts
- 2021-12-20 13:29:54.836 | dib-run-parts 10-centos-cloud-image 4.259
- 2021-12-20 13:29:54.839 | dib-run-parts 50-yum-cache 0.029
- 2021-12-20 13:29:54.840 | dib-run-parts
- 2021-12-20 13:29:54.840 | dib-run-parts --------------------- END PROFILING ---------------------
- 2021-12-20 13:29:54.842 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-root bash
- 2021-12-20 13:29:54.844 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:29:54.844 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-root(,|$)' -q
- 2021-12-20 13:29:54.847 | ++ diskimage_builder/lib/common-functions:create_base:361 : ls /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:29:54.847 | ++ diskimage_builder/lib/common-functions:create_base:361 : grep -v '^lost+found\|tmp$'
- 2021-12-20 13:29:54.850 | + diskimage_builder/lib/common-functions:create_base:361 : '[' -z 'bin
- 2021-12-20 13:29:54.850 | boot
- 2021-12-20 13:29:54.850 | dev
- 2021-12-20 13:29:54.850 | etc
- 2021-12-20 13:29:54.850 | home
- 2021-12-20 13:29:54.850 | lib
- 2021-12-20 13:29:54.850 | lib64
- 2021-12-20 13:29:54.850 | media
- 2021-12-20 13:29:54.850 | mnt
- 2021-12-20 13:29:54.850 | opt
- 2021-12-20 13:29:54.850 | proc
- 2021-12-20 13:29:54.850 | root
- 2021-12-20 13:29:54.850 | run
- 2021-12-20 13:29:54.850 | sbin
- 2021-12-20 13:29:54.850 | srv
- 2021-12-20 13:29:54.850 | sys
- 2021-12-20 13:29:54.850 | usr
- 2021-12-20 13:29:54.850 | var' ']'
- 2021-12-20 13:29:54.852 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -L /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf ']'
- 2021-12-20 13:29:54.854 | + diskimage_builder/lib/common-functions:create_base:375 : '[' -f /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf ']'
- 2021-12-20 13:29:54.855 | + diskimage_builder/lib/common-functions:create_base:376 : sudo mv /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf.ORIG
- 2021-12-20 13:29:54.862 | + diskimage_builder/lib/common-functions:create_base:380 : sudo touch /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf
- 2021-12-20 13:29:54.868 | + diskimage_builder/lib/common-functions:create_base:381 : sudo chmod 777 /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/resolv.conf
- 2021-12-20 13:29:54.875 | + diskimage_builder/lib/common-functions:create_base:383 : '[' -e /etc/resolv.conf ']'
- 2021-12-20 13:29:54.877 | + diskimage_builder/lib/common-functions:create_base:384 : cat /etc/resolv.conf
- 2021-12-20 13:29:54.879 | + diskimage_builder/lib/common-functions:create_base:388 : mount_proc_dev_sys
- 2021-12-20 13:29:54.881 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:404 : sudo mount -t proc none /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
- 2021-12-20 13:29:54.890 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405 : sudo mount --bind /dev /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev
- 2021-12-20 13:29:54.900 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options
- 2021-12-20 13:29:54.902 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : findmnt --first-only /dev/pts --noheadings --output OPTIONS
- 2021-12-20 13:29:54.905 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:399 : echo '-o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000'
- 2021-12-20 13:29:54.907 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : sudo mount -t devpts -o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 devpts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
- 2021-12-20 13:29:54.915 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:414 : sudo mount -o ro -t sysfs none /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
- 2021-12-20 13:29:54.922 | + diskimage_builder/lib/disk-image-create:main:352 : mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d
- 2021-12-20 13:29:54.925 | + diskimage_builder/lib/disk-image-create:main:353 : echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}'
- 2021-12-20 13:29:54.927 | + diskimage_builder/lib/disk-image-create:main:354 : run_d extra-data
- 2021-12-20 13:29:54.929 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
- 2021-12-20 13:29:54.930 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:29:54.932 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-extra-data bash
- 2021-12-20 13:29:54.934 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-extra-data(,|$)' -q
- 2021-12-20 13:29:54.935 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:29:54.937 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d ']'
- 2021-12-20 13:29:54.939 | + diskimage_builder/lib/common-functions:run_d:249 : echo 'Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d'
- 2021-12-20 13:29:54.939 | Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d
- 2021-12-20 13:29:54.941 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']'
- 2021-12-20 13:29:54.942 | + diskimage_builder/lib/common-functions:run_d:256 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-run-parts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d
- 2021-12-20 13:29:54.951 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:54.955 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:54.956 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-base-defaults:source:1 : export DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:54.958 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-base-defaults:source:1 : DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:54.959 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:54.962 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:54.963 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:1 : export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:54.964 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:1 : DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:54.966 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:2 : export DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:54.967 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-bootloader-default-cmdline:source:2 : DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:54.969 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:54.971 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:54.973 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:1 : export DISTRO_NAME=centos
- 2021-12-20 13:29:54.974 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:1 : DISTRO_NAME=centos
- 2021-12-20 13:29:54.976 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:2 : export DIB_RELEASE=7
- 2021-12-20 13:29:54.977 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:2 : DIB_RELEASE=7
- 2021-12-20 13:29:54.979 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:3 : export EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:54.980 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-centos-distro-name.bash:source:3 : EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:54.982 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:54.984 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:54.986 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:8 : export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
- 2021-12-20 13:29:54.986 | - name: crypt
- 2021-12-20 13:29:54.986 | packages:
- 2021-12-20 13:29:54.986 | - cryptsetup
- 2021-12-20 13:29:54.986 | - name: lvm
- 2021-12-20 13:29:54.986 | packages:
- 2021-12-20 13:29:54.986 | - lvm2
- 2021-12-20 13:29:54.986 | '
- 2021-12-20 13:29:54.987 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:8 : DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
- 2021-12-20 13:29:54.987 | - name: crypt
- 2021-12-20 13:29:54.987 | packages:
- 2021-12-20 13:29:54.987 | - cryptsetup
- 2021-12-20 13:29:54.987 | - name: lvm
- 2021-12-20 13:29:54.987 | packages:
- 2021-12-20 13:29:54.987 | - lvm2
- 2021-12-20 13:29:54.987 | '
- 2021-12-20 13:29:54.989 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:10 : DIB_DRACUT_ENABLED_MODULES='- name: crypt
- 2021-12-20 13:29:54.989 | packages:
- 2021-12-20 13:29:54.989 | - cryptsetup
- 2021-12-20 13:29:54.989 | - name: lvm
- 2021-12-20 13:29:54.989 | packages:
- 2021-12-20 13:29:54.989 | - lvm2
- 2021-12-20 13:29:54.989 | - name: mdraid
- 2021-12-20 13:29:54.989 | packages:
- 2021-12-20 13:29:54.989 | - mdadm'
- 2021-12-20 13:29:54.990 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/10-dracut-regenerate:source:11 : export DIB_DRACUT_ENABLED_MODULES
- 2021-12-20 13:29:54.991 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:29:54.994 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:29:54.995 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:29:54.997 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:29:54.998 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:55.001 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:55.003 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:3 : [[ 7 == \7 ]]
- 2021-12-20 13:29:55.004 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : export YUM=yum
- 2021-12-20 13:29:55.005 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : YUM=yum
- 2021-12-20 13:29:55.007 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/14-manifests
- 2021-12-20 13:29:55.010 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/14-manifests
- 2021-12-20 13:29:55.011 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:55.012 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:55.014 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:55.015 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:55.017 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:55.020 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:55.021 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:5 : [[ ppc64 ppc64le ppc64el =~ amd64 ]]
- 2021-12-20 13:29:55.022 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:10 : export DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:55.024 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/15-block-device.bash:source:10 : DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:55.025 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/50-devuser
- 2021-12-20 13:29:55.028 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/50-devuser
- 2021-12-20 13:29:55.030 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:55.031 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:55.032 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:55.034 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:55.035 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:55.037 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:55.038 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:55.040 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:55.041 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:55.042 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:55.044 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:55.047 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:55.048 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:55.050 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:55.051 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:2 : export DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:55.053 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-redhat-common:source:2 : DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:55.054 | dib-run-parts Sourcing environment file /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:55.057 | + diskimage_builder/lib/dib-run-parts:source_environment:76 : source /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:55.059 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:10 : '[' -z systemd ']'
- 2021-12-20 13:29:55.060 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:16 : case $DIB_INIT_SYSTEM in
- 2021-12-20 13:29:55.063 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/10-create-pkg-map-dir
- 2021-12-20 13:29:55.070 | Copying pkg-map for source-repositories
- 2021-12-20 13:29:55.075 | Copying pkg-map for cloud-init
- 2021-12-20 13:29:55.080 | Copying pkg-map for bootloader
- 2021-12-20 13:29:55.084 | Copying pkg-map for base
- 2021-12-20 13:29:55.089 | Copying pkg-map for redhat-common
- 2021-12-20 13:29:55.094 | Copying pkg-map for dhcp-all-interfaces
- 2021-12-20 13:29:55.098 | Copying pkg-map for dracut-regenerate
- 2021-12-20 13:29:55.102 | Copying pkg-map for cache-url
- 2021-12-20 13:29:55.107 | Copying pkg-map for devuser
- 2021-12-20 13:29:55.112 | dib-run-parts 10-create-pkg-map-dir completed
- 2021-12-20 13:29:55.112 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir
- 2021-12-20 13:29:55.115 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir:main:21 : set -eu
- 2021-12-20 13:29:55.116 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir:main:22 : set -o pipefail
- 2021-12-20 13:29:55.118 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir:main:24 : sudo mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt//etc/dib-manifests
- 2021-12-20 13:29:55.123 | dib-run-parts 20-manifest-dir completed
- 2021-12-20 13:29:55.123 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser
- 2021-12-20 13:29:55.126 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:6 : set -eu
- 2021-12-20 13:29:55.127 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:7 : set -o pipefail
- 2021-12-20 13:29:55.128 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:9 : '[' -n '' ']'
- 2021-12-20 13:29:55.130 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:14 : for fmt in rsa dsa
- 2021-12-20 13:29:55.131 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:15 : '[' -f /home/holtgrem_c/.ssh/id_rsa.pub ']'
- 2021-12-20 13:29:55.132 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:16 : cat /home/holtgrem_c/.ssh/id_rsa.pub
- 2021-12-20 13:29:55.134 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:17 : break
- 2021-12-20 13:29:55.135 | dib-run-parts 50-devuser completed
- 2021-12-20 13:29:55.135 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-dracut-conf
- 2021-12-20 13:29:55.137 | Copying dracut config from /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau
- 2021-12-20 13:29:55.142 | dib-run-parts 50-dracut-conf completed
- 2021-12-20 13:29:55.142 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist
- 2021-12-20 13:29:55.145 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:6 : set -eu
- 2021-12-20 13:29:55.146 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:7 : set -o pipefail
- 2021-12-20 13:29:55.148 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:15 : '[' '!' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/modprobe.d ']'
- 2021-12-20 13:29:55.149 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:22 : get_image_element_array
- 2021-12-20 13:29:55.151 | ++ /home/holtgrem_c/SysAdmin/HPC/hq/dib/environment:get_image_element_array:0 : echo '[dracut-regenerate]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate [modprobe]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe [install-types]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types [bootloader]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader [vm]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm [rpm-distro]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro [base]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base [cloud-init-datasources]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources [package-installs]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs [install-bin]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin [pkg-map]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map [dhcp-all-interfaces]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces [disable-selinux]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux [select-boot-kernel-initrd]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd [redhat-common]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common [yum]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum [source-repositories]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories [cloud-init]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init [block-device-efi]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi [dib-init-system]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system [cache-url]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url [disable-nouveau]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau [sysprep]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep [manifests]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests [centos]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos [devuser]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser '
- 2021-12-20 13:29:55.152 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:22 : eval declare -A 'image_elements=([dracut-regenerate]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate' '[modprobe]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe' '[install-types]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types' '[bootloader]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader' '[vm]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm' '[rpm-distro]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro' '[base]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base' '[cloud-init-datasources]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources' '[package-installs]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs' '[install-bin]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin' '[pkg-map]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map' '[dhcp-all-interfaces]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces' '[disable-selinux]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux' '[select-boot-kernel-initrd]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd' '[redhat-common]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common' '[yum]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum' '[source-repositories]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories' '[cloud-init]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init' '[block-device-efi]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi' '[dib-init-system]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system' '[cache-url]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url' '[disable-nouveau]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau' '[sysprep]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep' '[manifests]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests' '[centos]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos' '[devuser]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser' ')'
- 2021-12-20 13:29:55.154 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:22 : image_elements=([dracut-regenerate]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate [modprobe]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe [install-types]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types [bootloader]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader [vm]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm [rpm-distro]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro [base]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base [cloud-init-datasources]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources [package-installs]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs [install-bin]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin [pkg-map]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map [dhcp-all-interfaces]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces [disable-selinux]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux [select-boot-kernel-initrd]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd [redhat-common]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common [yum]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum [source-repositories]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories [cloud-init]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init [block-device-efi]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi [dib-init-system]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system [cache-url]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url [disable-nouveau]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau [sysprep]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep [manifests]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests [centos]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos [devuser]=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser)
- 2021-12-20 13:29:55.155 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:22 : declare -A image_elements
- 2021-12-20 13:29:55.156 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.158 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=source-repositories
- 2021-12-20 13:29:55.159 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories
- 2021-12-20 13:29:55.160 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories/modprobe.d/ ']'
- 2021-12-20 13:29:55.161 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.163 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=modprobe
- 2021-12-20 13:29:55.164 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe
- 2021-12-20 13:29:55.165 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/modprobe/modprobe.d/ ']'
- 2021-12-20 13:29:55.166 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.168 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=rpm-distro
- 2021-12-20 13:29:55.169 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro
- 2021-12-20 13:29:55.170 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/rpm-distro/modprobe.d/ ']'
- 2021-12-20 13:29:55.172 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.173 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=select-boot-kernel-initrd
- 2021-12-20 13:29:55.174 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd
- 2021-12-20 13:29:55.176 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/select-boot-kernel-initrd/modprobe.d/ ']'
- 2021-12-20 13:29:55.177 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.178 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=cloud-init
- 2021-12-20 13:29:55.179 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init
- 2021-12-20 13:29:55.180 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init/modprobe.d/ ']'
- 2021-12-20 13:29:55.182 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.183 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=bootloader
- 2021-12-20 13:29:55.184 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader
- 2021-12-20 13:29:55.186 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/bootloader/modprobe.d/ ']'
- 2021-12-20 13:29:55.188 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.189 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=base
- 2021-12-20 13:29:55.191 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base
- 2021-12-20 13:29:55.192 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/base/modprobe.d/ ']'
- 2021-12-20 13:29:55.193 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.195 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=manifests
- 2021-12-20 13:29:55.196 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests
- 2021-12-20 13:29:55.198 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/manifests/modprobe.d/ ']'
- 2021-12-20 13:29:55.199 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.201 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=cloud-init-datasources
- 2021-12-20 13:29:55.202 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources
- 2021-12-20 13:29:55.203 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init-datasources/modprobe.d/ ']'
- 2021-12-20 13:29:55.205 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.206 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=vm
- 2021-12-20 13:29:55.207 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm
- 2021-12-20 13:29:55.209 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/vm/modprobe.d/ ']'
- 2021-12-20 13:29:55.210 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.212 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=package-installs
- 2021-12-20 13:29:55.213 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs
- 2021-12-20 13:29:55.215 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/package-installs/modprobe.d/ ']'
- 2021-12-20 13:29:55.216 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.217 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=install-types
- 2021-12-20 13:29:55.219 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types
- 2021-12-20 13:29:55.220 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-types/modprobe.d/ ']'
- 2021-12-20 13:29:55.222 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.223 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=redhat-common
- 2021-12-20 13:29:55.224 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common
- 2021-12-20 13:29:55.225 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/modprobe.d/ ']'
- 2021-12-20 13:29:55.227 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.228 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=disable-selinux
- 2021-12-20 13:29:55.230 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux
- 2021-12-20 13:29:55.231 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-selinux/modprobe.d/ ']'
- 2021-12-20 13:29:55.232 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.234 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=dhcp-all-interfaces
- 2021-12-20 13:29:55.235 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces
- 2021-12-20 13:29:55.236 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/modprobe.d/ ']'
- 2021-12-20 13:29:55.238 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.239 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=dracut-regenerate
- 2021-12-20 13:29:55.240 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate
- 2021-12-20 13:29:55.242 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate/modprobe.d/ ']'
- 2021-12-20 13:29:55.243 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.245 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=yum
- 2021-12-20 13:29:55.246 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum
- 2021-12-20 13:29:55.248 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/yum/modprobe.d/ ']'
- 2021-12-20 13:29:55.249 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.250 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=pkg-map
- 2021-12-20 13:29:55.251 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map
- 2021-12-20 13:29:55.253 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/pkg-map/modprobe.d/ ']'
- 2021-12-20 13:29:55.254 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.255 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=cache-url
- 2021-12-20 13:29:55.257 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url
- 2021-12-20 13:29:55.258 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url/modprobe.d/ ']'
- 2021-12-20 13:29:55.259 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.261 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=sysprep
- 2021-12-20 13:29:55.262 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep
- 2021-12-20 13:29:55.263 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/sysprep/modprobe.d/ ']'
- 2021-12-20 13:29:55.265 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.266 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=dib-init-system
- 2021-12-20 13:29:55.267 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system
- 2021-12-20 13:29:55.269 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dib-init-system/modprobe.d/ ']'
- 2021-12-20 13:29:55.270 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.271 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=disable-nouveau
- 2021-12-20 13:29:55.273 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau
- 2021-12-20 13:29:55.274 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau/modprobe.d/ ']'
- 2021-12-20 13:29:55.275 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:29 : sudo cp /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/disable-nouveau/modprobe.d/disable-nouveau.conf /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/etc/modprobe.d/
- 2021-12-20 13:29:55.282 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.283 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=install-bin
- 2021-12-20 13:29:55.285 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin
- 2021-12-20 13:29:55.286 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/install-bin/modprobe.d/ ']'
- 2021-12-20 13:29:55.288 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.289 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=centos
- 2021-12-20 13:29:55.290 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos
- 2021-12-20 13:29:55.291 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/centos/modprobe.d/ ']'
- 2021-12-20 13:29:55.293 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.294 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=block-device-efi
- 2021-12-20 13:29:55.295 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi
- 2021-12-20 13:29:55.297 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/block-device-efi/modprobe.d/ ']'
- 2021-12-20 13:29:55.298 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:24 : for i in "${!image_elements[@]}"
- 2021-12-20 13:29:55.299 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=devuser
- 2021-12-20 13:29:55.301 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:26 : element_dir=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser
- 2021-12-20 13:29:55.302 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:28 : '[' -d /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser/modprobe.d/ ']'
- 2021-12-20 13:29:55.303 | dib-run-parts 50-modprobe-blacklist completed
- 2021-12-20 13:29:55.303 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/98-source-repositories
- 2021-12-20 13:29:55.311 | dib-run-parts 98-source-repositories completed
- 2021-12-20 13:29:55.311 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-copy-dib-img-functions
- 2021-12-20 13:29:55.314 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-copy-dib-img-functions:main:7 : set -eu
- 2021-12-20 13:29:55.315 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-copy-dib-img-functions:main:8 : set -o pipefail
- 2021-12-20 13:29:55.316 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-copy-dib-img-functions:main:10 : sudo mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/lib/diskimage-builder
- 2021-12-20 13:29:55.322 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-copy-dib-img-functions:main:11 : sudo cp -t /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/lib/diskimage-builder /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/img-functions
- 2021-12-20 13:29:55.327 | dib-run-parts 99-copy-dib-img-functions completed
- 2021-12-20 13:29:55.327 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types
- 2021-12-20 13:29:55.330 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:19 : set -eu
- 2021-12-20 13:29:55.331 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:20 : set -o pipefail
- 2021-12-20 13:29:55.332 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:22 : declare -a SPECIFIED_ELEMS
- 2021-12-20 13:29:55.334 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:26 : SPECIFIED_ELEMS[0]=
- 2021-12-20 13:29:55.335 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:29 : PREFIX=DIB_INSTALLTYPE_
- 2021-12-20 13:29:55.336 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : env
- 2021-12-20 13:29:55.336 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : grep '^DIB_INSTALLTYPE_'
- 2021-12-20 13:29:55.336 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : cut -d= -f1
- 2021-12-20 13:29:55.339 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : echo ''
- 2021-12-20 13:29:55.340 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : INSTALL_TYPE_VARS=
- 2021-12-20 13:29:55.341 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:53 : find /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/install.d -maxdepth 1 -name '*-source-install' -type d
- 2021-12-20 13:29:55.343 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:53 : default_install_type_dirs=
- 2021-12-20 13:29:55.344 | dib-run-parts 99-enable-install-types completed
- 2021-12-20 13:29:55.344 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install
- 2021-12-20 13:29:55.347 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install:main:5 : set -eu
- 2021-12-20 13:29:55.348 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install:main:6 : set -o pipefail
- 2021-12-20 13:29:55.350 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install:main:8 : dirname /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install
- 2021-12-20 13:29:55.351 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-squash-package-install:main:8 : sudo -E /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash '--elements=dracut-regenerate modprobe install-types bootloader vm rpm-distro base cloud-init-datasources package-installs install-bin pkg-map dhcp-all-interfaces disable-selinux select-boot-kernel-initrd redhat-common yum source-repositories cloud-init block-device-efi dib-init-system cache-url disable-nouveau sysprep manifests centos devuser' --path=/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/package-installs.json
- 2021-12-20 13:29:55.395 | DEBUG __main__ [-] element_dirs -> [('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'dracut-regenerate'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'modprobe'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'install-types'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'bootloader'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'vm'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'rpm-distro'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'base'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'cloud-init-datasources'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'package-installs'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'install-bin'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'pkg-map'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'dhcp-all-interfaces'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'disable-selinux'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'select-boot-kernel-initrd'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'redhat-common'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'yum'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'source-repositories'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'cloud-init'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'block-device-efi'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'dib-init-system'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'cache-url'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'disable-nouveau'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'sysprep'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'manifests'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'centos'), ('/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements', 'devuser')] main /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:193
- 2021-12-20 13:29:55.395 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dracut-regenerate/package-installs.yaml
- 2021-12-20 13:29:55.396 | DEBUG __main__ [-] Considering dracut-regenerate/python3-PyYAML param:{'phase': 'pre-install.d'} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.396 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.396 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/dhcp-all-interfaces/package-installs.yaml
- 2021-12-20 13:29:55.396 | DEBUG __main__ [-] Considering dhcp-all-interfaces/dhcp-client param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.397 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.397 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ifupdown param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.397 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.397 | DEBUG __main__ [-] Considering dhcp-all-interfaces/ndisc6 param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.397 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.397 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/redhat-common/package-installs.yaml
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/lsof param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/tcpdump param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/traceroute param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/which param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/gettext param:{'phase': 'pre-install.d'} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/ca-certificates param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/selinux-policy param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/selinux-policy-targeted param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/python3-libselinux param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/python3-policycoreutils param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/policycoreutils-python-utils param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] Considering redhat-common/rng-tools param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.398 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.398 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/source-repositories/package-installs.yaml
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] Considering source-repositories/git param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.399 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cloud-init/package-installs.yaml
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] Considering cloud-init/cloud-init param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.399 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/cache-url/package-installs.yaml
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] Considering cache-url/curl param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.399 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.399 | INFO __main__ [-] Squashing install file: /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/elements/devuser/package-installs.yaml
- 2021-12-20 13:29:55.400 | DEBUG __main__ [-] Considering devuser/sudo param:{} collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:127
- 2021-12-20 13:29:55.400 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:165
- 2021-12-20 13:29:55.400 | DEBUG __main__ [-] final_dict -> defaultdict(..., {'pre-install.d': defaultdict(<class 'list'>, {'install': [('python3-PyYAML', 'dracut-regenerate'), ('gettext', 'redhat-common')]}), 'install.d': defaultdict(<class 'list'>, {'install': [('dhcp-client', 'dhcp-all-interfaces'), ('ifupdown', 'dhcp-all-interfaces'), ('ndisc6', 'dhcp-all-interfaces'), ('lsof', 'redhat-common'), ('tcpdump', 'redhat-common'), ('traceroute', 'redhat-common'), ('which', 'redhat-common'), ('ca-certificates', 'redhat-common'), ('selinux-policy', 'redhat-common'), ('selinux-policy-targeted', 'redhat-common'), ('python3-libselinux', 'redhat-common'), ('python3-policycoreutils', 'redhat-common'), ('policycoreutils-python-utils', 'redhat-common'), ('rng-tools', 'redhat-common'), ('git', 'source-repositories'), ('cloud-init', 'cloud-init'), ('curl', 'cache-url'), ('sudo', 'devuser')]})}) main /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/../bin/package-installs-squash:213
- 2021-12-20 13:29:55.406 | dib-run-parts 99-squash-package-install completed
- 2021-12-20 13:29:55.406 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf
- 2021-12-20 13:29:55.409 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:7 : set -eu
- 2021-12-20 13:29:55.410 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:8 : set -o pipefail
- 2021-12-20 13:29:55.411 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:11 : '[' -z '' ']'
- 2021-12-20 13:29:55.412 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:12 : echo 'DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in'
- 2021-12-20 13:29:55.412 | DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in
- 2021-12-20 13:29:55.414 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:13 : exit 0
- 2021-12-20 13:29:55.414 | dib-run-parts 99-yum-repo-conf completed
- 2021-12-20 13:29:55.415 | dib-run-parts ----------------------- PROFILING -----------------------
- 2021-12-20 13:29:55.415 | dib-run-parts
- 2021-12-20 13:29:55.415 | dib-run-parts Target: extra-data.d
- 2021-12-20 13:29:55.415 | dib-run-parts
- 2021-12-20 13:29:55.415 | dib-run-parts Script Seconds
- 2021-12-20 13:29:55.415 | dib-run-parts --------------------------------------- ----------
- 2021-12-20 13:29:55.415 | dib-run-parts
- 2021-12-20 13:29:55.420 | dib-run-parts 10-create-pkg-map-dir 0.049
- 2021-12-20 13:29:55.423 | dib-run-parts 20-manifest-dir 0.010
- 2021-12-20 13:29:55.426 | dib-run-parts 50-devuser 0.011
- 2021-12-20 13:29:55.429 | dib-run-parts 50-dracut-conf 0.007
- 2021-12-20 13:29:55.431 | dib-run-parts 50-modprobe-blacklist 0.160
- 2021-12-20 13:29:55.434 | dib-run-parts 98-source-repositories 0.007
- 2021-12-20 13:29:55.438 | dib-run-parts 99-copy-dib-img-functions 0.015
- 2021-12-20 13:29:55.441 | dib-run-parts 99-enable-install-types 0.017
- 2021-12-20 13:29:55.444 | dib-run-parts 99-squash-package-install 0.061
- 2021-12-20 13:29:55.447 | dib-run-parts 99-yum-repo-conf 0.008
- 2021-12-20 13:29:55.448 | dib-run-parts
- 2021-12-20 13:29:55.448 | dib-run-parts --------------------- END PROFILING ---------------------
- 2021-12-20 13:29:55.450 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-extra-data bash
- 2021-12-20 13:29:55.452 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:29:55.452 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-extra-data(,|$)' -q
- 2021-12-20 13:29:55.455 | + diskimage_builder/lib/disk-image-create:main:356 : run_d_in_target pre-install
- 2021-12-20 13:29:55.457 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
- 2021-12-20 13:29:55.459 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:29:55.461 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/pre-install.d ']'
- 2021-12-20 13:29:55.462 | + diskimage_builder/lib/img-functions:run_d_in_target:69 : sudo mkdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:29:55.469 | + diskimage_builder/lib/img-functions:run_d_in_target:74 : sudo cp /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-run-parts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks
- 2021-12-20 13:29:55.476 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount --bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:29:55.483 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : sudo mount -o remount,ro,bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:29:55.490 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : check_break before-pre-install run_in_target bash
- 2021-12-20 13:29:55.496 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:29:55.498 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-install(,|$)' -q
- 2021-12-20 13:29:55.501 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
- 2021-12-20 13:29:55.502 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
- 2021-12-20 13:29:55.504 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : trap 'check_break after-error run_in_target bash' ERR
- 2021-12-20 13:29:55.506 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d
- 2021-12-20 13:29:55.507 | + diskimage_builder/lib/img-functions:run_in_target:50 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d'
- 2021-12-20 13:29:55.509 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
- 2021-12-20 13:29:55.511 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
- 2021-12-20 13:29:55.512 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
- 2021-12-20 13:29:55.514 | + diskimage_builder/lib/img-functions:run_in_target:59 : sudo -E chroot /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/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'
- 2021-12-20 13:29:55.527 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:55.528 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults
- 2021-12-20 13:29:55.528 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:55.528 | ++ DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:29:55.528 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:55.529 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:29:55.529 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:55.529 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:29:55.529 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:55.529 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:29:55.529 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:55.530 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:29:55.530 | ++ export DISTRO_NAME=centos
- 2021-12-20 13:29:55.530 | ++ DISTRO_NAME=centos
- 2021-12-20 13:29:55.530 | ++ export DIB_RELEASE=7
- 2021-12-20 13:29:55.530 | ++ DIB_RELEASE=7
- 2021-12-20 13:29:55.530 | ++ export EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:55.530 | ++ EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:29:55.530 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:55.531 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:29:55.531 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
- 2021-12-20 13:29:55.531 | - name: crypt
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - cryptsetup
- 2021-12-20 13:29:55.531 | - name: lvm
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - lvm2
- 2021-12-20 13:29:55.531 | '
- 2021-12-20 13:29:55.531 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
- 2021-12-20 13:29:55.531 | - name: crypt
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - cryptsetup
- 2021-12-20 13:29:55.531 | - name: lvm
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - lvm2
- 2021-12-20 13:29:55.531 | '
- 2021-12-20 13:29:55.531 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - cryptsetup
- 2021-12-20 13:29:55.531 | - name: lvm
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - lvm2
- 2021-12-20 13:29:55.531 | - name: mdraid
- 2021-12-20 13:29:55.531 | packages:
- 2021-12-20 13:29:55.531 | - mdadm'
- 2021-12-20 13:29:55.531 | ++ export DIB_DRACUT_ENABLED_MODULES
- 2021-12-20 13:29:55.531 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:29:55.532 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:29:55.532 | ++ export DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:29:55.532 | ++ DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:29:55.533 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:55.534 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:29:55.534 | ++ [[ 7 == \7 ]]
- 2021-12-20 13:29:55.534 | ++ export YUM=yum
- 2021-12-20 13:29:55.534 | ++ YUM=yum
- 2021-12-20 13:29:55.534 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
- 2021-12-20 13:29:55.535 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
- 2021-12-20 13:29:55.535 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:55.535 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:29:55.535 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:55.535 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:29:55.535 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:55.536 | + source /tmp/in_target.d/pre-install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:29:55.536 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
- 2021-12-20 13:29:55.536 | ++ export DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:55.536 | ++ DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:29:55.536 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-devuser
- 2021-12-20 13:29:55.537 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-devuser
- 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_SHELL=
- 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:29:55.537 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:55.538 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common
- 2021-12-20 13:29:55.538 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:55.538 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:29:55.538 | ++ export DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:55.538 | ++ DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:29:55.538 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:55.539 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:29:55.539 | ++ '[' -z systemd ']'
- 2021-12-20 13:29:55.539 | ++ case $DIB_INIT_SYSTEM in
- 2021-12-20 13:29:55.539 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-01-yum-keepcache
- 2021-12-20 13:29:55.540 | + set -eu
- 2021-12-20 13:29:55.541 | + set -o pipefail
- 2021-12-20 13:29:55.541 | + [[ yum == \d\n\f ]]
- 2021-12-20 13:29:55.541 | + cfg=/etc/yum.conf
- 2021-12-20 13:29:55.541 | + sed -i s/keepcache=0/keepcache=1/ /etc/yum.conf
- 2021-12-20 13:29:55.541 | + sed -i 's/cachedir=\/var\/cache\/yum/cachedir=\/tmp\/yum/' /etc/yum.conf
- 2021-12-20 13:29:55.543 | dib-run-parts 00-01-yum-keepcache completed
- 2021-12-20 13:29:55.543 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-02-set-centos-mirror
- 2021-12-20 13:29:55.544 | + set -eu
- 2021-12-20 13:29:55.544 | + set -o pipefail
- 2021-12-20 13:29:55.544 | + DIB_DISTRIBUTION_MIRROR=
- 2021-12-20 13:29:55.544 | + '[' -n '' ']'
- 2021-12-20 13:29:55.544 | + exit 0
- 2021-12-20 13:29:55.544 | dib-run-parts 00-02-set-centos-mirror completed
- 2021-12-20 13:29:55.544 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-dnf-update
- 2021-12-20 13:29:55.546 | + set -eu
- 2021-12-20 13:29:55.546 | + set -o pipefail
- 2021-12-20 13:29:55.546 | + [[ centos == \f\e\d\o\r\a ]]
- 2021-12-20 13:29:55.546 | dib-run-parts 00-dnf-update completed
- 2021-12-20 13:29:55.546 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-fix-requiretty
- 2021-12-20 13:29:55.547 | + set -eu
- 2021-12-20 13:29:55.547 | + set -o pipefail
- 2021-12-20 13:29:55.547 | + sed -i -e '/^Defaults\s*requiretty/d' -e '/Disable "ssh hostname/d' /etc/sudoers
- 2021-12-20 13:29:55.548 | + sed -i -e '/You have to run/d' /etc/sudoers
- 2021-12-20 13:29:55.549 | + visudo -c
- 2021-12-20 13:29:55.550 | /etc/sudoers: parsed OK
- 2021-12-20 13:29:55.551 | dib-run-parts 00-fix-requiretty completed
- 2021-12-20 13:29:55.551 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-install-repo-package
- 2021-12-20 13:29:55.552 | + set -eu
- 2021-12-20 13:29:55.552 | + set -o pipefail
- 2021-12-20 13:29:55.552 | + '[' -n '' ']'
- 2021-12-20 13:29:55.552 | dib-run-parts 00-install-repo-package completed
- 2021-12-20 13:29:55.552 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path
- 2021-12-20 13:29:55.554 | + set -eu
- 2021-12-20 13:29:55.554 | + set -o pipefail
- 2021-12-20 13:29:55.554 | + sed -i -e '/secure_path/ s@\([\'\''"]\?\)$@:/usr/local/bin/\1@' /etc/sudoers
- 2021-12-20 13:29:55.554 | + visudo -c
- 2021-12-20 13:29:55.555 | /etc/sudoers: parsed OK
- 2021-12-20 13:29:55.556 | dib-run-parts 00-usr-local-bin-secure-path completed
- 2021-12-20 13:29:55.556 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-00-centos-python3
- 2021-12-20 13:29:55.557 | + set -eu
- 2021-12-20 13:29:55.557 | + set -o pipefail
- 2021-12-20 13:29:55.557 | + [[ centos =~ (centos|rhel) ]]
- 2021-12-20 13:29:55.557 | + [[ 7 == 7 ]]
- 2021-12-20 13:29:55.557 | + yum install -y python3
- 2021-12-20 13:29:55.665 | Loaded plugins: fastestmirror
- 2021-12-20 13:29:55.703 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:29:56.694 | * base: ftp.tu-chemnitz.de
- 2021-12-20 13:29:56.694 | * extras: mirror.23m.com
- 2021-12-20 13:29:56.694 | * updates: centos.mirrors.psw.services
- 2021-12-20 13:29:56.890 | Resolving Dependencies
- 2021-12-20 13:29:56.890 | --> Running transaction check
- 2021-12-20 13:29:56.890 | ---> Package python3.x86_64 0:3.6.8-18.el7 will be installed
- 2021-12-20 13:29:56.893 | --> Processing Dependency: python3-libs(x86-64) = 3.6.8-18.el7 for package: python3-3.6.8-18.el7.x86_64
- 2021-12-20 13:29:57.009 | --> Processing Dependency: python3-setuptools for package: python3-3.6.8-18.el7.x86_64
- 2021-12-20 13:29:57.010 | --> Processing Dependency: python3-pip for package: python3-3.6.8-18.el7.x86_64
- 2021-12-20 13:29:57.010 | --> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-18.el7.x86_64
- 2021-12-20 13:29:57.010 | --> Running transaction check
- 2021-12-20 13:29:57.011 | ---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be installed
- 2021-12-20 13:29:57.017 | ---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
- 2021-12-20 13:29:57.017 | ---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
- 2021-12-20 13:29:57.264 | --> Finished Dependency Resolution
- 2021-12-20 13:29:57.271 |
- 2021-12-20 13:29:57.271 | Dependencies Resolved
- 2021-12-20 13:29:57.292 |
- 2021-12-20 13:29:57.292 | ================================================================================
- 2021-12-20 13:29:57.292 | Package Arch Version Repository Size
- 2021-12-20 13:29:57.292 | ================================================================================
- 2021-12-20 13:29:57.292 | Installing:
- 2021-12-20 13:29:57.292 | python3 x86_64 3.6.8-18.el7 updates 70 k
- 2021-12-20 13:29:57.292 | Installing for dependencies:
- 2021-12-20 13:29:57.292 | python3-libs x86_64 3.6.8-18.el7 updates 6.9 M
- 2021-12-20 13:29:57.292 | python3-pip noarch 9.0.3-8.el7 base 1.6 M
- 2021-12-20 13:29:57.292 | python3-setuptools noarch 39.2.0-10.el7 base 629 k
- 2021-12-20 13:29:57.292 |
- 2021-12-20 13:29:57.292 | Transaction Summary
- 2021-12-20 13:29:57.292 | ================================================================================
- 2021-12-20 13:29:57.292 | Install 1 Package (+3 Dependent packages)
- 2021-12-20 13:29:57.292 |
- 2021-12-20 13:29:57.292 | Total size: 9.3 M
- 2021-12-20 13:29:57.292 | Installed size: 47 M
- 2021-12-20 13:29:57.292 | Downloading packages:
- 2021-12-20 13:29:57.295 | warning: /tmp/yum/x86_64/7/base/packages/python3-setuptools-39.2.0-10.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
- 2021-12-20 13:29:57.295 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
- 2021-12-20 13:29:57.298 | Importing GPG key 0xF4A80EB5:
- 2021-12-20 13:29:57.298 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
- 2021-12-20 13:29:57.298 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
- 2021-12-20 13:29:57.298 | Package : centos-release-7-9.2009.1.el7.centos.x86_64 (installed)
- 2021-12-20 13:29:57.298 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
- 2021-12-20 13:29:57.306 | Running transaction check
- 2021-12-20 13:29:57.315 | Running transaction test
- 2021-12-20 13:29:57.355 | Transaction test succeeded
- 2021-12-20 13:29:57.356 | Running transaction
- 2021-12-20 13:29:58.263 | Installing : python3-libs-3.6.8-18.el7.x86_64 1/4
- 2021-12-20 13:29:58.337 | Installing : python3-3.6.8-18.el7.x86_64 2/4
- 2021-12-20 13:29:58.530 | Installing : python3-setuptools-39.2.0-10.el7.noarch 3/4
- 2021-12-20 13:29:58.536 | Installing : python3-pip-9.0.3-8.el7.noarch 4/4
- 2021-12-20 13:29:58.538 | Verifying : python3-setuptools-39.2.0-10.el7.noarch 1/4
- 2021-12-20 13:29:58.540 | Verifying : python3-libs-3.6.8-18.el7.x86_64 2/4
- 2021-12-20 13:29:58.541 | Verifying : python3-3.6.8-18.el7.x86_64 3/4
- 2021-12-20 13:29:58.584 | Verifying : python3-pip-9.0.3-8.el7.noarch 4/4
- 2021-12-20 13:29:58.584 |
- 2021-12-20 13:29:58.584 | Installed:
- 2021-12-20 13:29:58.584 | python3.x86_64 0:3.6.8-18.el7
- 2021-12-20 13:29:58.584 |
- 2021-12-20 13:29:58.584 | Dependency Installed:
- 2021-12-20 13:29:58.584 | python3-libs.x86_64 0:3.6.8-18.el7 python3-pip.noarch 0:9.0.3-8.el7
- 2021-12-20 13:29:58.584 | python3-setuptools.noarch 0:39.2.0-10.el7
- 2021-12-20 13:29:58.584 |
- 2021-12-20 13:29:58.584 | Complete!
- 2021-12-20 13:29:58.603 | + yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- 2021-12-20 13:29:58.705 | Loaded plugins: fastestmirror
- 2021-12-20 13:29:59.820 | Examining /var/tmp/yum-root-JFK9Nh/epel-release-latest-7.noarch.rpm: epel-release-7-14.noarch
- 2021-12-20 13:29:59.820 | Marking /var/tmp/yum-root-JFK9Nh/epel-release-latest-7.noarch.rpm to be installed
- 2021-12-20 13:29:59.821 | Resolving Dependencies
- 2021-12-20 13:29:59.821 | --> Running transaction check
- 2021-12-20 13:29:59.821 | ---> Package epel-release.noarch 0:7-14 will be installed
- 2021-12-20 13:29:59.958 | --> Finished Dependency Resolution
- 2021-12-20 13:30:00.008 |
- 2021-12-20 13:30:00.008 | Dependencies Resolved
- 2021-12-20 13:30:00.008 |
- 2021-12-20 13:30:00.008 | ================================================================================
- 2021-12-20 13:30:00.008 | Package Arch Version Repository Size
- 2021-12-20 13:30:00.008 | ================================================================================
- 2021-12-20 13:30:00.008 | Installing:
- 2021-12-20 13:30:00.008 | epel-release noarch 7-14 /epel-release-latest-7.noarch 25 k
- 2021-12-20 13:30:00.008 |
- 2021-12-20 13:30:00.008 | Transaction Summary
- 2021-12-20 13:30:00.009 | ================================================================================
- 2021-12-20 13:30:00.009 | Install 1 Package
- 2021-12-20 13:30:00.009 |
- 2021-12-20 13:30:00.009 | Total size: 25 k
- 2021-12-20 13:30:00.009 | Installed size: 25 k
- 2021-12-20 13:30:00.009 | Downloading packages:
- 2021-12-20 13:30:00.010 | Running transaction check
- 2021-12-20 13:30:00.010 | Running transaction test
- 2021-12-20 13:30:00.011 | Transaction test succeeded
- 2021-12-20 13:30:00.011 | Running transaction
- 2021-12-20 13:30:00.022 | Installing : epel-release-7-14.noarch 1/1
- 2021-12-20 13:30:00.065 | Verifying : epel-release-7-14.noarch 1/1
- 2021-12-20 13:30:00.065 |
- 2021-12-20 13:30:00.065 | Installed:
- 2021-12-20 13:30:00.065 | epel-release.noarch 0:7-14
- 2021-12-20 13:30:00.065 |
- 2021-12-20 13:30:00.065 | Complete!
- 2021-12-20 13:30:00.077 | + yum install -y python36-PyYAML
- 2021-12-20 13:30:00.175 | Loaded plugins: fastestmirror
- 2021-12-20 13:30:00.213 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:04.894 | * base: mirror.netzwerge.de
- 2021-12-20 13:30:04.895 | * epel: mirror.netzwerge.de
- 2021-12-20 13:30:04.896 | * extras: mirror.23m.com
- 2021-12-20 13:30:04.896 | * updates: mirror.cuegee.com
- 2021-12-20 13:30:05.075 | Resolving Dependencies
- 2021-12-20 13:30:05.075 | --> Running transaction check
- 2021-12-20 13:30:05.075 | ---> Package python36-PyYAML.x86_64 0:3.13-1.el7 will be installed
- 2021-12-20 13:30:05.214 | --> Finished Dependency Resolution
- 2021-12-20 13:30:05.261 |
- 2021-12-20 13:30:05.261 | Dependencies Resolved
- 2021-12-20 13:30:05.262 |
- 2021-12-20 13:30:05.262 | ================================================================================
- 2021-12-20 13:30:05.262 | Package Arch Version Repository Size
- 2021-12-20 13:30:05.262 | ================================================================================
- 2021-12-20 13:30:05.262 | Installing:
- 2021-12-20 13:30:05.262 | python36-PyYAML x86_64 3.13-1.el7 epel 149 k
- 2021-12-20 13:30:05.262 |
- 2021-12-20 13:30:05.262 | Transaction Summary
- 2021-12-20 13:30:05.262 | ================================================================================
- 2021-12-20 13:30:05.262 | Install 1 Package
- 2021-12-20 13:30:05.262 |
- 2021-12-20 13:30:05.262 | Total size: 149 k
- 2021-12-20 13:30:05.262 | Installed size: 672 k
- 2021-12-20 13:30:05.262 | Downloading packages:
- 2021-12-20 13:30:05.263 | warning: /tmp/yum/x86_64/7/epel/packages/python36-PyYAML-3.13-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
- 2021-12-20 13:30:05.263 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
- 2021-12-20 13:30:05.266 | Importing GPG key 0x352C64E5:
- 2021-12-20 13:30:05.266 | Userid : "Fedora EPEL (7) <[email protected]>"
- 2021-12-20 13:30:05.266 | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
- 2021-12-20 13:30:05.266 | Package : epel-release-7-14.noarch (@/epel-release-latest-7.noarch)
- 2021-12-20 13:30:05.266 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
- 2021-12-20 13:30:05.269 | Running transaction check
- 2021-12-20 13:30:05.275 | Running transaction test
- 2021-12-20 13:30:05.282 | Transaction test succeeded
- 2021-12-20 13:30:05.283 | Running transaction
- 2021-12-20 13:30:05.319 | Installing : python36-PyYAML-3.13-1.el7.x86_64 1/1
- 2021-12-20 13:30:05.366 | Verifying : python36-PyYAML-3.13-1.el7.x86_64 1/1
- 2021-12-20 13:30:05.366 |
- 2021-12-20 13:30:05.366 | Installed:
- 2021-12-20 13:30:05.366 | python36-PyYAML.x86_64 0:3.13-1.el7
- 2021-12-20 13:30:05.366 |
- 2021-12-20 13:30:05.366 | Complete!
- 2021-12-20 13:30:05.380 | + yum remove -y epel-release
- 2021-12-20 13:30:05.481 | Loaded plugins: fastestmirror
- 2021-12-20 13:30:05.519 | Resolving Dependencies
- 2021-12-20 13:30:05.520 | --> Running transaction check
- 2021-12-20 13:30:05.520 | ---> Package epel-release.noarch 0:7-14 will be erased
- 2021-12-20 13:30:05.662 | --> Finished Dependency Resolution
- 2021-12-20 13:30:05.710 |
- 2021-12-20 13:30:05.710 | Dependencies Resolved
- 2021-12-20 13:30:05.711 |
- 2021-12-20 13:30:05.711 | ================================================================================
- 2021-12-20 13:30:05.711 | Package Arch Version Repository Size
- 2021-12-20 13:30:05.711 | ================================================================================
- 2021-12-20 13:30:05.711 | Removing:
- 2021-12-20 13:30:05.711 | epel-release noarch 7-14 @/epel-release-latest-7.noarch 25 k
- 2021-12-20 13:30:05.711 |
- 2021-12-20 13:30:05.711 | Transaction Summary
- 2021-12-20 13:30:05.711 | ================================================================================
- 2021-12-20 13:30:05.711 | Remove 1 Package
- 2021-12-20 13:30:05.711 |
- 2021-12-20 13:30:05.711 | Installed size: 25 k
- 2021-12-20 13:30:05.711 | Downloading packages:
- 2021-12-20 13:30:05.712 | Running transaction check
- 2021-12-20 13:30:05.712 | Running transaction test
- 2021-12-20 13:30:05.713 | Transaction test succeeded
- 2021-12-20 13:30:05.713 | Running transaction
- 2021-12-20 13:30:05.724 | Erasing : epel-release-7-14.noarch 1/1
- 2021-12-20 13:30:05.761 | Verifying : epel-release-7-14.noarch 1/1
- 2021-12-20 13:30:05.761 |
- 2021-12-20 13:30:05.761 | Removed:
- 2021-12-20 13:30:05.761 | epel-release.noarch 0:7-14
- 2021-12-20 13:30:05.761 |
- 2021-12-20 13:30:05.761 | Complete!
- 2021-12-20 13:30:05.773 | dib-run-parts 01-00-centos-python3 completed
- 2021-12-20 13:30:05.773 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin
- 2021-12-20 13:30:05.774 | + set -eu
- 2021-12-20 13:30:05.774 | + set -o pipefail
- 2021-12-20 13:30:05.775 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin
- 2021-12-20 13:30:05.775 | + 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 /usr/local/bin
- 2021-12-20 13:30:05.777 | dib-run-parts 01-install-bin completed
- 2021-12-20 13:30:05.777 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-module-configuration
- 2021-12-20 13:30:05.778 | + set -eu
- 2021-12-20 13:30:05.778 | + set -o pipefail
- 2021-12-20 13:30:05.778 | + export DIB_DNF_MODULE_STREAMS=
- 2021-12-20 13:30:05.778 | + DIB_DNF_MODULE_STREAMS=
- 2021-12-20 13:30:05.778 | + '[' yum == dnf ']'
- 2021-12-20 13:30:05.779 | dib-run-parts 01-module-configuration completed
- 2021-12-20 13:30:05.779 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-override-yum-arch
- 2021-12-20 13:30:05.780 | + set -eu
- 2021-12-20 13:30:05.780 | + set -o pipefail
- 2021-12-20 13:30:05.780 | + '[' i386 = amd64 ']'
- 2021-12-20 13:30:05.780 | + [[ amd64 x86_64 =~ amd64 ]]
- 2021-12-20 13:30:05.780 | + basearch=x86_64
- 2021-12-20 13:30:05.780 | + arch=x86_64
- 2021-12-20 13:30:05.780 | + [[ yum == \d\n\f ]]
- 2021-12-20 13:30:05.780 | + echo x86_64
- 2021-12-20 13:30:05.780 | + echo x86_64
- 2021-12-20 13:30:05.780 | + [[ centos =~ centos ]]
- 2021-12-20 13:30:05.780 | + [[ x86_64 == \x\8\6\_\6\4 ]]
- 2021-12-20 13:30:05.780 | + contentdir=centos
- 2021-12-20 13:30:05.780 | + echo centos
- 2021-12-20 13:30:05.781 | dib-run-parts 01-override-yum-arch completed
- 2021-12-20 13:30:05.781 | dib-run-parts Running /tmp/in_target.d/pre-install.d/02-set-machine-id
- 2021-12-20 13:30:05.782 | + set -eu
- 2021-12-20 13:30:05.782 | + set -o pipefail
- 2021-12-20 13:30:05.782 | + systemd-machine-id-setup
- 2021-12-20 13:30:05.783 | dib-run-parts 02-set-machine-id completed
- 2021-12-20 13:30:05.783 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools
- 2021-12-20 13:30:05.785 | + set -eu
- 2021-12-20 13:30:05.785 | + set -o pipefail
- 2021-12-20 13:30:05.785 | + case $DISTRO_NAME in
- 2021-12-20 13:30:05.785 | dib-run-parts 03-baseline-tools completed
- 2021-12-20 13:30:05.785 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system
- 2021-12-20 13:30:05.786 | + set -eu
- 2021-12-20 13:30:05.786 | + set -o pipefail
- 2021-12-20 13:30:05.786 | + FILE=/usr/local/bin/dib-init-system
- 2021-12-20 13:30:05.786 | + cat
- 2021-12-20 13:30:05.787 | + chown root:root /usr/local/bin/dib-init-system
- 2021-12-20 13:30:05.788 | + chmod 775 /usr/local/bin/dib-init-system
- 2021-12-20 13:30:05.789 | dib-run-parts 04-dib-init-system completed
- 2021-12-20 13:30:05.789 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs
- 2021-12-20 13:30:05.790 | + set -eu
- 2021-12-20 13:30:05.790 | + set -o pipefail
- 2021-12-20 13:30:05.790 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs
- 2021-12-20 13:30:05.791 | + package-installs -d /tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:05.791 | + set -eu
- 2021-12-20 13:30:05.792 | + set -o pipefail
- 2021-12-20 13:30:05.792 | ++ basename /usr/local/bin/package-installs
- 2021-12-20 13:30:05.792 | + SCRIPTNAME=package-installs
- 2021-12-20 13:30:05.792 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:05.793 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
- 2021-12-20 13:30:05.793 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:05.793 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
- 2021-12-20 13:30:05.793 | ++ set -- -d /tmp/in_target.d/pre-install.d --
- 2021-12-20 13:30:05.793 | + WORKDIR=
- 2021-12-20 13:30:05.793 | + true
- 2021-12-20 13:30:05.793 | + case "$1" in
- 2021-12-20 13:30:05.793 | + WORKDIR=/tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:05.793 | + shift 2
- 2021-12-20 13:30:05.793 | + true
- 2021-12-20 13:30:05.793 | + case "$1" in
- 2021-12-20 13:30:05.793 | + shift
- 2021-12-20 13:30:05.793 | + break
- 2021-12-20 13:30:05.793 | + '[' -z /tmp/in_target.d/pre-install.d ']'
- 2021-12-20 13:30:05.793 | + PACKAGES=
- 2021-12-20 13:30:05.793 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:05.794 | + '[' -n '' ']'
- 2021-12-20 13:30:05.794 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json
- 2021-12-20 13:30:06.228 | Map install for dracut-regenerate: python3-PyYAML
- 2021-12-20 13:30:06.228 | Map install for redhat-common: gettext
- 2021-12-20 13:30:06.228 | Running command: ['install-packages', 'python3-PyYAML', 'gettext']
- 2021-12-20 13:30:06.228 | > Running install-packages install.
- 2021-12-20 13:30:06.228 | > + yum -v -y install python3-PyYAML gettext
- 2021-12-20 13:30:06.228 | > Loading "fastestmirror" plugin
- 2021-12-20 13:30:06.228 | > Config time: 0.004
- 2021-12-20 13:30:06.228 | > Yum version: 3.4.3
- 2021-12-20 13:30:06.228 | > rpmdb time: 0.000
- 2021-12-20 13:30:06.228 | > Setting up Package Sacks
- 2021-12-20 13:30:06.228 | > Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:06.228 | > * base: mirror.netzwerge.de
- 2021-12-20 13:30:06.228 | > * extras: mirror.23m.com
- 2021-12-20 13:30:06.228 | > * updates: mirror.cuegee.com
- 2021-12-20 13:30:06.228 | > pkgsack time: 0.030
- 2021-12-20 13:30:06.228 | > Checking for virtual provide or file-provide for python3-PyYAML
- 2021-12-20 13:30:06.228 | > Checking for installed virtual provide or file-provide for python3-PyYAML
- 2021-12-20 13:30:06.228 | > Obs Init time: 0.071
- 2021-12-20 13:30:06.228 | > Package gettext-0.19.8.1-3.el7.x86_64 already installed and latest version
- 2021-12-20 13:30:06.228 | > Nothing to do
- 2021-12-20 13:30:06.228 | > + '[' install == install ']'
- 2021-12-20 13:30:06.228 | > + '[' yum == dnf ']'
- 2021-12-20 13:30:06.228 | returncode: 0
- 2021-12-20 13:30:06.233 | dib-run-parts 10-package-installs completed
- 2021-12-20 13:30:06.233 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls
- 2021-12-20 13:30:06.235 | + set -eu
- 2021-12-20 13:30:06.235 | + set -o pipefail
- 2021-12-20 13:30:06.235 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls
- 2021-12-20 13:30:06.235 | + package-uninstalls -d /tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:06.236 | + set -eu
- 2021-12-20 13:30:06.236 | + set -o pipefail
- 2021-12-20 13:30:06.236 | ++ basename /usr/local/bin/package-uninstalls
- 2021-12-20 13:30:06.237 | + SCRIPTNAME=package-uninstalls
- 2021-12-20 13:30:06.237 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:06.237 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
- 2021-12-20 13:30:06.237 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:06.237 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
- 2021-12-20 13:30:06.237 | ++ set -- -d /tmp/in_target.d/pre-install.d --
- 2021-12-20 13:30:06.237 | + WORKDIR=
- 2021-12-20 13:30:06.237 | + true
- 2021-12-20 13:30:06.237 | + case "$1" in
- 2021-12-20 13:30:06.237 | + WORKDIR=/tmp/in_target.d/pre-install.d
- 2021-12-20 13:30:06.237 | + shift 2
- 2021-12-20 13:30:06.237 | + true
- 2021-12-20 13:30:06.237 | + case "$1" in
- 2021-12-20 13:30:06.237 | + shift
- 2021-12-20 13:30:06.237 | + break
- 2021-12-20 13:30:06.237 | + '[' -z /tmp/in_target.d/pre-install.d ']'
- 2021-12-20 13:30:06.237 | + PACKAGES=
- 2021-12-20 13:30:06.238 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:06.238 | + install-packages -e
- 2021-12-20 13:30:06.242 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json
- 2021-12-20 13:30:06.270 | Nothing to uninstall
- 2021-12-20 13:30:06.273 | dib-run-parts 99-package-uninstalls completed
- 2021-12-20 13:30:06.273 | dib-run-parts ----------------------- PROFILING -----------------------
- 2021-12-20 13:30:06.273 | dib-run-parts
- 2021-12-20 13:30:06.274 | dib-run-parts Target: pre-install.d
- 2021-12-20 13:30:06.274 | dib-run-parts
- 2021-12-20 13:30:06.274 | dib-run-parts Script Seconds
- 2021-12-20 13:30:06.274 | dib-run-parts --------------------------------------- ----------
- 2021-12-20 13:30:06.274 | dib-run-parts
- 2021-12-20 13:30:06.278 | dib-run-parts 00-01-yum-keepcache 0.003
- 2021-12-20 13:30:06.280 | dib-run-parts 00-02-set-centos-mirror 0.001
- 2021-12-20 13:30:06.282 | dib-run-parts 00-dnf-update 0.001
- 2021-12-20 13:30:06.285 | dib-run-parts 00-fix-requiretty 0.004
- 2021-12-20 13:30:06.287 | dib-run-parts 00-install-repo-package 0.001
- 2021-12-20 13:30:06.289 | dib-run-parts 00-usr-local-bin-secure-path 0.003
- 2021-12-20 13:30:06.291 | dib-run-parts 01-00-centos-python3 10.217
- 2021-12-20 13:30:06.293 | dib-run-parts 01-install-bin 0.003
- 2021-12-20 13:30:06.296 | dib-run-parts 01-module-configuration 0.001
- 2021-12-20 13:30:06.298 | dib-run-parts 01-override-yum-arch 0.002
- 2021-12-20 13:30:06.300 | dib-run-parts 02-set-machine-id 0.002
- 2021-12-20 13:30:06.302 | dib-run-parts 03-baseline-tools 0.001
- 2021-12-20 13:30:06.304 | dib-run-parts 04-dib-init-system 0.003
- 2021-12-20 13:30:06.306 | dib-run-parts 10-package-installs 0.444
- 2021-12-20 13:30:06.308 | dib-run-parts 99-package-uninstalls 0.039
- 2021-12-20 13:30:06.309 | dib-run-parts
- 2021-12-20 13:30:06.309 | dib-run-parts --------------------- END PROFILING ---------------------
- 2021-12-20 13:30:06.312 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
- 2021-12-20 13:30:06.314 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
- 2021-12-20 13:30:06.316 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
- 2021-12-20 13:30:06.318 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : check_break after-pre-install run_in_target bash
- 2021-12-20 13:30:06.320 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-install(,|$)' -q
- 2021-12-20 13:30:06.320 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:06.323 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : sudo umount -f /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:06.332 | + diskimage_builder/lib/img-functions:run_d_in_target:88 : timeout 10 sh -c ' while ! sudo rmdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d; do sleep 1; done'
- 2021-12-20 13:30:06.340 | + diskimage_builder/lib/disk-image-create:main:358 : run_d_in_target install
- 2021-12-20 13:30:06.341 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
- 2021-12-20 13:30:06.343 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:30:06.345 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/install.d ']'
- 2021-12-20 13:30:06.346 | + diskimage_builder/lib/img-functions:run_d_in_target:69 : sudo mkdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:06.353 | + diskimage_builder/lib/img-functions:run_d_in_target:74 : sudo cp /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-run-parts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks
- 2021-12-20 13:30:06.359 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount --bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:06.367 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : sudo mount -o remount,ro,bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:06.377 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : check_break before-install run_in_target bash
- 2021-12-20 13:30:06.379 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-install(,|$)' -q
- 2021-12-20 13:30:06.379 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:06.382 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
- 2021-12-20 13:30:06.383 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
- 2021-12-20 13:30:06.385 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : trap 'check_break after-error run_in_target bash' ERR
- 2021-12-20 13:30:06.387 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d
- 2021-12-20 13:30:06.388 | + diskimage_builder/lib/img-functions:run_in_target:50 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d'
- 2021-12-20 13:30:06.390 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
- 2021-12-20 13:30:06.392 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
- 2021-12-20 13:30:06.394 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
- 2021-12-20 13:30:06.396 | + diskimage_builder/lib/img-functions:run_in_target:59 : sudo -E chroot /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/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'
- 2021-12-20 13:30:06.404 | dib-run-parts Ignoring non-executable files: [email protected] dhcp-all-interfaces.conf dhcp-all-interfaces-udev.rules NetworkManager-conf.d-00-main.conf
- 2021-12-20 13:30:06.406 | dib-run-parts Ignoring non-conforming filenames: dhcp-all-interfaces.sh dhcp-all-interfaces.init
- 2021-12-20 13:30:06.408 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults
- 2021-12-20 13:30:06.409 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults
- 2021-12-20 13:30:06.409 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:30:06.409 | ++ DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:30:06.409 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:30:06.410 | + source /tmp/in_target.d/install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:30:06.410 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:30:06.410 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:30:06.410 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:30:06.410 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:30:06.410 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:30:06.411 | + source /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:30:06.411 | ++ export DISTRO_NAME=centos
- 2021-12-20 13:30:06.411 | ++ DISTRO_NAME=centos
- 2021-12-20 13:30:06.411 | ++ export DIB_RELEASE=7
- 2021-12-20 13:30:06.411 | ++ DIB_RELEASE=7
- 2021-12-20 13:30:06.411 | ++ export EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:30:06.411 | ++ EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:30:06.411 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:30:06.412 | + source /tmp/in_target.d/install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:30:06.412 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
- 2021-12-20 13:30:06.412 | - name: crypt
- 2021-12-20 13:30:06.412 | packages:
- 2021-12-20 13:30:06.412 | - cryptsetup
- 2021-12-20 13:30:06.412 | - name: lvm
- 2021-12-20 13:30:06.412 | packages:
- 2021-12-20 13:30:06.412 | - lvm2
- 2021-12-20 13:30:06.412 | '
- 2021-12-20 13:30:06.412 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
- 2021-12-20 13:30:06.412 | - name: crypt
- 2021-12-20 13:30:06.413 | packages:
- 2021-12-20 13:30:06.413 | - cryptsetup
- 2021-12-20 13:30:06.413 | - name: lvm
- 2021-12-20 13:30:06.413 | packages:
- 2021-12-20 13:30:06.413 | - lvm2
- 2021-12-20 13:30:06.413 | '
- 2021-12-20 13:30:06.413 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
- 2021-12-20 13:30:06.413 | packages:
- 2021-12-20 13:30:06.413 | - cryptsetup
- 2021-12-20 13:30:06.413 | - name: lvm
- 2021-12-20 13:30:06.413 | packages:
- 2021-12-20 13:30:06.413 | - lvm2
- 2021-12-20 13:30:06.413 | - name: mdraid
- 2021-12-20 13:30:06.413 | packages:
- 2021-12-20 13:30:06.413 | - mdadm'
- 2021-12-20 13:30:06.413 | ++ export DIB_DRACUT_ENABLED_MODULES
- 2021-12-20 13:30:06.413 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:30:06.414 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:30:06.414 | ++ export DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:30:06.414 | ++ DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:30:06.414 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:30:06.415 | + source /tmp/in_target.d/install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:30:06.415 | ++ [[ 7 == \7 ]]
- 2021-12-20 13:30:06.415 | ++ export YUM=yum
- 2021-12-20 13:30:06.415 | ++ YUM=yum
- 2021-12-20 13:30:06.415 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests
- 2021-12-20 13:30:06.416 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests
- 2021-12-20 13:30:06.416 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:30:06.416 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:30:06.416 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:30:06.416 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:30:06.416 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:30:06.417 | + source /tmp/in_target.d/install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:30:06.417 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
- 2021-12-20 13:30:06.417 | ++ export DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:30:06.417 | ++ DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:30:06.417 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-devuser
- 2021-12-20 13:30:06.418 | + source /tmp/in_target.d/install.d/../environment.d/50-devuser
- 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_SHELL=
- 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_SHELL=
- 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:30:06.418 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common
- 2021-12-20 13:30:06.419 | + source /tmp/in_target.d/install.d/../environment.d/50-redhat-common
- 2021-12-20 13:30:06.419 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:30:06.419 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:30:06.419 | ++ export DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:30:06.419 | ++ DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:30:06.419 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:30:06.420 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:30:06.420 | ++ '[' -z systemd ']'
- 2021-12-20 13:30:06.420 | ++ case $DIB_INIT_SYSTEM in
- 2021-12-20 13:30:06.421 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment
- 2021-12-20 13:30:06.422 | + set -eu
- 2021-12-20 13:30:06.422 | + set -o pipefail
- 2021-12-20 13:30:06.422 | + install-packages -m base iscsi_package
- 2021-12-20 13:30:06.457 | INFO:root:Mapping for base : iscsi_package
- 2021-12-20 13:30:06.489 | INFO:root:Mapping for base : iscsi_package
- 2021-12-20 13:30:06.492 | Running install-packages install.
- 2021-12-20 13:30:06.493 | + yum -v -y install iscsi-initiator-utils
- 2021-12-20 13:30:06.589 | Loading "fastestmirror" plugin
- 2021-12-20 13:30:06.590 | Config time: 0.004
- 2021-12-20 13:30:06.591 | Yum version: 3.4.3
- 2021-12-20 13:30:06.624 | rpmdb time: 0.000
- 2021-12-20 13:30:06.624 | Setting up Package Sacks
- 2021-12-20 13:30:06.625 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:06.649 | * base: mirror.netzwerge.de
- 2021-12-20 13:30:06.649 | * extras: mirror.23m.com
- 2021-12-20 13:30:06.650 | * updates: mirror.cuegee.com
- 2021-12-20 13:30:06.655 | pkgsack time: 0.030
- 2021-12-20 13:30:06.759 | Obs Init time: 0.072
- 2021-12-20 13:30:06.761 | Resolving Dependencies
- 2021-12-20 13:30:06.762 | --> Running transaction check
- 2021-12-20 13:30:06.762 | ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 will be installed
- 2021-12-20 13:30:06.762 | Checking deps for iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.762 | looking for ('python(abi)', 'EQ', ('0', '2.7', None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.763 | looking for ('iscsi-initiator-utils-iscsiuio', 'GE', ('0', '6.2.0.874', '22.el7_9')) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.763 | looking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.764 | looking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.764 | looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.766 | looking for ('libsystemd.so.0(LIBSYSTEMD_209)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.766 | looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.767 | looking for ('libmount.so.1(MOUNT_2.22)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.767 | looking for ('libmount.so.1(MOUNT_2.19)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.767 | looking for ('libkmod.so.2(LIBKMOD_5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.768 | looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.768 | looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.768 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.769 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.769 | looking for ('/bin/bash', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.769 | looking for ('libsystemd.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.769 | looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.769 | looking for ('libpython2.7.so.1.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.770 | looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.771 | looking for ('libmount.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.771 | looking for ('libkmod.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.771 | looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.771 | iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 requires: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-22.el7_9
- 2021-12-20 13:30:06.771 | --> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-22.el7_9 for package: iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64
- 2021-12-20 13:30:06.771 | Searching pkgSack for dep: iscsi-initiator-utils-iscsiuio
- 2021-12-20 13:30:06.772 | Building updates object
- 2021-12-20 13:30:06.842 | up:simple updates time: 0.002
- 2021-12-20 13:30:06.843 | up:obs time: 0.001
- 2021-12-20 13:30:06.844 | up:condense time: 0.000
- 2021-12-20 13:30:06.844 | updates time: 0.071
- 2021-12-20 13:30:06.845 | TSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 as install for iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64
- 2021-12-20 13:30:06.845 | --> Running transaction check
- 2021-12-20 13:30:06.845 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 will be installed
- 2021-12-20 13:30:06.845 | Checking deps for iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('iscsi-initiator-utils', 'EQ', ('0', '6.2.0.874', '22.el7_9')) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('libsystemd.so.0(LIBSYSTEMD_209)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.846 | looking for ('libgcc_s.so.1(GCC_3.3.1)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libgcc_s.so.1(GCC_3.0)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libsystemd.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libgcc_s.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.847 | looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:06.977 | --> Finished Dependency Resolution
- 2021-12-20 13:30:06.977 | Dependency Process ending
- 2021-12-20 13:30:07.029 | Depsolve time: 0.268
- 2021-12-20 13:30:07.029 |
- 2021-12-20 13:30:07.029 | Dependencies Resolved
- 2021-12-20 13:30:07.031 |
- 2021-12-20 13:30:07.031 | ================================================================================
- 2021-12-20 13:30:07.031 | Package Arch Version Repository
- 2021-12-20 13:30:07.031 | Size
- 2021-12-20 13:30:07.031 | ================================================================================
- 2021-12-20 13:30:07.031 | Installing:
- 2021-12-20 13:30:07.031 | iscsi-initiator-utils x86_64 6.2.0.874-22.el7_9 updates 423 k
- 2021-12-20 13:30:07.031 | Installing for dependencies:
- 2021-12-20 13:30:07.031 | iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-22.el7_9 updates 94 k
- 2021-12-20 13:30:07.031 |
- 2021-12-20 13:30:07.031 | Transaction Summary
- 2021-12-20 13:30:07.031 | ================================================================================
- 2021-12-20 13:30:07.031 | Install 1 Package (+1 Dependent package)
- 2021-12-20 13:30:07.031 |
- 2021-12-20 13:30:07.031 | Total size: 517 k
- 2021-12-20 13:30:07.031 | Installed size: 2.5 M
- 2021-12-20 13:30:07.031 | Downloading packages:
- 2021-12-20 13:30:07.032 | using local copy of iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64
- 2021-12-20 13:30:07.032 | using local copy of iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64
- 2021-12-20 13:30:07.033 | Member: iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:07.034 | Adding Package iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 in mode u
- 2021-12-20 13:30:07.034 | Member: iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
- 2021-12-20 13:30:07.034 | Adding Package iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 in mode u
- 2021-12-20 13:30:07.034 | Running transaction check
- 2021-12-20 13:30:07.044 | Transaction check time: 0.010
- 2021-12-20 13:30:07.044 | Running transaction test
- 2021-12-20 13:30:07.060 | Transaction test succeeded
- 2021-12-20 13:30:07.060 | Transaction test time: 0.017
- 2021-12-20 13:30:07.061 | Running transaction
- 2021-12-20 13:30:07.147 | Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 1/2
- 2021-12-20 13:30:07.167 | Installing : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 2/2
- 2021-12-20 13:30:07.169 | Verifying : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 1/2
- 2021-12-20 13:30:07.214 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 2/2
- 2021-12-20 13:30:07.214 | VerifyTransaction time: 0.047
- 2021-12-20 13:30:07.214 | Transaction time: 0.153
- 2021-12-20 13:30:07.214 |
- 2021-12-20 13:30:07.214 | Installed:
- 2021-12-20 13:30:07.214 | iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9
- 2021-12-20 13:30:07.214 |
- 2021-12-20 13:30:07.214 | Dependency Installed:
- 2021-12-20 13:30:07.214 | iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9
- 2021-12-20 13:30:07.214 |
- 2021-12-20 13:30:07.214 | Complete!
- 2021-12-20 13:30:07.238 | + '[' install == install ']'
- 2021-12-20 13:30:07.238 | + '[' yum == dnf ']'
- 2021-12-20 13:30:07.239 | dib-run-parts 00-baseline-environment completed
- 2021-12-20 13:30:07.239 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date
- 2021-12-20 13:30:07.241 | + set -eu
- 2021-12-20 13:30:07.241 | + set -o pipefail
- 2021-12-20 13:30:07.241 | + '[' 0 -eq 0 ']'
- 2021-12-20 13:30:07.241 | + install-packages -u
- 2021-12-20 13:30:07.341 | Loaded plugins: fastestmirror
- 2021-12-20 13:30:07.377 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:07.402 | * base: mirror.netzwerge.de
- 2021-12-20 13:30:07.402 | * extras: mirror.23m.com
- 2021-12-20 13:30:07.402 | * updates: mirror.cuegee.com
- 2021-12-20 13:30:07.607 | Resolving Dependencies
- 2021-12-20 13:30:07.608 | --> Running transaction check
- 2021-12-20 13:30:07.608 | ---> Package bash.x86_64 0:4.2.46-34.el7 will be updated
- 2021-12-20 13:30:07.722 | ---> Package bash.x86_64 0:4.2.46-35.el7_9 will be an update
- 2021-12-20 13:30:07.724 | ---> Package bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.7 will be updated
- 2021-12-20 13:30:07.724 | ---> Package bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.8 will be an update
- 2021-12-20 13:30:07.727 | ---> Package kbd.x86_64 0:1.15.5-15.el7 will be updated
- 2021-12-20 13:30:07.728 | ---> Package kbd.x86_64 0:1.15.5-16.el7_9 will be an update
- 2021-12-20 13:30:07.730 | ---> Package kbd-legacy.noarch 0:1.15.5-15.el7 will be updated
- 2021-12-20 13:30:07.730 | ---> Package kbd-legacy.noarch 0:1.15.5-16.el7_9 will be an update
- 2021-12-20 13:30:07.730 | ---> Package kbd-misc.noarch 0:1.15.5-15.el7 will be updated
- 2021-12-20 13:30:07.730 | ---> Package kbd-misc.noarch 0:1.15.5-16.el7_9 will be an update
- 2021-12-20 13:30:07.730 | ---> Package kernel.x86_64 0:3.10.0-1160.49.1.el7 will be installed
- 2021-12-20 13:30:07.740 | --> Processing Dependency: linux-firmware >= 20190429-72 for package: kernel-3.10.0-1160.49.1.el7.x86_64
- 2021-12-20 13:30:07.743 | ---> Package kernel-tools.x86_64 0:3.10.0-1160.45.1.el7 will be updated
- 2021-12-20 13:30:07.758 | ---> Package kernel-tools.x86_64 0:3.10.0-1160.49.1.el7 will be an update
- 2021-12-20 13:30:07.782 | ---> Package kernel-tools-libs.x86_64 0:3.10.0-1160.45.1.el7 will be updated
- 2021-12-20 13:30:07.787 | ---> Package kernel-tools-libs.x86_64 0:3.10.0-1160.49.1.el7 will be an update
- 2021-12-20 13:30:07.787 | ---> Package krb5-libs.x86_64 0:1.15.1-50.el7 will be updated
- 2021-12-20 13:30:07.788 | ---> Package krb5-libs.x86_64 0:1.15.1-51.el7_9 will be an update
- 2021-12-20 13:30:07.791 | ---> Package nss.x86_64 0:3.67.0-3.el7_9 will be updated
- 2021-12-20 13:30:07.794 | ---> Package nss.x86_64 0:3.67.0-4.el7_9 will be an update
- 2021-12-20 13:30:07.797 | ---> Package nss-sysinit.x86_64 0:3.67.0-3.el7_9 will be updated
- 2021-12-20 13:30:07.797 | ---> Package nss-sysinit.x86_64 0:3.67.0-4.el7_9 will be an update
- 2021-12-20 13:30:07.797 | ---> Package nss-tools.x86_64 0:3.67.0-3.el7_9 will be updated
- 2021-12-20 13:30:07.798 | ---> Package nss-tools.x86_64 0:3.67.0-4.el7_9 will be an update
- 2021-12-20 13:30:07.808 | ---> Package openssh.x86_64 0:7.4p1-21.el7 will be updated
- 2021-12-20 13:30:07.809 | ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be an update
- 2021-12-20 13:30:07.812 | ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be updated
- 2021-12-20 13:30:07.812 | ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be an update
- 2021-12-20 13:30:07.813 | ---> Package openssh-server.x86_64 0:7.4p1-21.el7 will be updated
- 2021-12-20 13:30:07.813 | ---> Package openssh-server.x86_64 0:7.4p1-22.el7_9 will be an update
- 2021-12-20 13:30:07.817 | ---> Package python-perf.x86_64 0:3.10.0-1160.45.1.el7 will be updated
- 2021-12-20 13:30:07.826 | ---> Package python-perf.x86_64 0:3.10.0-1160.49.1.el7 will be an update
- 2021-12-20 13:30:07.828 | ---> Package rpm.x86_64 0:4.11.3-46.el7_9 will be updated
- 2021-12-20 13:30:07.830 | ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
- 2021-12-20 13:30:07.833 | ---> Package rpm-build-libs.x86_64 0:4.11.3-46.el7_9 will be updated
- 2021-12-20 13:30:07.833 | ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
- 2021-12-20 13:30:07.834 | ---> Package rpm-libs.x86_64 0:4.11.3-46.el7_9 will be updated
- 2021-12-20 13:30:07.835 | ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
- 2021-12-20 13:30:07.836 | ---> Package rpm-python.x86_64 0:4.11.3-46.el7_9 will be updated
- 2021-12-20 13:30:07.836 | ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
- 2021-12-20 13:30:07.837 | --> Running transaction check
- 2021-12-20 13:30:07.837 | ---> Package linux-firmware.noarch 0:20200421-80.git78c0348.el7_9 will be installed
- 2021-12-20 13:30:07.971 | --> Finished Dependency Resolution
- 2021-12-20 13:30:08.023 |
- 2021-12-20 13:30:08.023 | Dependencies Resolved
- 2021-12-20 13:30:08.370 |
- 2021-12-20 13:30:08.370 | ================================================================================
- 2021-12-20 13:30:08.370 | Package Arch Version Repository
- 2021-12-20 13:30:08.370 | Size
- 2021-12-20 13:30:08.370 | ================================================================================
- 2021-12-20 13:30:08.370 | Installing:
- 2021-12-20 13:30:08.370 | kernel x86_64 3.10.0-1160.49.1.el7 updates 50 M
- 2021-12-20 13:30:08.370 | Updating:
- 2021-12-20 13:30:08.370 | bash x86_64 4.2.46-35.el7_9 updates 1.0 M
- 2021-12-20 13:30:08.370 | bind-export-libs x86_64 32:9.11.4-26.P2.el7_9.8 updates 1.1 M
- 2021-12-20 13:30:08.370 | kbd x86_64 1.15.5-16.el7_9 updates 347 k
- 2021-12-20 13:30:08.370 | kbd-legacy noarch 1.15.5-16.el7_9 updates 466 k
- 2021-12-20 13:30:08.370 | kbd-misc noarch 1.15.5-16.el7_9 updates 1.4 M
- 2021-12-20 13:30:08.370 | kernel-tools x86_64 3.10.0-1160.49.1.el7 updates 8.2 M
- 2021-12-20 13:30:08.370 | kernel-tools-libs x86_64 3.10.0-1160.49.1.el7 updates 8.0 M
- 2021-12-20 13:30:08.370 | krb5-libs x86_64 1.15.1-51.el7_9 updates 809 k
- 2021-12-20 13:30:08.370 | nss x86_64 3.67.0-4.el7_9 updates 882 k
- 2021-12-20 13:30:08.370 | nss-sysinit x86_64 3.67.0-4.el7_9 updates 66 k
- 2021-12-20 13:30:08.370 | nss-tools x86_64 3.67.0-4.el7_9 updates 549 k
- 2021-12-20 13:30:08.370 | openssh x86_64 7.4p1-22.el7_9 updates 510 k
- 2021-12-20 13:30:08.370 | openssh-clients x86_64 7.4p1-22.el7_9 updates 655 k
- 2021-12-20 13:30:08.370 | openssh-server x86_64 7.4p1-22.el7_9 updates 459 k
- 2021-12-20 13:30:08.370 | python-perf x86_64 3.10.0-1160.49.1.el7 updates 8.1 M
- 2021-12-20 13:30:08.370 | rpm x86_64 4.11.3-48.el7_9 updates 1.2 M
- 2021-12-20 13:30:08.370 | rpm-build-libs x86_64 4.11.3-48.el7_9 updates 108 k
- 2021-12-20 13:30:08.370 | rpm-libs x86_64 4.11.3-48.el7_9 updates 279 k
- 2021-12-20 13:30:08.370 | rpm-python x86_64 4.11.3-48.el7_9 updates 84 k
- 2021-12-20 13:30:08.370 | Installing for dependencies:
- 2021-12-20 13:30:08.370 | linux-firmware noarch 20200421-80.git78c0348.el7_9 updates 80 M
- 2021-12-20 13:30:08.370 |
- 2021-12-20 13:30:08.370 | Transaction Summary
- 2021-12-20 13:30:08.370 | ================================================================================
- 2021-12-20 13:30:08.370 | Install 1 Package (+1 Dependent package)
- 2021-12-20 13:30:08.370 | Upgrade 19 Packages
- 2021-12-20 13:30:08.370 |
- 2021-12-20 13:30:08.370 | Total size: 165 M
- 2021-12-20 13:30:08.370 | Downloading packages:
- 2021-12-20 13:30:08.711 | Running transaction check
- 2021-12-20 13:30:08.882 | Running transaction test
- 2021-12-20 13:30:09.176 | Transaction test succeeded
- 2021-12-20 13:30:09.177 | Running transaction
- 2021-12-20 13:30:09.526 | Updating : bash-4.2.46-35.el7_9.x86_64 1/40
- 2021-12-20 13:30:09.595 | Updating : nss-sysinit-3.67.0-4.el7_9.x86_64 2/40
- 2021-12-20 13:30:09.663 | Updating : nss-3.67.0-4.el7_9.x86_64 3/40
- 2021-12-20 13:30:09.691 | Updating : krb5-libs-1.15.1-51.el7_9.x86_64 4/40
- 2021-12-20 13:30:09.760 | Updating : rpm-libs-4.11.3-48.el7_9.x86_64 5/40
- 2021-12-20 13:30:09.810 | Updating : rpm-4.11.3-48.el7_9.x86_64 6/40
- 2021-12-20 13:30:09.817 | Updating : openssh-7.4p1-22.el7_9.x86_64 7/40
- 2021-12-20 13:30:16.587 | Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 8/40
- 2021-12-20 13:30:16.638 | Installing : linux-firmware-20200421-80.git78c0348.el7_9.noarch 9/40
- 2021-12-20 13:30:16.679 | Updating : kbd-legacy-1.15.5-16.el7_9.noarch 10/40
- 2021-12-20 13:30:16.820 | Updating : kernel-tools-libs-3.10.0-1160.49.1.el7.x86_64 11/40
- 2021-12-20 13:30:16.857 | Updating : kbd-misc-1.15.5-16.el7_9.noarch 12/40
- 2021-12-20 13:30:16.905 | Updating : kbd-1.15.5-16.el7_9.x86_64 13/40
- 2021-12-20 13:30:18.405 | Updating : kernel-tools-3.10.0-1160.49.1.el7.x86_64 14/40
- 2021-12-20 13:30:18.512 | Installing : kernel-3.10.0-1160.49.1.el7.x86_64 15/40
- 2021-12-20 13:30:18.512 | grubby fatal error: unable to find a suitable template
- 2021-12-20 13:30:18.512 | grubby fatal error: unable to find a suitable template
- 2021-12-20 13:30:19.554 | Updating : rpm-python-4.11.3-48.el7_9.x86_64 16/40
- 2021-12-20 13:30:19.592 | Updating : openssh-clients-7.4p1-22.el7_9.x86_64 17/40
- 2021-12-20 13:30:19.682 | Updating : openssh-server-7.4p1-22.el7_9.x86_64 18/40
- 2021-12-20 13:30:19.737 | Updating : 32:bind-export-libs-9.11.4-26.P2.el7_9.8.x86_64 19/40
- 2021-12-20 13:30:19.787 | Updating : nss-tools-3.67.0-4.el7_9.x86_64 20/40
- 2021-12-20 13:30:19.795 | Updating : python-perf-3.10.0-1160.49.1.el7.x86_64 21/40
- 2021-12-20 13:30:19.801 | Cleanup : rpm-python-4.11.3-46.el7_9.x86_64 22/40
- 2021-12-20 13:30:19.809 | Cleanup : openssh-server-7.4p1-21.el7.x86_64 23/40
- 2021-12-20 13:30:19.810 | Cleanup : kbd-1.15.5-15.el7.x86_64 24/40
- 2021-12-20 13:30:19.811 | Cleanup : openssh-clients-7.4p1-21.el7.x86_64 25/40
- 2021-12-20 13:30:19.818 | Cleanup : rpm-build-libs-4.11.3-46.el7_9.x86_64 26/40
- 2021-12-20 13:30:19.826 | Cleanup : rpm-libs-4.11.3-46.el7_9.x86_64 27/40
- 2021-12-20 13:30:19.839 | Cleanup : rpm-4.11.3-46.el7_9.x86_64 28/40
- 2021-12-20 13:30:19.874 | Cleanup : kernel-tools-3.10.0-1160.45.1.el7.x86_64 29/40
- 2021-12-20 13:30:19.875 | Cleanup : openssh-7.4p1-21.el7.x86_64 30/40
- 2021-12-20 13:30:19.877 | Cleanup : nss-tools-3.67.0-3.el7_9.x86_64 31/40
- 2021-12-20 13:30:19.877 | Cleanup : nss-sysinit-3.67.0-3.el7_9.x86_64 32/40
- 2021-12-20 13:30:19.885 | Cleanup : nss-3.67.0-3.el7_9.x86_64 33/40
- 2021-12-20 13:30:19.893 | Cleanup : 32:bind-export-libs-9.11.4-26.P2.el7_9.7.x86_64 34/40
- 2021-12-20 13:30:19.897 | Cleanup : kbd-legacy-1.15.5-15.el7.noarch 35/40
- 2021-12-20 13:30:19.900 | Cleanup : kbd-misc-1.15.5-15.el7.noarch 36/40
- 2021-12-20 13:30:19.908 | Cleanup : krb5-libs-1.15.1-50.el7.x86_64 37/40
- 2021-12-20 13:30:19.921 | Cleanup : bash-4.2.46-34.el7.x86_64 38/40
- 2021-12-20 13:30:19.957 | Cleanup : kernel-tools-libs-3.10.0-1160.45.1.el7.x86_64 39/40
- 2021-12-20 13:30:45.427 | Cleanup : python-perf-3.10.0-1160.45.1.el7.x86_64 40/40
- 2021-12-20 13:30:45.427 | No '/dev/log' or 'logger' included for syslog logging
- 2021-12-20 13:30:45.475 | Verifying : krb5-libs-1.15.1-51.el7_9.x86_64 1/40
- 2021-12-20 13:30:45.477 | Verifying : linux-firmware-20200421-80.git78c0348.el7_9.noarch 2/40
- 2021-12-20 13:30:45.506 | Verifying : kernel-3.10.0-1160.49.1.el7.x86_64 3/40
- 2021-12-20 13:30:45.507 | Verifying : rpm-4.11.3-48.el7_9.x86_64 4/40
- 2021-12-20 13:30:45.510 | Verifying : 32:bind-export-libs-9.11.4-26.P2.el7_9.8.x86_64 5/40
- 2021-12-20 13:30:45.511 | Verifying : openssh-7.4p1-22.el7_9.x86_64 6/40
- 2021-12-20 13:30:45.513 | Verifying : kbd-misc-1.15.5-16.el7_9.noarch 7/40
- 2021-12-20 13:30:45.515 | Verifying : nss-3.67.0-4.el7_9.x86_64 8/40
- 2021-12-20 13:30:45.517 | Verifying : bash-4.2.46-35.el7_9.x86_64 9/40
- 2021-12-20 13:30:45.518 | Verifying : openssh-clients-7.4p1-22.el7_9.x86_64 10/40
- 2021-12-20 13:30:45.520 | Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 11/40
- 2021-12-20 13:30:45.522 | Verifying : nss-tools-3.67.0-4.el7_9.x86_64 12/40
- 2021-12-20 13:30:45.523 | Verifying : kbd-1.15.5-16.el7_9.x86_64 13/40
- 2021-12-20 13:30:45.548 | Verifying : kernel-tools-libs-3.10.0-1160.49.1.el7.x86_64 14/40
- 2021-12-20 13:30:45.571 | Verifying : python-perf-3.10.0-1160.49.1.el7.x86_64 15/40
- 2021-12-20 13:30:45.573 | Verifying : rpm-python-4.11.3-48.el7_9.x86_64 16/40
- 2021-12-20 13:30:45.575 | Verifying : openssh-server-7.4p1-22.el7_9.x86_64 17/40
- 2021-12-20 13:30:45.577 | Verifying : nss-sysinit-3.67.0-4.el7_9.x86_64 18/40
- 2021-12-20 13:30:45.578 | Verifying : kbd-legacy-1.15.5-16.el7_9.noarch 19/40
- 2021-12-20 13:30:45.602 | Verifying : kernel-tools-3.10.0-1160.49.1.el7.x86_64 20/40
- 2021-12-20 13:30:45.604 | Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 21/40
- 2021-12-20 13:30:45.604 | Verifying : nss-tools-3.67.0-3.el7_9.x86_64 22/40
- 2021-12-20 13:30:45.604 | Verifying : krb5-libs-1.15.1-50.el7.x86_64 23/40
- 2021-12-20 13:30:45.604 | Verifying : 32:bind-export-libs-9.11.4-26.P2.el7_9.7.x86_64 24/40
- 2021-12-20 13:30:45.604 | Verifying : openssh-7.4p1-21.el7.x86_64 25/40
- 2021-12-20 13:30:45.605 | Verifying : kbd-misc-1.15.5-15.el7.noarch 26/40
- 2021-12-20 13:30:45.605 | Verifying : nss-sysinit-3.67.0-3.el7_9.x86_64 27/40
- 2021-12-20 13:30:45.605 | Verifying : openssh-server-7.4p1-21.el7.x86_64 28/40
- 2021-12-20 13:30:45.605 | Verifying : kbd-legacy-1.15.5-15.el7.noarch 29/40
- 2021-12-20 13:30:45.605 | Verifying : rpm-4.11.3-46.el7_9.x86_64 30/40
- 2021-12-20 13:30:45.605 | Verifying : kernel-tools-3.10.0-1160.45.1.el7.x86_64 31/40
- 2021-12-20 13:30:45.605 | Verifying : openssh-clients-7.4p1-21.el7.x86_64 32/40
- 2021-12-20 13:30:45.606 | Verifying : kbd-1.15.5-15.el7.x86_64 33/40
- 2021-12-20 13:30:45.606 | Verifying : python-perf-3.10.0-1160.45.1.el7.x86_64 34/40
- 2021-12-20 13:30:45.606 | Verifying : rpm-build-libs-4.11.3-46.el7_9.x86_64 35/40
- 2021-12-20 13:30:45.606 | Verifying : rpm-python-4.11.3-46.el7_9.x86_64 36/40
- 2021-12-20 13:30:45.606 | Verifying : bash-4.2.46-34.el7.x86_64 37/40
- 2021-12-20 13:30:45.606 | Verifying : kernel-tools-libs-3.10.0-1160.45.1.el7.x86_64 38/40
- 2021-12-20 13:30:45.606 | Verifying : nss-3.67.0-3.el7_9.x86_64 39/40
- 2021-12-20 13:30:45.656 | Verifying : rpm-libs-4.11.3-46.el7_9.x86_64 40/40
- 2021-12-20 13:30:45.656 |
- 2021-12-20 13:30:45.656 | Installed:
- 2021-12-20 13:30:45.656 | kernel.x86_64 0:3.10.0-1160.49.1.el7
- 2021-12-20 13:30:45.656 |
- 2021-12-20 13:30:45.656 | Dependency Installed:
- 2021-12-20 13:30:45.656 | linux-firmware.noarch 0:20200421-80.git78c0348.el7_9
- 2021-12-20 13:30:45.656 |
- 2021-12-20 13:30:45.656 | Updated:
- 2021-12-20 13:30:45.656 | bash.x86_64 0:4.2.46-35.el7_9
- 2021-12-20 13:30:45.656 | bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.8
- 2021-12-20 13:30:45.656 | kbd.x86_64 0:1.15.5-16.el7_9
- 2021-12-20 13:30:45.656 | kbd-legacy.noarch 0:1.15.5-16.el7_9
- 2021-12-20 13:30:45.656 | kbd-misc.noarch 0:1.15.5-16.el7_9
- 2021-12-20 13:30:45.656 | kernel-tools.x86_64 0:3.10.0-1160.49.1.el7
- 2021-12-20 13:30:45.656 | kernel-tools-libs.x86_64 0:3.10.0-1160.49.1.el7
- 2021-12-20 13:30:45.656 | krb5-libs.x86_64 0:1.15.1-51.el7_9
- 2021-12-20 13:30:45.656 | nss.x86_64 0:3.67.0-4.el7_9
- 2021-12-20 13:30:45.656 | nss-sysinit.x86_64 0:3.67.0-4.el7_9
- 2021-12-20 13:30:45.656 | nss-tools.x86_64 0:3.67.0-4.el7_9
- 2021-12-20 13:30:45.656 | openssh.x86_64 0:7.4p1-22.el7_9
- 2021-12-20 13:30:45.656 | openssh-clients.x86_64 0:7.4p1-22.el7_9
- 2021-12-20 13:30:45.656 | openssh-server.x86_64 0:7.4p1-22.el7_9
- 2021-12-20 13:30:45.656 | python-perf.x86_64 0:3.10.0-1160.49.1.el7
- 2021-12-20 13:30:45.656 | rpm.x86_64 0:4.11.3-48.el7_9
- 2021-12-20 13:30:45.656 | rpm-build-libs.x86_64 0:4.11.3-48.el7_9
- 2021-12-20 13:30:45.656 | rpm-libs.x86_64 0:4.11.3-48.el7_9
- 2021-12-20 13:30:45.656 | rpm-python.x86_64 0:4.11.3-48.el7_9
- 2021-12-20 13:30:45.656 |
- 2021-12-20 13:30:45.656 | Complete!
- 2021-12-20 13:30:45.680 | dib-run-parts 00-up-to-date completed
- 2021-12-20 13:30:45.680 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs
- 2021-12-20 13:30:45.681 | + set -eu
- 2021-12-20 13:30:45.681 | + set -o pipefail
- 2021-12-20 13:30:45.681 | ++ dirname /tmp/in_target.d/install.d/01-package-installs
- 2021-12-20 13:30:45.681 | + package-installs -d /tmp/in_target.d/install.d
- 2021-12-20 13:30:45.682 | + set -eu
- 2021-12-20 13:30:45.682 | + set -o pipefail
- 2021-12-20 13:30:45.682 | ++ basename /usr/local/bin/package-installs
- 2021-12-20 13:30:45.683 | + SCRIPTNAME=package-installs
- 2021-12-20 13:30:45.683 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d
- 2021-12-20 13:30:45.683 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
- 2021-12-20 13:30:45.683 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:45.683 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
- 2021-12-20 13:30:45.683 | ++ set -- -d /tmp/in_target.d/install.d --
- 2021-12-20 13:30:45.683 | + WORKDIR=
- 2021-12-20 13:30:45.683 | + true
- 2021-12-20 13:30:45.683 | + case "$1" in
- 2021-12-20 13:30:45.683 | + WORKDIR=/tmp/in_target.d/install.d
- 2021-12-20 13:30:45.683 | + shift 2
- 2021-12-20 13:30:45.683 | + true
- 2021-12-20 13:30:45.683 | + case "$1" in
- 2021-12-20 13:30:45.683 | + shift
- 2021-12-20 13:30:45.683 | + break
- 2021-12-20 13:30:45.683 | + '[' -z /tmp/in_target.d/install.d ']'
- 2021-12-20 13:30:45.683 | + PACKAGES=
- 2021-12-20 13:30:45.684 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:45.684 | + '[' -n '' ']'
- 2021-12-20 13:30:45.684 | + package-installs-v2 --phase install.d /tmp/package-installs.json
- 2021-12-20 13:30:46.496 | Map install for dhcp-all-interfaces: dhcp-client, ifupdown, ndisc6
- 2021-12-20 13:30:46.496 | 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
- 2021-12-20 13:30:46.496 | Map install for source-repositories: git
- 2021-12-20 13:30:46.496 | Map install for cloud-init: cloud-init
- 2021-12-20 13:30:46.496 | Map install for cache-url: curl
- 2021-12-20 13:30:46.496 | Map install for devuser: sudo
- 2021-12-20 13:30:46.496 | Running command: ['install-packages', 'tcpdump', 'which', 'git-core', 'cloud-init', 'selinux-policy-targeted', 'ca-certificates', 'selinux-policy', 'libselinux-python', 'curl', 'lsof', 'policycoreutils', 'policycoreutils-python', 'sudo', 'rng-tools', 'dhclient', 'traceroute']
- 2021-12-20 13:30:46.496 | > Running install-packages install.
- 2021-12-20 13:30:46.496 | > + yum -v -y install tcpdump which git-core cloud-init selinux-policy-targeted ca-certificates selinux-policy libselinux-python curl lsof policycoreutils policycoreutils-python sudo rng-tools dhclient traceroute
- 2021-12-20 13:30:46.496 | > Loading "fastestmirror" plugin
- 2021-12-20 13:30:46.496 | > Config time: 0.004
- 2021-12-20 13:30:46.496 | > Yum version: 3.4.3
- 2021-12-20 13:30:46.496 | > rpmdb time: 0.000
- 2021-12-20 13:30:46.496 | > Setting up Package Sacks
- 2021-12-20 13:30:46.496 | > Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:46.496 | > * base: mirror.netzwerge.de
- 2021-12-20 13:30:46.496 | > * extras: mirror.23m.com
- 2021-12-20 13:30:46.496 | > * updates: mirror.cuegee.com
- 2021-12-20 13:30:46.496 | > pkgsack time: 0.031
- 2021-12-20 13:30:46.496 | > Obs Init time: 0.074
- 2021-12-20 13:30:46.496 | > Package which-2.20-7.el7.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Checking for virtual provide or file-provide for git-core
- 2021-12-20 13:30:46.496 | > Package cloud-init-19.4-7.el7.centos.5.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package selinux-policy-targeted-3.13.1-268.el7_9.2.noarch already installed and latest version
- 2021-12-20 13:30:46.496 | > Package ca-certificates-2021.2.50-72.el7_9.noarch already installed and latest version
- 2021-12-20 13:30:46.496 | > Package selinux-policy-3.13.1-268.el7_9.2.noarch already installed and latest version
- 2021-12-20 13:30:46.496 | > Package libselinux-python-2.5-15.el7.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package policycoreutils-2.5-34.el7.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package policycoreutils-python-2.5-34.el7.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package sudo-1.8.23-10.el7_9.2.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Package 12:dhclient-4.2.5-83.el7.centos.1.x86_64 already installed and latest version
- 2021-12-20 13:30:46.496 | > Resolving Dependencies
- 2021-12-20 13:30:46.496 | > --> Running transaction check
- 2021-12-20 13:30:46.496 | > ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
- 2021-12-20 13:30:46.496 | > Checking deps for git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl-Git', 'EQ', ('0', '1.8.3.1', '23.el7_8')) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('zlib', 'GE', ('0', '1.2', None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('rsync', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(lib)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(Term::ReadKey)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(Git)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::stat)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Path)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Find)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Copy)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('perl(Error)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('openssh-clients', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libz.so.1(ZLIB_1.2.0)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libssl.so.10(libssl.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libc.so.6(GLIBC_2.16)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('less', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('/usr/bin/python', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('/bin/sh', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('/bin/bash', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libssl.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libpcre.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libexpat.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.496 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl-Git = 1.8.3.1-23.el7_8
- 2021-12-20 13:30:46.496 | > --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.496 | > Searching pkgSack for dep: perl-Git
- 2021-12-20 13:30:46.496 | > Building updates object
- 2021-12-20 13:30:46.497 | > up:simple updates time: 0.003
- 2021-12-20 13:30:46.497 | > up:obs time: 0.002
- 2021-12-20 13:30:46.497 | > up:condense time: 0.000
- 2021-12-20 13:30:46.497 | > updates time: 0.075
- 2021-12-20 13:30:46.497 | > TSINFO: Marking perl-Git-1.8.3.1-23.el7_8.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl >= 5.008
- 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.497 | > Searching pkgSack for dep: perl
- 2021-12-20 13:30:46.497 | > TSINFO: Marking 4:perl-5.16.3-299.el7_9.x86_64 as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(warnings)
- 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.497 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(warnings)
- 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(vars)
- 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl(vars) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.497 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(vars)
- 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(strict)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(strict) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(strict)
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(lib)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(lib) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(lib)
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Term::ReadKey)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Term::ReadKey)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-TermReadKey-2.30-20.el7.x86_64 as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Git)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Git)
- 2021-12-20 13:30:46.511 | > perl-Git-1.8.3.1-23.el7_8.noarch already in ts, skipping this one
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Getopt::Long)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Getopt::Long)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-Getopt-Long-2.40-3.el7.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::stat)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::stat)
- 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
- 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Temp)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Temp)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-File-Temp-0.23.01-3.el7.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Spec)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Spec)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-PathTools-3.40-5.el7.x86_64 as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Path)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Path)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-File-Path-2.09-2.el7.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Find)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Find)
- 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
- 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Copy)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(File::Copy)
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Basename)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(File::Basename)
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Exporter)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Exporter)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking perl-Exporter-5.68-3.el7.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Error)
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Error)
- 2021-12-20 13:30:46.511 | > TSINFO: Marking 1:perl-Error-0.17020-2.el7.noarch as install for git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: /usr/bin/perl
- 2021-12-20 13:30:46.511 | > --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: /usr/bin/perl
- 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
- 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.511 | > ---> Package lsof.x86_64 0:4.87-6.el7 will be installed
- 2021-12-20 13:30:46.511 | > Checking deps for lsof.x86_64 0:4.87-6.el7 - u
- 2021-12-20 13:30:46.511 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-6.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-6.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libselinux.so.1()(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-6.el7 - u
- 2021-12-20 13:30:46.512 | > ---> Package rng-tools.x86_64 0:6.3.1-5.el7 will be installed
- 2021-12-20 13:30:46.512 | > Checking deps for rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('systemd-units', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('systemd-units', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('openssl', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libxml2.so.2(LIBXML2_2.6.0)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libxml2.so.2(LIBXML2_2.5.0)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libxml2.so.2(LIBXML2_2.4.30)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libxml2', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libsysfs', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libgcrypt.so.11(GCRYPT_1.2)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libgcrypt', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcurl', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('/bin/sh', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('/bin/sh', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libxml2.so.2()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libsysfs.so.2()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libssl.so.10()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libgcrypt.so.11()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:46.512 | > ---> Package tcpdump.x86_64 14:4.9.2-4.el7_7.1 will be installed
- 2021-12-20 13:30:46.512 | > Checking deps for tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('libpcap', 'GE', ('14', '1.5.3', '10')) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('shadow-utils', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('libcrypto.so.10(OPENSSL_1.0.2)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.512 | > looking for ('/usr/bin/getent', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.527 | > looking for ('/bin/sh', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.527 | > looking for ('libpcap.so.1()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.527 | > looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.527 | > looking for ('libcap-ng.so.0()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:46.527 | > 14:tcpdump-4.9.2-4.el7_7.1.x86_64 requires: libpcap >= 14:1.5.3-10
- 2021-12-20 13:30:46.527 | > --> Processing Dependency: libpcap >= 14:1.5.3-10 for package: 14:tcpdump-4.9.2-4.el7_7.1.x86_64
- 2021-12-20 13:30:46.527 | > Searching pkgSack for dep: libpcap
- 2021-12-20 13:30:46.527 | > TSINFO: Marking 14:libpcap-1.5.3-12.el7.x86_64 as install for 14:tcpdump-4.9.2-4.el7_7.1.x86_64
- 2021-12-20 13:30:46.527 | > 14:tcpdump-4.9.2-4.el7_7.1.x86_64 requires: libpcap.so.1()(64bit)
- 2021-12-20 13:30:46.527 | > --> Processing Dependency: libpcap.so.1()(64bit) for package: 14:tcpdump-4.9.2-4.el7_7.1.x86_64
- 2021-12-20 13:30:46.527 | > Quick matched 14:libpcap-1.5.3-12.el7.x86_64 to require for libpcap.so.1()(64bit)
- 2021-12-20 13:30:46.527 | > ---> Package traceroute.x86_64 3:2.0.22-2.el7 will be installed
- 2021-12-20 13:30:46.527 | > Checking deps for traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('/bin/sh', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:46.527 | > --> Running transaction check
- 2021-12-20 13:30:46.527 | > ---> Package libpcap.x86_64 14:1.5.3-12.el7 will be installed
- 2021-12-20 13:30:46.527 | > Checking deps for libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:46.527 | > looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:46.527 | > ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
- 2021-12-20 13:30:46.527 | > Checking deps for perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.527 | > looking for ('perl-libs', 'EQ', ('4', '5.16.3', '299.el7_9')) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.527 | > looking for ('perl(Socket)', 'GE', ('0', '1.3', None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.527 | > looking for ('perl(Scalar::Util)', 'GE', ('0', '1.10', None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.527 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.527 | > looking for ('perl-macros', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl-libs', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(threads::shared)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(threads)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Time::HiRes)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Storable)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Socket)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Pod::Simple::XHTML)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Pod::Simple::Search)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Filter::Util::Call)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(File::Spec::Unix)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(File::Path)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libperl.so()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libgdbm_compat.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libgdbm.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > looking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl-libs = 4:5.16.3-299.el7_9
- 2021-12-20 13:30:46.528 | > --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl-libs
- 2021-12-20 13:30:46.528 | > TSINFO: Marking 4:perl-libs-5.16.3-299.el7_9.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Socket) >= 1.3
- 2021-12-20 13:30:46.528 | > --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl(Socket)
- 2021-12-20 13:30:46.528 | > TSINFO: Marking perl-Socket-2.010-5.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Scalar::Util) >= 1.10
- 2021-12-20 13:30:46.528 | > --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl(Scalar::Util)
- 2021-12-20 13:30:46.528 | > TSINFO: Marking perl-Scalar-List-Utils-1.27-248.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl-macros
- 2021-12-20 13:30:46.528 | > --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl-macros
- 2021-12-20 13:30:46.528 | > TSINFO: Marking 4:perl-macros-5.16.3-299.el7_9.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl-libs
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl-libs
- 2021-12-20 13:30:46.541 | > Potential resolving package 4:perl-libs-5.16.3-297.el7.x86_64 has newer instance in ts.
- 2021-12-20 13:30:46.541 | > 4:perl-libs-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(threads::shared)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(threads::shared)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking perl-threads-shared-1.43-6.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(threads)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(threads)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking perl-threads-1.87-4.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(constant)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(constant)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking perl-constant-1.27-2.el7.noarch as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Time::Local)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Time::Local)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking perl-Time-Local-1.2300-2.el7.noarch as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Time::HiRes)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Time::HiRes)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking 4:perl-Time-HiRes-1.9725-3.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Storable)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Storable)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking perl-Storable-2.45-3.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Socket)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Socket)
- 2021-12-20 13:30:46.541 | > perl-Socket-2.010-5.el7.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Scalar::Util)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Scalar::Util)
- 2021-12-20 13:30:46.541 | > perl-Scalar-List-Utils-1.27-248.el7.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Pod::Simple::XHTML)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Pod::Simple::XHTML)
- 2021-12-20 13:30:46.541 | > TSINFO: Marking 1:perl-Pod-Simple-3.28-4.el7.noarch as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Pod::Simple::Search)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Quick matched 1:perl-Pod-Simple-3.28-4.el7.noarch to require for perl(Pod::Simple::Search)
- 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Filter::Util::Call)
- 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Filter::Util::Call)
- 2021-12-20 13:30:46.542 | > TSINFO: Marking perl-Filter-1.49-3.el7.x86_64 as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.542 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Carp)
- 2021-12-20 13:30:46.542 | > --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.542 | > Searching pkgSack for dep: perl(Carp)
- 2021-12-20 13:30:46.542 | > TSINFO: Marking perl-Carp-1.26-244.el7.noarch as install for 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.542 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: libperl.so()(64bit)
- 2021-12-20 13:30:46.542 | > --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:46.542 | > Searching pkgSack for dep: libperl.so()(64bit)
- 2021-12-20 13:30:46.542 | > Potential resolving package 4:perl-libs-5.16.3-297.el7.x86_64 has newer instance in ts.
- 2021-12-20 13:30:46.542 | > 4:perl-libs-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
- 2021-12-20 13:30:46.542 | > ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
- 2021-12-20 13:30:46.542 | > Checking deps for perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:46.542 | > ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
- 2021-12-20 13:30:46.542 | > Checking deps for perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Carp)', 'GE', ('0', '1.05', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:46.542 | > ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
- 2021-12-20 13:30:46.542 | > Checking deps for perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl', 'GE', ('0', '5.005_04', None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:46.542 | > ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
- 2021-12-20 13:30:46.542 | > Checking deps for perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(File::Path)', 'GE', ('0', '2.06', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(Fcntl)', 'GE', ('0', '1.03', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.542 | > looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(base)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(IO::Seekable)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:46.551 | > ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
- 2021-12-20 13:30:46.551 | > Checking deps for perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(Pod::Usage)', 'GE', ('0', '1.14', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.551 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:46.552 | > perl-Getopt-Long-2.40-3.el7.noarch requires: perl(Pod::Usage) >= 1.14
- 2021-12-20 13:30:46.552 | > --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
- 2021-12-20 13:30:46.552 | > Searching pkgSack for dep: perl(Pod::Usage)
- 2021-12-20 13:30:46.552 | > TSINFO: Marking perl-Pod-Usage-1.63-3.el7.noarch as install for perl-Getopt-Long-2.40-3.el7.noarch
- 2021-12-20 13:30:46.552 | > perl-Getopt-Long-2.40-3.el7.noarch requires: perl(Text::ParseWords)
- 2021-12-20 13:30:46.552 | > --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
- 2021-12-20 13:30:46.552 | > Searching pkgSack for dep: perl(Text::ParseWords)
- 2021-12-20 13:30:46.552 | > TSINFO: Marking perl-Text-ParseWords-3.29-4.el7.noarch as install for perl-Getopt-Long-2.40-3.el7.noarch
- 2021-12-20 13:30:46.552 | > ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
- 2021-12-20 13:30:46.552 | > Checking deps for perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('git', 'EQ', ('0', '1.8.3.1', '23.el7_8')) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(IPC::Open2)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Error)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:46.552 | > ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
- 2021-12-20 13:30:46.552 | > Checking deps for perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:46.552 | > ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
- 2021-12-20 13:30:46.552 | > Checking deps for perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(AutoLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:46.552 | > --> Running transaction check
- 2021-12-20 13:30:46.552 | > ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
- 2021-12-20 13:30:46.552 | > Checking deps for perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:46.552 | > ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
- 2021-12-20 13:30:46.552 | > Checking deps for perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl', 'GE', ('0', '5.002', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.552 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:46.563 | > ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
- 2021-12-20 13:30:46.563 | > Checking deps for perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Text::Wrap)', 'GE', ('0', '98.112902', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Pod::Escapes)', 'GE', ('0', '1.04', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(integer)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.563 | > looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:46.564 | > 1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Pod::Escapes) >= 1.04
- 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
- 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Pod::Escapes)
- 2021-12-20 13:30:46.564 | > TSINFO: Marking 1:perl-Pod-Escapes-1.04-299.el7_9.noarch as install for 1:perl-Pod-Simple-3.28-4.el7.noarch
- 2021-12-20 13:30:46.564 | > 1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Encode)
- 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
- 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Encode)
- 2021-12-20 13:30:46.564 | > TSINFO: Marking perl-Encode-2.51-7.el7.x86_64 as install for 1:perl-Pod-Simple-3.28-4.el7.noarch
- 2021-12-20 13:30:46.564 | > ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
- 2021-12-20 13:30:46.564 | > Checking deps for perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Pod::Text)', 'GE', ('0', '3.15', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(File::Spec)', 'GE', ('0', '0.82', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl-Pod-Perldoc', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:46.564 | > perl-Pod-Usage-1.63-3.el7.noarch requires: perl(Pod::Text) >= 3.15
- 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
- 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Pod::Text)
- 2021-12-20 13:30:46.564 | > TSINFO: Marking perl-podlators-2.5.1-3.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch
- 2021-12-20 13:30:46.564 | > perl-Pod-Usage-1.63-3.el7.noarch requires: perl-Pod-Perldoc
- 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
- 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl-Pod-Perldoc
- 2021-12-20 13:30:46.564 | > TSINFO: Marking perl-Pod-Perldoc-3.20-4.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch
- 2021-12-20 13:30:46.564 | > ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
- 2021-12-20 13:30:46.564 | > Checking deps for perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:46.564 | > ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
- 2021-12-20 13:30:46.564 | > Checking deps for perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:46.564 | > ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
- 2021-12-20 13:30:46.564 | > Checking deps for perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.564 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(IO::File)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:46.572 | > ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
- 2021-12-20 13:30:46.572 | > Checking deps for perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:46.572 | > ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
- 2021-12-20 13:30:46.572 | > Checking deps for perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:46.572 | > ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
- 2021-12-20 13:30:46.572 | > Checking deps for perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:46.572 | > ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
- 2021-12-20 13:30:46.572 | > Checking deps for perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.572 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:46.573 | > ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
- 2021-12-20 13:30:46.573 | > Checking deps for perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libcrypt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
- 2021-12-20 13:30:46.573 | > Checking deps for perl-macros.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-macros.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:46.573 | > ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
- 2021-12-20 13:30:46.573 | > Checking deps for perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.573 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:46.581 | > ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
- 2021-12-20 13:30:46.581 | > Checking deps for perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(threads)', 'GE', ('0', '1.73', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:46.581 | > --> Running transaction check
- 2021-12-20 13:30:46.581 | > ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
- 2021-12-20 13:30:46.581 | > Checking deps for perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl', 'GE', ('1', '5.8.0', None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(utf8)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(re)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(base)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(MIME::Base64)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:46.581 | > ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
- 2021-12-20 13:30:46.581 | > Checking deps for perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:46.581 | > ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
- 2021-12-20 13:30:46.582 | > Checking deps for perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Simple::XMLOutStream)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Simple::RTF)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Man)', 'GE', ('0', '2.18', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(File::Temp)', 'GE', ('0', '0.22', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(parent)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(lib)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Text::Termcap)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Text::Color)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Text)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(Pod::Simple::Checker)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(IPC::Open3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(IO::Select)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(HTTP::Tiny)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.582 | > looking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('groff-base', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:46.894 | > perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(parent)
- 2021-12-20 13:30:46.894 | > --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
- 2021-12-20 13:30:46.894 | > Searching pkgSack for dep: perl(parent)
- 2021-12-20 13:30:46.894 | > TSINFO: Marking 1:perl-parent-0.225-244.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch
- 2021-12-20 13:30:46.894 | > perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(HTTP::Tiny)
- 2021-12-20 13:30:46.894 | > --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
- 2021-12-20 13:30:46.894 | > Searching pkgSack for dep: perl(HTTP::Tiny)
- 2021-12-20 13:30:46.894 | > TSINFO: Marking perl-HTTP-Tiny-0.033-3.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch
- 2021-12-20 13:30:46.894 | > ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
- 2021-12-20 13:30:46.894 | > Checking deps for perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(Pod::Simple)', 'GE', ('0', '3.06', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.894 | > looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(subs)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Term::Cap)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Term::ANSIColor)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Pod::Usage)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:46.895 | > --> Running transaction check
- 2021-12-20 13:30:46.895 | > ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
- 2021-12-20 13:30:46.895 | > Checking deps for perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(IO::Socket)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:46.895 | > ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
- 2021-12-20 13:30:46.895 | > Checking deps for perl-parent.noarch 1:0.225-244.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u
- 2021-12-20 13:30:46.895 | > looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u
- 2021-12-20 13:30:46.895 | > --> Finished Dependency Resolution
- 2021-12-20 13:30:46.895 | > Dependency Process ending
- 2021-12-20 13:30:46.895 | > Depsolve time: 0.450
- 2021-12-20 13:30:46.895 | >
- 2021-12-20 13:30:46.895 | > Dependencies Resolved
- 2021-12-20 13:30:46.895 | >
- 2021-12-20 13:30:46.895 | > ================================================================================
- 2021-12-20 13:30:46.895 | > Package Arch Version Repository Size
- 2021-12-20 13:30:46.895 | > ================================================================================
- 2021-12-20 13:30:46.895 | > Installing:
- 2021-12-20 13:30:46.895 | > git x86_64 1.8.3.1-23.el7_8 base 4.4 M
- 2021-12-20 13:30:46.895 | > lsof x86_64 4.87-6.el7 base 331 k
- 2021-12-20 13:30:46.895 | > rng-tools x86_64 6.3.1-5.el7 base 49 k
- 2021-12-20 13:30:46.895 | > tcpdump x86_64 14:4.9.2-4.el7_7.1 base 422 k
- 2021-12-20 13:30:46.895 | > traceroute x86_64 3:2.0.22-2.el7 base 59 k
- 2021-12-20 13:30:46.895 | > Installing for dependencies:
- 2021-12-20 13:30:46.895 | > libpcap x86_64 14:1.5.3-12.el7 base 139 k
- 2021-12-20 13:30:46.895 | > perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M
- 2021-12-20 13:30:46.895 | > perl-Carp noarch 1.26-244.el7 base 19 k
- 2021-12-20 13:30:46.895 | > perl-Encode x86_64 2.51-7.el7 base 1.5 M
- 2021-12-20 13:30:46.895 | > perl-Error noarch 1:0.17020-2.el7 base 32 k
- 2021-12-20 13:30:46.895 | > perl-Exporter noarch 5.68-3.el7 base 28 k
- 2021-12-20 13:30:46.895 | > perl-File-Path noarch 2.09-2.el7 base 26 k
- 2021-12-20 13:30:46.895 | > perl-File-Temp noarch 0.23.01-3.el7 base 56 k
- 2021-12-20 13:30:46.895 | > perl-Filter x86_64 1.49-3.el7 base 76 k
- 2021-12-20 13:30:46.895 | > perl-Getopt-Long noarch 2.40-3.el7 base 56 k
- 2021-12-20 13:30:46.895 | > perl-Git noarch 1.8.3.1-23.el7_8 base 56 k
- 2021-12-20 13:30:46.895 | > perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
- 2021-12-20 13:30:46.895 | > perl-PathTools x86_64 3.40-5.el7 base 82 k
- 2021-12-20 13:30:46.895 | > perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k
- 2021-12-20 13:30:46.895 | > perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
- 2021-12-20 13:30:46.895 | > perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
- 2021-12-20 13:30:46.895 | > perl-Pod-Usage noarch 1.63-3.el7 base 27 k
- 2021-12-20 13:30:46.895 | > perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
- 2021-12-20 13:30:46.895 | > perl-Socket x86_64 2.010-5.el7 base 49 k
- 2021-12-20 13:30:46.895 | > perl-Storable x86_64 2.45-3.el7 base 77 k
- 2021-12-20 13:30:46.895 | > perl-TermReadKey x86_64 2.30-20.el7 base 31 k
- 2021-12-20 13:30:46.895 | > perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
- 2021-12-20 13:30:46.895 | > perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
- 2021-12-20 13:30:46.895 | > perl-Time-Local noarch 1.2300-2.el7 base 24 k
- 2021-12-20 13:30:47.279 | > perl-constant noarch 1.27-2.el7 base 19 k
- 2021-12-20 13:30:47.279 | > perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k
- 2021-12-20 13:30:47.279 | > perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k
- 2021-12-20 13:30:47.279 | > perl-parent noarch 1:0.225-244.el7 base 12 k
- 2021-12-20 13:30:47.279 | > perl-podlators noarch 2.5.1-3.el7 base 112 k
- 2021-12-20 13:30:47.279 | > perl-threads x86_64 1.87-4.el7 base 49 k
- 2021-12-20 13:30:47.279 | > perl-threads-shared x86_64 1.43-6.el7 base 39 k
- 2021-12-20 13:30:47.279 | >
- 2021-12-20 13:30:47.279 | > Transaction Summary
- 2021-12-20 13:30:47.279 | > ================================================================================
- 2021-12-20 13:30:47.279 | > Install 5 Packages (+31 Dependent packages)
- 2021-12-20 13:30:47.279 | >
- 2021-12-20 13:30:47.279 | > Total size: 17 M
- 2021-12-20 13:30:47.279 | > Installed size: 61 M
- 2021-12-20 13:30:47.279 | > Downloading packages:
- 2021-12-20 13:30:47.279 | > using local copy of perl-HTTP-Tiny-0.033-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-threads-shared-1.43-6.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 4:perl-Time-HiRes-1.9725-3.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of lsof-4.87-6.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Exporter-5.68-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-constant-1.27-2.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-PathTools-3.40-5.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 14:libpcap-1.5.3-12.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Socket-2.010-5.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of git-1.8.3.1-23.el7_8.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 1:perl-parent-0.225-244.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of 4:perl-macros-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 3:traceroute-2.0.22-2.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-TermReadKey-2.30-20.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-File-Temp-0.23.01-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Pod-Simple-3.28-4.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Time-Local-1.2300-2.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Pod-Escapes-1.04-299.el7_9.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Git-1.8.3.1-23.el7_8.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Carp-1.26-244.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Error-0.17020-2.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Storable-2.45-3.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Scalar-List-Utils-1.27-248.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 14:tcpdump-4.9.2-4.el7_7.1.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Pod-Usage-1.63-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Encode-2.51-7.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Pod-Perldoc-3.20-4.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-podlators-2.5.1-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of 4:perl-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-File-Path-2.09-2.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-threads-1.87-4.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Filter-1.49-3.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of perl-Getopt-Long-2.40-3.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of perl-Text-ParseWords-3.29-4.el7.noarch
- 2021-12-20 13:30:47.279 | > using local copy of rng-tools-6.3.1-5.el7.x86_64
- 2021-12-20 13:30:47.279 | > using local copy of 4:perl-libs-5.16.3-299.el7_9.x86_64
- 2021-12-20 13:30:47.279 | > Member: perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-HTTP-Tiny-0.033-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-threads-shared.x86_64 0:1.43-6.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-threads-shared-1.43-6.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 4:perl-Time-HiRes-1.9725-3.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: lsof.x86_64 0:4.87-6.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package lsof-4.87-6.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Exporter.noarch 0:5.68-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Exporter-5.68-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-constant.noarch 0:1.27-2.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-constant-1.27-2.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-PathTools.x86_64 0:3.40-5.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-PathTools-3.40-5.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: libpcap.x86_64 14:1.5.3-12.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 14:libpcap-1.5.3-12.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Socket.x86_64 0:2.010-5.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Socket-2.010-5.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: git.x86_64 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:47.279 | > Adding Package git-1.8.3.1-23.el7_8.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-parent.noarch 1:0.225-244.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 1:perl-parent-0.225-244.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-macros.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:47.279 | > Adding Package 4:perl-macros-5.16.3-299.el7_9.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: traceroute.x86_64 3:2.0.22-2.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 3:traceroute-2.0.22-2.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-TermReadKey.x86_64 0:2.30-20.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-TermReadKey-2.30-20.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-File-Temp.noarch 0:0.23.01-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-File-Temp-0.23.01-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Pod-Simple.noarch 1:3.28-4.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Pod-Simple-3.28-4.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Time-Local.noarch 0:1.2300-2.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Time-Local-1.2300-2.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
- 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Pod-Escapes-1.04-299.el7_9.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Git-1.8.3.1-23.el7_8.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Carp.noarch 0:1.26-244.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Carp-1.26-244.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Error.noarch 1:0.17020-2.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Error-0.17020-2.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Storable.x86_64 0:2.45-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Storable-2.45-3.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Scalar-List-Utils-1.27-248.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
- 2021-12-20 13:30:47.279 | > Adding Package 14:tcpdump-4.9.2-4.el7_7.1.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Pod-Usage.noarch 0:1.63-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Pod-Usage-1.63-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Encode.x86_64 0:2.51-7.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Encode-2.51-7.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Pod-Perldoc-3.20-4.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-podlators.noarch 0:2.5.1-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-podlators-2.5.1-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:47.279 | > Adding Package 4:perl-5.16.3-299.el7_9.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-File-Path.noarch 0:2.09-2.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-File-Path-2.09-2.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-threads.x86_64 0:1.87-4.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-threads-1.87-4.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Filter.x86_64 0:1.49-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Filter-1.49-3.el7.x86_64 in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Getopt-Long.noarch 0:2.40-3.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Getopt-Long-2.40-3.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package perl-Text-ParseWords-3.29-4.el7.noarch in mode u
- 2021-12-20 13:30:47.279 | > Member: rng-tools.x86_64 0:6.3.1-5.el7 - u
- 2021-12-20 13:30:47.279 | > Adding Package rng-tools-6.3.1-5.el7.x86_64 in mode u
- 2021-12-20 13:30:47.280 | > Member: perl-libs.x86_64 4:5.16.3-299.el7_9 - u
- 2021-12-20 13:30:47.280 | > Adding Package 4:perl-libs-5.16.3-299.el7_9.x86_64 in mode u
- 2021-12-20 13:30:47.280 | > Running transaction check
- 2021-12-20 13:30:47.280 | > Transaction check time: 0.015
- 2021-12-20 13:30:47.280 | > Running transaction test
- 2021-12-20 13:30:47.280 | > Transaction test succeeded
- 2021-12-20 13:30:47.280 | > Transaction test time: 0.048
- 2021-12-20 13:30:47.280 | > Running transaction
- 2021-12-20 13:30:47.280 | > Installing : 1:perl-parent-0.225-244.el7.noarch 1/36
- 2021-12-20 13:30:47.280 | > Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/36
- 2021-12-20 13:30:47.280 | > Installing : perl-podlators-2.5.1-3.el7.noarch 3/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/36
- 2021-12-20 13:30:47.280 | > Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 5/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Encode-2.51-7.el7.x86_64 6/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Text-ParseWords-3.29-4.el7.noarch 7/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/36
- 2021-12-20 13:30:47.280 | > Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 9/36
- 2021-12-20 13:30:47.280 | > Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 10/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Exporter-5.68-3.el7.noarch 11/36
- 2021-12-20 13:30:47.280 | > Installing : perl-constant-1.27-2.el7.noarch 12/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Socket-2.010-5.el7.x86_64 13/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Time-Local-1.2300-2.el7.noarch 14/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Carp-1.26-244.el7.noarch 15/36
- 2021-12-20 13:30:47.280 | > Installing : perl-Storable-2.45-3.el7.x86_64 16/36
- 2021-12-20 13:30:48.721 | > Installing : perl-PathTools-3.40-5.el7.x86_64 17/36
- 2021-12-20 13:30:48.721 | > Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 18/36
- 2021-12-20 13:30:48.721 | > Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/36
- 2021-12-20 13:30:48.721 | > Installing : perl-File-Temp-0.23.01-3.el7.noarch 20/36
- 2021-12-20 13:30:48.721 | > Installing : perl-File-Path-2.09-2.el7.noarch 21/36
- 2021-12-20 13:30:48.721 | > Installing : perl-threads-shared-1.43-6.el7.x86_64 22/36
- 2021-12-20 13:30:48.721 | > Installing : perl-threads-1.87-4.el7.x86_64 23/36
- 2021-12-20 13:30:48.721 | > Installing : perl-Filter-1.49-3.el7.x86_64 24/36
- 2021-12-20 13:30:48.721 | > Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 25/36
- 2021-12-20 13:30:48.721 | > Installing : perl-Getopt-Long-2.40-3.el7.noarch 26/36
- 2021-12-20 13:30:48.721 | > Installing : 4:perl-5.16.3-299.el7_9.x86_64 27/36
- 2021-12-20 13:30:48.721 | > Installing : 1:perl-Error-0.17020-2.el7.noarch 28/36
- 2021-12-20 13:30:48.721 | > Installing : perl-TermReadKey-2.30-20.el7.x86_64 29/36
- 2021-12-20 13:30:48.721 | > Installing : perl-Git-1.8.3.1-23.el7_8.noarch 30/36
- 2021-12-20 13:30:48.721 | > Installing : git-1.8.3.1-23.el7_8.x86_64 31/36
- 2021-12-20 13:30:48.721 | > Installing : 14:libpcap-1.5.3-12.el7.x86_64 32/36
- 2021-12-20 13:30:48.721 | > Installing : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 33/36
- 2021-12-20 13:30:48.721 | > Installing : rng-tools-6.3.1-5.el7.x86_64 34/36
- 2021-12-20 13:30:48.721 | > Installing : 3:traceroute-2.0.22-2.el7.x86_64 35/36
- 2021-12-20 13:30:48.721 | > Installing : lsof-4.87-6.el7.x86_64 36/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/36
- 2021-12-20 13:30:48.721 | > Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/36
- 2021-12-20 13:30:48.721 | > Verifying : lsof-4.87-6.el7.x86_64 4/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Exporter-5.68-3.el7.noarch 5/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-constant-1.27-2.el7.noarch 6/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-PathTools-3.40-5.el7.x86_64 7/36
- 2021-12-20 13:30:48.721 | > Verifying : 14:libpcap-1.5.3-12.el7.x86_64 8/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Socket-2.010-5.el7.x86_64 9/36
- 2021-12-20 13:30:48.721 | > Verifying : git-1.8.3.1-23.el7_8.x86_64 10/36
- 2021-12-20 13:30:48.721 | > Verifying : 1:perl-parent-0.225-244.el7.noarch 11/36
- 2021-12-20 13:30:48.721 | > Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 12/36
- 2021-12-20 13:30:48.721 | > Verifying : 3:traceroute-2.0.22-2.el7.x86_64 13/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-File-Temp-0.23.01-3.el7.noarch 15/36
- 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 16/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Time-Local-1.2300-2.el7.noarch 17/36
- 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 18/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 19/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Carp-1.26-244.el7.noarch 20/36
- 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Error-0.17020-2.el7.noarch 21/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Storable-2.45-3.el7.x86_64 22/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/36
- 2021-12-20 13:30:48.721 | > Verifying : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 24/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Pod-Usage-1.63-3.el7.noarch 25/36
- 2021-12-20 13:30:48.721 | > Verifying : perl-Encode-2.51-7.el7.x86_64 26/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 27/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-podlators-2.5.1-3.el7.noarch 28/36
- 2021-12-20 13:30:48.722 | > Verifying : 4:perl-5.16.3-299.el7_9.x86_64 29/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-File-Path-2.09-2.el7.noarch 30/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-threads-1.87-4.el7.x86_64 31/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-Filter-1.49-3.el7.x86_64 32/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-Getopt-Long-2.40-3.el7.noarch 33/36
- 2021-12-20 13:30:48.722 | > Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/36
- 2021-12-20 13:30:48.722 | > Verifying : rng-tools-6.3.1-5.el7.x86_64 35/36
- 2021-12-20 13:30:48.722 | > Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 36/36
- 2021-12-20 13:30:48.722 | > VerifyTransaction time: 0.102
- 2021-12-20 13:30:48.722 | > Transaction time: 1.712
- 2021-12-20 13:30:48.722 | >
- 2021-12-20 13:30:48.722 | > Installed:
- 2021-12-20 13:30:48.722 | > git.x86_64 0:1.8.3.1-23.el7_8 lsof.x86_64 0:4.87-6.el7
- 2021-12-20 13:30:48.722 | > rng-tools.x86_64 0:6.3.1-5.el7 tcpdump.x86_64 14:4.9.2-4.el7_7.1
- 2021-12-20 13:30:48.722 | > traceroute.x86_64 3:2.0.22-2.el7
- 2021-12-20 13:30:48.722 | >
- 2021-12-20 13:30:48.722 | > Dependency Installed:
- 2021-12-20 13:30:48.722 | > libpcap.x86_64 14:1.5.3-12.el7
- 2021-12-20 13:30:48.722 | > perl.x86_64 4:5.16.3-299.el7_9
- 2021-12-20 13:30:48.722 | > perl-Carp.noarch 0:1.26-244.el7
- 2021-12-20 13:30:48.722 | > perl-Encode.x86_64 0:2.51-7.el7
- 2021-12-20 13:30:48.722 | > perl-Error.noarch 1:0.17020-2.el7
- 2021-12-20 13:30:48.722 | > perl-Exporter.noarch 0:5.68-3.el7
- 2021-12-20 13:30:48.722 | > perl-File-Path.noarch 0:2.09-2.el7
- 2021-12-20 13:30:48.722 | > perl-File-Temp.noarch 0:0.23.01-3.el7
- 2021-12-20 13:30:48.722 | > perl-Filter.x86_64 0:1.49-3.el7
- 2021-12-20 13:30:48.722 | > perl-Getopt-Long.noarch 0:2.40-3.el7
- 2021-12-20 13:30:48.722 | > perl-Git.noarch 0:1.8.3.1-23.el7_8
- 2021-12-20 13:30:48.722 | > perl-HTTP-Tiny.noarch 0:0.033-3.el7
- 2021-12-20 13:30:48.722 | > perl-PathTools.x86_64 0:3.40-5.el7
- 2021-12-20 13:30:48.722 | > perl-Pod-Escapes.noarch 1:1.04-299.el7_9
- 2021-12-20 13:30:48.722 | > perl-Pod-Perldoc.noarch 0:3.20-4.el7
- 2021-12-20 13:30:48.722 | > perl-Pod-Simple.noarch 1:3.28-4.el7
- 2021-12-20 13:30:48.722 | > perl-Pod-Usage.noarch 0:1.63-3.el7
- 2021-12-20 13:30:48.722 | > perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
- 2021-12-20 13:30:48.722 | > perl-Socket.x86_64 0:2.010-5.el7
- 2021-12-20 13:30:48.722 | > perl-Storable.x86_64 0:2.45-3.el7
- 2021-12-20 13:30:48.722 | > perl-TermReadKey.x86_64 0:2.30-20.el7
- 2021-12-20 13:30:48.722 | > perl-Text-ParseWords.noarch 0:3.29-4.el7
- 2021-12-20 13:30:48.722 | > perl-Time-HiRes.x86_64 4:1.9725-3.el7
- 2021-12-20 13:30:48.722 | > perl-Time-Local.noarch 0:1.2300-2.el7
- 2021-12-20 13:30:48.722 | > perl-constant.noarch 0:1.27-2.el7
- 2021-12-20 13:30:48.722 | > perl-libs.x86_64 4:5.16.3-299.el7_9
- 2021-12-20 13:30:48.722 | > perl-macros.x86_64 4:5.16.3-299.el7_9
- 2021-12-20 13:30:48.722 | > perl-parent.noarch 1:0.225-244.el7
- 2021-12-20 13:30:48.722 | > perl-podlators.noarch 0:2.5.1-3.el7
- 2021-12-20 13:30:48.722 | > perl-threads.x86_64 0:1.87-4.el7
- 2021-12-20 13:30:48.722 | > perl-threads-shared.x86_64 0:1.43-6.el7
- 2021-12-20 13:30:48.722 | >
- 2021-12-20 13:30:48.722 | > Complete!
- 2021-12-20 13:30:48.722 | > + '[' install == install ']'
- 2021-12-20 13:30:48.722 | > + '[' yum == dnf ']'
- 2021-12-20 13:30:48.722 | returncode: 0
- 2021-12-20 13:30:48.726 | dib-run-parts 01-package-installs completed
- 2021-12-20 13:30:48.726 | dib-run-parts Running /tmp/in_target.d/install.d/05-set-cloud-init-sources
- 2021-12-20 13:30:48.728 | + set -eu
- 2021-12-20 13:30:48.728 | + set -o pipefail
- 2021-12-20 13:30:48.728 | + DIB_CLOUD_INIT_DATASOURCES='Ec2, ConfigDrive, OpenStack'
- 2021-12-20 13:30:48.728 | + '[' -z 'Ec2, ConfigDrive, OpenStack' ']'
- 2021-12-20 13:30:48.728 | + '[' -d /etc/cloud/cloud.cfg.d ']'
- 2021-12-20 13:30:48.728 | + cat
- 2021-12-20 13:30:48.728 | + [[ Ec2, ConfigDrive, OpenStack =~ Ec2 ]]
- 2021-12-20 13:30:48.728 | + cat
- 2021-12-20 13:30:48.730 | dib-run-parts 05-set-cloud-init-sources completed
- 2021-12-20 13:30:48.730 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init
- 2021-12-20 13:30:48.731 | + set -eu
- 2021-12-20 13:30:48.731 | + set -o pipefail
- 2021-12-20 13:30:48.731 | + mkdir -p /etc/cloud/cloud.cfg.d
- 2021-12-20 13:30:48.732 | + '[' -n '' ']'
- 2021-12-20 13:30:48.732 | dib-run-parts 10-cloud-init completed
- 2021-12-20 13:30:48.732 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts
- 2021-12-20 13:30:48.734 | + set -eu
- 2021-12-20 13:30:48.734 | + set -o pipefail
- 2021-12-20 13:30:48.734 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts
- 2021-12-20 13:30:48.734 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/
- 2021-12-20 13:30:48.735 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']'
- 2021-12-20 13:30:48.735 | dib-run-parts 20-install-init-scripts completed
- 2021-12-20 13:30:48.735 | dib-run-parts Running /tmp/in_target.d/install.d/50-devuser
- 2021-12-20 13:30:48.737 | + set -eu
- 2021-12-20 13:30:48.737 | + set -o pipefail
- 2021-12-20 13:30:48.737 | + user_shell_args=
- 2021-12-20 13:30:48.737 | + '[' -n '' ']'
- 2021-12-20 13:30:48.737 | + useradd -m devuser
- 2021-12-20 13:30:48.742 | + set +x
- 2021-12-20 13:30:48.742 | Setting password.
- 2021-12-20 13:30:48.751 | + '[' -n true ']'
- 2021-12-20 13:30:48.751 | + cat
- 2021-12-20 13:30:48.752 | + chmod 0440 /etc/sudoers.d/devuser
- 2021-12-20 13:30:48.752 | + visudo -c
- 2021-12-20 13:30:48.753 | /etc/sudoers: parsed OK
- 2021-12-20 13:30:48.753 | /etc/sudoers.d/devuser: parsed OK
- 2021-12-20 13:30:48.753 | + '[' -f /tmp/in_target.d/devuser-ssh-authorized-keys ']'
- 2021-12-20 13:30:48.753 | + mkdir -p /home/devuser/.ssh
- 2021-12-20 13:30:48.754 | + cp /tmp/in_target.d/devuser-ssh-authorized-keys /home/devuser/.ssh/authorized_keys
- 2021-12-20 13:30:48.755 | + chown -R devuser:devuser /home/devuser
- 2021-12-20 13:30:48.756 | dib-run-parts 50-devuser completed
- 2021-12-20 13:30:48.756 | dib-run-parts Running /tmp/in_target.d/install.d/50-dhcp-all-interfaces
- 2021-12-20 13:30:48.757 | + set -eu
- 2021-12-20 13:30:48.757 | + set -o pipefail
- 2021-12-20 13:30:48.757 | ++ dirname /tmp/in_target.d/install.d/50-dhcp-all-interfaces
- 2021-12-20 13:30:48.758 | + SCRIPTDIR=/tmp/in_target.d/install.d
- 2021-12-20 13:30:48.758 | + '[' -e /etc/redhat-release ']'
- 2021-12-20 13:30:48.758 | + type dnf
- 2021-12-20 13:30:48.758 | + yum -v -y install ndisc6
- 2021-12-20 13:30:48.858 | Loading "fastestmirror" plugin
- 2021-12-20 13:30:48.859 | Config time: 0.004
- 2021-12-20 13:30:48.860 | Yum version: 3.4.3
- 2021-12-20 13:30:48.891 | rpmdb time: 0.000
- 2021-12-20 13:30:48.892 | Setting up Package Sacks
- 2021-12-20 13:30:48.892 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:48.917 | * base: mirror.netzwerge.de
- 2021-12-20 13:30:48.918 | * extras: mirror.23m.com
- 2021-12-20 13:30:48.918 | * updates: mirror.cuegee.com
- 2021-12-20 13:30:48.923 | pkgsack time: 0.031
- 2021-12-20 13:30:48.923 | Checking for virtual provide or file-provide for ndisc6
- 2021-12-20 13:30:48.924 | Checking for installed virtual provide or file-provide for ndisc6
- 2021-12-20 13:30:48.924 | No package ndisc6 available.
- 2021-12-20 13:30:48.989 | Error: Nothing to do
- 2021-12-20 13:30:48.999 | + true
- 2021-12-20 13:30:48.999 | + DIB_DHCP_CLIENT=dhclient
- 2021-12-20 13:30:49.000 | + '[' -x /etc/NetworkManager ']'
- 2021-12-20 13:30:49.000 | + 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
- 2021-12-20 13:30:49.000 | + sed -i s/DIB_DHCP_CLIENT/dhclient/g /etc/NetworkManager/conf.d/00-main.conf
- 2021-12-20 13:30:49.001 | + sed -i s/DIB_DHCP_TIMEOUT/30/g /etc/NetworkManager/conf.d/00-main.conf
- 2021-12-20 13:30:49.002 | + '[' centos '!=' gentoo ']'
- 2021-12-20 13:30:49.002 | + install -D -g root -o root -m 0755 /tmp/in_target.d/install.d/dhcp-all-interfaces.sh /usr/local/sbin/dhcp-all-interfaces.sh
- 2021-12-20 13:30:49.003 | + sed -i s/DIB_DHCP_TIMEOUT/30/ /usr/local/sbin/dhcp-all-interfaces.sh
- 2021-12-20 13:30:49.004 | + '[' -f /etc/dhcp/dhclient.conf ']'
- 2021-12-20 13:30:49.004 | + grep -o '^timeout ' /etc/dhcp/dhclient.conf
- 2021-12-20 13:30:49.004 | timeout
- 2021-12-20 13:30:49.005 | + sed -i -e 's/^timeout .*/# "timeout" Value set by dhcp-all-interfaces\ntimeout 30;/' /etc/dhcp/dhclient.conf
- 2021-12-20 13:30:49.005 | + grep -o '^retry ' /etc/dhcp/dhclient.conf
- 2021-12-20 13:30:49.006 | retry
- 2021-12-20 13:30:49.006 | + sed -i -e '/^retry/s/^/# \"retry\" Value commented by dhcp-all-interfaces\n# /g' /etc/dhcp/dhclient.conf
- 2021-12-20 13:30:49.007 | + '[' systemd == upstart ']'
- 2021-12-20 13:30:49.007 | + '[' systemd == systemd ']'
- 2021-12-20 13:30:49.007 | + install -D -g root -o root -m 0644 /tmp/in_target.d/install.d/[email protected] /usr/lib/systemd/system/[email protected]
- 2021-12-20 13:30:49.007 | + install -D -g root -o root -m 0644 /tmp/in_target.d/install.d/dhcp-all-interfaces-udev.rules /etc/udev/rules.d/99-dhcp-all-interfaces.rules
- 2021-12-20 13:30:49.008 | + sed -i s/TimeoutStartSec=DIB_DHCP_TIMEOUT/TimeoutStartSec=60s/ /usr/lib/systemd/system/[email protected]
- 2021-12-20 13:30:49.010 | dib-run-parts 50-dhcp-all-interfaces completed
- 2021-12-20 13:30:49.010 | dib-run-parts Running /tmp/in_target.d/install.d/60-remove-cloud-image-interfaces
- 2021-12-20 13:30:49.011 | + set -eu
- 2021-12-20 13:30:49.011 | + set -o pipefail
- 2021-12-20 13:30:49.011 | ++ grep -v ifcfg-lo
- 2021-12-20 13:30:49.011 | ++ ls /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-lo
- 2021-12-20 13:30:49.012 | + for ifcfg in '$(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v "ifcfg-lo")'
- 2021-12-20 13:30:49.012 | + rm -f /etc/sysconfig/network-scripts/ifcfg-eth0
- 2021-12-20 13:30:49.013 | + rm -f '/etc/network/interfaces.d/*'
- 2021-12-20 13:30:49.013 | + rm -f '/etc/conf.d/net*'
- 2021-12-20 13:30:49.014 | + '[' -f /etc/network/interfaces ']'
- 2021-12-20 13:30:49.014 | dib-run-parts 60-remove-cloud-image-interfaces completed
- 2021-12-20 13:30:49.014 | dib-run-parts Running /tmp/in_target.d/install.d/80-modprobe-blacklist
- 2021-12-20 13:30:49.016 | + set -eu
- 2021-12-20 13:30:49.016 | + set -o pipefail
- 2021-12-20 13:30:49.016 | + MODULES_LIST=
- 2021-12-20 13:30:49.016 | dib-run-parts 80-modprobe-blacklist completed
- 2021-12-20 13:30:49.016 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls
- 2021-12-20 13:30:49.018 | + set -eu
- 2021-12-20 13:30:49.018 | + set -o pipefail
- 2021-12-20 13:30:49.018 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls
- 2021-12-20 13:30:49.018 | + package-uninstalls -d /tmp/in_target.d/install.d
- 2021-12-20 13:30:49.019 | + set -eu
- 2021-12-20 13:30:49.019 | + set -o pipefail
- 2021-12-20 13:30:49.019 | ++ basename /usr/local/bin/package-uninstalls
- 2021-12-20 13:30:49.019 | + SCRIPTNAME=package-uninstalls
- 2021-12-20 13:30:49.020 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d
- 2021-12-20 13:30:49.020 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
- 2021-12-20 13:30:49.020 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:49.020 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
- 2021-12-20 13:30:49.020 | ++ set -- -d /tmp/in_target.d/install.d --
- 2021-12-20 13:30:49.020 | + WORKDIR=
- 2021-12-20 13:30:49.020 | + true
- 2021-12-20 13:30:49.020 | + case "$1" in
- 2021-12-20 13:30:49.020 | + WORKDIR=/tmp/in_target.d/install.d
- 2021-12-20 13:30:49.020 | + shift 2
- 2021-12-20 13:30:49.020 | + true
- 2021-12-20 13:30:49.020 | + case "$1" in
- 2021-12-20 13:30:49.020 | + shift
- 2021-12-20 13:30:49.020 | + break
- 2021-12-20 13:30:49.020 | + '[' -z /tmp/in_target.d/install.d ']'
- 2021-12-20 13:30:49.020 | + PACKAGES=
- 2021-12-20 13:30:49.021 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:49.021 | + install-packages -e
- 2021-12-20 13:30:49.025 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json
- 2021-12-20 13:30:49.054 | Nothing to uninstall
- 2021-12-20 13:30:49.058 | dib-run-parts 99-package-uninstalls completed
- 2021-12-20 13:30:49.058 | dib-run-parts ----------------------- PROFILING -----------------------
- 2021-12-20 13:30:49.058 | dib-run-parts
- 2021-12-20 13:30:49.059 | dib-run-parts Target: install.d
- 2021-12-20 13:30:49.059 | dib-run-parts
- 2021-12-20 13:30:49.059 | dib-run-parts Script Seconds
- 2021-12-20 13:30:49.059 | dib-run-parts --------------------------------------- ----------
- 2021-12-20 13:30:49.059 | dib-run-parts
- 2021-12-20 13:30:49.062 | dib-run-parts 00-baseline-environment 0.818
- 2021-12-20 13:30:49.064 | dib-run-parts 00-up-to-date 38.440
- 2021-12-20 13:30:49.067 | dib-run-parts 01-package-installs 3.046
- 2021-12-20 13:30:49.069 | dib-run-parts 05-set-cloud-init-sources 0.003
- 2021-12-20 13:30:49.071 | dib-run-parts 10-cloud-init 0.002
- 2021-12-20 13:30:49.073 | dib-run-parts 20-install-init-scripts 0.002
- 2021-12-20 13:30:49.076 | dib-run-parts 50-devuser 0.020
- 2021-12-20 13:30:49.078 | dib-run-parts 50-dhcp-all-interfaces 0.253
- 2021-12-20 13:30:49.080 | dib-run-parts 60-remove-cloud-image-interfaces 0.004
- 2021-12-20 13:30:49.082 | dib-run-parts 80-modprobe-blacklist 0.001
- 2021-12-20 13:30:49.084 | dib-run-parts 99-package-uninstalls 0.041
- 2021-12-20 13:30:49.085 | dib-run-parts
- 2021-12-20 13:30:49.085 | dib-run-parts --------------------- END PROFILING ---------------------
- 2021-12-20 13:30:49.088 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
- 2021-12-20 13:30:49.090 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
- 2021-12-20 13:30:49.092 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
- 2021-12-20 13:30:49.093 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : check_break after-install run_in_target bash
- 2021-12-20 13:30:49.095 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:49.096 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-install(,|$)' -q
- 2021-12-20 13:30:49.099 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : sudo umount -f /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:49.105 | + diskimage_builder/lib/img-functions:run_d_in_target:88 : timeout 10 sh -c ' while ! sudo rmdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d; do sleep 1; done'
- 2021-12-20 13:30:49.112 | + diskimage_builder/lib/disk-image-create:main:359 : do_extra_package_install
- 2021-12-20 13:30:49.114 | + diskimage_builder/lib/img-functions:do_extra_package_install:167 : '[' mdadm '!=' '' ']'
- 2021-12-20 13:30:49.115 | + diskimage_builder/lib/img-functions:do_extra_package_install:168 : run_in_target install-packages mdadm
- 2021-12-20 13:30:49.117 | + diskimage_builder/lib/img-functions:run_in_target:50 : cmd='install-packages mdadm'
- 2021-12-20 13:30:49.119 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
- 2021-12-20 13:30:49.120 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
- 2021-12-20 13:30:49.122 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
- 2021-12-20 13:30:49.124 | + diskimage_builder/lib/img-functions:run_in_target:59 : sudo -E chroot /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c 'install-packages mdadm'
- 2021-12-20 13:30:49.143 | Running install-packages install.
- 2021-12-20 13:30:49.143 | + yum -v -y install mdadm
- 2021-12-20 13:30:49.236 | Loading "fastestmirror" plugin
- 2021-12-20 13:30:49.237 | Config time: 0.004
- 2021-12-20 13:30:49.237 | Yum version: 3.4.3
- 2021-12-20 13:30:49.269 | rpmdb time: 0.000
- 2021-12-20 13:30:49.269 | Setting up Package Sacks
- 2021-12-20 13:30:49.270 | Loading mirror speeds from cached hostfile
- 2021-12-20 13:30:49.294 | * base: mirror.netzwerge.de
- 2021-12-20 13:30:49.294 | * extras: mirror.23m.com
- 2021-12-20 13:30:49.294 | * updates: mirror.cuegee.com
- 2021-12-20 13:30:49.299 | pkgsack time: 0.029
- 2021-12-20 13:30:49.372 | Obs Init time: 0.072
- 2021-12-20 13:30:49.374 | Resolving Dependencies
- 2021-12-20 13:30:49.374 | --> Running transaction check
- 2021-12-20 13:30:49.374 | ---> Package mdadm.x86_64 0:4.1-8.el7_9 will be installed
- 2021-12-20 13:30:49.374 | Checking deps for mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.374 | looking for ('systemd-units', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.376 | looking for ('systemd-units', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.376 | looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.377 | looking for ('libreport-filesystem', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.377 | looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.378 | looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.378 | looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.378 | looking for ('coreutils', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.379 | looking for ('coreutils', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.379 | looking for ('chkconfig', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.379 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.380 | looking for ('/bin/sh', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.380 | looking for ('/bin/bash', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.380 | looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.380 | looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.381 | mdadm-4.1-8.el7_9.x86_64 requires: libreport-filesystem
- 2021-12-20 13:30:49.381 | --> Processing Dependency: libreport-filesystem for package: mdadm-4.1-8.el7_9.x86_64
- 2021-12-20 13:30:49.381 | Searching pkgSack for dep: libreport-filesystem
- 2021-12-20 13:30:49.381 | Building updates object
- 2021-12-20 13:30:49.453 | up:simple updates time: 0.002
- 2021-12-20 13:30:49.454 | up:obs time: 0.001
- 2021-12-20 13:30:49.454 | up:condense time: 0.000
- 2021-12-20 13:30:49.454 | updates time: 0.073
- 2021-12-20 13:30:49.456 | TSINFO: Marking libreport-filesystem-2.1.11-53.el7.centos.x86_64 as install for mdadm-4.1-8.el7_9.x86_64
- 2021-12-20 13:30:49.456 | --> Running transaction check
- 2021-12-20 13:30:49.456 | ---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7.centos will be installed
- 2021-12-20 13:30:49.456 | Checking deps for libreport-filesystem.x86_64 0:2.1.11-53.el7.centos - u
- 2021-12-20 13:30:49.668 | --> Finished Dependency Resolution
- 2021-12-20 13:30:49.668 | Dependency Process ending
- 2021-12-20 13:30:49.724 | Depsolve time: 0.349
- 2021-12-20 13:30:49.724 |
- 2021-12-20 13:30:49.724 | Dependencies Resolved
- 2021-12-20 13:30:49.725 |
- 2021-12-20 13:30:49.725 | ================================================================================
- 2021-12-20 13:30:49.725 | Package Arch Version Repository Size
- 2021-12-20 13:30:49.725 | ================================================================================
- 2021-12-20 13:30:49.725 | Installing:
- 2021-12-20 13:30:49.725 | mdadm x86_64 4.1-8.el7_9 updates 440 k
- 2021-12-20 13:30:49.725 | Installing for dependencies:
- 2021-12-20 13:30:49.725 | libreport-filesystem x86_64 2.1.11-53.el7.centos base 41 k
- 2021-12-20 13:30:49.725 |
- 2021-12-20 13:30:49.725 | Transaction Summary
- 2021-12-20 13:30:49.725 | ================================================================================
- 2021-12-20 13:30:49.725 | Install 1 Package (+1 Dependent package)
- 2021-12-20 13:30:49.725 |
- 2021-12-20 13:30:49.725 | Total size: 480 k
- 2021-12-20 13:30:49.726 | Installed size: 1.0 M
- 2021-12-20 13:30:49.726 | Downloading packages:
- 2021-12-20 13:30:49.726 | using local copy of libreport-filesystem-2.1.11-53.el7.centos.x86_64
- 2021-12-20 13:30:49.726 | using local copy of mdadm-4.1-8.el7_9.x86_64
- 2021-12-20 13:30:49.728 | Member: libreport-filesystem.x86_64 0:2.1.11-53.el7.centos - u
- 2021-12-20 13:30:49.728 | Adding Package libreport-filesystem-2.1.11-53.el7.centos.x86_64 in mode u
- 2021-12-20 13:30:49.728 | Member: mdadm.x86_64 0:4.1-8.el7_9 - u
- 2021-12-20 13:30:49.728 | Adding Package mdadm-4.1-8.el7_9.x86_64 in mode u
- 2021-12-20 13:30:49.728 | Running transaction check
- 2021-12-20 13:30:49.830 | Transaction check time: 0.101
- 2021-12-20 13:30:49.830 | Running transaction test
- 2021-12-20 13:30:49.838 | Transaction test succeeded
- 2021-12-20 13:30:49.838 | Transaction test time: 0.008
- 2021-12-20 13:30:49.838 | Running transaction
- 2021-12-20 13:30:49.885 | Installing : libreport-filesystem-2.1.11-53.el7.centos.x86_64 1/2
- 2021-12-20 13:30:49.895 | Installing : mdadm-4.1-8.el7_9.x86_64 2/2
- 2021-12-20 13:30:49.897 | Verifying : libreport-filesystem-2.1.11-53.el7.centos.x86_64 1/2
- 2021-12-20 13:30:49.951 | Verifying : mdadm-4.1-8.el7_9.x86_64 2/2
- 2021-12-20 13:30:49.951 | VerifyTransaction time: 0.056
- 2021-12-20 13:30:49.951 | Transaction time: 0.113
- 2021-12-20 13:30:49.951 |
- 2021-12-20 13:30:49.951 | Installed:
- 2021-12-20 13:30:49.951 | mdadm.x86_64 0:4.1-8.el7_9
- 2021-12-20 13:30:49.951 |
- 2021-12-20 13:30:49.951 | Dependency Installed:
- 2021-12-20 13:30:49.951 | libreport-filesystem.x86_64 0:2.1.11-53.el7.centos
- 2021-12-20 13:30:49.951 |
- 2021-12-20 13:30:49.951 | Complete!
- 2021-12-20 13:30:49.969 | + '[' install == install ']'
- 2021-12-20 13:30:49.969 | + '[' yum == dnf ']'
- 2021-12-20 13:30:49.972 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
- 2021-12-20 13:30:49.974 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
- 2021-12-20 13:30:49.975 | + diskimage_builder/lib/disk-image-create:main:360 : run_d_in_target post-install
- 2021-12-20 13:30:49.977 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
- 2021-12-20 13:30:49.979 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:30:49.980 | + diskimage_builder/lib/img-functions:run_d_in_target:68 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/post-install.d ']'
- 2021-12-20 13:30:49.982 | + diskimage_builder/lib/img-functions:run_d_in_target:69 : sudo mkdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:49.987 | + diskimage_builder/lib/img-functions:run_d_in_target:74 : sudo cp /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-run-parts /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks
- 2021-12-20 13:30:49.993 | + diskimage_builder/lib/img-functions:run_d_in_target:79 : sudo mount --bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:50.000 | + diskimage_builder/lib/img-functions:run_d_in_target:80 : sudo mount -o remount,ro,bind /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:50.010 | + diskimage_builder/lib/img-functions:run_d_in_target:81 : check_break before-post-install run_in_target bash
- 2021-12-20 13:30:50.012 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.012 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-install(,|$)' -q
- 2021-12-20 13:30:50.015 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
- 2021-12-20 13:30:50.017 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
- 2021-12-20 13:30:50.018 | + diskimage_builder/lib/img-functions:run_d_in_target:83 : trap 'check_break after-error run_in_target bash' ERR
- 2021-12-20 13:30:50.020 | + diskimage_builder/lib/img-functions:run_d_in_target:84 : run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.021 | + diskimage_builder/lib/img-functions:run_in_target:50 : cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d'
- 2021-12-20 13:30:50.023 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
- 2021-12-20 13:30:50.024 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
- 2021-12-20 13:30:50.026 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
- 2021-12-20 13:30:50.028 | + diskimage_builder/lib/img-functions:run_in_target:59 : sudo -E chroot /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/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'
- 2021-12-20 13:30:50.039 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults
- 2021-12-20 13:30:50.040 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults
- 2021-12-20 13:30:50.040 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:30:50.040 | ++ DIB_AVOID_PACKAGES_UPDATE=0
- 2021-12-20 13:30:50.041 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:30:50.042 | + source /tmp/in_target.d/post-install.d/../environment.d/10-bootloader-default-cmdline
- 2021-12-20 13:30:50.042 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:30:50.042 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
- 2021-12-20 13:30:50.042 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:30:50.042 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
- 2021-12-20 13:30:50.042 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:30:50.043 | + source /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash
- 2021-12-20 13:30:50.043 | ++ export DISTRO_NAME=centos
- 2021-12-20 13:30:50.043 | ++ DISTRO_NAME=centos
- 2021-12-20 13:30:50.043 | ++ export DIB_RELEASE=7
- 2021-12-20 13:30:50.043 | ++ DIB_RELEASE=7
- 2021-12-20 13:30:50.043 | ++ export EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:30:50.043 | ++ EFI_BOOT_DIR=EFI/centos
- 2021-12-20 13:30:50.043 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:30:50.044 | + source /tmp/in_target.d/post-install.d/../environment.d/10-dracut-regenerate
- 2021-12-20 13:30:50.044 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
- 2021-12-20 13:30:50.044 | - name: crypt
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - cryptsetup
- 2021-12-20 13:30:50.044 | - name: lvm
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - lvm2
- 2021-12-20 13:30:50.044 | '
- 2021-12-20 13:30:50.044 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
- 2021-12-20 13:30:50.044 | - name: crypt
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - cryptsetup
- 2021-12-20 13:30:50.044 | - name: lvm
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - lvm2
- 2021-12-20 13:30:50.044 | '
- 2021-12-20 13:30:50.044 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - cryptsetup
- 2021-12-20 13:30:50.044 | - name: lvm
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - lvm2
- 2021-12-20 13:30:50.044 | - name: mdraid
- 2021-12-20 13:30:50.044 | packages:
- 2021-12-20 13:30:50.044 | - mdadm'
- 2021-12-20 13:30:50.044 | ++ export DIB_DRACUT_ENABLED_MODULES
- 2021-12-20 13:30:50.044 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:30:50.045 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash
- 2021-12-20 13:30:50.045 | ++ export DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:30:50.045 | ++ DIB_DEFAULT_INSTALLTYPE=source
- 2021-12-20 13:30:50.045 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:30:50.046 | + source /tmp/in_target.d/post-install.d/../environment.d/11-yum-dnf.bash
- 2021-12-20 13:30:50.046 | ++ [[ 7 == \7 ]]
- 2021-12-20 13:30:50.046 | ++ export YUM=yum
- 2021-12-20 13:30:50.046 | ++ YUM=yum
- 2021-12-20 13:30:50.047 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests
- 2021-12-20 13:30:50.047 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests
- 2021-12-20 13:30:50.048 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:30:50.048 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
- 2021-12-20 13:30:50.048 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:30:50.048 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
- 2021-12-20 13:30:50.048 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:30:50.049 | + source /tmp/in_target.d/post-install.d/../environment.d/15-block-device.bash
- 2021-12-20 13:30:50.049 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
- 2021-12-20 13:30:50.049 | ++ export DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:30:50.049 | ++ DIB_BLOCK_DEVICE=efi
- 2021-12-20 13:30:50.049 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-devuser
- 2021-12-20 13:30:50.050 | + source /tmp/in_target.d/post-install.d/../environment.d/50-devuser
- 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_USERNAME=devuser
- 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_SHELL=
- 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_SHELL=
- 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
- 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
- 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_PASSWORD=calvin
- 2021-12-20 13:30:50.050 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common
- 2021-12-20 13:30:50.051 | + source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common
- 2021-12-20 13:30:50.051 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:30:50.051 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
- 2021-12-20 13:30:50.051 | ++ export DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:30:50.051 | ++ DIB_INIT_SYSTEM=systemd
- 2021-12-20 13:30:50.051 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:30:50.052 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system
- 2021-12-20 13:30:50.052 | ++ '[' -z systemd ']'
- 2021-12-20 13:30:50.052 | ++ case $DIB_INIT_SYSTEM in
- 2021-12-20 13:30:50.052 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs
- 2021-12-20 13:30:50.054 | + set -eu
- 2021-12-20 13:30:50.054 | + set -o pipefail
- 2021-12-20 13:30:50.054 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs
- 2021-12-20 13:30:50.054 | + package-installs -d /tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.055 | + set -eu
- 2021-12-20 13:30:50.055 | + set -o pipefail
- 2021-12-20 13:30:50.055 | ++ basename /usr/local/bin/package-installs
- 2021-12-20 13:30:50.055 | + SCRIPTNAME=package-installs
- 2021-12-20 13:30:50.056 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.056 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
- 2021-12-20 13:30:50.056 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:50.056 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
- 2021-12-20 13:30:50.056 | ++ set -- -d /tmp/in_target.d/post-install.d --
- 2021-12-20 13:30:50.056 | + WORKDIR=
- 2021-12-20 13:30:50.056 | + true
- 2021-12-20 13:30:50.056 | + case "$1" in
- 2021-12-20 13:30:50.056 | + WORKDIR=/tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.056 | + shift 2
- 2021-12-20 13:30:50.056 | + true
- 2021-12-20 13:30:50.056 | + case "$1" in
- 2021-12-20 13:30:50.056 | + shift
- 2021-12-20 13:30:50.056 | + break
- 2021-12-20 13:30:50.056 | + '[' -z /tmp/in_target.d/post-install.d ']'
- 2021-12-20 13:30:50.056 | + PACKAGES=
- 2021-12-20 13:30:50.056 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:50.057 | + '[' -n '' ']'
- 2021-12-20 13:30:50.057 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json
- 2021-12-20 13:30:50.087 | Nothing to install
- 2021-12-20 13:30:50.091 | dib-run-parts 00-package-installs completed
- 2021-12-20 13:30:50.091 | dib-run-parts Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf
- 2021-12-20 13:30:50.092 | + set -eu
- 2021-12-20 13:30:50.092 | + set -o pipefail
- 2021-12-20 13:30:50.092 | + grep NOZEROCONF /etc/sysconfig/network
- 2021-12-20 13:30:50.093 | NOZEROCONF=yes
- 2021-12-20 13:30:50.094 | dib-run-parts 06-network-config-nonzeroconf completed
- 2021-12-20 13:30:50.094 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts
- 2021-12-20 13:30:50.095 | + set -eu
- 2021-12-20 13:30:50.095 | + set -o pipefail
- 2021-12-20 13:30:50.095 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts
- 2021-12-20 13:30:50.095 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/
- 2021-12-20 13:30:50.095 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]]
- 2021-12-20 13:30:50.096 | dib-run-parts 10-enable-init-scripts completed
- 2021-12-20 13:30:50.096 | dib-run-parts Running /tmp/in_target.d/post-install.d/15-disable-selinux
- 2021-12-20 13:30:50.097 | + set -eu
- 2021-12-20 13:30:50.097 | + set -o pipefail
- 2021-12-20 13:30:50.097 | + config=/etc/selinux/config
- 2021-12-20 13:30:50.097 | + '[' -e /etc/selinux/config ']'
- 2021-12-20 13:30:50.097 | + sed -i 's%^\(SELINUX=\s*\).*$%SELINUX=disabled%' /etc/selinux/config
- 2021-12-20 13:30:50.099 | dib-run-parts 15-disable-selinux completed
- 2021-12-20 13:30:50.099 | dib-run-parts Running /tmp/in_target.d/post-install.d/20-enable-cloud-init
- 2021-12-20 13:30:50.100 | + set -eu
- 2021-12-20 13:30:50.100 | + set -o pipefail
- 2021-12-20 13:30:50.100 | + [[ systemd == \o\p\e\n\r\c ]]
- 2021-12-20 13:30:50.101 | dib-run-parts 20-enable-cloud-init completed
- 2021-12-20 13:30:50.101 | dib-run-parts Running /tmp/in_target.d/post-install.d/21-cloud-init-allow-password-auth
- 2021-12-20 13:30:50.102 | + set -eu
- 2021-12-20 13:30:50.102 | + set -o pipefail
- 2021-12-20 13:30:50.102 | + '[' -n '' ']'
- 2021-12-20 13:30:50.103 | dib-run-parts 21-cloud-init-allow-password-auth completed
- 2021-12-20 13:30:50.103 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls
- 2021-12-20 13:30:50.104 | + set -eu
- 2021-12-20 13:30:50.104 | + set -o pipefail
- 2021-12-20 13:30:50.104 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls
- 2021-12-20 13:30:50.104 | + package-uninstalls -d /tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.105 | + set -eu
- 2021-12-20 13:30:50.105 | + set -o pipefail
- 2021-12-20 13:30:50.105 | ++ basename /usr/local/bin/package-uninstalls
- 2021-12-20 13:30:50.106 | + SCRIPTNAME=package-uninstalls
- 2021-12-20 13:30:50.106 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.106 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
- 2021-12-20 13:30:50.106 | + '[' 0 '!=' 0 ']'
- 2021-12-20 13:30:50.106 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
- 2021-12-20 13:30:50.106 | ++ set -- -d /tmp/in_target.d/post-install.d --
- 2021-12-20 13:30:50.106 | + WORKDIR=
- 2021-12-20 13:30:50.106 | + true
- 2021-12-20 13:30:50.106 | + case "$1" in
- 2021-12-20 13:30:50.106 | + WORKDIR=/tmp/in_target.d/post-install.d
- 2021-12-20 13:30:50.106 | + shift 2
- 2021-12-20 13:30:50.106 | + true
- 2021-12-20 13:30:50.106 | + case "$1" in
- 2021-12-20 13:30:50.106 | + shift
- 2021-12-20 13:30:50.106 | + break
- 2021-12-20 13:30:50.106 | + '[' -z /tmp/in_target.d/post-install.d ']'
- 2021-12-20 13:30:50.106 | + PACKAGES=
- 2021-12-20 13:30:50.107 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
- 2021-12-20 13:30:50.107 | + install-packages -e
- 2021-12-20 13:30:50.110 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json
- 2021-12-20 13:30:50.140 | Nothing to uninstall
- 2021-12-20 13:30:50.143 | dib-run-parts 95-package-uninstalls completed
- 2021-12-20 13:30:50.143 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-reset-yum-conf
- 2021-12-20 13:30:50.144 | + set -eu
- 2021-12-20 13:30:50.144 | + set -o pipefail
- 2021-12-20 13:30:50.144 | + [[ yum == \d\n\f ]]
- 2021-12-20 13:30:50.144 | + cfg=/etc/yum.conf
- 2021-12-20 13:30:50.144 | + cachedir=/var/cache/yum
- 2021-12-20 13:30:50.144 | + sed -i '/^keepcache/c\keepcache=0' /etc/yum.conf
- 2021-12-20 13:30:50.145 | + sed -i '/^cachedir/c\cachedir=/var/cache/yum' /etc/yum.conf
- 2021-12-20 13:30:50.146 | dib-run-parts 99-reset-yum-conf completed
- 2021-12-20 13:30:50.147 | dib-run-parts ----------------------- PROFILING -----------------------
- 2021-12-20 13:30:50.147 | dib-run-parts
- 2021-12-20 13:30:50.147 | dib-run-parts Target: post-install.d
- 2021-12-20 13:30:50.147 | dib-run-parts
- 2021-12-20 13:30:50.147 | dib-run-parts Script Seconds
- 2021-12-20 13:30:50.147 | dib-run-parts --------------------------------------- ----------
- 2021-12-20 13:30:50.147 | dib-run-parts
- 2021-12-20 13:30:50.151 | dib-run-parts 00-package-installs 0.038
- 2021-12-20 13:30:50.153 | dib-run-parts 06-network-config-nonzeroconf 0.002
- 2021-12-20 13:30:50.155 | dib-run-parts 10-enable-init-scripts 0.002
- 2021-12-20 13:30:50.157 | dib-run-parts 15-disable-selinux 0.002
- 2021-12-20 13:30:50.159 | dib-run-parts 20-enable-cloud-init 0.001
- 2021-12-20 13:30:50.162 | dib-run-parts 21-cloud-init-allow-password-auth 0.001
- 2021-12-20 13:30:50.164 | dib-run-parts 95-package-uninstalls 0.040
- 2021-12-20 13:30:50.166 | dib-run-parts 99-reset-yum-conf 0.003
- 2021-12-20 13:30:50.166 | dib-run-parts
- 2021-12-20 13:30:50.166 | dib-run-parts --------------------- END PROFILING ---------------------
- 2021-12-20 13:30:50.169 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
- 2021-12-20 13:30:50.171 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
- 2021-12-20 13:30:50.173 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
- 2021-12-20 13:30:50.174 | + diskimage_builder/lib/img-functions:run_d_in_target:86 : check_break after-post-install run_in_target bash
- 2021-12-20 13:30:50.176 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.176 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-install(,|$)' -q
- 2021-12-20 13:30:50.179 | + diskimage_builder/lib/img-functions:run_d_in_target:87 : sudo umount -f /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d
- 2021-12-20 13:30:50.186 | + diskimage_builder/lib/img-functions:run_d_in_target:88 : timeout 10 sh -c ' while ! sudo rmdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/in_target.d; do sleep 1; done'
- 2021-12-20 13:30:50.194 | + diskimage_builder/lib/disk-image-create:main:361 : run_d post-root
- 2021-12-20 13:30:50.196 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
- 2021-12-20 13:30:50.197 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:30:50.199 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-post-root bash
- 2021-12-20 13:30:50.201 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.202 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-root(,|$)' -q
- 2021-12-20 13:30:50.205 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/post-root.d ']'
- 2021-12-20 13:30:50.207 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-post-root bash
- 2021-12-20 13:30:50.208 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.208 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-root(,|$)' -q
- 2021-12-20 13:30:50.211 | + diskimage_builder/lib/disk-image-create:main:365 : '[' -e /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/lost+found ']'
- 2021-12-20 13:30:50.213 | + diskimage_builder/lib/disk-image-create:main:369 : unmount_image
- 2021-12-20 13:30:50.214 | + diskimage_builder/lib/img-functions:unmount_image:22 : sync
- 2021-12-20 13:30:50.541 | + diskimage_builder/lib/img-functions:unmount_image:26 : unmount_dir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:50.542 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:50.544 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir
- 2021-12-20 13:30:50.545 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts
- 2021-12-20 13:30:50.547 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts
- 2021-12-20 13:30:50.549 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint
- 2021-12-20 13:30:50.551 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
- 2021-12-20 13:30:50.552 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:50.555 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:50.556 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|'
- 2021-12-20 13:30:50.558 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts
- 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}'
- 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/'
- 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r
- 2021-12-20 13:30:50.564 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts='/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
- 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
- 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
- 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
- 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev'
- 2021-12-20 13:30:50.565 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
- 2021-12-20 13:30:50.567 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
- 2021-12-20 13:30:50.569 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.570 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
- 2021-12-20 13:30:50.572 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum == */boot/efi ]]
- 2021-12-20 13:30:50.574 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.575 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
- 2021-12-20 13:30:50.577 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.578 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
- 2021-12-20 13:30:50.580 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum == */tmp ]]
- 2021-12-20 13:30:50.582 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
- 2021-12-20 13:30:50.584 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum'
- 2021-12-20 13:30:50.584 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
- 2021-12-20 13:30:50.585 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
- 2021-12-20 13:30:50.593 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
- 2021-12-20 13:30:50.594 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
- 2021-12-20 13:30:50.597 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.599 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
- 2021-12-20 13:30:50.601 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys == */boot/efi ]]
- 2021-12-20 13:30:50.603 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.604 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
- 2021-12-20 13:30:50.606 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.607 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
- 2021-12-20 13:30:50.609 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys == */tmp ]]
- 2021-12-20 13:30:50.610 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
- 2021-12-20 13:30:50.612 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys'
- 2021-12-20 13:30:50.612 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
- 2021-12-20 13:30:50.614 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
- 2021-12-20 13:30:50.622 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
- 2021-12-20 13:30:50.624 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
- 2021-12-20 13:30:50.626 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.629 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
- 2021-12-20 13:30:50.630 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc == */boot/efi ]]
- 2021-12-20 13:30:50.633 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.635 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
- 2021-12-20 13:30:50.637 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.639 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
- 2021-12-20 13:30:50.641 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc == */tmp ]]
- 2021-12-20 13:30:50.643 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
- 2021-12-20 13:30:50.644 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc'
- 2021-12-20 13:30:50.644 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
- 2021-12-20 13:30:50.646 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
- 2021-12-20 13:30:50.653 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
- 2021-12-20 13:30:50.655 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
- 2021-12-20 13:30:50.657 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.659 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
- 2021-12-20 13:30:50.661 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts == */boot/efi ]]
- 2021-12-20 13:30:50.663 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.664 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
- 2021-12-20 13:30:50.666 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.668 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
- 2021-12-20 13:30:50.669 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts == */tmp ]]
- 2021-12-20 13:30:50.671 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
- 2021-12-20 13:30:50.672 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts'
- 2021-12-20 13:30:50.672 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
- 2021-12-20 13:30:50.674 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
- 2021-12-20 13:30:50.685 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
- 2021-12-20 13:30:50.687 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
- 2021-12-20 13:30:50.689 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.691 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
- 2021-12-20 13:30:50.693 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev == */boot/efi ]]
- 2021-12-20 13:30:50.694 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.696 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
- 2021-12-20 13:30:50.697 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
- 2021-12-20 13:30:50.699 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
- 2021-12-20 13:30:50.701 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev == */tmp ]]
- 2021-12-20 13:30:50.702 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
- 2021-12-20 13:30:50.704 | + diskimage_builder/lib/common-functions:unmount_dir:457 : echo 'Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev'
- 2021-12-20 13:30:50.704 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev
- 2021-12-20 13:30:50.705 | + diskimage_builder/lib/common-functions:unmount_dir:458 : sudo umount -fl /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev
- 2021-12-20 13:30:50.717 | + diskimage_builder/lib/img-functions:unmount_image:27 : '[' -n '' ']'
- 2021-12-20 13:30:50.719 | + diskimage_builder/lib/img-functions:unmount_image:30 : '[' -n '' ']'
- 2021-12-20 13:30:50.721 | + diskimage_builder/lib/disk-image-create:main:370 : mv /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/built
- 2021-12-20 13:30:50.730 | + diskimage_builder/lib/disk-image-create:main:377 : du_output=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/du_output.tmp
- 2021-12-20 13:30:50.732 | + diskimage_builder/lib/disk-image-create:main:379 : '[' -n 81GB ']'
- 2021-12-20 13:30:50.734 | ++ diskimage_builder/lib/disk-image-create:main:380 : awk '{printf("%d\n",$1 * 1024 *1024)}'
- 2021-12-20 13:30:50.734 | ++ diskimage_builder/lib/disk-image-create:main:380 : echo 81GB
- 2021-12-20 13:30:50.737 | + diskimage_builder/lib/disk-image-create:main:380 : du_size=84934656
- 2021-12-20 13:30:50.739 | + diskimage_builder/lib/disk-image-create:main:398 : [[ 0 != 0 ]]
- 2021-12-20 13:30:50.740 | + diskimage_builder/lib/disk-image-create:main:432 : rm -f /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/du_output.tmp
- 2021-12-20 13:30:50.743 | + diskimage_builder/lib/disk-image-create:main:434 : '[' -n '' ']'
- 2021-12-20 13:30:50.744 | + diskimage_builder/lib/disk-image-create:main:437 : journal_size=64
- 2021-12-20 13:30:50.746 | + diskimage_builder/lib/disk-image-create:main:440 : '[' xfs = ext4 ']'
- 2021-12-20 13:30:50.748 | + diskimage_builder/lib/disk-image-create:main:477 : [[ dracut-regenerate modprobe install-types bootloader vm rpm-distro base cloud-init-datasources package-installs install-bin pkg-map dhcp-all-interfaces disable-selinux select-boot-kernel-initrd redhat-common yum source-repositories cloud-init block-device-efi dib-init-system cache-url disable-nouveau sysprep manifests centos devuser =~ block-device-efi ]]
- 2021-12-20 13:30:50.750 | + diskimage_builder/lib/disk-image-create:main:478 : echo 'Expanding disk for EFI partition'
- 2021-12-20 13:30:50.750 | Expanding disk for EFI partition
- 2021-12-20 13:30:50.752 | + diskimage_builder/lib/disk-image-create:main:479 : du_size=85472256
- 2021-12-20 13:30:50.754 | ++ diskimage_builder/lib/disk-image-create:main:485 : awk ' { if ($1 % 64 != 0) print $1 + 64 - ( $1 % 64); else print $1; } '
- 2021-12-20 13:30:50.755 | ++ diskimage_builder/lib/disk-image-create:main:485 : echo 85472256
- 2021-12-20 13:30:50.758 | + diskimage_builder/lib/disk-image-create:main:485 : export DIB_IMAGE_SIZE=85472256
- 2021-12-20 13:30:50.760 | + diskimage_builder/lib/disk-image-create:main:485 : DIB_IMAGE_SIZE=85472256
- 2021-12-20 13:30:50.761 | + diskimage_builder/lib/disk-image-create:main:487 : '[' -n '' ']'
- 2021-12-20 13:30:50.763 | + diskimage_builder/lib/disk-image-create:main:491 : export TMP_IMAGE_DIR
- 2021-12-20 13:30:50.765 | + diskimage_builder/lib/disk-image-create:main:494 : eval_run_d block-device IMAGE_BLOCK_DEVICE=
- 2021-12-20 13:30:50.767 | ++ diskimage_builder/lib/common-functions:eval_run_d:161 : mktemp
- 2021-12-20 13:30:50.769 | + diskimage_builder/lib/common-functions:eval_run_d:161 : local run_output=/tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
- 2021-12-20 13:30:50.771 | + diskimage_builder/lib/common-functions:eval_run_d:162 : trap 'rm -f /tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7; check_break after-error bash' ERR
- 2021-12-20 13:30:50.773 | + diskimage_builder/lib/common-functions:eval_run_d:163 : run_d block-device /tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
- 2021-12-20 13:30:50.774 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
- 2021-12-20 13:30:50.776 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
- 2021-12-20 13:30:50.778 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-block-device bash
- 2021-12-20 13:30:50.780 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.780 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-block-device(,|$)' -q
- 2021-12-20 13:30:50.783 | + diskimage_builder/lib/common-functions:run_d:248 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/block-device.d ']'
- 2021-12-20 13:30:50.785 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-block-device bash
- 2021-12-20 13:30:50.786 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-block-device(,|$)' -q
- 2021-12-20 13:30:50.787 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
- 2021-12-20 13:30:50.790 | + diskimage_builder/lib/common-functions:eval_run_d:164 : grep -q IMAGE_BLOCK_DEVICE= /tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
- 2021-12-20 13:30:50.792 | + diskimage_builder/lib/common-functions:eval_run_d:168 : rm /tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
- 2021-12-20 13:30:50.795 | + diskimage_builder/lib/common-functions:eval_run_d:169 : trap - ERR
- 2021-12-20 13:30:50.797 | + diskimage_builder/lib/disk-image-create:main:496 : '[' -z ']'
- 2021-12-20 13:30:50.798 | + diskimage_builder/lib/disk-image-create:main:499 : echo 'image-size: 85472256KiB'
- 2021-12-20 13:30:50.800 | + diskimage_builder/lib/disk-image-create:main:501 : '[' -n '' ']'
- 2021-12-20 13:30:50.801 | + diskimage_builder/lib/disk-image-create:main:508 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py init
- 2021-12-20 13:30:50.910 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:30:50.910 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM', 'image-size': '85472256KiB'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:30:50.914 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'partitioning': {'base': 'image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'mkfs': {'type': 'vfat', 'mount': {'mount_point': '/boot/efi', 'fstab': {'options': 'defaults', 'fsck-passno': 2}}}}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'mkfs': {'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'mount': {'mount_point': '/', 'fstab': {'options': 'rw,relatime', 'fsck-passno': 1}}}}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'mkfs': {'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc', 'mount': {'mount_point': '/tmp', 'fstab': {'options': 'rw,relatime', 'fsck-passno': 2}}}}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:260
- 2021-12-20 13:30:50.914 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}, {'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70'}}, {'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}, {'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:262
- 2021-12-20 13:30:50.914 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}, {'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'label': 'root_fs'}}, {'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}, {'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:264
- 2021-12-20 13:30:50.914 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/states/block-device/config.json]
- 2021-12-20 13:30:50.932 | + diskimage_builder/lib/disk-image-create:main:511 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py create
- 2021-12-20 13:30:51.038 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:30:51.038 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM', 'image-size': '85472256KiB'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:30:51.039 | INFO diskimage_builder.block_device.blockdevice [-] create() called
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.blockdevice [-] Using config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}, {'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'label': 'root_fs'}}, {'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}, {'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}, {'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}]] cmd_create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:400
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'local_loop': {'name': 'image0'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level0.localloop [-] Creating LocalLoop object; config [{'name': 'image0'}] default_config [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM', 'image-size': '85472256KiB'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level0/localloop.py:75
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level0.localloop [-] Using default image size [87523590144] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level0/localloop.py:83
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Adding image0 : <diskimage_builder.block_device.level0.localloop.LocalLoopNode object at 0x7fa680ef4f10> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'fstab': {'base': 'mount_mkfs_ESP', 'name': 'fstab_mount_mkfs_ESP', 'options': 'defaults', 'fsck-passno': 2}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Adding fstab_mount_mkfs_ESP : <diskimage_builder.block_device.level4.fstab.FstabNode object at 0x7fa680eecb80> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mount': {'base': 'mkfs_ESP', 'name': 'mount_mkfs_ESP', 'mount_point': '/boot/efi'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [<diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa680f104c0>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:41
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level3.mount [-] Ordered mounts now: [('/boot/efi', 'mount_mkfs_ESP')] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:169
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Adding mount_mkfs_ESP : <diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa680f104c0> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mkfs': {'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Create filesystem object; config [{'base': 'ESP', 'name': 'mkfs_ESP', 'type': 'vfat'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:43
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [<diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680eeceb0>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:97
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_ESP : <diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680eeceb0> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'rw,relatime', 'fsck-passno': 1}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.039 | DEBUG diskimage_builder.block_device.config [-] Adding fstab_mount_mkfs_root : <diskimage_builder.block_device.level4.fstab.FstabNode object at 0x7fa681c15460> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [<diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa680eecc40>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:41
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level3.mount [-] Ordered mounts now: [('/', 'mount_mkfs_root'), ('/boot/efi', 'mount_mkfs_ESP')] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:169
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding mount_mkfs_root : <diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa680eecc40> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'label': 'root_fs'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Create filesystem object; config [{'base': 'root', 'name': 'mkfs_root', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70', 'label': 'root_fs'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:43
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [<diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680eecbb0>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:97
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_root : <diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680eecbb0> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'fstab': {'base': 'mount_mkfs_temp', 'name': 'fstab_mount_mkfs_temp', 'options': 'rw,relatime', 'fsck-passno': 2}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding fstab_mount_mkfs_temp : <diskimage_builder.block_device.level4.fstab.FstabNode object at 0x7fa680eecb50> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mount': {'base': 'mkfs_temp', 'name': 'mount_mkfs_temp', 'mount_point': '/tmp'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [<diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa681c153d0>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:41
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level3.mount [-] Ordered mounts now: [('/', 'mount_mkfs_root'), ('/boot/efi', 'mount_mkfs_ESP'), ('/tmp', 'mount_mkfs_temp')] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:169
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding mount_mkfs_temp : <diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7fa681c153d0> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mkfs': {'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Create filesystem object; config [{'base': 'temp', 'name': 'mkfs_temp', 'type': 'xfs', 'opts': '-m crc=0,finobt=0,rmapbt=0,reflink=0', 'uuid': '724412a5-afdf-4bd3-9594-df64132d43dc'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:43
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [<diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680ef4c70>] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:97
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_temp : <diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7fa680ef4c70> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}}] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:172
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Creating Partitioning object; config [{'base': 'image0', 'name': 'partitioning_image0', 'label': 'gpt', 'partitions': [{'name': 'ESP', 'type': 'EF00', 'size': '1GiB', 'base': 'image0'}, {'name': 'BSP', 'type': 'EF02', 'size': '64MiB', 'base': 'image0'}, {'name': 'root', 'label': 'root_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}, {'name': 'temp', 'label': 'temp_fs', 'type': '8300', 'size': '100%', 'base': 'image0'}]}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:34
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding ESP : <diskimage_builder.block_device.level1.partition.PartitionNode object at 0x7fa680ef4b50> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding BSP : <diskimage_builder.block_device.level1.partition.PartitionNode object at 0x7fa680ef4df0> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding root : <diskimage_builder.block_device.level1.partition.PartitionNode object at 0x7fa680ef4e50> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Adding temp : <diskimage_builder.block_device.level1.partition.PartitionNode object at 0x7fa680ef4b80> create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:202
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Edges for image0: f:[] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Edges for fstab_mount_mkfs_ESP: f:['mount_mkfs_ESP'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Edges for mount_mkfs_ESP: f:['mount_mkfs_root', 'mkfs_ESP'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.040 | DEBUG diskimage_builder.block_device.config [-] Edges for mkfs_ESP: f:['ESP'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for fstab_mount_mkfs_root: f:['mount_mkfs_root'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for mount_mkfs_root: f:['mkfs_root'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for mkfs_root: f:['root'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for fstab_mount_mkfs_temp: f:['mount_mkfs_temp'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for mount_mkfs_temp: f:['mount_mkfs_ESP', 'mkfs_temp'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for mkfs_temp: f:['temp'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for ESP: f:['image0'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for BSP: f:['image0', 'ESP'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for root: f:['image0', 'BSP'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Edges for temp: f:['image0', 'root'] t:[] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:216
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.config [-] Call order: ['image0', 'ESP', 'mkfs_ESP', 'BSP', 'root', 'mkfs_root', 'temp', 'mount_mkfs_root', 'mkfs_temp', 'mount_mkfs_ESP', 'fstab_mount_mkfs_root', 'fstab_mount_mkfs_ESP', 'mount_mkfs_temp', 'fstab_mount_mkfs_temp'] create_graph /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/config.py:241
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.level0.localloop [-] [image0] Creating loop on [/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw] with size [87523590144] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level0/localloop.py:95
- 2021-12-20 13:30:51.041 | INFO diskimage_builder.block_device.level0.localloop [-] Create image file [/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw]
- 2021-12-20 13:30:51.041 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach
- 2021-12-20 13:30:51.041 | DEBUG diskimage_builder.block_device.level0.localloop [-] Calling [sudo losetup --show -f /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw] loopdev_attach /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level0/localloop.py:43
- 2021-12-20 13:30:51.041 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup --show -f /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw]
- 2021-12-20 13:30:51.112 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /dev/loop43 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:51.113 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop43]
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level0.localloop [-] Created loop name [image0] device [/dev/loop43] image [/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level0/localloop.py:109
- 2021-12-20 13:30:51.113 | INFO diskimage_builder.block_device.level1.partitioning [-] Creating partition on [image0] [/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw]
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Partition 2 added, 86447751168 remaining in disk _create_gpt /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:167
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Partition 3 added, 86380642304 remaining in disk _create_gpt /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:167
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Partition 4 added, 0 remaining in disk _create_gpt /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:167
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Partition 5 added, 0 remaining in disk _create_gpt /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:167
- 2021-12-20 13:30:51.113 | DEBUG diskimage_builder.block_device.level1.partitioning [-] cmd: sgdisk /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw -n 1:0:+1024M -t 1:EF00 -c 1:ESP -n 2:0:+64M -t 2:EF02 -c 2:BSP -n 3:0:+82379M -t 3:8300 -c 3:root -n 4:0:+0M -t 4:8300 -c 4:temp _create_gpt /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level1/partitioning.py:170
- 2021-12-20 13:30:51.114 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sgdisk /tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw -n 1:0:+1024M -t 1:EF00 -c 1:ESP -n 2:0:+64M -t 2:EF02 -c 2:BSP -n 3:0:+82379M -t 3:8300 -c 3:root -n 4:0:+0M -t 4:8300 -c 4:temp]
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Creating new GPT entries in memory. exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Setting name! exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: partNum is 0 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Setting name! exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: partNum is 1 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.133 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Setting name! exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: partNum is 2 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Setting name! exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: partNum is 3 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Warning: The kernel is still using the old partition table. exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: The new table will be used at the next reboot or after you exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: run partprobe(8) or kpartx(8) exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: The operation has completed successfully. exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.134 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync]
- 2021-12-20 13:30:52.147 | INFO diskimage_builder.block_device.utils [-] Calling [sudo kpartx -uvs /dev/loop43]
- 2021-12-20 13:30:52.335 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: add map loop43p1 (253:10): 0 2097152 linear 7:43 2048 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.335 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: add map loop43p2 (253:11): 0 131072 linear 7:43 2099200 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.335 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: add map loop43p3 (253:12): 0 168712192 linear 7:43 2230272 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.335 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: add map loop43p4 (253:13): 0 2015 linear 7:43 170942464 exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.336 | WARNING diskimage_builder.block_device.level2.mkfs [-] UUID will not be written for fs type [vfat]
- 2021-12-20 13:30:52.336 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'vfat', '-n', 'MKFS_ESP', '/dev/mapper/loop43p1']] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:132
- 2021-12-20 13:30:52.336 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t vfat -n MKFS_ESP /dev/mapper/loop43p1]
- 2021-12-20 13:30:52.352 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: mkfs.fat 4.1 (2017-01-24) exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.354 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
- 2021-12-20 13:30:52.354 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
- 2021-12-20 13:30:52.354 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'xfs', '-m', 'crc=0,finobt=0,rmapbt=0,reflink=0', '-L', 'root_fs', '-m', 'uuid=d9bd2103-29f9-4c95-966d-4e4a06e12a70', '-q', '/dev/mapper/loop43p3']] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:132
- 2021-12-20 13:30:52.354 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t xfs -m crc=0,finobt=0,rmapbt=0,reflink=0 -L root_fs -m uuid=d9bd2103-29f9-4c95-966d-4e4a06e12a70 -q /dev/mapper/loop43p3]
- 2021-12-20 13:30:52.383 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
- 2021-12-20 13:30:52.383 | DEBUG diskimage_builder.block_device.level3.mount [-] mount called [/] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level3/mount.py:75
- 2021-12-20 13:30:52.383 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/]
- 2021-12-20 13:30:52.390 | INFO diskimage_builder.block_device.level3.mount [-] Mounting [mount_mkfs_root] to [/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/]
- 2021-12-20 13:30:52.390 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mount /dev/mapper/loop43p3 /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/]
- 2021-12-20 13:30:52.409 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'xfs', '-m', 'crc=0,finobt=0,rmapbt=0,reflink=0', '-L', 'mkfs_temp', '-m', 'uuid=724412a5-afdf-4bd3-9594-df64132d43dc', '-q', '/dev/mapper/loop43p4']] create /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py:132
- 2021-12-20 13:30:52.409 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t xfs -m crc=0,finobt=0,rmapbt=0,reflink=0 -L mkfs_temp -m uuid=724412a5-afdf-4bd3-9594-df64132d43dc -q /dev/mapper/loop43p4]
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: agsize (251 blocks) too small, need at least 4096 blocks exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: Usage: mkfs.xfs exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* blocksize */ [-b size=num] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* metadata */ [-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* data subvol */ [-d agcount=n,agsize=n,file,name=xxx,size=num, exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: (sunit=value,swidth=value|su=num,sw=num|noalign), exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: sectsize=num exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* force overwrite */ [-f] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* inode size */ [-i perblock=n|size=num,maxpct=n,attr=0|1|2, exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: projid32bit=0|1,sparse=0|1] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* no discard */ [-K] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* log subvol */ [-l agnum=n,internal,size=num,logdev=xxx,version=n exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: sunit=value|su=num,sectsize=num,lazy-count=0|1] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* label */ [-L label (maximum 12 characters)] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* naming */ [-n size=num,version=2|ci,ftype=0|1] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* no-op info only */ [-N] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* prototype file */ [-p fname] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* quiet */ [-q] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* realtime subvol */ [-r extsize=num,size=num,rtdev=xxx] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* sectorsize */ [-s size=num] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /* version */ [-V] exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: devicename exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: <devicename> is required unless -d name=xxx is given. exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB), exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB). exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.416 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: <value> is xxx (512 byte blocks). exec_sudo /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py:135
- 2021-12-20 13:30:52.417 | ERROR diskimage_builder.block_device.blockdevice [-] Create failed; rollback initiated
- 2021-12-20 13:30:52.417 | Traceback (most recent call last):
- 2021-12-20 13:30:52.417 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py", line 407, in cmd_create
- 2021-12-20 13:30:52.417 | node.create()
- 2021-12-20 13:30:52.417 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py", line 133, in create
- 2021-12-20 13:30:52.417 | exec_sudo(cmd)
- 2021-12-20 13:30:52.417 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py", line 143, in exec_sudo
- 2021-12-20 13:30:52.417 | raise e
- 2021-12-20 13:30:52.417 | diskimage_builder.block_device.exception.BlockDeviceSetupException: exec_sudo failed
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for fstab_mount_mkfs_temp rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mount_mkfs_temp rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for fstab_mount_mkfs_ESP rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for fstab_mount_mkfs_root rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mount_mkfs_ESP rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mkfs_temp rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mount_mkfs_root rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for temp rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mkfs_root rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for root rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for BSP rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for mkfs_ESP rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for ESP rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | DEBUG diskimage_builder.block_device.plugin [-] Calling rollback for image0 rollback /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/plugin.py:77
- 2021-12-20 13:30:52.417 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach
- 2021-12-20 13:30:52.417 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop43]
- 2021-12-20 13:30:52.424 | INFO diskimage_builder.block_device.level0.localloop [-] Remove image file [/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw]
- 2021-12-20 13:30:52.424 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing state to: /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/states/block-device/state.json save_state /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:101
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] {'blockdev': {'BSP': {'device': '/dev/mapper/loop43p2'}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'ESP': {'device': '/dev/mapper/loop43p1'}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'image0': {'device': '/dev/loop43', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'image': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha/image0.raw'}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'root': {'device': '/dev/mapper/loop43p3'}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'temp': {'device': '/dev/mapper/loop43p4'}}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'filesys': {'mkfs_ESP': {'device': '/dev/mapper/loop43p1', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstype': 'vfat', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'label': 'MKFS_ESP', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'opts': None, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'uuid': '5d4c8083-c443-49aa-b5c2-5d4492aced37'}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mkfs_root': {'device': '/dev/mapper/loop43p3', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fstype': 'xfs', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'label': 'root_fs', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'opts': ['-m', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'crc=0,finobt=0,rmapbt=0,reflink=0'], debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'uuid': 'd9bd2103-29f9-4c95-966d-4e4a06e12a70'}}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.425 | DEBUG diskimage_builder.block_device.blockdevice [-] 'fs_labels': ['MKFS_ESP', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'root_fs', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mkfs_temp'], debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount': {'/': {'base': 'mkfs_root', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'name': 'mount_mkfs_root', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'path': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/'}}, debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_order': ['/'], debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'sorted_mount_points': [('/', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_mkfs_root'), debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] ('/boot/efi', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_mkfs_ESP'), debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] ('/tmp', debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | DEBUG diskimage_builder.block_device.blockdevice [-] 'mount_mkfs_temp')]} debug_dump /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:112
- 2021-12-20 13:30:52.426 | ERROR diskimage_builder.block_device.blockdevice [-] Rollback complete, exiting
- 2021-12-20 13:30:52.426 | Traceback (most recent call last):
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py", line 7, in <module>
- 2021-12-20 13:30:52.426 | sys.exit(main())
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/cmd.py", line 120, in main
- 2021-12-20 13:30:52.426 | return bdc.main()
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/cmd.py", line 115, in main
- 2021-12-20 13:30:52.426 | self.args.func()
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/cmd.py", line 36, in cmd_create
- 2021-12-20 13:30:52.426 | self.bd.cmd_create()
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py", line 407, in cmd_create
- 2021-12-20 13:30:52.426 | node.create()
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/level2/mkfs.py", line 133, in create
- 2021-12-20 13:30:52.426 | exec_sudo(cmd)
- 2021-12-20 13:30:52.426 | File "/home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/utils.py", line 143, in exec_sudo
- 2021-12-20 13:30:52.426 | raise e
- 2021-12-20 13:30:52.426 | diskimage_builder.block_device.exception.BlockDeviceSetupException: exec_sudo failed
- 2021-12-20 13:30:52.450 | + diskimage_builder/lib/disk-image-create:main:1 : trap_cleanup
- 2021-12-20 13:30:52.452 | + diskimage_builder/lib/img-functions:trap_cleanup:36 : exitval=1
- 2021-12-20 13:30:52.453 | + diskimage_builder/lib/img-functions:trap_cleanup:37 : cleanup
- 2021-12-20 13:30:52.455 | + diskimage_builder/lib/img-functions:cleanup:42 : unmount_image
- 2021-12-20 13:30:52.457 | + diskimage_builder/lib/img-functions:unmount_image:22 : sync
- 2021-12-20 13:30:52.466 | + diskimage_builder/lib/img-functions:unmount_image:26 : unmount_dir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:52.468 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:52.469 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir
- 2021-12-20 13:30:52.471 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts
- 2021-12-20 13:30:52.473 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts
- 2021-12-20 13:30:52.474 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint
- 2021-12-20 13:30:52.476 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
- 2021-12-20 13:30:52.478 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:52.480 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:52.482 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|'
- 2021-12-20 13:30:52.484 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts
- 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}'
- 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/'
- 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r
- 2021-12-20 13:30:52.489 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts=
- 2021-12-20 13:30:52.491 | + diskimage_builder/lib/img-functions:unmount_image:27 : '[' -n '' ']'
- 2021-12-20 13:30:52.493 | + diskimage_builder/lib/img-functions:unmount_image:30 : '[' -n '' ']'
- 2021-12-20 13:30:52.495 | + diskimage_builder/lib/img-functions:cleanup:43 : /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/bin/python /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/lib/dib-block-device.py umount
- 2021-12-20 13:30:52.599 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:229
- 2021-12-20 13:30:52.599 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/block-device/config.yaml', 'image-dir': '/tmp/tmp.DwUR81xfC4/dib_image.UR8irLha', 'root-fs-type': 'ext4', 'root-label': 'root_fs', 'mount-base': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt', 'build-dir': '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM', 'image-size': '85472256KiB'}] __init__ /home/holtgrem_c/.local/share/virtualenvs/dib-_7-v_S2J/lib/python3.8/site-packages/diskimage_builder/block_device/blockdevice.py:232
- 2021-12-20 13:30:52.599 | INFO diskimage_builder.block_device.blockdevice [-] State already cleaned - no way to do anything here
- 2021-12-20 13:30:52.616 | + diskimage_builder/lib/img-functions:cleanup:44 : cleanup_build_dir
- 2021-12-20 13:30:52.618 | + diskimage_builder/lib/common-functions:cleanup_build_dir:216 : timeout 10 sh -c ' while ! sudo rm -rf /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/built; do sleep 1; done'
- 2021-12-20 13:30:52.833 | + diskimage_builder/lib/common-functions:cleanup_build_dir:220 : sudo rm -rf /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
- 2021-12-20 13:30:52.838 | rm: cannot remove '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt': Device or resource busy
Add Comment
Please, Sign In to add comment