Guest User

Untitled

a guest
Dec 20th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 449.75 KB | None | 0 0
  1. +-> DIB_DRACUT_ENABLED_MODULES="- name: crypt
  2. ..> packages:
  3. ..> - cryptsetup
  4. ..> - name: lvm
  5. ..> packages:
  6. ..> - lvm2
  7. ..> - name: mdraid
  8. ..> packages:
  9. ..> - mdadm" \
  10. ..> DIB_BOOTLOADER_DEFAULT_CMDLINE="nofb nomodeset gfxpayload=text rd.auto=1" \
  11. ..> DIB_BLOCK_DEVICE_CONFIG=file://$TMPDIR/block-device-config.yaml \
  12. ..> DIB_LOCAL_IMAGE=/data/hdd/tmp/CentOS-7-x86_64-GenericCloud-2111.qcow2 \
  13. ..> DIB_DEV_USER_PWDLESS_SUDO=true \
  14. ..> DIB_DEV_USER_PASSWORD=calvin \
  15. ..> DIB_CLOUD_INIT_DATASOURCES="Ec2, ConfigDrive, OpenStack" \
  16. ..> DIB_RELEASE=7 \
  17. ..> disk-image-create \
  18. ..> --image-size=81GB \
  19. ..> --root-label=root_fs \
  20. ..> -x \
  21. ..> -o centos-7.9-uefi \
  22. ..> -p mdadm \
  23. ..> --checksum \
  24. ..> vm \
  25. ..> bootloader \
  26. ..> block-device-efi \
  27. ..> cloud-init-datasources \
  28. ..> devuser \
  29. ..> dhcp-all-interfaces \
  30. ..> dracut-regenerate \
  31. ..> cloud-init \
  32. ..> disable-selinux \
  33. ..> disable-nouveau \
  34. ..> centos
  35. 2021-12-20 13:29:49.411 | diskimage-builder version 3.16.0
  36. 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
  37. 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
  38. 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
  39. 2021-12-20 13:29:49.470 | + diskimage_builder/lib/disk-image-create:main:256 : '[' 1 = 1 ']'
  40. 2021-12-20 13:29:49.471 | + diskimage_builder/lib/disk-image-create:main:257 : export IMAGE_NAME=centos-7.9-uefi
  41. 2021-12-20 13:29:49.473 | + diskimage_builder/lib/disk-image-create:main:257 : IMAGE_NAME=centos-7.9-uefi
  42. 2021-12-20 13:29:49.474 | + diskimage_builder/lib/disk-image-create:main:261 : for X in ${!IMAGE_TYPES[@]}
  43. 2021-12-20 13:29:49.476 | + diskimage_builder/lib/disk-image-create:main:262 : case "${IMAGE_TYPES[$X]}" in
  44. 2021-12-20 13:29:49.478 | + diskimage_builder/lib/disk-image-create:main:264 : type qemu-img
  45. 2021-12-20 13:29:49.479 | + diskimage_builder/lib/disk-image-create:main:300 : type fstrim
  46. 2021-12-20 13:29:49.481 | + diskimage_builder/lib/disk-image-create:main:308 : [[ -n '' ]]
  47. 2021-12-20 13:29:49.483 | + diskimage_builder/lib/disk-image-create:main:315 : mk_build_dir
  48. 2021-12-20 13:29:49.485 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38 : mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX
  49. 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
  50. 2021-12-20 13:29:49.488 | ++ diskimage_builder/lib/common-functions:mk_build_dir:39 : mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX
  51. 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
  52. 2021-12-20 13:29:49.492 | + diskimage_builder/lib/common-functions:mk_build_dir:40 : '[' 0 -eq 0 ']'
  53. 2021-12-20 13:29:49.494 | + diskimage_builder/lib/common-functions:mk_build_dir:41 : export TMP_BUILD_DIR
  54. 2021-12-20 13:29:49.495 | + diskimage_builder/lib/common-functions:mk_build_dir:42 : tmpfs_check
  55. 2021-12-20 13:29:49.497 | + diskimage_builder/lib/common-functions:tmpfs_check:23 : local echo_message=1
  56. 2021-12-20 13:29:49.498 | + diskimage_builder/lib/common-functions:tmpfs_check:24 : '[' 0 == 0 ']'
  57. 2021-12-20 13:29:49.500 | + diskimage_builder/lib/common-functions:tmpfs_check:25 : '[' -r /proc/meminfo ']'
  58. 2021-12-20 13:29:49.501 | ++ diskimage_builder/lib/common-functions:tmpfs_check:26 : awk '/^MemTotal/ { print $2 }' /proc/meminfo
  59. 2021-12-20 13:29:49.504 | + diskimage_builder/lib/common-functions:tmpfs_check:26 : total_kB=65687404
  60. 2021-12-20 13:29:49.506 | + diskimage_builder/lib/common-functions:tmpfs_check:29 : RAM_NEEDED=4
  61. 2021-12-20 13:29:49.507 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : '[' 65687404 -lt 4194304 ']'
  62. 2021-12-20 13:29:49.509 | + diskimage_builder/lib/common-functions:tmpfs_check:30 : return 0
  63. 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
  64. 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
  65. 2021-12-20 13:29:49.527 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45 : id -u
  66. 2021-12-20 13:29:49.530 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45 : id -g
  67. 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
  68. 2021-12-20 13:29:49.539 | + diskimage_builder/lib/common-functions:mk_build_dir:47 : trap trap_cleanup EXIT
  69. 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
  70. 2021-12-20 13:29:49.540 | Building in /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM
  71. 2021-12-20 13:29:49.542 | + diskimage_builder/lib/common-functions:mk_build_dir:49 : export TMP_IMAGE_DIR
  72. 2021-12-20 13:29:49.543 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : export OUT_IMAGE_PATH=
  73. 2021-12-20 13:29:49.545 | + diskimage_builder/lib/common-functions:mk_build_dir:50 : OUT_IMAGE_PATH=
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 2021-12-20 13:29:49.563 | Using file-based block-device config: file:///tmp/tmp.DwUR81xfC4/block-device-config.yaml
  80. 2021-12-20 13:29:49.565 | + diskimage_builder/lib/common-functions:block_device_create_config_file:481 : return
  81. 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
  82. 2021-12-20 13:29:49.568 | + diskimage_builder/lib/disk-image-create:main:325 : export DIB_BLOCK_DEVICE_PARAMS_YAML
  83. 2021-12-20 13:29:49.570 | + diskimage_builder/lib/disk-image-create:main:326 : cat
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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]
  91. 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
  92. 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
  93. 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
  94. 2021-12-20 13:29:49.806 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label]
  95. 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
  96. 2021-12-20 13:29:49.822 | + diskimage_builder/lib/disk-image-create:main:339 : DIB_ROOT_LABEL=root_fs
  97. 2021-12-20 13:29:49.824 | + diskimage_builder/lib/disk-image-create:main:340 : export DIB_ROOT_LABEL
  98. 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
  99. 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
  100. 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
  101. 2021-12-20 13:29:49.933 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype]
  102. 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
  103. 2021-12-20 13:29:49.950 | + diskimage_builder/lib/disk-image-create:main:343 : DIB_ROOT_FSTYPE=xfs
  104. 2021-12-20 13:29:49.951 | + diskimage_builder/lib/disk-image-create:main:344 : export DIB_ROOT_FSTYPE
  105. 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
  106. 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
  107. 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
  108. 2021-12-20 13:29:50.059 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points]
  109. 2021-12-20 13:29:50.076 | + diskimage_builder/lib/disk-image-create:main:347 : DIB_MOUNTPOINTS='/boot/efi|/|/tmp'
  110. 2021-12-20 13:29:50.077 | + diskimage_builder/lib/disk-image-create:main:348 : export DIB_MOUNTPOINTS
  111. 2021-12-20 13:29:50.079 | + diskimage_builder/lib/disk-image-create:main:350 : create_base
  112. 2021-12-20 13:29:50.081 | + diskimage_builder/lib/common-functions:create_base:353 : mkdir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  113. 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
  114. 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
  115. 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
  116. 2021-12-20 13:29:50.092 | + diskimage_builder/lib/common-functions:create_base:360 : TARGET_ROOT=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  117. 2021-12-20 13:29:50.094 | + diskimage_builder/lib/common-functions:create_base:360 : run_d root
  118. 2021-12-20 13:29:50.095 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
  119. 2021-12-20 13:29:50.097 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  120. 2021-12-20 13:29:50.098 | + diskimage_builder/lib/common-functions:check_element:154 : generate_hooks
  121. 2021-12-20 13:29:50.107 | Copying hooks for source-repositories
  122. 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
  123. 2021-12-20 13:29:50.116 | Copying hooks for modprobe
  124. 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
  125. 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
  126. 2021-12-20 13:29:50.125 | Copying hooks for rpm-distro
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 2021-12-20 13:29:50.142 | Copying hooks for select-boot-kernel-initrd
  133. 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
  134. 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
  135. 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
  136. 2021-12-20 13:29:50.154 | Copying hooks for cloud-init
  137. 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
  138. 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
  139. 2021-12-20 13:29:50.163 | Copying hooks for bootloader
  140. 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
  141. 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
  142. 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~
  143. 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
  144. 2021-12-20 13:29:50.176 | Copying hooks for base
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 2021-12-20 13:29:50.191 | Copying hooks for manifests
  151. 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
  152. 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
  153. 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
  154. 2021-12-20 13:29:50.203 | Copying hooks for cloud-init-datasources
  155. 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
  156. 2021-12-20 13:29:50.209 | Copying hooks for vm
  157. 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
  158. 2021-12-20 13:29:50.216 | Copying hooks for package-installs
  159. 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
  160. 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
  161. 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
  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. 2021-12-20 13:29:50.239 | Copying hooks for install-types
  171. 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
  172. 2021-12-20 13:29:50.245 | Copying hooks for redhat-common
  173. 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
  174. 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
  175. 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
  176. 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
  177. 2021-12-20 13:29:50.261 | Copying hooks for disable-selinux
  178. 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
  179. 2021-12-20 13:29:50.267 | Copying hooks for dhcp-all-interfaces
  180. 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
  181. 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
  182. 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
  183. 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
  184. 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
  185. 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
  186. 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
  187. 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]
  188. 2021-12-20 13:29:50.282 | Copying hooks for dracut-regenerate
  189. 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
  190. 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
  191. 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
  192. 2021-12-20 13:29:50.295 | Copying hooks for yum
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
  202. 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
  203. 2021-12-20 13:29:50.320 | Copying hooks for pkg-map
  204. 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
  205. 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
  206. 2021-12-20 13:29:50.328 | Copying hooks for cache-url
  207. 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
  208. 2021-12-20 13:29:50.337 | Copying hooks for sysprep
  209. 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
  210. 2021-12-20 13:29:50.343 | Copying hooks for dib-init-system
  211. 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
  212. 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
  213. 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
  214. 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
  215. 2021-12-20 13:29:50.358 | Copying hooks for disable-nouveau
  216. 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
  217. 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
  218. 2021-12-20 13:29:50.368 | Copying hooks for install-bin
  219. 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
  220. 2021-12-20 13:29:50.375 | Copying hooks for centos
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. 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
  227. 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
  228. 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
  229. 2021-12-20 13:29:50.396 | Copying hooks for block-device-efi
  230. 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
  231. 2021-12-20 13:29:50.403 | Copying hooks for devuser
  232. 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
  233. 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
  234. 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
  235. 2021-12-20 13:29:50.418 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-root bash
  236. 2021-12-20 13:29:50.420 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-root(,|$)' -q
  237. 2021-12-20 13:29:50.420 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  238. 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 ']'
  239. 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'
  240. 2021-12-20 13:29:50.425 | Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d
  241. 2021-12-20 13:29:50.427 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']'
  242. 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
  243. 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
  244. 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
  245. 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
  246. 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
  247. 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
  248. 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
  249. 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'
  250. 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'
  251. 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=
  252. 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=
  253. 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
  254. 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
  255. 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
  256. 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
  257. 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
  258. 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
  259. 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
  260. 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
  261. 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
  262. 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
  263. 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=
  264. 2021-12-20 13:29:50.470 | - name: crypt
  265. 2021-12-20 13:29:50.470 | packages:
  266. 2021-12-20 13:29:50.470 | - cryptsetup
  267. 2021-12-20 13:29:50.470 | - name: lvm
  268. 2021-12-20 13:29:50.470 | packages:
  269. 2021-12-20 13:29:50.470 | - lvm2
  270. 2021-12-20 13:29:50.470 | '
  271. 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='
  272. 2021-12-20 13:29:50.471 | - name: crypt
  273. 2021-12-20 13:29:50.471 | packages:
  274. 2021-12-20 13:29:50.471 | - cryptsetup
  275. 2021-12-20 13:29:50.471 | - name: lvm
  276. 2021-12-20 13:29:50.471 | packages:
  277. 2021-12-20 13:29:50.472 | - lvm2
  278. 2021-12-20 13:29:50.472 | '
  279. 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
  280. 2021-12-20 13:29:50.473 | packages:
  281. 2021-12-20 13:29:50.473 | - cryptsetup
  282. 2021-12-20 13:29:50.473 | - name: lvm
  283. 2021-12-20 13:29:50.473 | packages:
  284. 2021-12-20 13:29:50.473 | - lvm2
  285. 2021-12-20 13:29:50.473 | - name: mdraid
  286. 2021-12-20 13:29:50.473 | packages:
  287. 2021-12-20 13:29:50.473 | - mdadm'
  288. 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
  289. 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
  290. 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
  291. 2021-12-20 13:29:50.480 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:3 : [[ 7 == \7 ]]
  292. 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
  293. 2021-12-20 13:29:50.483 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : YUM=yum
  294. 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
  295. 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
  296. 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
  297. 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
  298. 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/
  299. 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/
  300. 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
  301. 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
  302. 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 ]]
  303. 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
  304. 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
  305. 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
  306. 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
  307. 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
  308. 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
  309. 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=
  310. 2021-12-20 13:29:50.512 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=
  311. 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
  312. 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
  313. 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=
  314. 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=
  315. 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
  316. 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
  317. 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
  318. 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
  319. 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
  320. 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
  321. 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
  322. 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
  323. 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
  324. 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
  325. 2021-12-20 13:29:50.536 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:10 : '[' -z systemd ']'
  326. 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
  327. 2021-12-20 13:29:50.539 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image
  328. 2021-12-20 13:29:50.542 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:6 : set -eu
  329. 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
  330. 2021-12-20 13:29:50.544 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:9 : '[' -n amd64 ']'
  331. 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 ']'
  332. 2021-12-20 13:29:50.547 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/10-centos-cloud-image:main:12 : [[ 7 = 7 ]]
  333. 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 ]]
  334. 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
  335. 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
  336. 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
  337. 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 ']'
  338. 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
  339. 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
  340. 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
  341. 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
  342. 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
  343. 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
  344. 2021-12-20 13:29:50.565 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:9 : set -eu
  345. 2021-12-20 13:29:50.566 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:10 : set -o pipefail
  346. 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
  347. 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
  348. 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
  349. 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
  350. 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
  351. 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
  352. 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
  353. 2021-12-20 13:29:50.577 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:123 : date
  354. 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'
  355. 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
  356. 2021-12-20 13:29:50.580 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:125 : flock -w 1200 9
  357. 2021-12-20 13:29:50.582 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/bin/extract-image:main:129 : extract_image
  358. 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 ']'
  359. 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 ']'
  360. 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 ']'
  361. 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'
  362. 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
  363. 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'
  364. 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
  365. 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
  366. 2021-12-20 13:29:54.799 | dib-run-parts 10-centos-cloud-image completed
  367. 2021-12-20 13:29:54.799 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache
  368. 2021-12-20 13:29:54.802 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:6 : set -eu
  369. 2021-12-20 13:29:54.803 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/root.d/50-yum-cache:main:7 : set -o pipefail
  370. 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 ']'
  371. 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
  372. 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
  373. 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
  374. 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
  375. 2021-12-20 13:29:54.829 | dib-run-parts 50-yum-cache completed
  376. 2021-12-20 13:29:54.829 | dib-run-parts ----------------------- PROFILING -----------------------
  377. 2021-12-20 13:29:54.829 | dib-run-parts
  378. 2021-12-20 13:29:54.830 | dib-run-parts Target: root.d
  379. 2021-12-20 13:29:54.830 | dib-run-parts
  380. 2021-12-20 13:29:54.830 | dib-run-parts Script Seconds
  381. 2021-12-20 13:29:54.830 | dib-run-parts --------------------------------------- ----------
  382. 2021-12-20 13:29:54.830 | dib-run-parts
  383. 2021-12-20 13:29:54.836 | dib-run-parts 10-centos-cloud-image 4.259
  384. 2021-12-20 13:29:54.839 | dib-run-parts 50-yum-cache 0.029
  385. 2021-12-20 13:29:54.840 | dib-run-parts
  386. 2021-12-20 13:29:54.840 | dib-run-parts --------------------- END PROFILING ---------------------
  387. 2021-12-20 13:29:54.842 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-root bash
  388. 2021-12-20 13:29:54.844 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  389. 2021-12-20 13:29:54.844 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-root(,|$)' -q
  390. 2021-12-20 13:29:54.847 | ++ diskimage_builder/lib/common-functions:create_base:361 : ls /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  391. 2021-12-20 13:29:54.847 | ++ diskimage_builder/lib/common-functions:create_base:361 : grep -v '^lost+found\|tmp$'
  392. 2021-12-20 13:29:54.850 | + diskimage_builder/lib/common-functions:create_base:361 : '[' -z 'bin
  393. 2021-12-20 13:29:54.850 | boot
  394. 2021-12-20 13:29:54.850 | dev
  395. 2021-12-20 13:29:54.850 | etc
  396. 2021-12-20 13:29:54.850 | home
  397. 2021-12-20 13:29:54.850 | lib
  398. 2021-12-20 13:29:54.850 | lib64
  399. 2021-12-20 13:29:54.850 | media
  400. 2021-12-20 13:29:54.850 | mnt
  401. 2021-12-20 13:29:54.850 | opt
  402. 2021-12-20 13:29:54.850 | proc
  403. 2021-12-20 13:29:54.850 | root
  404. 2021-12-20 13:29:54.850 | run
  405. 2021-12-20 13:29:54.850 | sbin
  406. 2021-12-20 13:29:54.850 | srv
  407. 2021-12-20 13:29:54.850 | sys
  408. 2021-12-20 13:29:54.850 | usr
  409. 2021-12-20 13:29:54.850 | var' ']'
  410. 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 ']'
  411. 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 ']'
  412. 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
  413. 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
  414. 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
  415. 2021-12-20 13:29:54.875 | + diskimage_builder/lib/common-functions:create_base:383 : '[' -e /etc/resolv.conf ']'
  416. 2021-12-20 13:29:54.877 | + diskimage_builder/lib/common-functions:create_base:384 : cat /etc/resolv.conf
  417. 2021-12-20 13:29:54.879 | + diskimage_builder/lib/common-functions:create_base:388 : mount_proc_dev_sys
  418. 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
  419. 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
  420. 2021-12-20 13:29:54.900 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:406 : mount_dev_pts_options
  421. 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
  422. 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'
  423. 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
  424. 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
  425. 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
  426. 2021-12-20 13:29:54.925 | + diskimage_builder/lib/disk-image-create:main:353 : echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}'
  427. 2021-12-20 13:29:54.927 | + diskimage_builder/lib/disk-image-create:main:354 : run_d extra-data
  428. 2021-12-20 13:29:54.929 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
  429. 2021-12-20 13:29:54.930 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  430. 2021-12-20 13:29:54.932 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-extra-data bash
  431. 2021-12-20 13:29:54.934 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-extra-data(,|$)' -q
  432. 2021-12-20 13:29:54.935 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  433. 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 ']'
  434. 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'
  435. 2021-12-20 13:29:54.939 | Running hooks from /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d
  436. 2021-12-20 13:29:54.941 | + diskimage_builder/lib/common-functions:run_d:250 : '[' -n '' ']'
  437. 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
  438. 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
  439. 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
  440. 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
  441. 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
  442. 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
  443. 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
  444. 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'
  445. 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'
  446. 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=
  447. 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=
  448. 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
  449. 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
  450. 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
  451. 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
  452. 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
  453. 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
  454. 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
  455. 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
  456. 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
  457. 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
  458. 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=
  459. 2021-12-20 13:29:54.986 | - name: crypt
  460. 2021-12-20 13:29:54.986 | packages:
  461. 2021-12-20 13:29:54.986 | - cryptsetup
  462. 2021-12-20 13:29:54.986 | - name: lvm
  463. 2021-12-20 13:29:54.986 | packages:
  464. 2021-12-20 13:29:54.986 | - lvm2
  465. 2021-12-20 13:29:54.986 | '
  466. 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='
  467. 2021-12-20 13:29:54.987 | - name: crypt
  468. 2021-12-20 13:29:54.987 | packages:
  469. 2021-12-20 13:29:54.987 | - cryptsetup
  470. 2021-12-20 13:29:54.987 | - name: lvm
  471. 2021-12-20 13:29:54.987 | packages:
  472. 2021-12-20 13:29:54.987 | - lvm2
  473. 2021-12-20 13:29:54.987 | '
  474. 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
  475. 2021-12-20 13:29:54.989 | packages:
  476. 2021-12-20 13:29:54.989 | - cryptsetup
  477. 2021-12-20 13:29:54.989 | - name: lvm
  478. 2021-12-20 13:29:54.989 | packages:
  479. 2021-12-20 13:29:54.989 | - lvm2
  480. 2021-12-20 13:29:54.989 | - name: mdraid
  481. 2021-12-20 13:29:54.989 | packages:
  482. 2021-12-20 13:29:54.989 | - mdadm'
  483. 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
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. 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
  490. 2021-12-20 13:29:55.003 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:3 : [[ 7 == \7 ]]
  491. 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
  492. 2021-12-20 13:29:55.005 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/11-yum-dnf.bash:source:4 : YUM=yum
  493. 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
  494. 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
  495. 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
  496. 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
  497. 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/
  498. 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/
  499. 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
  500. 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
  501. 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 ]]
  502. 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
  503. 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
  504. 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
  505. 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
  506. 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
  507. 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
  508. 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=
  509. 2021-12-20 13:29:55.034 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=
  510. 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
  511. 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
  512. 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=
  513. 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=
  514. 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
  515. 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
  516. 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
  517. 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
  518. 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
  519. 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
  520. 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
  521. 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
  522. 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
  523. 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
  524. 2021-12-20 13:29:55.059 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/environment.d/99-dib-init-system:source:10 : '[' -z systemd ']'
  525. 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
  526. 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
  527. 2021-12-20 13:29:55.070 | Copying pkg-map for source-repositories
  528. 2021-12-20 13:29:55.075 | Copying pkg-map for cloud-init
  529. 2021-12-20 13:29:55.080 | Copying pkg-map for bootloader
  530. 2021-12-20 13:29:55.084 | Copying pkg-map for base
  531. 2021-12-20 13:29:55.089 | Copying pkg-map for redhat-common
  532. 2021-12-20 13:29:55.094 | Copying pkg-map for dhcp-all-interfaces
  533. 2021-12-20 13:29:55.098 | Copying pkg-map for dracut-regenerate
  534. 2021-12-20 13:29:55.102 | Copying pkg-map for cache-url
  535. 2021-12-20 13:29:55.107 | Copying pkg-map for devuser
  536. 2021-12-20 13:29:55.112 | dib-run-parts 10-create-pkg-map-dir completed
  537. 2021-12-20 13:29:55.112 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir
  538. 2021-12-20 13:29:55.115 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/20-manifest-dir:main:21 : set -eu
  539. 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
  540. 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
  541. 2021-12-20 13:29:55.123 | dib-run-parts 20-manifest-dir completed
  542. 2021-12-20 13:29:55.123 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser
  543. 2021-12-20 13:29:55.126 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:6 : set -eu
  544. 2021-12-20 13:29:55.127 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:7 : set -o pipefail
  545. 2021-12-20 13:29:55.128 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:9 : '[' -n '' ']'
  546. 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
  547. 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 ']'
  548. 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
  549. 2021-12-20 13:29:55.134 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-devuser:main:17 : break
  550. 2021-12-20 13:29:55.135 | dib-run-parts 50-devuser completed
  551. 2021-12-20 13:29:55.135 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-dracut-conf
  552. 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
  553. 2021-12-20 13:29:55.142 | dib-run-parts 50-dracut-conf completed
  554. 2021-12-20 13:29:55.142 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist
  555. 2021-12-20 13:29:55.145 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:6 : set -eu
  556. 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
  557. 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 ']'
  558. 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
  559. 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 '
  560. 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' ')'
  561. 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)
  562. 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
  563. 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[@]}"
  564. 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
  565. 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
  566. 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/ ']'
  567. 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[@]}"
  568. 2021-12-20 13:29:55.163 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=modprobe
  569. 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
  570. 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/ ']'
  571. 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[@]}"
  572. 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
  573. 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
  574. 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/ ']'
  575. 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[@]}"
  576. 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
  577. 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
  578. 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/ ']'
  579. 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[@]}"
  580. 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
  581. 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
  582. 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/ ']'
  583. 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[@]}"
  584. 2021-12-20 13:29:55.183 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=bootloader
  585. 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
  586. 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/ ']'
  587. 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[@]}"
  588. 2021-12-20 13:29:55.189 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=base
  589. 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
  590. 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/ ']'
  591. 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[@]}"
  592. 2021-12-20 13:29:55.195 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=manifests
  593. 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
  594. 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/ ']'
  595. 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[@]}"
  596. 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
  597. 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
  598. 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/ ']'
  599. 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[@]}"
  600. 2021-12-20 13:29:55.206 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=vm
  601. 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
  602. 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/ ']'
  603. 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[@]}"
  604. 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
  605. 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
  606. 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/ ']'
  607. 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[@]}"
  608. 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
  609. 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
  610. 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/ ']'
  611. 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[@]}"
  612. 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
  613. 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
  614. 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/ ']'
  615. 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[@]}"
  616. 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
  617. 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
  618. 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/ ']'
  619. 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[@]}"
  620. 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
  621. 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
  622. 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/ ']'
  623. 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[@]}"
  624. 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
  625. 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
  626. 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/ ']'
  627. 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[@]}"
  628. 2021-12-20 13:29:55.245 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=yum
  629. 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
  630. 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/ ']'
  631. 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[@]}"
  632. 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
  633. 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
  634. 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/ ']'
  635. 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[@]}"
  636. 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
  637. 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
  638. 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/ ']'
  639. 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[@]}"
  640. 2021-12-20 13:29:55.261 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=sysprep
  641. 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
  642. 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/ ']'
  643. 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[@]}"
  644. 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
  645. 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
  646. 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/ ']'
  647. 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[@]}"
  648. 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
  649. 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
  650. 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/ ']'
  651. 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/
  652. 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[@]}"
  653. 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
  654. 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
  655. 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/ ']'
  656. 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[@]}"
  657. 2021-12-20 13:29:55.289 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=centos
  658. 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
  659. 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/ ']'
  660. 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[@]}"
  661. 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
  662. 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
  663. 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/ ']'
  664. 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[@]}"
  665. 2021-12-20 13:29:55.299 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/50-modprobe-blacklist:main:25 : element=devuser
  666. 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
  667. 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/ ']'
  668. 2021-12-20 13:29:55.303 | dib-run-parts 50-modprobe-blacklist completed
  669. 2021-12-20 13:29:55.303 | dib-run-parts Running /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/98-source-repositories
  670. 2021-12-20 13:29:55.311 | dib-run-parts 98-source-repositories completed
  671. 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
  672. 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
  673. 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
  674. 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
  675. 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
  676. 2021-12-20 13:29:55.327 | dib-run-parts 99-copy-dib-img-functions completed
  677. 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
  678. 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
  679. 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
  680. 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
  681. 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]=
  682. 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_
  683. 2021-12-20 13:29:55.336 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : env
  684. 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_'
  685. 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
  686. 2021-12-20 13:29:55.339 | ++ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-enable-install-types:main:30 : echo ''
  687. 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=
  688. 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
  689. 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=
  690. 2021-12-20 13:29:55.344 | dib-run-parts 99-enable-install-types completed
  691. 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
  692. 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
  693. 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
  694. 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
  695. 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
  696. 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
  697. 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
  698. 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
  699. 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
  700. 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
  701. 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
  702. 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
  703. 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
  704. 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
  705. 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
  706. 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
  707. 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
  708. 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
  709. 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
  710. 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
  711. 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
  712. 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
  713. 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
  714. 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
  715. 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
  716. 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
  717. 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
  718. 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
  719. 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
  720. 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
  721. 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
  722. 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
  723. 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
  724. 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
  725. 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
  726. 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
  727. 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
  728. 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
  729. 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
  730. 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
  731. 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
  732. 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
  733. 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
  734. 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
  735. 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
  736. 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
  737. 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
  738. 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
  739. 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
  740. 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
  741. 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
  742. 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
  743. 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
  744. 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
  745. 2021-12-20 13:29:55.406 | dib-run-parts 99-squash-package-install completed
  746. 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
  747. 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
  748. 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
  749. 2021-12-20 13:29:55.411 | + /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks/extra-data.d/99-yum-repo-conf:main:11 : '[' -z '' ']'
  750. 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'
  751. 2021-12-20 13:29:55.412 | DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in
  752. 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
  753. 2021-12-20 13:29:55.414 | dib-run-parts 99-yum-repo-conf completed
  754. 2021-12-20 13:29:55.415 | dib-run-parts ----------------------- PROFILING -----------------------
  755. 2021-12-20 13:29:55.415 | dib-run-parts
  756. 2021-12-20 13:29:55.415 | dib-run-parts Target: extra-data.d
  757. 2021-12-20 13:29:55.415 | dib-run-parts
  758. 2021-12-20 13:29:55.415 | dib-run-parts Script Seconds
  759. 2021-12-20 13:29:55.415 | dib-run-parts --------------------------------------- ----------
  760. 2021-12-20 13:29:55.415 | dib-run-parts
  761. 2021-12-20 13:29:55.420 | dib-run-parts 10-create-pkg-map-dir 0.049
  762. 2021-12-20 13:29:55.423 | dib-run-parts 20-manifest-dir 0.010
  763. 2021-12-20 13:29:55.426 | dib-run-parts 50-devuser 0.011
  764. 2021-12-20 13:29:55.429 | dib-run-parts 50-dracut-conf 0.007
  765. 2021-12-20 13:29:55.431 | dib-run-parts 50-modprobe-blacklist 0.160
  766. 2021-12-20 13:29:55.434 | dib-run-parts 98-source-repositories 0.007
  767. 2021-12-20 13:29:55.438 | dib-run-parts 99-copy-dib-img-functions 0.015
  768. 2021-12-20 13:29:55.441 | dib-run-parts 99-enable-install-types 0.017
  769. 2021-12-20 13:29:55.444 | dib-run-parts 99-squash-package-install 0.061
  770. 2021-12-20 13:29:55.447 | dib-run-parts 99-yum-repo-conf 0.008
  771. 2021-12-20 13:29:55.448 | dib-run-parts
  772. 2021-12-20 13:29:55.448 | dib-run-parts --------------------- END PROFILING ---------------------
  773. 2021-12-20 13:29:55.450 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-extra-data bash
  774. 2021-12-20 13:29:55.452 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  775. 2021-12-20 13:29:55.452 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-extra-data(,|$)' -q
  776. 2021-12-20 13:29:55.455 | + diskimage_builder/lib/disk-image-create:main:356 : run_d_in_target pre-install
  777. 2021-12-20 13:29:55.457 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
  778. 2021-12-20 13:29:55.459 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  779. 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 ']'
  780. 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
  781. 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
  782. 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
  783. 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
  784. 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
  785. 2021-12-20 13:29:55.496 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  786. 2021-12-20 13:29:55.498 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-pre-install(,|$)' -q
  787. 2021-12-20 13:29:55.501 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
  788. 2021-12-20 13:29:55.502 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
  789. 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
  790. 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
  791. 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'
  792. 2021-12-20 13:29:55.509 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
  793. 2021-12-20 13:29:55.511 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
  794. 2021-12-20 13:29:55.512 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
  795. 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'
  796. 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
  797. 2021-12-20 13:29:55.528 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults
  798. 2021-12-20 13:29:55.528 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
  799. 2021-12-20 13:29:55.528 | ++ DIB_AVOID_PACKAGES_UPDATE=0
  800. 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
  801. 2021-12-20 13:29:55.529 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-bootloader-default-cmdline
  802. 2021-12-20 13:29:55.529 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
  803. 2021-12-20 13:29:55.529 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
  804. 2021-12-20 13:29:55.529 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
  805. 2021-12-20 13:29:55.529 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
  806. 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
  807. 2021-12-20 13:29:55.530 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-centos-distro-name.bash
  808. 2021-12-20 13:29:55.530 | ++ export DISTRO_NAME=centos
  809. 2021-12-20 13:29:55.530 | ++ DISTRO_NAME=centos
  810. 2021-12-20 13:29:55.530 | ++ export DIB_RELEASE=7
  811. 2021-12-20 13:29:55.530 | ++ DIB_RELEASE=7
  812. 2021-12-20 13:29:55.530 | ++ export EFI_BOOT_DIR=EFI/centos
  813. 2021-12-20 13:29:55.530 | ++ EFI_BOOT_DIR=EFI/centos
  814. 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
  815. 2021-12-20 13:29:55.531 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-dracut-regenerate
  816. 2021-12-20 13:29:55.531 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
  817. 2021-12-20 13:29:55.531 | - name: crypt
  818. 2021-12-20 13:29:55.531 | packages:
  819. 2021-12-20 13:29:55.531 | - cryptsetup
  820. 2021-12-20 13:29:55.531 | - name: lvm
  821. 2021-12-20 13:29:55.531 | packages:
  822. 2021-12-20 13:29:55.531 | - lvm2
  823. 2021-12-20 13:29:55.531 | '
  824. 2021-12-20 13:29:55.531 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
  825. 2021-12-20 13:29:55.531 | - name: crypt
  826. 2021-12-20 13:29:55.531 | packages:
  827. 2021-12-20 13:29:55.531 | - cryptsetup
  828. 2021-12-20 13:29:55.531 | - name: lvm
  829. 2021-12-20 13:29:55.531 | packages:
  830. 2021-12-20 13:29:55.531 | - lvm2
  831. 2021-12-20 13:29:55.531 | '
  832. 2021-12-20 13:29:55.531 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
  833. 2021-12-20 13:29:55.531 | packages:
  834. 2021-12-20 13:29:55.531 | - cryptsetup
  835. 2021-12-20 13:29:55.531 | - name: lvm
  836. 2021-12-20 13:29:55.531 | packages:
  837. 2021-12-20 13:29:55.531 | - lvm2
  838. 2021-12-20 13:29:55.531 | - name: mdraid
  839. 2021-12-20 13:29:55.531 | packages:
  840. 2021-12-20 13:29:55.531 | - mdadm'
  841. 2021-12-20 13:29:55.531 | ++ export DIB_DRACUT_ENABLED_MODULES
  842. 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
  843. 2021-12-20 13:29:55.532 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash
  844. 2021-12-20 13:29:55.532 | ++ export DIB_DEFAULT_INSTALLTYPE=source
  845. 2021-12-20 13:29:55.532 | ++ DIB_DEFAULT_INSTALLTYPE=source
  846. 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
  847. 2021-12-20 13:29:55.534 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-yum-dnf.bash
  848. 2021-12-20 13:29:55.534 | ++ [[ 7 == \7 ]]
  849. 2021-12-20 13:29:55.534 | ++ export YUM=yum
  850. 2021-12-20 13:29:55.534 | ++ YUM=yum
  851. 2021-12-20 13:29:55.534 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
  852. 2021-12-20 13:29:55.535 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
  853. 2021-12-20 13:29:55.535 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  854. 2021-12-20 13:29:55.535 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  855. 2021-12-20 13:29:55.535 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  856. 2021-12-20 13:29:55.535 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  857. 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
  858. 2021-12-20 13:29:55.536 | + source /tmp/in_target.d/pre-install.d/../environment.d/15-block-device.bash
  859. 2021-12-20 13:29:55.536 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
  860. 2021-12-20 13:29:55.536 | ++ export DIB_BLOCK_DEVICE=efi
  861. 2021-12-20 13:29:55.536 | ++ DIB_BLOCK_DEVICE=efi
  862. 2021-12-20 13:29:55.536 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-devuser
  863. 2021-12-20 13:29:55.537 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-devuser
  864. 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_USERNAME=devuser
  865. 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_USERNAME=devuser
  866. 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_SHELL=
  867. 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_SHELL=
  868. 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
  869. 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
  870. 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
  871. 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
  872. 2021-12-20 13:29:55.537 | ++ export DIB_DEV_USER_PASSWORD=calvin
  873. 2021-12-20 13:29:55.537 | ++ DIB_DEV_USER_PASSWORD=calvin
  874. 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
  875. 2021-12-20 13:29:55.538 | + source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common
  876. 2021-12-20 13:29:55.538 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
  877. 2021-12-20 13:29:55.538 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
  878. 2021-12-20 13:29:55.538 | ++ export DIB_INIT_SYSTEM=systemd
  879. 2021-12-20 13:29:55.538 | ++ DIB_INIT_SYSTEM=systemd
  880. 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
  881. 2021-12-20 13:29:55.539 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system
  882. 2021-12-20 13:29:55.539 | ++ '[' -z systemd ']'
  883. 2021-12-20 13:29:55.539 | ++ case $DIB_INIT_SYSTEM in
  884. 2021-12-20 13:29:55.539 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-01-yum-keepcache
  885. 2021-12-20 13:29:55.540 | + set -eu
  886. 2021-12-20 13:29:55.541 | + set -o pipefail
  887. 2021-12-20 13:29:55.541 | + [[ yum == \d\n\f ]]
  888. 2021-12-20 13:29:55.541 | + cfg=/etc/yum.conf
  889. 2021-12-20 13:29:55.541 | + sed -i s/keepcache=0/keepcache=1/ /etc/yum.conf
  890. 2021-12-20 13:29:55.541 | + sed -i 's/cachedir=\/var\/cache\/yum/cachedir=\/tmp\/yum/' /etc/yum.conf
  891. 2021-12-20 13:29:55.543 | dib-run-parts 00-01-yum-keepcache completed
  892. 2021-12-20 13:29:55.543 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-02-set-centos-mirror
  893. 2021-12-20 13:29:55.544 | + set -eu
  894. 2021-12-20 13:29:55.544 | + set -o pipefail
  895. 2021-12-20 13:29:55.544 | + DIB_DISTRIBUTION_MIRROR=
  896. 2021-12-20 13:29:55.544 | + '[' -n '' ']'
  897. 2021-12-20 13:29:55.544 | + exit 0
  898. 2021-12-20 13:29:55.544 | dib-run-parts 00-02-set-centos-mirror completed
  899. 2021-12-20 13:29:55.544 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-dnf-update
  900. 2021-12-20 13:29:55.546 | + set -eu
  901. 2021-12-20 13:29:55.546 | + set -o pipefail
  902. 2021-12-20 13:29:55.546 | + [[ centos == \f\e\d\o\r\a ]]
  903. 2021-12-20 13:29:55.546 | dib-run-parts 00-dnf-update completed
  904. 2021-12-20 13:29:55.546 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-fix-requiretty
  905. 2021-12-20 13:29:55.547 | + set -eu
  906. 2021-12-20 13:29:55.547 | + set -o pipefail
  907. 2021-12-20 13:29:55.547 | + sed -i -e '/^Defaults\s*requiretty/d' -e '/Disable "ssh hostname/d' /etc/sudoers
  908. 2021-12-20 13:29:55.548 | + sed -i -e '/You have to run/d' /etc/sudoers
  909. 2021-12-20 13:29:55.549 | + visudo -c
  910. 2021-12-20 13:29:55.550 | /etc/sudoers: parsed OK
  911. 2021-12-20 13:29:55.551 | dib-run-parts 00-fix-requiretty completed
  912. 2021-12-20 13:29:55.551 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-install-repo-package
  913. 2021-12-20 13:29:55.552 | + set -eu
  914. 2021-12-20 13:29:55.552 | + set -o pipefail
  915. 2021-12-20 13:29:55.552 | + '[' -n '' ']'
  916. 2021-12-20 13:29:55.552 | dib-run-parts 00-install-repo-package completed
  917. 2021-12-20 13:29:55.552 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path
  918. 2021-12-20 13:29:55.554 | + set -eu
  919. 2021-12-20 13:29:55.554 | + set -o pipefail
  920. 2021-12-20 13:29:55.554 | + sed -i -e '/secure_path/ s@\([\'\''"]\?\)$@:/usr/local/bin/\1@' /etc/sudoers
  921. 2021-12-20 13:29:55.554 | + visudo -c
  922. 2021-12-20 13:29:55.555 | /etc/sudoers: parsed OK
  923. 2021-12-20 13:29:55.556 | dib-run-parts 00-usr-local-bin-secure-path completed
  924. 2021-12-20 13:29:55.556 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-00-centos-python3
  925. 2021-12-20 13:29:55.557 | + set -eu
  926. 2021-12-20 13:29:55.557 | + set -o pipefail
  927. 2021-12-20 13:29:55.557 | + [[ centos =~ (centos|rhel) ]]
  928. 2021-12-20 13:29:55.557 | + [[ 7 == 7 ]]
  929. 2021-12-20 13:29:55.557 | + yum install -y python3
  930. 2021-12-20 13:29:55.665 | Loaded plugins: fastestmirror
  931. 2021-12-20 13:29:55.703 | Loading mirror speeds from cached hostfile
  932. 2021-12-20 13:29:56.694 | * base: ftp.tu-chemnitz.de
  933. 2021-12-20 13:29:56.694 | * extras: mirror.23m.com
  934. 2021-12-20 13:29:56.694 | * updates: centos.mirrors.psw.services
  935. 2021-12-20 13:29:56.890 | Resolving Dependencies
  936. 2021-12-20 13:29:56.890 | --> Running transaction check
  937. 2021-12-20 13:29:56.890 | ---> Package python3.x86_64 0:3.6.8-18.el7 will be installed
  938. 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
  939. 2021-12-20 13:29:57.009 | --> Processing Dependency: python3-setuptools for package: python3-3.6.8-18.el7.x86_64
  940. 2021-12-20 13:29:57.010 | --> Processing Dependency: python3-pip for package: python3-3.6.8-18.el7.x86_64
  941. 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
  942. 2021-12-20 13:29:57.010 | --> Running transaction check
  943. 2021-12-20 13:29:57.011 | ---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be installed
  944. 2021-12-20 13:29:57.017 | ---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
  945. 2021-12-20 13:29:57.017 | ---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
  946. 2021-12-20 13:29:57.264 | --> Finished Dependency Resolution
  947. 2021-12-20 13:29:57.271 |
  948. 2021-12-20 13:29:57.271 | Dependencies Resolved
  949. 2021-12-20 13:29:57.292 |
  950. 2021-12-20 13:29:57.292 | ================================================================================
  951. 2021-12-20 13:29:57.292 | Package Arch Version Repository Size
  952. 2021-12-20 13:29:57.292 | ================================================================================
  953. 2021-12-20 13:29:57.292 | Installing:
  954. 2021-12-20 13:29:57.292 | python3 x86_64 3.6.8-18.el7 updates 70 k
  955. 2021-12-20 13:29:57.292 | Installing for dependencies:
  956. 2021-12-20 13:29:57.292 | python3-libs x86_64 3.6.8-18.el7 updates 6.9 M
  957. 2021-12-20 13:29:57.292 | python3-pip noarch 9.0.3-8.el7 base 1.6 M
  958. 2021-12-20 13:29:57.292 | python3-setuptools noarch 39.2.0-10.el7 base 629 k
  959. 2021-12-20 13:29:57.292 |
  960. 2021-12-20 13:29:57.292 | Transaction Summary
  961. 2021-12-20 13:29:57.292 | ================================================================================
  962. 2021-12-20 13:29:57.292 | Install 1 Package (+3 Dependent packages)
  963. 2021-12-20 13:29:57.292 |
  964. 2021-12-20 13:29:57.292 | Total size: 9.3 M
  965. 2021-12-20 13:29:57.292 | Installed size: 47 M
  966. 2021-12-20 13:29:57.292 | Downloading packages:
  967. 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
  968. 2021-12-20 13:29:57.295 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  969. 2021-12-20 13:29:57.298 | Importing GPG key 0xF4A80EB5:
  970. 2021-12-20 13:29:57.298 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
  971. 2021-12-20 13:29:57.298 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  972. 2021-12-20 13:29:57.298 | Package : centos-release-7-9.2009.1.el7.centos.x86_64 (installed)
  973. 2021-12-20 13:29:57.298 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  974. 2021-12-20 13:29:57.306 | Running transaction check
  975. 2021-12-20 13:29:57.315 | Running transaction test
  976. 2021-12-20 13:29:57.355 | Transaction test succeeded
  977. 2021-12-20 13:29:57.356 | Running transaction
  978. 2021-12-20 13:29:58.263 | Installing : python3-libs-3.6.8-18.el7.x86_64 1/4
  979. 2021-12-20 13:29:58.337 | Installing : python3-3.6.8-18.el7.x86_64 2/4
  980. 2021-12-20 13:29:58.530 | Installing : python3-setuptools-39.2.0-10.el7.noarch 3/4
  981. 2021-12-20 13:29:58.536 | Installing : python3-pip-9.0.3-8.el7.noarch 4/4
  982. 2021-12-20 13:29:58.538 | Verifying : python3-setuptools-39.2.0-10.el7.noarch 1/4
  983. 2021-12-20 13:29:58.540 | Verifying : python3-libs-3.6.8-18.el7.x86_64 2/4
  984. 2021-12-20 13:29:58.541 | Verifying : python3-3.6.8-18.el7.x86_64 3/4
  985. 2021-12-20 13:29:58.584 | Verifying : python3-pip-9.0.3-8.el7.noarch 4/4
  986. 2021-12-20 13:29:58.584 |
  987. 2021-12-20 13:29:58.584 | Installed:
  988. 2021-12-20 13:29:58.584 | python3.x86_64 0:3.6.8-18.el7
  989. 2021-12-20 13:29:58.584 |
  990. 2021-12-20 13:29:58.584 | Dependency Installed:
  991. 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
  992. 2021-12-20 13:29:58.584 | python3-setuptools.noarch 0:39.2.0-10.el7
  993. 2021-12-20 13:29:58.584 |
  994. 2021-12-20 13:29:58.584 | Complete!
  995. 2021-12-20 13:29:58.603 | + yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  996. 2021-12-20 13:29:58.705 | Loaded plugins: fastestmirror
  997. 2021-12-20 13:29:59.820 | Examining /var/tmp/yum-root-JFK9Nh/epel-release-latest-7.noarch.rpm: epel-release-7-14.noarch
  998. 2021-12-20 13:29:59.820 | Marking /var/tmp/yum-root-JFK9Nh/epel-release-latest-7.noarch.rpm to be installed
  999. 2021-12-20 13:29:59.821 | Resolving Dependencies
  1000. 2021-12-20 13:29:59.821 | --> Running transaction check
  1001. 2021-12-20 13:29:59.821 | ---> Package epel-release.noarch 0:7-14 will be installed
  1002. 2021-12-20 13:29:59.958 | --> Finished Dependency Resolution
  1003. 2021-12-20 13:30:00.008 |
  1004. 2021-12-20 13:30:00.008 | Dependencies Resolved
  1005. 2021-12-20 13:30:00.008 |
  1006. 2021-12-20 13:30:00.008 | ================================================================================
  1007. 2021-12-20 13:30:00.008 | Package Arch Version Repository Size
  1008. 2021-12-20 13:30:00.008 | ================================================================================
  1009. 2021-12-20 13:30:00.008 | Installing:
  1010. 2021-12-20 13:30:00.008 | epel-release noarch 7-14 /epel-release-latest-7.noarch 25 k
  1011. 2021-12-20 13:30:00.008 |
  1012. 2021-12-20 13:30:00.008 | Transaction Summary
  1013. 2021-12-20 13:30:00.009 | ================================================================================
  1014. 2021-12-20 13:30:00.009 | Install 1 Package
  1015. 2021-12-20 13:30:00.009 |
  1016. 2021-12-20 13:30:00.009 | Total size: 25 k
  1017. 2021-12-20 13:30:00.009 | Installed size: 25 k
  1018. 2021-12-20 13:30:00.009 | Downloading packages:
  1019. 2021-12-20 13:30:00.010 | Running transaction check
  1020. 2021-12-20 13:30:00.010 | Running transaction test
  1021. 2021-12-20 13:30:00.011 | Transaction test succeeded
  1022. 2021-12-20 13:30:00.011 | Running transaction
  1023. 2021-12-20 13:30:00.022 | Installing : epel-release-7-14.noarch 1/1
  1024. 2021-12-20 13:30:00.065 | Verifying : epel-release-7-14.noarch 1/1
  1025. 2021-12-20 13:30:00.065 |
  1026. 2021-12-20 13:30:00.065 | Installed:
  1027. 2021-12-20 13:30:00.065 | epel-release.noarch 0:7-14
  1028. 2021-12-20 13:30:00.065 |
  1029. 2021-12-20 13:30:00.065 | Complete!
  1030. 2021-12-20 13:30:00.077 | + yum install -y python36-PyYAML
  1031. 2021-12-20 13:30:00.175 | Loaded plugins: fastestmirror
  1032. 2021-12-20 13:30:00.213 | Loading mirror speeds from cached hostfile
  1033. 2021-12-20 13:30:04.894 | * base: mirror.netzwerge.de
  1034. 2021-12-20 13:30:04.895 | * epel: mirror.netzwerge.de
  1035. 2021-12-20 13:30:04.896 | * extras: mirror.23m.com
  1036. 2021-12-20 13:30:04.896 | * updates: mirror.cuegee.com
  1037. 2021-12-20 13:30:05.075 | Resolving Dependencies
  1038. 2021-12-20 13:30:05.075 | --> Running transaction check
  1039. 2021-12-20 13:30:05.075 | ---> Package python36-PyYAML.x86_64 0:3.13-1.el7 will be installed
  1040. 2021-12-20 13:30:05.214 | --> Finished Dependency Resolution
  1041. 2021-12-20 13:30:05.261 |
  1042. 2021-12-20 13:30:05.261 | Dependencies Resolved
  1043. 2021-12-20 13:30:05.262 |
  1044. 2021-12-20 13:30:05.262 | ================================================================================
  1045. 2021-12-20 13:30:05.262 | Package Arch Version Repository Size
  1046. 2021-12-20 13:30:05.262 | ================================================================================
  1047. 2021-12-20 13:30:05.262 | Installing:
  1048. 2021-12-20 13:30:05.262 | python36-PyYAML x86_64 3.13-1.el7 epel 149 k
  1049. 2021-12-20 13:30:05.262 |
  1050. 2021-12-20 13:30:05.262 | Transaction Summary
  1051. 2021-12-20 13:30:05.262 | ================================================================================
  1052. 2021-12-20 13:30:05.262 | Install 1 Package
  1053. 2021-12-20 13:30:05.262 |
  1054. 2021-12-20 13:30:05.262 | Total size: 149 k
  1055. 2021-12-20 13:30:05.262 | Installed size: 672 k
  1056. 2021-12-20 13:30:05.262 | Downloading packages:
  1057. 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
  1058. 2021-12-20 13:30:05.263 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1059. 2021-12-20 13:30:05.266 | Importing GPG key 0x352C64E5:
  1060. 2021-12-20 13:30:05.266 | Userid : "Fedora EPEL (7) <[email protected]>"
  1061. 2021-12-20 13:30:05.266 | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  1062. 2021-12-20 13:30:05.266 | Package : epel-release-7-14.noarch (@/epel-release-latest-7.noarch)
  1063. 2021-12-20 13:30:05.266 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1064. 2021-12-20 13:30:05.269 | Running transaction check
  1065. 2021-12-20 13:30:05.275 | Running transaction test
  1066. 2021-12-20 13:30:05.282 | Transaction test succeeded
  1067. 2021-12-20 13:30:05.283 | Running transaction
  1068. 2021-12-20 13:30:05.319 | Installing : python36-PyYAML-3.13-1.el7.x86_64 1/1
  1069. 2021-12-20 13:30:05.366 | Verifying : python36-PyYAML-3.13-1.el7.x86_64 1/1
  1070. 2021-12-20 13:30:05.366 |
  1071. 2021-12-20 13:30:05.366 | Installed:
  1072. 2021-12-20 13:30:05.366 | python36-PyYAML.x86_64 0:3.13-1.el7
  1073. 2021-12-20 13:30:05.366 |
  1074. 2021-12-20 13:30:05.366 | Complete!
  1075. 2021-12-20 13:30:05.380 | + yum remove -y epel-release
  1076. 2021-12-20 13:30:05.481 | Loaded plugins: fastestmirror
  1077. 2021-12-20 13:30:05.519 | Resolving Dependencies
  1078. 2021-12-20 13:30:05.520 | --> Running transaction check
  1079. 2021-12-20 13:30:05.520 | ---> Package epel-release.noarch 0:7-14 will be erased
  1080. 2021-12-20 13:30:05.662 | --> Finished Dependency Resolution
  1081. 2021-12-20 13:30:05.710 |
  1082. 2021-12-20 13:30:05.710 | Dependencies Resolved
  1083. 2021-12-20 13:30:05.711 |
  1084. 2021-12-20 13:30:05.711 | ================================================================================
  1085. 2021-12-20 13:30:05.711 | Package Arch Version Repository Size
  1086. 2021-12-20 13:30:05.711 | ================================================================================
  1087. 2021-12-20 13:30:05.711 | Removing:
  1088. 2021-12-20 13:30:05.711 | epel-release noarch 7-14 @/epel-release-latest-7.noarch 25 k
  1089. 2021-12-20 13:30:05.711 |
  1090. 2021-12-20 13:30:05.711 | Transaction Summary
  1091. 2021-12-20 13:30:05.711 | ================================================================================
  1092. 2021-12-20 13:30:05.711 | Remove 1 Package
  1093. 2021-12-20 13:30:05.711 |
  1094. 2021-12-20 13:30:05.711 | Installed size: 25 k
  1095. 2021-12-20 13:30:05.711 | Downloading packages:
  1096. 2021-12-20 13:30:05.712 | Running transaction check
  1097. 2021-12-20 13:30:05.712 | Running transaction test
  1098. 2021-12-20 13:30:05.713 | Transaction test succeeded
  1099. 2021-12-20 13:30:05.713 | Running transaction
  1100. 2021-12-20 13:30:05.724 | Erasing : epel-release-7-14.noarch 1/1
  1101. 2021-12-20 13:30:05.761 | Verifying : epel-release-7-14.noarch 1/1
  1102. 2021-12-20 13:30:05.761 |
  1103. 2021-12-20 13:30:05.761 | Removed:
  1104. 2021-12-20 13:30:05.761 | epel-release.noarch 0:7-14
  1105. 2021-12-20 13:30:05.761 |
  1106. 2021-12-20 13:30:05.761 | Complete!
  1107. 2021-12-20 13:30:05.773 | dib-run-parts 01-00-centos-python3 completed
  1108. 2021-12-20 13:30:05.773 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin
  1109. 2021-12-20 13:30:05.774 | + set -eu
  1110. 2021-12-20 13:30:05.774 | + set -o pipefail
  1111. 2021-12-20 13:30:05.775 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin
  1112. 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
  1113. 2021-12-20 13:30:05.777 | dib-run-parts 01-install-bin completed
  1114. 2021-12-20 13:30:05.777 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-module-configuration
  1115. 2021-12-20 13:30:05.778 | + set -eu
  1116. 2021-12-20 13:30:05.778 | + set -o pipefail
  1117. 2021-12-20 13:30:05.778 | + export DIB_DNF_MODULE_STREAMS=
  1118. 2021-12-20 13:30:05.778 | + DIB_DNF_MODULE_STREAMS=
  1119. 2021-12-20 13:30:05.778 | + '[' yum == dnf ']'
  1120. 2021-12-20 13:30:05.779 | dib-run-parts 01-module-configuration completed
  1121. 2021-12-20 13:30:05.779 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-override-yum-arch
  1122. 2021-12-20 13:30:05.780 | + set -eu
  1123. 2021-12-20 13:30:05.780 | + set -o pipefail
  1124. 2021-12-20 13:30:05.780 | + '[' i386 = amd64 ']'
  1125. 2021-12-20 13:30:05.780 | + [[ amd64 x86_64 =~ amd64 ]]
  1126. 2021-12-20 13:30:05.780 | + basearch=x86_64
  1127. 2021-12-20 13:30:05.780 | + arch=x86_64
  1128. 2021-12-20 13:30:05.780 | + [[ yum == \d\n\f ]]
  1129. 2021-12-20 13:30:05.780 | + echo x86_64
  1130. 2021-12-20 13:30:05.780 | + echo x86_64
  1131. 2021-12-20 13:30:05.780 | + [[ centos =~ centos ]]
  1132. 2021-12-20 13:30:05.780 | + [[ x86_64 == \x\8\6\_\6\4 ]]
  1133. 2021-12-20 13:30:05.780 | + contentdir=centos
  1134. 2021-12-20 13:30:05.780 | + echo centos
  1135. 2021-12-20 13:30:05.781 | dib-run-parts 01-override-yum-arch completed
  1136. 2021-12-20 13:30:05.781 | dib-run-parts Running /tmp/in_target.d/pre-install.d/02-set-machine-id
  1137. 2021-12-20 13:30:05.782 | + set -eu
  1138. 2021-12-20 13:30:05.782 | + set -o pipefail
  1139. 2021-12-20 13:30:05.782 | + systemd-machine-id-setup
  1140. 2021-12-20 13:30:05.783 | dib-run-parts 02-set-machine-id completed
  1141. 2021-12-20 13:30:05.783 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools
  1142. 2021-12-20 13:30:05.785 | + set -eu
  1143. 2021-12-20 13:30:05.785 | + set -o pipefail
  1144. 2021-12-20 13:30:05.785 | + case $DISTRO_NAME in
  1145. 2021-12-20 13:30:05.785 | dib-run-parts 03-baseline-tools completed
  1146. 2021-12-20 13:30:05.785 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system
  1147. 2021-12-20 13:30:05.786 | + set -eu
  1148. 2021-12-20 13:30:05.786 | + set -o pipefail
  1149. 2021-12-20 13:30:05.786 | + FILE=/usr/local/bin/dib-init-system
  1150. 2021-12-20 13:30:05.786 | + cat
  1151. 2021-12-20 13:30:05.787 | + chown root:root /usr/local/bin/dib-init-system
  1152. 2021-12-20 13:30:05.788 | + chmod 775 /usr/local/bin/dib-init-system
  1153. 2021-12-20 13:30:05.789 | dib-run-parts 04-dib-init-system completed
  1154. 2021-12-20 13:30:05.789 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs
  1155. 2021-12-20 13:30:05.790 | + set -eu
  1156. 2021-12-20 13:30:05.790 | + set -o pipefail
  1157. 2021-12-20 13:30:05.790 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs
  1158. 2021-12-20 13:30:05.791 | + package-installs -d /tmp/in_target.d/pre-install.d
  1159. 2021-12-20 13:30:05.791 | + set -eu
  1160. 2021-12-20 13:30:05.792 | + set -o pipefail
  1161. 2021-12-20 13:30:05.792 | ++ basename /usr/local/bin/package-installs
  1162. 2021-12-20 13:30:05.792 | + SCRIPTNAME=package-installs
  1163. 2021-12-20 13:30:05.792 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d
  1164. 2021-12-20 13:30:05.793 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  1165. 2021-12-20 13:30:05.793 | + '[' 0 '!=' 0 ']'
  1166. 2021-12-20 13:30:05.793 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  1167. 2021-12-20 13:30:05.793 | ++ set -- -d /tmp/in_target.d/pre-install.d --
  1168. 2021-12-20 13:30:05.793 | + WORKDIR=
  1169. 2021-12-20 13:30:05.793 | + true
  1170. 2021-12-20 13:30:05.793 | + case "$1" in
  1171. 2021-12-20 13:30:05.793 | + WORKDIR=/tmp/in_target.d/pre-install.d
  1172. 2021-12-20 13:30:05.793 | + shift 2
  1173. 2021-12-20 13:30:05.793 | + true
  1174. 2021-12-20 13:30:05.793 | + case "$1" in
  1175. 2021-12-20 13:30:05.793 | + shift
  1176. 2021-12-20 13:30:05.793 | + break
  1177. 2021-12-20 13:30:05.793 | + '[' -z /tmp/in_target.d/pre-install.d ']'
  1178. 2021-12-20 13:30:05.793 | + PACKAGES=
  1179. 2021-12-20 13:30:05.793 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
  1180. 2021-12-20 13:30:05.794 | + '[' -n '' ']'
  1181. 2021-12-20 13:30:05.794 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json
  1182. 2021-12-20 13:30:06.228 | Map install for dracut-regenerate: python3-PyYAML
  1183. 2021-12-20 13:30:06.228 | Map install for redhat-common: gettext
  1184. 2021-12-20 13:30:06.228 | Running command: ['install-packages', 'python3-PyYAML', 'gettext']
  1185. 2021-12-20 13:30:06.228 | > Running install-packages install.
  1186. 2021-12-20 13:30:06.228 | > + yum -v -y install python3-PyYAML gettext
  1187. 2021-12-20 13:30:06.228 | > Loading "fastestmirror" plugin
  1188. 2021-12-20 13:30:06.228 | > Config time: 0.004
  1189. 2021-12-20 13:30:06.228 | > Yum version: 3.4.3
  1190. 2021-12-20 13:30:06.228 | > rpmdb time: 0.000
  1191. 2021-12-20 13:30:06.228 | > Setting up Package Sacks
  1192. 2021-12-20 13:30:06.228 | > Loading mirror speeds from cached hostfile
  1193. 2021-12-20 13:30:06.228 | > * base: mirror.netzwerge.de
  1194. 2021-12-20 13:30:06.228 | > * extras: mirror.23m.com
  1195. 2021-12-20 13:30:06.228 | > * updates: mirror.cuegee.com
  1196. 2021-12-20 13:30:06.228 | > pkgsack time: 0.030
  1197. 2021-12-20 13:30:06.228 | > Checking for virtual provide or file-provide for python3-PyYAML
  1198. 2021-12-20 13:30:06.228 | > Checking for installed virtual provide or file-provide for python3-PyYAML
  1199. 2021-12-20 13:30:06.228 | > Obs Init time: 0.071
  1200. 2021-12-20 13:30:06.228 | > Package gettext-0.19.8.1-3.el7.x86_64 already installed and latest version
  1201. 2021-12-20 13:30:06.228 | > Nothing to do
  1202. 2021-12-20 13:30:06.228 | > + '[' install == install ']'
  1203. 2021-12-20 13:30:06.228 | > + '[' yum == dnf ']'
  1204. 2021-12-20 13:30:06.228 | returncode: 0
  1205. 2021-12-20 13:30:06.233 | dib-run-parts 10-package-installs completed
  1206. 2021-12-20 13:30:06.233 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls
  1207. 2021-12-20 13:30:06.235 | + set -eu
  1208. 2021-12-20 13:30:06.235 | + set -o pipefail
  1209. 2021-12-20 13:30:06.235 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls
  1210. 2021-12-20 13:30:06.235 | + package-uninstalls -d /tmp/in_target.d/pre-install.d
  1211. 2021-12-20 13:30:06.236 | + set -eu
  1212. 2021-12-20 13:30:06.236 | + set -o pipefail
  1213. 2021-12-20 13:30:06.236 | ++ basename /usr/local/bin/package-uninstalls
  1214. 2021-12-20 13:30:06.237 | + SCRIPTNAME=package-uninstalls
  1215. 2021-12-20 13:30:06.237 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d
  1216. 2021-12-20 13:30:06.237 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  1217. 2021-12-20 13:30:06.237 | + '[' 0 '!=' 0 ']'
  1218. 2021-12-20 13:30:06.237 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  1219. 2021-12-20 13:30:06.237 | ++ set -- -d /tmp/in_target.d/pre-install.d --
  1220. 2021-12-20 13:30:06.237 | + WORKDIR=
  1221. 2021-12-20 13:30:06.237 | + true
  1222. 2021-12-20 13:30:06.237 | + case "$1" in
  1223. 2021-12-20 13:30:06.237 | + WORKDIR=/tmp/in_target.d/pre-install.d
  1224. 2021-12-20 13:30:06.237 | + shift 2
  1225. 2021-12-20 13:30:06.237 | + true
  1226. 2021-12-20 13:30:06.237 | + case "$1" in
  1227. 2021-12-20 13:30:06.237 | + shift
  1228. 2021-12-20 13:30:06.237 | + break
  1229. 2021-12-20 13:30:06.237 | + '[' -z /tmp/in_target.d/pre-install.d ']'
  1230. 2021-12-20 13:30:06.237 | + PACKAGES=
  1231. 2021-12-20 13:30:06.238 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
  1232. 2021-12-20 13:30:06.238 | + install-packages -e
  1233. 2021-12-20 13:30:06.242 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json
  1234. 2021-12-20 13:30:06.270 | Nothing to uninstall
  1235. 2021-12-20 13:30:06.273 | dib-run-parts 99-package-uninstalls completed
  1236. 2021-12-20 13:30:06.273 | dib-run-parts ----------------------- PROFILING -----------------------
  1237. 2021-12-20 13:30:06.273 | dib-run-parts
  1238. 2021-12-20 13:30:06.274 | dib-run-parts Target: pre-install.d
  1239. 2021-12-20 13:30:06.274 | dib-run-parts
  1240. 2021-12-20 13:30:06.274 | dib-run-parts Script Seconds
  1241. 2021-12-20 13:30:06.274 | dib-run-parts --------------------------------------- ----------
  1242. 2021-12-20 13:30:06.274 | dib-run-parts
  1243. 2021-12-20 13:30:06.278 | dib-run-parts 00-01-yum-keepcache 0.003
  1244. 2021-12-20 13:30:06.280 | dib-run-parts 00-02-set-centos-mirror 0.001
  1245. 2021-12-20 13:30:06.282 | dib-run-parts 00-dnf-update 0.001
  1246. 2021-12-20 13:30:06.285 | dib-run-parts 00-fix-requiretty 0.004
  1247. 2021-12-20 13:30:06.287 | dib-run-parts 00-install-repo-package 0.001
  1248. 2021-12-20 13:30:06.289 | dib-run-parts 00-usr-local-bin-secure-path 0.003
  1249. 2021-12-20 13:30:06.291 | dib-run-parts 01-00-centos-python3 10.217
  1250. 2021-12-20 13:30:06.293 | dib-run-parts 01-install-bin 0.003
  1251. 2021-12-20 13:30:06.296 | dib-run-parts 01-module-configuration 0.001
  1252. 2021-12-20 13:30:06.298 | dib-run-parts 01-override-yum-arch 0.002
  1253. 2021-12-20 13:30:06.300 | dib-run-parts 02-set-machine-id 0.002
  1254. 2021-12-20 13:30:06.302 | dib-run-parts 03-baseline-tools 0.001
  1255. 2021-12-20 13:30:06.304 | dib-run-parts 04-dib-init-system 0.003
  1256. 2021-12-20 13:30:06.306 | dib-run-parts 10-package-installs 0.444
  1257. 2021-12-20 13:30:06.308 | dib-run-parts 99-package-uninstalls 0.039
  1258. 2021-12-20 13:30:06.309 | dib-run-parts
  1259. 2021-12-20 13:30:06.309 | dib-run-parts --------------------- END PROFILING ---------------------
  1260. 2021-12-20 13:30:06.312 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
  1261. 2021-12-20 13:30:06.314 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
  1262. 2021-12-20 13:30:06.316 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
  1263. 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
  1264. 2021-12-20 13:30:06.320 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-pre-install(,|$)' -q
  1265. 2021-12-20 13:30:06.320 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  1266. 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
  1267. 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'
  1268. 2021-12-20 13:30:06.340 | + diskimage_builder/lib/disk-image-create:main:358 : run_d_in_target install
  1269. 2021-12-20 13:30:06.341 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
  1270. 2021-12-20 13:30:06.343 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  1271. 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 ']'
  1272. 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
  1273. 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
  1274. 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
  1275. 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
  1276. 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
  1277. 2021-12-20 13:30:06.379 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-install(,|$)' -q
  1278. 2021-12-20 13:30:06.379 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  1279. 2021-12-20 13:30:06.382 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
  1280. 2021-12-20 13:30:06.383 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
  1281. 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
  1282. 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
  1283. 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'
  1284. 2021-12-20 13:30:06.390 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
  1285. 2021-12-20 13:30:06.392 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
  1286. 2021-12-20 13:30:06.394 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
  1287. 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'
  1288. 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
  1289. 2021-12-20 13:30:06.406 | dib-run-parts Ignoring non-conforming filenames: dhcp-all-interfaces.sh dhcp-all-interfaces.init
  1290. 2021-12-20 13:30:06.408 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults
  1291. 2021-12-20 13:30:06.409 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults
  1292. 2021-12-20 13:30:06.409 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
  1293. 2021-12-20 13:30:06.409 | ++ DIB_AVOID_PACKAGES_UPDATE=0
  1294. 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
  1295. 2021-12-20 13:30:06.410 | + source /tmp/in_target.d/install.d/../environment.d/10-bootloader-default-cmdline
  1296. 2021-12-20 13:30:06.410 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
  1297. 2021-12-20 13:30:06.410 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
  1298. 2021-12-20 13:30:06.410 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
  1299. 2021-12-20 13:30:06.410 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
  1300. 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
  1301. 2021-12-20 13:30:06.411 | + source /tmp/in_target.d/install.d/../environment.d/10-centos-distro-name.bash
  1302. 2021-12-20 13:30:06.411 | ++ export DISTRO_NAME=centos
  1303. 2021-12-20 13:30:06.411 | ++ DISTRO_NAME=centos
  1304. 2021-12-20 13:30:06.411 | ++ export DIB_RELEASE=7
  1305. 2021-12-20 13:30:06.411 | ++ DIB_RELEASE=7
  1306. 2021-12-20 13:30:06.411 | ++ export EFI_BOOT_DIR=EFI/centos
  1307. 2021-12-20 13:30:06.411 | ++ EFI_BOOT_DIR=EFI/centos
  1308. 2021-12-20 13:30:06.411 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-dracut-regenerate
  1309. 2021-12-20 13:30:06.412 | + source /tmp/in_target.d/install.d/../environment.d/10-dracut-regenerate
  1310. 2021-12-20 13:30:06.412 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
  1311. 2021-12-20 13:30:06.412 | - name: crypt
  1312. 2021-12-20 13:30:06.412 | packages:
  1313. 2021-12-20 13:30:06.412 | - cryptsetup
  1314. 2021-12-20 13:30:06.412 | - name: lvm
  1315. 2021-12-20 13:30:06.412 | packages:
  1316. 2021-12-20 13:30:06.412 | - lvm2
  1317. 2021-12-20 13:30:06.412 | '
  1318. 2021-12-20 13:30:06.412 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
  1319. 2021-12-20 13:30:06.412 | - name: crypt
  1320. 2021-12-20 13:30:06.413 | packages:
  1321. 2021-12-20 13:30:06.413 | - cryptsetup
  1322. 2021-12-20 13:30:06.413 | - name: lvm
  1323. 2021-12-20 13:30:06.413 | packages:
  1324. 2021-12-20 13:30:06.413 | - lvm2
  1325. 2021-12-20 13:30:06.413 | '
  1326. 2021-12-20 13:30:06.413 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
  1327. 2021-12-20 13:30:06.413 | packages:
  1328. 2021-12-20 13:30:06.413 | - cryptsetup
  1329. 2021-12-20 13:30:06.413 | - name: lvm
  1330. 2021-12-20 13:30:06.413 | packages:
  1331. 2021-12-20 13:30:06.413 | - lvm2
  1332. 2021-12-20 13:30:06.413 | - name: mdraid
  1333. 2021-12-20 13:30:06.413 | packages:
  1334. 2021-12-20 13:30:06.413 | - mdadm'
  1335. 2021-12-20 13:30:06.413 | ++ export DIB_DRACUT_ENABLED_MODULES
  1336. 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
  1337. 2021-12-20 13:30:06.414 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash
  1338. 2021-12-20 13:30:06.414 | ++ export DIB_DEFAULT_INSTALLTYPE=source
  1339. 2021-12-20 13:30:06.414 | ++ DIB_DEFAULT_INSTALLTYPE=source
  1340. 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
  1341. 2021-12-20 13:30:06.415 | + source /tmp/in_target.d/install.d/../environment.d/11-yum-dnf.bash
  1342. 2021-12-20 13:30:06.415 | ++ [[ 7 == \7 ]]
  1343. 2021-12-20 13:30:06.415 | ++ export YUM=yum
  1344. 2021-12-20 13:30:06.415 | ++ YUM=yum
  1345. 2021-12-20 13:30:06.415 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests
  1346. 2021-12-20 13:30:06.416 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests
  1347. 2021-12-20 13:30:06.416 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  1348. 2021-12-20 13:30:06.416 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  1349. 2021-12-20 13:30:06.416 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  1350. 2021-12-20 13:30:06.416 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  1351. 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
  1352. 2021-12-20 13:30:06.417 | + source /tmp/in_target.d/install.d/../environment.d/15-block-device.bash
  1353. 2021-12-20 13:30:06.417 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
  1354. 2021-12-20 13:30:06.417 | ++ export DIB_BLOCK_DEVICE=efi
  1355. 2021-12-20 13:30:06.417 | ++ DIB_BLOCK_DEVICE=efi
  1356. 2021-12-20 13:30:06.417 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-devuser
  1357. 2021-12-20 13:30:06.418 | + source /tmp/in_target.d/install.d/../environment.d/50-devuser
  1358. 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_USERNAME=devuser
  1359. 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_USERNAME=devuser
  1360. 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_SHELL=
  1361. 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_SHELL=
  1362. 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
  1363. 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
  1364. 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
  1365. 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
  1366. 2021-12-20 13:30:06.418 | ++ export DIB_DEV_USER_PASSWORD=calvin
  1367. 2021-12-20 13:30:06.418 | ++ DIB_DEV_USER_PASSWORD=calvin
  1368. 2021-12-20 13:30:06.418 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common
  1369. 2021-12-20 13:30:06.419 | + source /tmp/in_target.d/install.d/../environment.d/50-redhat-common
  1370. 2021-12-20 13:30:06.419 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
  1371. 2021-12-20 13:30:06.419 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
  1372. 2021-12-20 13:30:06.419 | ++ export DIB_INIT_SYSTEM=systemd
  1373. 2021-12-20 13:30:06.419 | ++ DIB_INIT_SYSTEM=systemd
  1374. 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
  1375. 2021-12-20 13:30:06.420 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system
  1376. 2021-12-20 13:30:06.420 | ++ '[' -z systemd ']'
  1377. 2021-12-20 13:30:06.420 | ++ case $DIB_INIT_SYSTEM in
  1378. 2021-12-20 13:30:06.421 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment
  1379. 2021-12-20 13:30:06.422 | + set -eu
  1380. 2021-12-20 13:30:06.422 | + set -o pipefail
  1381. 2021-12-20 13:30:06.422 | + install-packages -m base iscsi_package
  1382. 2021-12-20 13:30:06.457 | INFO:root:Mapping for base : iscsi_package
  1383. 2021-12-20 13:30:06.489 | INFO:root:Mapping for base : iscsi_package
  1384. 2021-12-20 13:30:06.492 | Running install-packages install.
  1385. 2021-12-20 13:30:06.493 | + yum -v -y install iscsi-initiator-utils
  1386. 2021-12-20 13:30:06.589 | Loading "fastestmirror" plugin
  1387. 2021-12-20 13:30:06.590 | Config time: 0.004
  1388. 2021-12-20 13:30:06.591 | Yum version: 3.4.3
  1389. 2021-12-20 13:30:06.624 | rpmdb time: 0.000
  1390. 2021-12-20 13:30:06.624 | Setting up Package Sacks
  1391. 2021-12-20 13:30:06.625 | Loading mirror speeds from cached hostfile
  1392. 2021-12-20 13:30:06.649 | * base: mirror.netzwerge.de
  1393. 2021-12-20 13:30:06.649 | * extras: mirror.23m.com
  1394. 2021-12-20 13:30:06.650 | * updates: mirror.cuegee.com
  1395. 2021-12-20 13:30:06.655 | pkgsack time: 0.030
  1396. 2021-12-20 13:30:06.759 | Obs Init time: 0.072
  1397. 2021-12-20 13:30:06.761 | Resolving Dependencies
  1398. 2021-12-20 13:30:06.762 | --> Running transaction check
  1399. 2021-12-20 13:30:06.762 | ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 will be installed
  1400. 2021-12-20 13:30:06.762 | Checking deps for iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
  1401. 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
  1402. 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
  1403. 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
  1404. 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
  1405. 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
  1406. 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
  1407. 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
  1408. 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
  1409. 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
  1410. 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
  1411. 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
  1412. 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
  1413. 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
  1414. 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
  1415. 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
  1416. 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
  1417. 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
  1418. 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
  1419. 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
  1420. 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
  1421. 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
  1422. 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
  1423. 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
  1424. 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
  1425. 2021-12-20 13:30:06.771 | Searching pkgSack for dep: iscsi-initiator-utils-iscsiuio
  1426. 2021-12-20 13:30:06.772 | Building updates object
  1427. 2021-12-20 13:30:06.842 | up:simple updates time: 0.002
  1428. 2021-12-20 13:30:06.843 | up:obs time: 0.001
  1429. 2021-12-20 13:30:06.844 | up:condense time: 0.000
  1430. 2021-12-20 13:30:06.844 | updates time: 0.071
  1431. 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
  1432. 2021-12-20 13:30:06.845 | --> Running transaction check
  1433. 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
  1434. 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
  1435. 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
  1436. 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
  1437. 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
  1438. 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
  1439. 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
  1440. 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
  1441. 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
  1442. 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
  1443. 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
  1444. 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
  1445. 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
  1446. 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
  1447. 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
  1448. 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
  1449. 2021-12-20 13:30:06.977 | --> Finished Dependency Resolution
  1450. 2021-12-20 13:30:06.977 | Dependency Process ending
  1451. 2021-12-20 13:30:07.029 | Depsolve time: 0.268
  1452. 2021-12-20 13:30:07.029 |
  1453. 2021-12-20 13:30:07.029 | Dependencies Resolved
  1454. 2021-12-20 13:30:07.031 |
  1455. 2021-12-20 13:30:07.031 | ================================================================================
  1456. 2021-12-20 13:30:07.031 | Package Arch Version Repository
  1457. 2021-12-20 13:30:07.031 | Size
  1458. 2021-12-20 13:30:07.031 | ================================================================================
  1459. 2021-12-20 13:30:07.031 | Installing:
  1460. 2021-12-20 13:30:07.031 | iscsi-initiator-utils x86_64 6.2.0.874-22.el7_9 updates 423 k
  1461. 2021-12-20 13:30:07.031 | Installing for dependencies:
  1462. 2021-12-20 13:30:07.031 | iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-22.el7_9 updates 94 k
  1463. 2021-12-20 13:30:07.031 |
  1464. 2021-12-20 13:30:07.031 | Transaction Summary
  1465. 2021-12-20 13:30:07.031 | ================================================================================
  1466. 2021-12-20 13:30:07.031 | Install 1 Package (+1 Dependent package)
  1467. 2021-12-20 13:30:07.031 |
  1468. 2021-12-20 13:30:07.031 | Total size: 517 k
  1469. 2021-12-20 13:30:07.031 | Installed size: 2.5 M
  1470. 2021-12-20 13:30:07.031 | Downloading packages:
  1471. 2021-12-20 13:30:07.032 | using local copy of iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64
  1472. 2021-12-20 13:30:07.032 | using local copy of iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64
  1473. 2021-12-20 13:30:07.033 | Member: iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 - u
  1474. 2021-12-20 13:30:07.034 | Adding Package iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 in mode u
  1475. 2021-12-20 13:30:07.034 | Member: iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 - u
  1476. 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
  1477. 2021-12-20 13:30:07.034 | Running transaction check
  1478. 2021-12-20 13:30:07.044 | Transaction check time: 0.010
  1479. 2021-12-20 13:30:07.044 | Running transaction test
  1480. 2021-12-20 13:30:07.060 | Transaction test succeeded
  1481. 2021-12-20 13:30:07.060 | Transaction test time: 0.017
  1482. 2021-12-20 13:30:07.061 | Running transaction
  1483. 2021-12-20 13:30:07.147 | Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 1/2
  1484. 2021-12-20 13:30:07.167 | Installing : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 2/2
  1485. 2021-12-20 13:30:07.169 | Verifying : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 1/2
  1486. 2021-12-20 13:30:07.214 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 2/2
  1487. 2021-12-20 13:30:07.214 | VerifyTransaction time: 0.047
  1488. 2021-12-20 13:30:07.214 | Transaction time: 0.153
  1489. 2021-12-20 13:30:07.214 |
  1490. 2021-12-20 13:30:07.214 | Installed:
  1491. 2021-12-20 13:30:07.214 | iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9
  1492. 2021-12-20 13:30:07.214 |
  1493. 2021-12-20 13:30:07.214 | Dependency Installed:
  1494. 2021-12-20 13:30:07.214 | iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9
  1495. 2021-12-20 13:30:07.214 |
  1496. 2021-12-20 13:30:07.214 | Complete!
  1497. 2021-12-20 13:30:07.238 | + '[' install == install ']'
  1498. 2021-12-20 13:30:07.238 | + '[' yum == dnf ']'
  1499. 2021-12-20 13:30:07.239 | dib-run-parts 00-baseline-environment completed
  1500. 2021-12-20 13:30:07.239 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date
  1501. 2021-12-20 13:30:07.241 | + set -eu
  1502. 2021-12-20 13:30:07.241 | + set -o pipefail
  1503. 2021-12-20 13:30:07.241 | + '[' 0 -eq 0 ']'
  1504. 2021-12-20 13:30:07.241 | + install-packages -u
  1505. 2021-12-20 13:30:07.341 | Loaded plugins: fastestmirror
  1506. 2021-12-20 13:30:07.377 | Loading mirror speeds from cached hostfile
  1507. 2021-12-20 13:30:07.402 | * base: mirror.netzwerge.de
  1508. 2021-12-20 13:30:07.402 | * extras: mirror.23m.com
  1509. 2021-12-20 13:30:07.402 | * updates: mirror.cuegee.com
  1510. 2021-12-20 13:30:07.607 | Resolving Dependencies
  1511. 2021-12-20 13:30:07.608 | --> Running transaction check
  1512. 2021-12-20 13:30:07.608 | ---> Package bash.x86_64 0:4.2.46-34.el7 will be updated
  1513. 2021-12-20 13:30:07.722 | ---> Package bash.x86_64 0:4.2.46-35.el7_9 will be an update
  1514. 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
  1515. 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
  1516. 2021-12-20 13:30:07.727 | ---> Package kbd.x86_64 0:1.15.5-15.el7 will be updated
  1517. 2021-12-20 13:30:07.728 | ---> Package kbd.x86_64 0:1.15.5-16.el7_9 will be an update
  1518. 2021-12-20 13:30:07.730 | ---> Package kbd-legacy.noarch 0:1.15.5-15.el7 will be updated
  1519. 2021-12-20 13:30:07.730 | ---> Package kbd-legacy.noarch 0:1.15.5-16.el7_9 will be an update
  1520. 2021-12-20 13:30:07.730 | ---> Package kbd-misc.noarch 0:1.15.5-15.el7 will be updated
  1521. 2021-12-20 13:30:07.730 | ---> Package kbd-misc.noarch 0:1.15.5-16.el7_9 will be an update
  1522. 2021-12-20 13:30:07.730 | ---> Package kernel.x86_64 0:3.10.0-1160.49.1.el7 will be installed
  1523. 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
  1524. 2021-12-20 13:30:07.743 | ---> Package kernel-tools.x86_64 0:3.10.0-1160.45.1.el7 will be updated
  1525. 2021-12-20 13:30:07.758 | ---> Package kernel-tools.x86_64 0:3.10.0-1160.49.1.el7 will be an update
  1526. 2021-12-20 13:30:07.782 | ---> Package kernel-tools-libs.x86_64 0:3.10.0-1160.45.1.el7 will be updated
  1527. 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
  1528. 2021-12-20 13:30:07.787 | ---> Package krb5-libs.x86_64 0:1.15.1-50.el7 will be updated
  1529. 2021-12-20 13:30:07.788 | ---> Package krb5-libs.x86_64 0:1.15.1-51.el7_9 will be an update
  1530. 2021-12-20 13:30:07.791 | ---> Package nss.x86_64 0:3.67.0-3.el7_9 will be updated
  1531. 2021-12-20 13:30:07.794 | ---> Package nss.x86_64 0:3.67.0-4.el7_9 will be an update
  1532. 2021-12-20 13:30:07.797 | ---> Package nss-sysinit.x86_64 0:3.67.0-3.el7_9 will be updated
  1533. 2021-12-20 13:30:07.797 | ---> Package nss-sysinit.x86_64 0:3.67.0-4.el7_9 will be an update
  1534. 2021-12-20 13:30:07.797 | ---> Package nss-tools.x86_64 0:3.67.0-3.el7_9 will be updated
  1535. 2021-12-20 13:30:07.798 | ---> Package nss-tools.x86_64 0:3.67.0-4.el7_9 will be an update
  1536. 2021-12-20 13:30:07.808 | ---> Package openssh.x86_64 0:7.4p1-21.el7 will be updated
  1537. 2021-12-20 13:30:07.809 | ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be an update
  1538. 2021-12-20 13:30:07.812 | ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be updated
  1539. 2021-12-20 13:30:07.812 | ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be an update
  1540. 2021-12-20 13:30:07.813 | ---> Package openssh-server.x86_64 0:7.4p1-21.el7 will be updated
  1541. 2021-12-20 13:30:07.813 | ---> Package openssh-server.x86_64 0:7.4p1-22.el7_9 will be an update
  1542. 2021-12-20 13:30:07.817 | ---> Package python-perf.x86_64 0:3.10.0-1160.45.1.el7 will be updated
  1543. 2021-12-20 13:30:07.826 | ---> Package python-perf.x86_64 0:3.10.0-1160.49.1.el7 will be an update
  1544. 2021-12-20 13:30:07.828 | ---> Package rpm.x86_64 0:4.11.3-46.el7_9 will be updated
  1545. 2021-12-20 13:30:07.830 | ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
  1546. 2021-12-20 13:30:07.833 | ---> Package rpm-build-libs.x86_64 0:4.11.3-46.el7_9 will be updated
  1547. 2021-12-20 13:30:07.833 | ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
  1548. 2021-12-20 13:30:07.834 | ---> Package rpm-libs.x86_64 0:4.11.3-46.el7_9 will be updated
  1549. 2021-12-20 13:30:07.835 | ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
  1550. 2021-12-20 13:30:07.836 | ---> Package rpm-python.x86_64 0:4.11.3-46.el7_9 will be updated
  1551. 2021-12-20 13:30:07.836 | ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
  1552. 2021-12-20 13:30:07.837 | --> Running transaction check
  1553. 2021-12-20 13:30:07.837 | ---> Package linux-firmware.noarch 0:20200421-80.git78c0348.el7_9 will be installed
  1554. 2021-12-20 13:30:07.971 | --> Finished Dependency Resolution
  1555. 2021-12-20 13:30:08.023 |
  1556. 2021-12-20 13:30:08.023 | Dependencies Resolved
  1557. 2021-12-20 13:30:08.370 |
  1558. 2021-12-20 13:30:08.370 | ================================================================================
  1559. 2021-12-20 13:30:08.370 | Package Arch Version Repository
  1560. 2021-12-20 13:30:08.370 | Size
  1561. 2021-12-20 13:30:08.370 | ================================================================================
  1562. 2021-12-20 13:30:08.370 | Installing:
  1563. 2021-12-20 13:30:08.370 | kernel x86_64 3.10.0-1160.49.1.el7 updates 50 M
  1564. 2021-12-20 13:30:08.370 | Updating:
  1565. 2021-12-20 13:30:08.370 | bash x86_64 4.2.46-35.el7_9 updates 1.0 M
  1566. 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
  1567. 2021-12-20 13:30:08.370 | kbd x86_64 1.15.5-16.el7_9 updates 347 k
  1568. 2021-12-20 13:30:08.370 | kbd-legacy noarch 1.15.5-16.el7_9 updates 466 k
  1569. 2021-12-20 13:30:08.370 | kbd-misc noarch 1.15.5-16.el7_9 updates 1.4 M
  1570. 2021-12-20 13:30:08.370 | kernel-tools x86_64 3.10.0-1160.49.1.el7 updates 8.2 M
  1571. 2021-12-20 13:30:08.370 | kernel-tools-libs x86_64 3.10.0-1160.49.1.el7 updates 8.0 M
  1572. 2021-12-20 13:30:08.370 | krb5-libs x86_64 1.15.1-51.el7_9 updates 809 k
  1573. 2021-12-20 13:30:08.370 | nss x86_64 3.67.0-4.el7_9 updates 882 k
  1574. 2021-12-20 13:30:08.370 | nss-sysinit x86_64 3.67.0-4.el7_9 updates 66 k
  1575. 2021-12-20 13:30:08.370 | nss-tools x86_64 3.67.0-4.el7_9 updates 549 k
  1576. 2021-12-20 13:30:08.370 | openssh x86_64 7.4p1-22.el7_9 updates 510 k
  1577. 2021-12-20 13:30:08.370 | openssh-clients x86_64 7.4p1-22.el7_9 updates 655 k
  1578. 2021-12-20 13:30:08.370 | openssh-server x86_64 7.4p1-22.el7_9 updates 459 k
  1579. 2021-12-20 13:30:08.370 | python-perf x86_64 3.10.0-1160.49.1.el7 updates 8.1 M
  1580. 2021-12-20 13:30:08.370 | rpm x86_64 4.11.3-48.el7_9 updates 1.2 M
  1581. 2021-12-20 13:30:08.370 | rpm-build-libs x86_64 4.11.3-48.el7_9 updates 108 k
  1582. 2021-12-20 13:30:08.370 | rpm-libs x86_64 4.11.3-48.el7_9 updates 279 k
  1583. 2021-12-20 13:30:08.370 | rpm-python x86_64 4.11.3-48.el7_9 updates 84 k
  1584. 2021-12-20 13:30:08.370 | Installing for dependencies:
  1585. 2021-12-20 13:30:08.370 | linux-firmware noarch 20200421-80.git78c0348.el7_9 updates 80 M
  1586. 2021-12-20 13:30:08.370 |
  1587. 2021-12-20 13:30:08.370 | Transaction Summary
  1588. 2021-12-20 13:30:08.370 | ================================================================================
  1589. 2021-12-20 13:30:08.370 | Install 1 Package (+1 Dependent package)
  1590. 2021-12-20 13:30:08.370 | Upgrade 19 Packages
  1591. 2021-12-20 13:30:08.370 |
  1592. 2021-12-20 13:30:08.370 | Total size: 165 M
  1593. 2021-12-20 13:30:08.370 | Downloading packages:
  1594. 2021-12-20 13:30:08.711 | Running transaction check
  1595. 2021-12-20 13:30:08.882 | Running transaction test
  1596. 2021-12-20 13:30:09.176 | Transaction test succeeded
  1597. 2021-12-20 13:30:09.177 | Running transaction
  1598. 2021-12-20 13:30:09.526 | Updating : bash-4.2.46-35.el7_9.x86_64 1/40
  1599. 2021-12-20 13:30:09.595 | Updating : nss-sysinit-3.67.0-4.el7_9.x86_64 2/40
  1600. 2021-12-20 13:30:09.663 | Updating : nss-3.67.0-4.el7_9.x86_64 3/40
  1601. 2021-12-20 13:30:09.691 | Updating : krb5-libs-1.15.1-51.el7_9.x86_64 4/40
  1602. 2021-12-20 13:30:09.760 | Updating : rpm-libs-4.11.3-48.el7_9.x86_64 5/40
  1603. 2021-12-20 13:30:09.810 | Updating : rpm-4.11.3-48.el7_9.x86_64 6/40
  1604. 2021-12-20 13:30:09.817 | Updating : openssh-7.4p1-22.el7_9.x86_64 7/40
  1605. 2021-12-20 13:30:16.587 | Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 8/40
  1606. 2021-12-20 13:30:16.638 | Installing : linux-firmware-20200421-80.git78c0348.el7_9.noarch 9/40
  1607. 2021-12-20 13:30:16.679 | Updating : kbd-legacy-1.15.5-16.el7_9.noarch 10/40
  1608. 2021-12-20 13:30:16.820 | Updating : kernel-tools-libs-3.10.0-1160.49.1.el7.x86_64 11/40
  1609. 2021-12-20 13:30:16.857 | Updating : kbd-misc-1.15.5-16.el7_9.noarch 12/40
  1610. 2021-12-20 13:30:16.905 | Updating : kbd-1.15.5-16.el7_9.x86_64 13/40
  1611. 2021-12-20 13:30:18.405 | Updating : kernel-tools-3.10.0-1160.49.1.el7.x86_64 14/40
  1612. 2021-12-20 13:30:18.512 | Installing : kernel-3.10.0-1160.49.1.el7.x86_64 15/40
  1613. 2021-12-20 13:30:18.512 | grubby fatal error: unable to find a suitable template
  1614. 2021-12-20 13:30:18.512 | grubby fatal error: unable to find a suitable template
  1615. 2021-12-20 13:30:19.554 | Updating : rpm-python-4.11.3-48.el7_9.x86_64 16/40
  1616. 2021-12-20 13:30:19.592 | Updating : openssh-clients-7.4p1-22.el7_9.x86_64 17/40
  1617. 2021-12-20 13:30:19.682 | Updating : openssh-server-7.4p1-22.el7_9.x86_64 18/40
  1618. 2021-12-20 13:30:19.737 | Updating : 32:bind-export-libs-9.11.4-26.P2.el7_9.8.x86_64 19/40
  1619. 2021-12-20 13:30:19.787 | Updating : nss-tools-3.67.0-4.el7_9.x86_64 20/40
  1620. 2021-12-20 13:30:19.795 | Updating : python-perf-3.10.0-1160.49.1.el7.x86_64 21/40
  1621. 2021-12-20 13:30:19.801 | Cleanup : rpm-python-4.11.3-46.el7_9.x86_64 22/40
  1622. 2021-12-20 13:30:19.809 | Cleanup : openssh-server-7.4p1-21.el7.x86_64 23/40
  1623. 2021-12-20 13:30:19.810 | Cleanup : kbd-1.15.5-15.el7.x86_64 24/40
  1624. 2021-12-20 13:30:19.811 | Cleanup : openssh-clients-7.4p1-21.el7.x86_64 25/40
  1625. 2021-12-20 13:30:19.818 | Cleanup : rpm-build-libs-4.11.3-46.el7_9.x86_64 26/40
  1626. 2021-12-20 13:30:19.826 | Cleanup : rpm-libs-4.11.3-46.el7_9.x86_64 27/40
  1627. 2021-12-20 13:30:19.839 | Cleanup : rpm-4.11.3-46.el7_9.x86_64 28/40
  1628. 2021-12-20 13:30:19.874 | Cleanup : kernel-tools-3.10.0-1160.45.1.el7.x86_64 29/40
  1629. 2021-12-20 13:30:19.875 | Cleanup : openssh-7.4p1-21.el7.x86_64 30/40
  1630. 2021-12-20 13:30:19.877 | Cleanup : nss-tools-3.67.0-3.el7_9.x86_64 31/40
  1631. 2021-12-20 13:30:19.877 | Cleanup : nss-sysinit-3.67.0-3.el7_9.x86_64 32/40
  1632. 2021-12-20 13:30:19.885 | Cleanup : nss-3.67.0-3.el7_9.x86_64 33/40
  1633. 2021-12-20 13:30:19.893 | Cleanup : 32:bind-export-libs-9.11.4-26.P2.el7_9.7.x86_64 34/40
  1634. 2021-12-20 13:30:19.897 | Cleanup : kbd-legacy-1.15.5-15.el7.noarch 35/40
  1635. 2021-12-20 13:30:19.900 | Cleanup : kbd-misc-1.15.5-15.el7.noarch 36/40
  1636. 2021-12-20 13:30:19.908 | Cleanup : krb5-libs-1.15.1-50.el7.x86_64 37/40
  1637. 2021-12-20 13:30:19.921 | Cleanup : bash-4.2.46-34.el7.x86_64 38/40
  1638. 2021-12-20 13:30:19.957 | Cleanup : kernel-tools-libs-3.10.0-1160.45.1.el7.x86_64 39/40
  1639. 2021-12-20 13:30:45.427 | Cleanup : python-perf-3.10.0-1160.45.1.el7.x86_64 40/40
  1640. 2021-12-20 13:30:45.427 | No '/dev/log' or 'logger' included for syslog logging
  1641. 2021-12-20 13:30:45.475 | Verifying : krb5-libs-1.15.1-51.el7_9.x86_64 1/40
  1642. 2021-12-20 13:30:45.477 | Verifying : linux-firmware-20200421-80.git78c0348.el7_9.noarch 2/40
  1643. 2021-12-20 13:30:45.506 | Verifying : kernel-3.10.0-1160.49.1.el7.x86_64 3/40
  1644. 2021-12-20 13:30:45.507 | Verifying : rpm-4.11.3-48.el7_9.x86_64 4/40
  1645. 2021-12-20 13:30:45.510 | Verifying : 32:bind-export-libs-9.11.4-26.P2.el7_9.8.x86_64 5/40
  1646. 2021-12-20 13:30:45.511 | Verifying : openssh-7.4p1-22.el7_9.x86_64 6/40
  1647. 2021-12-20 13:30:45.513 | Verifying : kbd-misc-1.15.5-16.el7_9.noarch 7/40
  1648. 2021-12-20 13:30:45.515 | Verifying : nss-3.67.0-4.el7_9.x86_64 8/40
  1649. 2021-12-20 13:30:45.517 | Verifying : bash-4.2.46-35.el7_9.x86_64 9/40
  1650. 2021-12-20 13:30:45.518 | Verifying : openssh-clients-7.4p1-22.el7_9.x86_64 10/40
  1651. 2021-12-20 13:30:45.520 | Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 11/40
  1652. 2021-12-20 13:30:45.522 | Verifying : nss-tools-3.67.0-4.el7_9.x86_64 12/40
  1653. 2021-12-20 13:30:45.523 | Verifying : kbd-1.15.5-16.el7_9.x86_64 13/40
  1654. 2021-12-20 13:30:45.548 | Verifying : kernel-tools-libs-3.10.0-1160.49.1.el7.x86_64 14/40
  1655. 2021-12-20 13:30:45.571 | Verifying : python-perf-3.10.0-1160.49.1.el7.x86_64 15/40
  1656. 2021-12-20 13:30:45.573 | Verifying : rpm-python-4.11.3-48.el7_9.x86_64 16/40
  1657. 2021-12-20 13:30:45.575 | Verifying : openssh-server-7.4p1-22.el7_9.x86_64 17/40
  1658. 2021-12-20 13:30:45.577 | Verifying : nss-sysinit-3.67.0-4.el7_9.x86_64 18/40
  1659. 2021-12-20 13:30:45.578 | Verifying : kbd-legacy-1.15.5-16.el7_9.noarch 19/40
  1660. 2021-12-20 13:30:45.602 | Verifying : kernel-tools-3.10.0-1160.49.1.el7.x86_64 20/40
  1661. 2021-12-20 13:30:45.604 | Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 21/40
  1662. 2021-12-20 13:30:45.604 | Verifying : nss-tools-3.67.0-3.el7_9.x86_64 22/40
  1663. 2021-12-20 13:30:45.604 | Verifying : krb5-libs-1.15.1-50.el7.x86_64 23/40
  1664. 2021-12-20 13:30:45.604 | Verifying : 32:bind-export-libs-9.11.4-26.P2.el7_9.7.x86_64 24/40
  1665. 2021-12-20 13:30:45.604 | Verifying : openssh-7.4p1-21.el7.x86_64 25/40
  1666. 2021-12-20 13:30:45.605 | Verifying : kbd-misc-1.15.5-15.el7.noarch 26/40
  1667. 2021-12-20 13:30:45.605 | Verifying : nss-sysinit-3.67.0-3.el7_9.x86_64 27/40
  1668. 2021-12-20 13:30:45.605 | Verifying : openssh-server-7.4p1-21.el7.x86_64 28/40
  1669. 2021-12-20 13:30:45.605 | Verifying : kbd-legacy-1.15.5-15.el7.noarch 29/40
  1670. 2021-12-20 13:30:45.605 | Verifying : rpm-4.11.3-46.el7_9.x86_64 30/40
  1671. 2021-12-20 13:30:45.605 | Verifying : kernel-tools-3.10.0-1160.45.1.el7.x86_64 31/40
  1672. 2021-12-20 13:30:45.605 | Verifying : openssh-clients-7.4p1-21.el7.x86_64 32/40
  1673. 2021-12-20 13:30:45.606 | Verifying : kbd-1.15.5-15.el7.x86_64 33/40
  1674. 2021-12-20 13:30:45.606 | Verifying : python-perf-3.10.0-1160.45.1.el7.x86_64 34/40
  1675. 2021-12-20 13:30:45.606 | Verifying : rpm-build-libs-4.11.3-46.el7_9.x86_64 35/40
  1676. 2021-12-20 13:30:45.606 | Verifying : rpm-python-4.11.3-46.el7_9.x86_64 36/40
  1677. 2021-12-20 13:30:45.606 | Verifying : bash-4.2.46-34.el7.x86_64 37/40
  1678. 2021-12-20 13:30:45.606 | Verifying : kernel-tools-libs-3.10.0-1160.45.1.el7.x86_64 38/40
  1679. 2021-12-20 13:30:45.606 | Verifying : nss-3.67.0-3.el7_9.x86_64 39/40
  1680. 2021-12-20 13:30:45.656 | Verifying : rpm-libs-4.11.3-46.el7_9.x86_64 40/40
  1681. 2021-12-20 13:30:45.656 |
  1682. 2021-12-20 13:30:45.656 | Installed:
  1683. 2021-12-20 13:30:45.656 | kernel.x86_64 0:3.10.0-1160.49.1.el7
  1684. 2021-12-20 13:30:45.656 |
  1685. 2021-12-20 13:30:45.656 | Dependency Installed:
  1686. 2021-12-20 13:30:45.656 | linux-firmware.noarch 0:20200421-80.git78c0348.el7_9
  1687. 2021-12-20 13:30:45.656 |
  1688. 2021-12-20 13:30:45.656 | Updated:
  1689. 2021-12-20 13:30:45.656 | bash.x86_64 0:4.2.46-35.el7_9
  1690. 2021-12-20 13:30:45.656 | bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.8
  1691. 2021-12-20 13:30:45.656 | kbd.x86_64 0:1.15.5-16.el7_9
  1692. 2021-12-20 13:30:45.656 | kbd-legacy.noarch 0:1.15.5-16.el7_9
  1693. 2021-12-20 13:30:45.656 | kbd-misc.noarch 0:1.15.5-16.el7_9
  1694. 2021-12-20 13:30:45.656 | kernel-tools.x86_64 0:3.10.0-1160.49.1.el7
  1695. 2021-12-20 13:30:45.656 | kernel-tools-libs.x86_64 0:3.10.0-1160.49.1.el7
  1696. 2021-12-20 13:30:45.656 | krb5-libs.x86_64 0:1.15.1-51.el7_9
  1697. 2021-12-20 13:30:45.656 | nss.x86_64 0:3.67.0-4.el7_9
  1698. 2021-12-20 13:30:45.656 | nss-sysinit.x86_64 0:3.67.0-4.el7_9
  1699. 2021-12-20 13:30:45.656 | nss-tools.x86_64 0:3.67.0-4.el7_9
  1700. 2021-12-20 13:30:45.656 | openssh.x86_64 0:7.4p1-22.el7_9
  1701. 2021-12-20 13:30:45.656 | openssh-clients.x86_64 0:7.4p1-22.el7_9
  1702. 2021-12-20 13:30:45.656 | openssh-server.x86_64 0:7.4p1-22.el7_9
  1703. 2021-12-20 13:30:45.656 | python-perf.x86_64 0:3.10.0-1160.49.1.el7
  1704. 2021-12-20 13:30:45.656 | rpm.x86_64 0:4.11.3-48.el7_9
  1705. 2021-12-20 13:30:45.656 | rpm-build-libs.x86_64 0:4.11.3-48.el7_9
  1706. 2021-12-20 13:30:45.656 | rpm-libs.x86_64 0:4.11.3-48.el7_9
  1707. 2021-12-20 13:30:45.656 | rpm-python.x86_64 0:4.11.3-48.el7_9
  1708. 2021-12-20 13:30:45.656 |
  1709. 2021-12-20 13:30:45.656 | Complete!
  1710. 2021-12-20 13:30:45.680 | dib-run-parts 00-up-to-date completed
  1711. 2021-12-20 13:30:45.680 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs
  1712. 2021-12-20 13:30:45.681 | + set -eu
  1713. 2021-12-20 13:30:45.681 | + set -o pipefail
  1714. 2021-12-20 13:30:45.681 | ++ dirname /tmp/in_target.d/install.d/01-package-installs
  1715. 2021-12-20 13:30:45.681 | + package-installs -d /tmp/in_target.d/install.d
  1716. 2021-12-20 13:30:45.682 | + set -eu
  1717. 2021-12-20 13:30:45.682 | + set -o pipefail
  1718. 2021-12-20 13:30:45.682 | ++ basename /usr/local/bin/package-installs
  1719. 2021-12-20 13:30:45.683 | + SCRIPTNAME=package-installs
  1720. 2021-12-20 13:30:45.683 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d
  1721. 2021-12-20 13:30:45.683 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
  1722. 2021-12-20 13:30:45.683 | + '[' 0 '!=' 0 ']'
  1723. 2021-12-20 13:30:45.683 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
  1724. 2021-12-20 13:30:45.683 | ++ set -- -d /tmp/in_target.d/install.d --
  1725. 2021-12-20 13:30:45.683 | + WORKDIR=
  1726. 2021-12-20 13:30:45.683 | + true
  1727. 2021-12-20 13:30:45.683 | + case "$1" in
  1728. 2021-12-20 13:30:45.683 | + WORKDIR=/tmp/in_target.d/install.d
  1729. 2021-12-20 13:30:45.683 | + shift 2
  1730. 2021-12-20 13:30:45.683 | + true
  1731. 2021-12-20 13:30:45.683 | + case "$1" in
  1732. 2021-12-20 13:30:45.683 | + shift
  1733. 2021-12-20 13:30:45.683 | + break
  1734. 2021-12-20 13:30:45.683 | + '[' -z /tmp/in_target.d/install.d ']'
  1735. 2021-12-20 13:30:45.683 | + PACKAGES=
  1736. 2021-12-20 13:30:45.684 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
  1737. 2021-12-20 13:30:45.684 | + '[' -n '' ']'
  1738. 2021-12-20 13:30:45.684 | + package-installs-v2 --phase install.d /tmp/package-installs.json
  1739. 2021-12-20 13:30:46.496 | Map install for dhcp-all-interfaces: dhcp-client, ifupdown, ndisc6
  1740. 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
  1741. 2021-12-20 13:30:46.496 | Map install for source-repositories: git
  1742. 2021-12-20 13:30:46.496 | Map install for cloud-init: cloud-init
  1743. 2021-12-20 13:30:46.496 | Map install for cache-url: curl
  1744. 2021-12-20 13:30:46.496 | Map install for devuser: sudo
  1745. 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']
  1746. 2021-12-20 13:30:46.496 | > Running install-packages install.
  1747. 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
  1748. 2021-12-20 13:30:46.496 | > Loading "fastestmirror" plugin
  1749. 2021-12-20 13:30:46.496 | > Config time: 0.004
  1750. 2021-12-20 13:30:46.496 | > Yum version: 3.4.3
  1751. 2021-12-20 13:30:46.496 | > rpmdb time: 0.000
  1752. 2021-12-20 13:30:46.496 | > Setting up Package Sacks
  1753. 2021-12-20 13:30:46.496 | > Loading mirror speeds from cached hostfile
  1754. 2021-12-20 13:30:46.496 | > * base: mirror.netzwerge.de
  1755. 2021-12-20 13:30:46.496 | > * extras: mirror.23m.com
  1756. 2021-12-20 13:30:46.496 | > * updates: mirror.cuegee.com
  1757. 2021-12-20 13:30:46.496 | > pkgsack time: 0.031
  1758. 2021-12-20 13:30:46.496 | > Obs Init time: 0.074
  1759. 2021-12-20 13:30:46.496 | > Package which-2.20-7.el7.x86_64 already installed and latest version
  1760. 2021-12-20 13:30:46.496 | > Checking for virtual provide or file-provide for git-core
  1761. 2021-12-20 13:30:46.496 | > Package cloud-init-19.4-7.el7.centos.5.x86_64 already installed and latest version
  1762. 2021-12-20 13:30:46.496 | > Package selinux-policy-targeted-3.13.1-268.el7_9.2.noarch already installed and latest version
  1763. 2021-12-20 13:30:46.496 | > Package ca-certificates-2021.2.50-72.el7_9.noarch already installed and latest version
  1764. 2021-12-20 13:30:46.496 | > Package selinux-policy-3.13.1-268.el7_9.2.noarch already installed and latest version
  1765. 2021-12-20 13:30:46.496 | > Package libselinux-python-2.5-15.el7.x86_64 already installed and latest version
  1766. 2021-12-20 13:30:46.496 | > Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version
  1767. 2021-12-20 13:30:46.496 | > Package policycoreutils-2.5-34.el7.x86_64 already installed and latest version
  1768. 2021-12-20 13:30:46.496 | > Package policycoreutils-python-2.5-34.el7.x86_64 already installed and latest version
  1769. 2021-12-20 13:30:46.496 | > Package sudo-1.8.23-10.el7_9.2.x86_64 already installed and latest version
  1770. 2021-12-20 13:30:46.496 | > Package 12:dhclient-4.2.5-83.el7.centos.1.x86_64 already installed and latest version
  1771. 2021-12-20 13:30:46.496 | > Resolving Dependencies
  1772. 2021-12-20 13:30:46.496 | > --> Running transaction check
  1773. 2021-12-20 13:30:46.496 | > ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
  1774. 2021-12-20 13:30:46.496 | > Checking deps for git.x86_64 0:1.8.3.1-23.el7_8 - u
  1775. 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
  1776. 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
  1777. 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
  1778. 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
  1779. 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
  1780. 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
  1781. 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
  1782. 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
  1783. 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
  1784. 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
  1785. 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
  1786. 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
  1787. 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
  1788. 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
  1789. 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
  1790. 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
  1791. 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
  1792. 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
  1793. 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
  1794. 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
  1795. 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
  1796. 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
  1797. 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
  1798. 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
  1799. 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
  1800. 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
  1801. 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
  1802. 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
  1803. 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
  1804. 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
  1805. 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
  1806. 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
  1807. 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
  1808. 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
  1809. 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
  1810. 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
  1811. 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
  1812. 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
  1813. 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
  1814. 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
  1815. 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
  1816. 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
  1817. 2021-12-20 13:30:46.496 | > Searching pkgSack for dep: perl-Git
  1818. 2021-12-20 13:30:46.496 | > Building updates object
  1819. 2021-12-20 13:30:46.497 | > up:simple updates time: 0.003
  1820. 2021-12-20 13:30:46.497 | > up:obs time: 0.002
  1821. 2021-12-20 13:30:46.497 | > up:condense time: 0.000
  1822. 2021-12-20 13:30:46.497 | > updates time: 0.075
  1823. 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
  1824. 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl >= 5.008
  1825. 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-23.el7_8.x86_64
  1826. 2021-12-20 13:30:46.497 | > Searching pkgSack for dep: perl
  1827. 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
  1828. 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(warnings)
  1829. 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-23.el7_8.x86_64
  1830. 2021-12-20 13:30:46.497 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(warnings)
  1831. 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(vars)
  1832. 2021-12-20 13:30:46.497 | > --> Processing Dependency: perl(vars) for package: git-1.8.3.1-23.el7_8.x86_64
  1833. 2021-12-20 13:30:46.497 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(vars)
  1834. 2021-12-20 13:30:46.497 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(strict)
  1835. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(strict) for package: git-1.8.3.1-23.el7_8.x86_64
  1836. 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(strict)
  1837. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(lib)
  1838. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(lib) for package: git-1.8.3.1-23.el7_8.x86_64
  1839. 2021-12-20 13:30:46.511 | > Quick matched 4:perl-5.16.3-299.el7_9.x86_64 to require for perl(lib)
  1840. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Term::ReadKey)
  1841. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
  1842. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Term::ReadKey)
  1843. 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
  1844. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Git)
  1845. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
  1846. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Git)
  1847. 2021-12-20 13:30:46.511 | > perl-Git-1.8.3.1-23.el7_8.noarch already in ts, skipping this one
  1848. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Getopt::Long)
  1849. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-23.el7_8.x86_64
  1850. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Getopt::Long)
  1851. 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
  1852. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::stat)
  1853. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-23.el7_8.x86_64
  1854. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::stat)
  1855. 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
  1856. 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
  1857. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Temp)
  1858. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64
  1859. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Temp)
  1860. 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
  1861. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Spec)
  1862. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-23.el7_8.x86_64
  1863. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Spec)
  1864. 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
  1865. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Path)
  1866. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-23.el7_8.x86_64
  1867. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Path)
  1868. 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
  1869. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Find)
  1870. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-23.el7_8.x86_64
  1871. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(File::Find)
  1872. 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
  1873. 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
  1874. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Copy)
  1875. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-23.el7_8.x86_64
  1876. 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)
  1877. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(File::Basename)
  1878. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-23.el7_8.x86_64
  1879. 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)
  1880. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Exporter)
  1881. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-23.el7_8.x86_64
  1882. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Exporter)
  1883. 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
  1884. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: perl(Error)
  1885. 2021-12-20 13:30:46.511 | > --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
  1886. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: perl(Error)
  1887. 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
  1888. 2021-12-20 13:30:46.511 | > git-1.8.3.1-23.el7_8.x86_64 requires: /usr/bin/perl
  1889. 2021-12-20 13:30:46.511 | > --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-23.el7_8.x86_64
  1890. 2021-12-20 13:30:46.511 | > Searching pkgSack for dep: /usr/bin/perl
  1891. 2021-12-20 13:30:46.511 | > Potential resolving package 4:perl-5.16.3-297.el7.x86_64 has newer instance in ts.
  1892. 2021-12-20 13:30:46.511 | > 4:perl-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
  1893. 2021-12-20 13:30:46.511 | > ---> Package lsof.x86_64 0:4.87-6.el7 will be installed
  1894. 2021-12-20 13:30:46.511 | > Checking deps for lsof.x86_64 0:4.87-6.el7 - u
  1895. 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
  1896. 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
  1897. 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
  1898. 2021-12-20 13:30:46.512 | > ---> Package rng-tools.x86_64 0:6.3.1-5.el7 will be installed
  1899. 2021-12-20 13:30:46.512 | > Checking deps for rng-tools.x86_64 0:6.3.1-5.el7 - u
  1900. 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
  1901. 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
  1902. 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
  1903. 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
  1904. 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
  1905. 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
  1906. 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
  1907. 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
  1908. 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
  1909. 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
  1910. 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
  1911. 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
  1912. 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
  1913. 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
  1914. 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
  1915. 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
  1916. 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
  1917. 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
  1918. 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
  1919. 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
  1920. 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
  1921. 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
  1922. 2021-12-20 13:30:46.512 | > ---> Package tcpdump.x86_64 14:4.9.2-4.el7_7.1 will be installed
  1923. 2021-12-20 13:30:46.512 | > Checking deps for tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
  1924. 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
  1925. 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
  1926. 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
  1927. 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
  1928. 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
  1929. 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
  1930. 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
  1931. 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
  1932. 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
  1933. 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
  1934. 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
  1935. 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
  1936. 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
  1937. 2021-12-20 13:30:46.527 | > Searching pkgSack for dep: libpcap
  1938. 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
  1939. 2021-12-20 13:30:46.527 | > 14:tcpdump-4.9.2-4.el7_7.1.x86_64 requires: libpcap.so.1()(64bit)
  1940. 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
  1941. 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)
  1942. 2021-12-20 13:30:46.527 | > ---> Package traceroute.x86_64 3:2.0.22-2.el7 will be installed
  1943. 2021-12-20 13:30:46.527 | > Checking deps for traceroute.x86_64 3:2.0.22-2.el7 - u
  1944. 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
  1945. 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
  1946. 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
  1947. 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
  1948. 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
  1949. 2021-12-20 13:30:46.527 | > --> Running transaction check
  1950. 2021-12-20 13:30:46.527 | > ---> Package libpcap.x86_64 14:1.5.3-12.el7 will be installed
  1951. 2021-12-20 13:30:46.527 | > Checking deps for libpcap.x86_64 14:1.5.3-12.el7 - u
  1952. 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
  1953. 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
  1954. 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
  1955. 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
  1956. 2021-12-20 13:30:46.527 | > ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
  1957. 2021-12-20 13:30:46.527 | > Checking deps for perl.x86_64 4:5.16.3-299.el7_9 - u
  1958. 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
  1959. 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
  1960. 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
  1961. 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
  1962. 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
  1963. 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
  1964. 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
  1965. 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
  1966. 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
  1967. 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
  1968. 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
  1969. 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
  1970. 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
  1971. 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
  1972. 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
  1973. 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
  1974. 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
  1975. 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
  1976. 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
  1977. 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
  1978. 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
  1979. 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
  1980. 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
  1981. 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
  1982. 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
  1983. 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
  1984. 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
  1985. 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
  1986. 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
  1987. 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
  1988. 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
  1989. 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
  1990. 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
  1991. 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
  1992. 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
  1993. 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
  1994. 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
  1995. 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
  1996. 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
  1997. 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
  1998. 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl-libs
  1999. 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
  2000. 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Socket) >= 1.3
  2001. 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
  2002. 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl(Socket)
  2003. 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
  2004. 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Scalar::Util) >= 1.10
  2005. 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
  2006. 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl(Scalar::Util)
  2007. 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
  2008. 2021-12-20 13:30:46.528 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl-macros
  2009. 2021-12-20 13:30:46.528 | > --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
  2010. 2021-12-20 13:30:46.528 | > Searching pkgSack for dep: perl-macros
  2011. 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
  2012. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl-libs
  2013. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
  2014. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl-libs
  2015. 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.
  2016. 2021-12-20 13:30:46.541 | > 4:perl-libs-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
  2017. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(threads::shared)
  2018. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2019. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(threads::shared)
  2020. 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. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(threads)
  2022. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2023. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(threads)
  2024. 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
  2025. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(constant)
  2026. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2027. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(constant)
  2028. 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
  2029. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Time::Local)
  2030. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2031. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Time::Local)
  2032. 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
  2033. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Time::HiRes)
  2034. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2035. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Time::HiRes)
  2036. 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
  2037. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Storable)
  2038. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2039. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Storable)
  2040. 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
  2041. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Socket)
  2042. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2043. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Socket)
  2044. 2021-12-20 13:30:46.541 | > perl-Socket-2.010-5.el7.x86_64 already in ts, skipping this one
  2045. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Scalar::Util)
  2046. 2021-12-20 13:30:46.541 | > --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2047. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Scalar::Util)
  2048. 2021-12-20 13:30:46.541 | > perl-Scalar-List-Utils-1.27-248.el7.x86_64 already in ts, skipping this one
  2049. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Pod::Simple::XHTML)
  2050. 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
  2051. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Pod::Simple::XHTML)
  2052. 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
  2053. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Pod::Simple::Search)
  2054. 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
  2055. 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)
  2056. 2021-12-20 13:30:46.541 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Filter::Util::Call)
  2057. 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
  2058. 2021-12-20 13:30:46.541 | > Searching pkgSack for dep: perl(Filter::Util::Call)
  2059. 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
  2060. 2021-12-20 13:30:46.542 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: perl(Carp)
  2061. 2021-12-20 13:30:46.542 | > --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2062. 2021-12-20 13:30:46.542 | > Searching pkgSack for dep: perl(Carp)
  2063. 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
  2064. 2021-12-20 13:30:46.542 | > 4:perl-5.16.3-299.el7_9.x86_64 requires: libperl.so()(64bit)
  2065. 2021-12-20 13:30:46.542 | > --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
  2066. 2021-12-20 13:30:46.542 | > Searching pkgSack for dep: libperl.so()(64bit)
  2067. 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.
  2068. 2021-12-20 13:30:46.542 | > 4:perl-libs-5.16.3-299.el7_9.x86_64 already in ts, skipping this one
  2069. 2021-12-20 13:30:46.542 | > ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
  2070. 2021-12-20 13:30:46.542 | > Checking deps for perl-Error.noarch 1:0.17020-2.el7 - u
  2071. 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
  2072. 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
  2073. 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
  2074. 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
  2075. 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
  2076. 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
  2077. 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
  2078. 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
  2079. 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
  2080. 2021-12-20 13:30:46.542 | > ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
  2081. 2021-12-20 13:30:46.542 | > Checking deps for perl-Exporter.noarch 0:5.68-3.el7 - u
  2082. 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
  2083. 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
  2084. 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
  2085. 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
  2086. 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
  2087. 2021-12-20 13:30:46.542 | > ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
  2088. 2021-12-20 13:30:46.542 | > Checking deps for perl-File-Path.noarch 0:2.09-2.el7 - u
  2089. 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
  2090. 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
  2091. 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
  2092. 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
  2093. 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
  2094. 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
  2095. 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
  2096. 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
  2097. 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
  2098. 2021-12-20 13:30:46.542 | > ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
  2099. 2021-12-20 13:30:46.542 | > Checking deps for perl-File-Temp.noarch 0:0.23.01-3.el7 - u
  2100. 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
  2101. 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
  2102. 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
  2103. 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
  2104. 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
  2105. 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
  2106. 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
  2107. 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
  2108. 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
  2109. 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
  2110. 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
  2111. 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
  2112. 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
  2113. 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
  2114. 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
  2115. 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
  2116. 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
  2117. 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
  2118. 2021-12-20 13:30:46.551 | > ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
  2119. 2021-12-20 13:30:46.551 | > Checking deps for perl-Getopt-Long.noarch 0:2.40-3.el7 - u
  2120. 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
  2121. 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
  2122. 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
  2123. 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
  2124. 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
  2125. 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
  2126. 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
  2127. 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
  2128. 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
  2129. 2021-12-20 13:30:46.552 | > perl-Getopt-Long-2.40-3.el7.noarch requires: perl(Pod::Usage) >= 1.14
  2130. 2021-12-20 13:30:46.552 | > --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
  2131. 2021-12-20 13:30:46.552 | > Searching pkgSack for dep: perl(Pod::Usage)
  2132. 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
  2133. 2021-12-20 13:30:46.552 | > perl-Getopt-Long-2.40-3.el7.noarch requires: perl(Text::ParseWords)
  2134. 2021-12-20 13:30:46.552 | > --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
  2135. 2021-12-20 13:30:46.552 | > Searching pkgSack for dep: perl(Text::ParseWords)
  2136. 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
  2137. 2021-12-20 13:30:46.552 | > ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
  2138. 2021-12-20 13:30:46.552 | > Checking deps for perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
  2139. 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
  2140. 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
  2141. 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
  2142. 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
  2143. 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
  2144. 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
  2145. 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
  2146. 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
  2147. 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
  2148. 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
  2149. 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
  2150. 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
  2151. 2021-12-20 13:30:46.552 | > ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
  2152. 2021-12-20 13:30:46.552 | > Checking deps for perl-PathTools.x86_64 0:3.40-5.el7 - u
  2153. 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
  2154. 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
  2155. 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
  2156. 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
  2157. 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
  2158. 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
  2159. 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
  2160. 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
  2161. 2021-12-20 13:30:46.552 | > ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
  2162. 2021-12-20 13:30:46.552 | > Checking deps for perl-TermReadKey.x86_64 0:2.30-20.el7 - u
  2163. 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
  2164. 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
  2165. 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
  2166. 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
  2167. 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
  2168. 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
  2169. 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
  2170. 2021-12-20 13:30:46.552 | > --> Running transaction check
  2171. 2021-12-20 13:30:46.552 | > ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
  2172. 2021-12-20 13:30:46.552 | > Checking deps for perl-Carp.noarch 0:1.26-244.el7 - u
  2173. 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
  2174. 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
  2175. 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
  2176. 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
  2177. 2021-12-20 13:30:46.552 | > ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
  2178. 2021-12-20 13:30:46.552 | > Checking deps for perl-Filter.x86_64 0:1.49-3.el7 - u
  2179. 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
  2180. 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
  2181. 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
  2182. 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
  2183. 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
  2184. 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
  2185. 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
  2186. 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
  2187. 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
  2188. 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
  2189. 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
  2190. 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
  2191. 2021-12-20 13:30:46.563 | > ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
  2192. 2021-12-20 13:30:46.563 | > Checking deps for perl-Pod-Simple.noarch 1:3.28-4.el7 - u
  2193. 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
  2194. 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
  2195. 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
  2196. 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
  2197. 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
  2198. 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
  2199. 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
  2200. 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
  2201. 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
  2202. 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
  2203. 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
  2204. 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
  2205. 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
  2206. 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
  2207. 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
  2208. 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
  2209. 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
  2210. 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
  2211. 2021-12-20 13:30:46.564 | > 1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Pod::Escapes) >= 1.04
  2212. 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
  2213. 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Pod::Escapes)
  2214. 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
  2215. 2021-12-20 13:30:46.564 | > 1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Encode)
  2216. 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  2217. 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Encode)
  2218. 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
  2219. 2021-12-20 13:30:46.564 | > ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
  2220. 2021-12-20 13:30:46.564 | > Checking deps for perl-Pod-Usage.noarch 0:1.63-3.el7 - u
  2221. 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
  2222. 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
  2223. 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
  2224. 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
  2225. 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
  2226. 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
  2227. 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
  2228. 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
  2229. 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
  2230. 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
  2231. 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
  2232. 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
  2233. 2021-12-20 13:30:46.564 | > perl-Pod-Usage-1.63-3.el7.noarch requires: perl(Pod::Text) >= 3.15
  2234. 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
  2235. 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl(Pod::Text)
  2236. 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
  2237. 2021-12-20 13:30:46.564 | > perl-Pod-Usage-1.63-3.el7.noarch requires: perl-Pod-Perldoc
  2238. 2021-12-20 13:30:46.564 | > --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
  2239. 2021-12-20 13:30:46.564 | > Searching pkgSack for dep: perl-Pod-Perldoc
  2240. 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
  2241. 2021-12-20 13:30:46.564 | > ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
  2242. 2021-12-20 13:30:46.564 | > Checking deps for perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
  2243. 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
  2244. 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
  2245. 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
  2246. 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
  2247. 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
  2248. 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
  2249. 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
  2250. 2021-12-20 13:30:46.564 | > ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
  2251. 2021-12-20 13:30:46.564 | > Checking deps for perl-Socket.x86_64 0:2.010-5.el7 - u
  2252. 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
  2253. 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
  2254. 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
  2255. 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
  2256. 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
  2257. 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
  2258. 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
  2259. 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
  2260. 2021-12-20 13:30:46.564 | > ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
  2261. 2021-12-20 13:30:46.564 | > Checking deps for perl-Storable.x86_64 0:2.45-3.el7 - u
  2262. 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
  2263. 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
  2264. 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
  2265. 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
  2266. 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
  2267. 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
  2268. 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
  2269. 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
  2270. 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
  2271. 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
  2272. 2021-12-20 13:30:46.572 | > ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
  2273. 2021-12-20 13:30:46.572 | > Checking deps for perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
  2274. 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
  2275. 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
  2276. 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
  2277. 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
  2278. 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
  2279. 2021-12-20 13:30:46.572 | > ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
  2280. 2021-12-20 13:30:46.572 | > Checking deps for perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
  2281. 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
  2282. 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
  2283. 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
  2284. 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
  2285. 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
  2286. 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
  2287. 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
  2288. 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
  2289. 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
  2290. 2021-12-20 13:30:46.572 | > ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
  2291. 2021-12-20 13:30:46.572 | > Checking deps for perl-Time-Local.noarch 0:1.2300-2.el7 - u
  2292. 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
  2293. 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
  2294. 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
  2295. 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
  2296. 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
  2297. 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
  2298. 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
  2299. 2021-12-20 13:30:46.572 | > ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
  2300. 2021-12-20 13:30:46.572 | > Checking deps for perl-constant.noarch 0:1.27-2.el7 - u
  2301. 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
  2302. 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
  2303. 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
  2304. 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
  2305. 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
  2306. 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
  2307. 2021-12-20 13:30:46.573 | > ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
  2308. 2021-12-20 13:30:46.573 | > Checking deps for perl-libs.x86_64 4:5.16.3-299.el7_9 - u
  2309. 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
  2310. 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
  2311. 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
  2312. 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
  2313. 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
  2314. 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
  2315. 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
  2316. 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
  2317. 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
  2318. 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
  2319. 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
  2320. 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
  2321. 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
  2322. 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
  2323. 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
  2324. 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
  2325. 2021-12-20 13:30:46.573 | > ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
  2326. 2021-12-20 13:30:46.573 | > Checking deps for perl-macros.x86_64 4:5.16.3-299.el7_9 - u
  2327. 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
  2328. 2021-12-20 13:30:46.573 | > ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
  2329. 2021-12-20 13:30:46.573 | > Checking deps for perl-threads.x86_64 0:1.87-4.el7 - u
  2330. 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
  2331. 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
  2332. 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
  2333. 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
  2334. 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
  2335. 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
  2336. 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
  2337. 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
  2338. 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
  2339. 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
  2340. 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
  2341. 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
  2342. 2021-12-20 13:30:46.581 | > ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
  2343. 2021-12-20 13:30:46.581 | > Checking deps for perl-threads-shared.x86_64 0:1.43-6.el7 - u
  2344. 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
  2345. 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
  2346. 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
  2347. 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
  2348. 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
  2349. 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
  2350. 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
  2351. 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
  2352. 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
  2353. 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
  2354. 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
  2355. 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
  2356. 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
  2357. 2021-12-20 13:30:46.581 | > --> Running transaction check
  2358. 2021-12-20 13:30:46.581 | > ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
  2359. 2021-12-20 13:30:46.581 | > Checking deps for perl-Encode.x86_64 0:2.51-7.el7 - u
  2360. 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
  2361. 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
  2362. 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
  2363. 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
  2364. 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
  2365. 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
  2366. 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
  2367. 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
  2368. 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
  2369. 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
  2370. 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
  2371. 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
  2372. 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
  2373. 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
  2374. 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
  2375. 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
  2376. 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
  2377. 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
  2378. 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
  2379. 2021-12-20 13:30:46.581 | > ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
  2380. 2021-12-20 13:30:46.581 | > Checking deps for perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
  2381. 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
  2382. 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
  2383. 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
  2384. 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
  2385. 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
  2386. 2021-12-20 13:30:46.581 | > ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
  2387. 2021-12-20 13:30:46.582 | > Checking deps for perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
  2388. 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
  2389. 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
  2390. 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
  2391. 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
  2392. 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
  2393. 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
  2394. 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
  2395. 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
  2396. 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
  2397. 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
  2398. 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
  2399. 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
  2400. 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
  2401. 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
  2402. 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
  2403. 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
  2404. 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
  2405. 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
  2406. 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
  2407. 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
  2408. 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
  2409. 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
  2410. 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
  2411. 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
  2412. 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
  2413. 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
  2414. 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
  2415. 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
  2416. 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
  2417. 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
  2418. 2021-12-20 13:30:46.894 | > perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(parent)
  2419. 2021-12-20 13:30:46.894 | > --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  2420. 2021-12-20 13:30:46.894 | > Searching pkgSack for dep: perl(parent)
  2421. 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
  2422. 2021-12-20 13:30:46.894 | > perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(HTTP::Tiny)
  2423. 2021-12-20 13:30:46.894 | > --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  2424. 2021-12-20 13:30:46.894 | > Searching pkgSack for dep: perl(HTTP::Tiny)
  2425. 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
  2426. 2021-12-20 13:30:46.894 | > ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
  2427. 2021-12-20 13:30:46.894 | > Checking deps for perl-podlators.noarch 0:2.5.1-3.el7 - u
  2428. 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
  2429. 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
  2430. 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
  2431. 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
  2432. 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
  2433. 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
  2434. 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
  2435. 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
  2436. 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
  2437. 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
  2438. 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
  2439. 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
  2440. 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
  2441. 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
  2442. 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
  2443. 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
  2444. 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
  2445. 2021-12-20 13:30:46.895 | > --> Running transaction check
  2446. 2021-12-20 13:30:46.895 | > ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
  2447. 2021-12-20 13:30:46.895 | > Checking deps for perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
  2448. 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
  2449. 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
  2450. 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
  2451. 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
  2452. 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
  2453. 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
  2454. 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
  2455. 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
  2456. 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
  2457. 2021-12-20 13:30:46.895 | > ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
  2458. 2021-12-20 13:30:46.895 | > Checking deps for perl-parent.noarch 1:0.225-244.el7 - u
  2459. 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
  2460. 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
  2461. 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
  2462. 2021-12-20 13:30:46.895 | > --> Finished Dependency Resolution
  2463. 2021-12-20 13:30:46.895 | > Dependency Process ending
  2464. 2021-12-20 13:30:46.895 | > Depsolve time: 0.450
  2465. 2021-12-20 13:30:46.895 | >
  2466. 2021-12-20 13:30:46.895 | > Dependencies Resolved
  2467. 2021-12-20 13:30:46.895 | >
  2468. 2021-12-20 13:30:46.895 | > ================================================================================
  2469. 2021-12-20 13:30:46.895 | > Package Arch Version Repository Size
  2470. 2021-12-20 13:30:46.895 | > ================================================================================
  2471. 2021-12-20 13:30:46.895 | > Installing:
  2472. 2021-12-20 13:30:46.895 | > git x86_64 1.8.3.1-23.el7_8 base 4.4 M
  2473. 2021-12-20 13:30:46.895 | > lsof x86_64 4.87-6.el7 base 331 k
  2474. 2021-12-20 13:30:46.895 | > rng-tools x86_64 6.3.1-5.el7 base 49 k
  2475. 2021-12-20 13:30:46.895 | > tcpdump x86_64 14:4.9.2-4.el7_7.1 base 422 k
  2476. 2021-12-20 13:30:46.895 | > traceroute x86_64 3:2.0.22-2.el7 base 59 k
  2477. 2021-12-20 13:30:46.895 | > Installing for dependencies:
  2478. 2021-12-20 13:30:46.895 | > libpcap x86_64 14:1.5.3-12.el7 base 139 k
  2479. 2021-12-20 13:30:46.895 | > perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M
  2480. 2021-12-20 13:30:46.895 | > perl-Carp noarch 1.26-244.el7 base 19 k
  2481. 2021-12-20 13:30:46.895 | > perl-Encode x86_64 2.51-7.el7 base 1.5 M
  2482. 2021-12-20 13:30:46.895 | > perl-Error noarch 1:0.17020-2.el7 base 32 k
  2483. 2021-12-20 13:30:46.895 | > perl-Exporter noarch 5.68-3.el7 base 28 k
  2484. 2021-12-20 13:30:46.895 | > perl-File-Path noarch 2.09-2.el7 base 26 k
  2485. 2021-12-20 13:30:46.895 | > perl-File-Temp noarch 0.23.01-3.el7 base 56 k
  2486. 2021-12-20 13:30:46.895 | > perl-Filter x86_64 1.49-3.el7 base 76 k
  2487. 2021-12-20 13:30:46.895 | > perl-Getopt-Long noarch 2.40-3.el7 base 56 k
  2488. 2021-12-20 13:30:46.895 | > perl-Git noarch 1.8.3.1-23.el7_8 base 56 k
  2489. 2021-12-20 13:30:46.895 | > perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
  2490. 2021-12-20 13:30:46.895 | > perl-PathTools x86_64 3.40-5.el7 base 82 k
  2491. 2021-12-20 13:30:46.895 | > perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k
  2492. 2021-12-20 13:30:46.895 | > perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
  2493. 2021-12-20 13:30:46.895 | > perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
  2494. 2021-12-20 13:30:46.895 | > perl-Pod-Usage noarch 1.63-3.el7 base 27 k
  2495. 2021-12-20 13:30:46.895 | > perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
  2496. 2021-12-20 13:30:46.895 | > perl-Socket x86_64 2.010-5.el7 base 49 k
  2497. 2021-12-20 13:30:46.895 | > perl-Storable x86_64 2.45-3.el7 base 77 k
  2498. 2021-12-20 13:30:46.895 | > perl-TermReadKey x86_64 2.30-20.el7 base 31 k
  2499. 2021-12-20 13:30:46.895 | > perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
  2500. 2021-12-20 13:30:46.895 | > perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
  2501. 2021-12-20 13:30:46.895 | > perl-Time-Local noarch 1.2300-2.el7 base 24 k
  2502. 2021-12-20 13:30:47.279 | > perl-constant noarch 1.27-2.el7 base 19 k
  2503. 2021-12-20 13:30:47.279 | > perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k
  2504. 2021-12-20 13:30:47.279 | > perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k
  2505. 2021-12-20 13:30:47.279 | > perl-parent noarch 1:0.225-244.el7 base 12 k
  2506. 2021-12-20 13:30:47.279 | > perl-podlators noarch 2.5.1-3.el7 base 112 k
  2507. 2021-12-20 13:30:47.279 | > perl-threads x86_64 1.87-4.el7 base 49 k
  2508. 2021-12-20 13:30:47.279 | > perl-threads-shared x86_64 1.43-6.el7 base 39 k
  2509. 2021-12-20 13:30:47.279 | >
  2510. 2021-12-20 13:30:47.279 | > Transaction Summary
  2511. 2021-12-20 13:30:47.279 | > ================================================================================
  2512. 2021-12-20 13:30:47.279 | > Install 5 Packages (+31 Dependent packages)
  2513. 2021-12-20 13:30:47.279 | >
  2514. 2021-12-20 13:30:47.279 | > Total size: 17 M
  2515. 2021-12-20 13:30:47.279 | > Installed size: 61 M
  2516. 2021-12-20 13:30:47.279 | > Downloading packages:
  2517. 2021-12-20 13:30:47.279 | > using local copy of perl-HTTP-Tiny-0.033-3.el7.noarch
  2518. 2021-12-20 13:30:47.279 | > using local copy of perl-threads-shared-1.43-6.el7.x86_64
  2519. 2021-12-20 13:30:47.279 | > using local copy of 4:perl-Time-HiRes-1.9725-3.el7.x86_64
  2520. 2021-12-20 13:30:47.279 | > using local copy of lsof-4.87-6.el7.x86_64
  2521. 2021-12-20 13:30:47.279 | > using local copy of perl-Exporter-5.68-3.el7.noarch
  2522. 2021-12-20 13:30:47.279 | > using local copy of perl-constant-1.27-2.el7.noarch
  2523. 2021-12-20 13:30:47.279 | > using local copy of perl-PathTools-3.40-5.el7.x86_64
  2524. 2021-12-20 13:30:47.279 | > using local copy of 14:libpcap-1.5.3-12.el7.x86_64
  2525. 2021-12-20 13:30:47.279 | > using local copy of perl-Socket-2.010-5.el7.x86_64
  2526. 2021-12-20 13:30:47.279 | > using local copy of git-1.8.3.1-23.el7_8.x86_64
  2527. 2021-12-20 13:30:47.279 | > using local copy of 1:perl-parent-0.225-244.el7.noarch
  2528. 2021-12-20 13:30:47.279 | > using local copy of 4:perl-macros-5.16.3-299.el7_9.x86_64
  2529. 2021-12-20 13:30:47.279 | > using local copy of 3:traceroute-2.0.22-2.el7.x86_64
  2530. 2021-12-20 13:30:47.279 | > using local copy of perl-TermReadKey-2.30-20.el7.x86_64
  2531. 2021-12-20 13:30:47.279 | > using local copy of perl-File-Temp-0.23.01-3.el7.noarch
  2532. 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Pod-Simple-3.28-4.el7.noarch
  2533. 2021-12-20 13:30:47.279 | > using local copy of perl-Time-Local-1.2300-2.el7.noarch
  2534. 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Pod-Escapes-1.04-299.el7_9.noarch
  2535. 2021-12-20 13:30:47.279 | > using local copy of perl-Git-1.8.3.1-23.el7_8.noarch
  2536. 2021-12-20 13:30:47.279 | > using local copy of perl-Carp-1.26-244.el7.noarch
  2537. 2021-12-20 13:30:47.279 | > using local copy of 1:perl-Error-0.17020-2.el7.noarch
  2538. 2021-12-20 13:30:47.279 | > using local copy of perl-Storable-2.45-3.el7.x86_64
  2539. 2021-12-20 13:30:47.279 | > using local copy of perl-Scalar-List-Utils-1.27-248.el7.x86_64
  2540. 2021-12-20 13:30:47.279 | > using local copy of 14:tcpdump-4.9.2-4.el7_7.1.x86_64
  2541. 2021-12-20 13:30:47.279 | > using local copy of perl-Pod-Usage-1.63-3.el7.noarch
  2542. 2021-12-20 13:30:47.279 | > using local copy of perl-Encode-2.51-7.el7.x86_64
  2543. 2021-12-20 13:30:47.279 | > using local copy of perl-Pod-Perldoc-3.20-4.el7.noarch
  2544. 2021-12-20 13:30:47.279 | > using local copy of perl-podlators-2.5.1-3.el7.noarch
  2545. 2021-12-20 13:30:47.279 | > using local copy of 4:perl-5.16.3-299.el7_9.x86_64
  2546. 2021-12-20 13:30:47.279 | > using local copy of perl-File-Path-2.09-2.el7.noarch
  2547. 2021-12-20 13:30:47.279 | > using local copy of perl-threads-1.87-4.el7.x86_64
  2548. 2021-12-20 13:30:47.279 | > using local copy of perl-Filter-1.49-3.el7.x86_64
  2549. 2021-12-20 13:30:47.279 | > using local copy of perl-Getopt-Long-2.40-3.el7.noarch
  2550. 2021-12-20 13:30:47.279 | > using local copy of perl-Text-ParseWords-3.29-4.el7.noarch
  2551. 2021-12-20 13:30:47.279 | > using local copy of rng-tools-6.3.1-5.el7.x86_64
  2552. 2021-12-20 13:30:47.279 | > using local copy of 4:perl-libs-5.16.3-299.el7_9.x86_64
  2553. 2021-12-20 13:30:47.279 | > Member: perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u
  2554. 2021-12-20 13:30:47.279 | > Adding Package perl-HTTP-Tiny-0.033-3.el7.noarch in mode u
  2555. 2021-12-20 13:30:47.279 | > Member: perl-threads-shared.x86_64 0:1.43-6.el7 - u
  2556. 2021-12-20 13:30:47.279 | > Adding Package perl-threads-shared-1.43-6.el7.x86_64 in mode u
  2557. 2021-12-20 13:30:47.279 | > Member: perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u
  2558. 2021-12-20 13:30:47.279 | > Adding Package 4:perl-Time-HiRes-1.9725-3.el7.x86_64 in mode u
  2559. 2021-12-20 13:30:47.279 | > Member: lsof.x86_64 0:4.87-6.el7 - u
  2560. 2021-12-20 13:30:47.279 | > Adding Package lsof-4.87-6.el7.x86_64 in mode u
  2561. 2021-12-20 13:30:47.279 | > Member: perl-Exporter.noarch 0:5.68-3.el7 - u
  2562. 2021-12-20 13:30:47.279 | > Adding Package perl-Exporter-5.68-3.el7.noarch in mode u
  2563. 2021-12-20 13:30:47.279 | > Member: perl-constant.noarch 0:1.27-2.el7 - u
  2564. 2021-12-20 13:30:47.279 | > Adding Package perl-constant-1.27-2.el7.noarch in mode u
  2565. 2021-12-20 13:30:47.279 | > Member: perl-PathTools.x86_64 0:3.40-5.el7 - u
  2566. 2021-12-20 13:30:47.279 | > Adding Package perl-PathTools-3.40-5.el7.x86_64 in mode u
  2567. 2021-12-20 13:30:47.279 | > Member: libpcap.x86_64 14:1.5.3-12.el7 - u
  2568. 2021-12-20 13:30:47.279 | > Adding Package 14:libpcap-1.5.3-12.el7.x86_64 in mode u
  2569. 2021-12-20 13:30:47.279 | > Member: perl-Socket.x86_64 0:2.010-5.el7 - u
  2570. 2021-12-20 13:30:47.279 | > Adding Package perl-Socket-2.010-5.el7.x86_64 in mode u
  2571. 2021-12-20 13:30:47.279 | > Member: git.x86_64 0:1.8.3.1-23.el7_8 - u
  2572. 2021-12-20 13:30:47.279 | > Adding Package git-1.8.3.1-23.el7_8.x86_64 in mode u
  2573. 2021-12-20 13:30:47.279 | > Member: perl-parent.noarch 1:0.225-244.el7 - u
  2574. 2021-12-20 13:30:47.279 | > Adding Package 1:perl-parent-0.225-244.el7.noarch in mode u
  2575. 2021-12-20 13:30:47.279 | > Member: perl-macros.x86_64 4:5.16.3-299.el7_9 - u
  2576. 2021-12-20 13:30:47.279 | > Adding Package 4:perl-macros-5.16.3-299.el7_9.x86_64 in mode u
  2577. 2021-12-20 13:30:47.279 | > Member: traceroute.x86_64 3:2.0.22-2.el7 - u
  2578. 2021-12-20 13:30:47.279 | > Adding Package 3:traceroute-2.0.22-2.el7.x86_64 in mode u
  2579. 2021-12-20 13:30:47.279 | > Member: perl-TermReadKey.x86_64 0:2.30-20.el7 - u
  2580. 2021-12-20 13:30:47.279 | > Adding Package perl-TermReadKey-2.30-20.el7.x86_64 in mode u
  2581. 2021-12-20 13:30:47.279 | > Member: perl-File-Temp.noarch 0:0.23.01-3.el7 - u
  2582. 2021-12-20 13:30:47.279 | > Adding Package perl-File-Temp-0.23.01-3.el7.noarch in mode u
  2583. 2021-12-20 13:30:47.279 | > Member: perl-Pod-Simple.noarch 1:3.28-4.el7 - u
  2584. 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Pod-Simple-3.28-4.el7.noarch in mode u
  2585. 2021-12-20 13:30:47.279 | > Member: perl-Time-Local.noarch 0:1.2300-2.el7 - u
  2586. 2021-12-20 13:30:47.279 | > Adding Package perl-Time-Local-1.2300-2.el7.noarch in mode u
  2587. 2021-12-20 13:30:47.279 | > Member: perl-Pod-Escapes.noarch 1:1.04-299.el7_9 - u
  2588. 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Pod-Escapes-1.04-299.el7_9.noarch in mode u
  2589. 2021-12-20 13:30:47.279 | > Member: perl-Git.noarch 0:1.8.3.1-23.el7_8 - u
  2590. 2021-12-20 13:30:47.279 | > Adding Package perl-Git-1.8.3.1-23.el7_8.noarch in mode u
  2591. 2021-12-20 13:30:47.279 | > Member: perl-Carp.noarch 0:1.26-244.el7 - u
  2592. 2021-12-20 13:30:47.279 | > Adding Package perl-Carp-1.26-244.el7.noarch in mode u
  2593. 2021-12-20 13:30:47.279 | > Member: perl-Error.noarch 1:0.17020-2.el7 - u
  2594. 2021-12-20 13:30:47.279 | > Adding Package 1:perl-Error-0.17020-2.el7.noarch in mode u
  2595. 2021-12-20 13:30:47.279 | > Member: perl-Storable.x86_64 0:2.45-3.el7 - u
  2596. 2021-12-20 13:30:47.279 | > Adding Package perl-Storable-2.45-3.el7.x86_64 in mode u
  2597. 2021-12-20 13:30:47.279 | > Member: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u
  2598. 2021-12-20 13:30:47.279 | > Adding Package perl-Scalar-List-Utils-1.27-248.el7.x86_64 in mode u
  2599. 2021-12-20 13:30:47.279 | > Member: tcpdump.x86_64 14:4.9.2-4.el7_7.1 - u
  2600. 2021-12-20 13:30:47.279 | > Adding Package 14:tcpdump-4.9.2-4.el7_7.1.x86_64 in mode u
  2601. 2021-12-20 13:30:47.279 | > Member: perl-Pod-Usage.noarch 0:1.63-3.el7 - u
  2602. 2021-12-20 13:30:47.279 | > Adding Package perl-Pod-Usage-1.63-3.el7.noarch in mode u
  2603. 2021-12-20 13:30:47.279 | > Member: perl-Encode.x86_64 0:2.51-7.el7 - u
  2604. 2021-12-20 13:30:47.279 | > Adding Package perl-Encode-2.51-7.el7.x86_64 in mode u
  2605. 2021-12-20 13:30:47.279 | > Member: perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u
  2606. 2021-12-20 13:30:47.279 | > Adding Package perl-Pod-Perldoc-3.20-4.el7.noarch in mode u
  2607. 2021-12-20 13:30:47.279 | > Member: perl-podlators.noarch 0:2.5.1-3.el7 - u
  2608. 2021-12-20 13:30:47.279 | > Adding Package perl-podlators-2.5.1-3.el7.noarch in mode u
  2609. 2021-12-20 13:30:47.279 | > Member: perl.x86_64 4:5.16.3-299.el7_9 - u
  2610. 2021-12-20 13:30:47.279 | > Adding Package 4:perl-5.16.3-299.el7_9.x86_64 in mode u
  2611. 2021-12-20 13:30:47.279 | > Member: perl-File-Path.noarch 0:2.09-2.el7 - u
  2612. 2021-12-20 13:30:47.279 | > Adding Package perl-File-Path-2.09-2.el7.noarch in mode u
  2613. 2021-12-20 13:30:47.279 | > Member: perl-threads.x86_64 0:1.87-4.el7 - u
  2614. 2021-12-20 13:30:47.279 | > Adding Package perl-threads-1.87-4.el7.x86_64 in mode u
  2615. 2021-12-20 13:30:47.279 | > Member: perl-Filter.x86_64 0:1.49-3.el7 - u
  2616. 2021-12-20 13:30:47.279 | > Adding Package perl-Filter-1.49-3.el7.x86_64 in mode u
  2617. 2021-12-20 13:30:47.279 | > Member: perl-Getopt-Long.noarch 0:2.40-3.el7 - u
  2618. 2021-12-20 13:30:47.279 | > Adding Package perl-Getopt-Long-2.40-3.el7.noarch in mode u
  2619. 2021-12-20 13:30:47.279 | > Member: perl-Text-ParseWords.noarch 0:3.29-4.el7 - u
  2620. 2021-12-20 13:30:47.279 | > Adding Package perl-Text-ParseWords-3.29-4.el7.noarch in mode u
  2621. 2021-12-20 13:30:47.279 | > Member: rng-tools.x86_64 0:6.3.1-5.el7 - u
  2622. 2021-12-20 13:30:47.279 | > Adding Package rng-tools-6.3.1-5.el7.x86_64 in mode u
  2623. 2021-12-20 13:30:47.280 | > Member: perl-libs.x86_64 4:5.16.3-299.el7_9 - u
  2624. 2021-12-20 13:30:47.280 | > Adding Package 4:perl-libs-5.16.3-299.el7_9.x86_64 in mode u
  2625. 2021-12-20 13:30:47.280 | > Running transaction check
  2626. 2021-12-20 13:30:47.280 | > Transaction check time: 0.015
  2627. 2021-12-20 13:30:47.280 | > Running transaction test
  2628. 2021-12-20 13:30:47.280 | > Transaction test succeeded
  2629. 2021-12-20 13:30:47.280 | > Transaction test time: 0.048
  2630. 2021-12-20 13:30:47.280 | > Running transaction
  2631. 2021-12-20 13:30:47.280 | > Installing : 1:perl-parent-0.225-244.el7.noarch 1/36
  2632. 2021-12-20 13:30:47.280 | > Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/36
  2633. 2021-12-20 13:30:47.280 | > Installing : perl-podlators-2.5.1-3.el7.noarch 3/36
  2634. 2021-12-20 13:30:47.280 | > Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/36
  2635. 2021-12-20 13:30:47.280 | > Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 5/36
  2636. 2021-12-20 13:30:47.280 | > Installing : perl-Encode-2.51-7.el7.x86_64 6/36
  2637. 2021-12-20 13:30:47.280 | > Installing : perl-Text-ParseWords-3.29-4.el7.noarch 7/36
  2638. 2021-12-20 13:30:47.280 | > Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/36
  2639. 2021-12-20 13:30:47.280 | > Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 9/36
  2640. 2021-12-20 13:30:47.280 | > Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 10/36
  2641. 2021-12-20 13:30:47.280 | > Installing : perl-Exporter-5.68-3.el7.noarch 11/36
  2642. 2021-12-20 13:30:47.280 | > Installing : perl-constant-1.27-2.el7.noarch 12/36
  2643. 2021-12-20 13:30:47.280 | > Installing : perl-Socket-2.010-5.el7.x86_64 13/36
  2644. 2021-12-20 13:30:47.280 | > Installing : perl-Time-Local-1.2300-2.el7.noarch 14/36
  2645. 2021-12-20 13:30:47.280 | > Installing : perl-Carp-1.26-244.el7.noarch 15/36
  2646. 2021-12-20 13:30:47.280 | > Installing : perl-Storable-2.45-3.el7.x86_64 16/36
  2647. 2021-12-20 13:30:48.721 | > Installing : perl-PathTools-3.40-5.el7.x86_64 17/36
  2648. 2021-12-20 13:30:48.721 | > Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 18/36
  2649. 2021-12-20 13:30:48.721 | > Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/36
  2650. 2021-12-20 13:30:48.721 | > Installing : perl-File-Temp-0.23.01-3.el7.noarch 20/36
  2651. 2021-12-20 13:30:48.721 | > Installing : perl-File-Path-2.09-2.el7.noarch 21/36
  2652. 2021-12-20 13:30:48.721 | > Installing : perl-threads-shared-1.43-6.el7.x86_64 22/36
  2653. 2021-12-20 13:30:48.721 | > Installing : perl-threads-1.87-4.el7.x86_64 23/36
  2654. 2021-12-20 13:30:48.721 | > Installing : perl-Filter-1.49-3.el7.x86_64 24/36
  2655. 2021-12-20 13:30:48.721 | > Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 25/36
  2656. 2021-12-20 13:30:48.721 | > Installing : perl-Getopt-Long-2.40-3.el7.noarch 26/36
  2657. 2021-12-20 13:30:48.721 | > Installing : 4:perl-5.16.3-299.el7_9.x86_64 27/36
  2658. 2021-12-20 13:30:48.721 | > Installing : 1:perl-Error-0.17020-2.el7.noarch 28/36
  2659. 2021-12-20 13:30:48.721 | > Installing : perl-TermReadKey-2.30-20.el7.x86_64 29/36
  2660. 2021-12-20 13:30:48.721 | > Installing : perl-Git-1.8.3.1-23.el7_8.noarch 30/36
  2661. 2021-12-20 13:30:48.721 | > Installing : git-1.8.3.1-23.el7_8.x86_64 31/36
  2662. 2021-12-20 13:30:48.721 | > Installing : 14:libpcap-1.5.3-12.el7.x86_64 32/36
  2663. 2021-12-20 13:30:48.721 | > Installing : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 33/36
  2664. 2021-12-20 13:30:48.721 | > Installing : rng-tools-6.3.1-5.el7.x86_64 34/36
  2665. 2021-12-20 13:30:48.721 | > Installing : 3:traceroute-2.0.22-2.el7.x86_64 35/36
  2666. 2021-12-20 13:30:48.721 | > Installing : lsof-4.87-6.el7.x86_64 36/36
  2667. 2021-12-20 13:30:48.721 | > Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/36
  2668. 2021-12-20 13:30:48.721 | > Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/36
  2669. 2021-12-20 13:30:48.721 | > Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/36
  2670. 2021-12-20 13:30:48.721 | > Verifying : lsof-4.87-6.el7.x86_64 4/36
  2671. 2021-12-20 13:30:48.721 | > Verifying : perl-Exporter-5.68-3.el7.noarch 5/36
  2672. 2021-12-20 13:30:48.721 | > Verifying : perl-constant-1.27-2.el7.noarch 6/36
  2673. 2021-12-20 13:30:48.721 | > Verifying : perl-PathTools-3.40-5.el7.x86_64 7/36
  2674. 2021-12-20 13:30:48.721 | > Verifying : 14:libpcap-1.5.3-12.el7.x86_64 8/36
  2675. 2021-12-20 13:30:48.721 | > Verifying : perl-Socket-2.010-5.el7.x86_64 9/36
  2676. 2021-12-20 13:30:48.721 | > Verifying : git-1.8.3.1-23.el7_8.x86_64 10/36
  2677. 2021-12-20 13:30:48.721 | > Verifying : 1:perl-parent-0.225-244.el7.noarch 11/36
  2678. 2021-12-20 13:30:48.721 | > Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 12/36
  2679. 2021-12-20 13:30:48.721 | > Verifying : 3:traceroute-2.0.22-2.el7.x86_64 13/36
  2680. 2021-12-20 13:30:48.721 | > Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/36
  2681. 2021-12-20 13:30:48.721 | > Verifying : perl-File-Temp-0.23.01-3.el7.noarch 15/36
  2682. 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 16/36
  2683. 2021-12-20 13:30:48.721 | > Verifying : perl-Time-Local-1.2300-2.el7.noarch 17/36
  2684. 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 18/36
  2685. 2021-12-20 13:30:48.721 | > Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 19/36
  2686. 2021-12-20 13:30:48.721 | > Verifying : perl-Carp-1.26-244.el7.noarch 20/36
  2687. 2021-12-20 13:30:48.721 | > Verifying : 1:perl-Error-0.17020-2.el7.noarch 21/36
  2688. 2021-12-20 13:30:48.721 | > Verifying : perl-Storable-2.45-3.el7.x86_64 22/36
  2689. 2021-12-20 13:30:48.721 | > Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/36
  2690. 2021-12-20 13:30:48.721 | > Verifying : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 24/36
  2691. 2021-12-20 13:30:48.721 | > Verifying : perl-Pod-Usage-1.63-3.el7.noarch 25/36
  2692. 2021-12-20 13:30:48.721 | > Verifying : perl-Encode-2.51-7.el7.x86_64 26/36
  2693. 2021-12-20 13:30:48.722 | > Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 27/36
  2694. 2021-12-20 13:30:48.722 | > Verifying : perl-podlators-2.5.1-3.el7.noarch 28/36
  2695. 2021-12-20 13:30:48.722 | > Verifying : 4:perl-5.16.3-299.el7_9.x86_64 29/36
  2696. 2021-12-20 13:30:48.722 | > Verifying : perl-File-Path-2.09-2.el7.noarch 30/36
  2697. 2021-12-20 13:30:48.722 | > Verifying : perl-threads-1.87-4.el7.x86_64 31/36
  2698. 2021-12-20 13:30:48.722 | > Verifying : perl-Filter-1.49-3.el7.x86_64 32/36
  2699. 2021-12-20 13:30:48.722 | > Verifying : perl-Getopt-Long-2.40-3.el7.noarch 33/36
  2700. 2021-12-20 13:30:48.722 | > Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 34/36
  2701. 2021-12-20 13:30:48.722 | > Verifying : rng-tools-6.3.1-5.el7.x86_64 35/36
  2702. 2021-12-20 13:30:48.722 | > Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 36/36
  2703. 2021-12-20 13:30:48.722 | > VerifyTransaction time: 0.102
  2704. 2021-12-20 13:30:48.722 | > Transaction time: 1.712
  2705. 2021-12-20 13:30:48.722 | >
  2706. 2021-12-20 13:30:48.722 | > Installed:
  2707. 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
  2708. 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
  2709. 2021-12-20 13:30:48.722 | > traceroute.x86_64 3:2.0.22-2.el7
  2710. 2021-12-20 13:30:48.722 | >
  2711. 2021-12-20 13:30:48.722 | > Dependency Installed:
  2712. 2021-12-20 13:30:48.722 | > libpcap.x86_64 14:1.5.3-12.el7
  2713. 2021-12-20 13:30:48.722 | > perl.x86_64 4:5.16.3-299.el7_9
  2714. 2021-12-20 13:30:48.722 | > perl-Carp.noarch 0:1.26-244.el7
  2715. 2021-12-20 13:30:48.722 | > perl-Encode.x86_64 0:2.51-7.el7
  2716. 2021-12-20 13:30:48.722 | > perl-Error.noarch 1:0.17020-2.el7
  2717. 2021-12-20 13:30:48.722 | > perl-Exporter.noarch 0:5.68-3.el7
  2718. 2021-12-20 13:30:48.722 | > perl-File-Path.noarch 0:2.09-2.el7
  2719. 2021-12-20 13:30:48.722 | > perl-File-Temp.noarch 0:0.23.01-3.el7
  2720. 2021-12-20 13:30:48.722 | > perl-Filter.x86_64 0:1.49-3.el7
  2721. 2021-12-20 13:30:48.722 | > perl-Getopt-Long.noarch 0:2.40-3.el7
  2722. 2021-12-20 13:30:48.722 | > perl-Git.noarch 0:1.8.3.1-23.el7_8
  2723. 2021-12-20 13:30:48.722 | > perl-HTTP-Tiny.noarch 0:0.033-3.el7
  2724. 2021-12-20 13:30:48.722 | > perl-PathTools.x86_64 0:3.40-5.el7
  2725. 2021-12-20 13:30:48.722 | > perl-Pod-Escapes.noarch 1:1.04-299.el7_9
  2726. 2021-12-20 13:30:48.722 | > perl-Pod-Perldoc.noarch 0:3.20-4.el7
  2727. 2021-12-20 13:30:48.722 | > perl-Pod-Simple.noarch 1:3.28-4.el7
  2728. 2021-12-20 13:30:48.722 | > perl-Pod-Usage.noarch 0:1.63-3.el7
  2729. 2021-12-20 13:30:48.722 | > perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  2730. 2021-12-20 13:30:48.722 | > perl-Socket.x86_64 0:2.010-5.el7
  2731. 2021-12-20 13:30:48.722 | > perl-Storable.x86_64 0:2.45-3.el7
  2732. 2021-12-20 13:30:48.722 | > perl-TermReadKey.x86_64 0:2.30-20.el7
  2733. 2021-12-20 13:30:48.722 | > perl-Text-ParseWords.noarch 0:3.29-4.el7
  2734. 2021-12-20 13:30:48.722 | > perl-Time-HiRes.x86_64 4:1.9725-3.el7
  2735. 2021-12-20 13:30:48.722 | > perl-Time-Local.noarch 0:1.2300-2.el7
  2736. 2021-12-20 13:30:48.722 | > perl-constant.noarch 0:1.27-2.el7
  2737. 2021-12-20 13:30:48.722 | > perl-libs.x86_64 4:5.16.3-299.el7_9
  2738. 2021-12-20 13:30:48.722 | > perl-macros.x86_64 4:5.16.3-299.el7_9
  2739. 2021-12-20 13:30:48.722 | > perl-parent.noarch 1:0.225-244.el7
  2740. 2021-12-20 13:30:48.722 | > perl-podlators.noarch 0:2.5.1-3.el7
  2741. 2021-12-20 13:30:48.722 | > perl-threads.x86_64 0:1.87-4.el7
  2742. 2021-12-20 13:30:48.722 | > perl-threads-shared.x86_64 0:1.43-6.el7
  2743. 2021-12-20 13:30:48.722 | >
  2744. 2021-12-20 13:30:48.722 | > Complete!
  2745. 2021-12-20 13:30:48.722 | > + '[' install == install ']'
  2746. 2021-12-20 13:30:48.722 | > + '[' yum == dnf ']'
  2747. 2021-12-20 13:30:48.722 | returncode: 0
  2748. 2021-12-20 13:30:48.726 | dib-run-parts 01-package-installs completed
  2749. 2021-12-20 13:30:48.726 | dib-run-parts Running /tmp/in_target.d/install.d/05-set-cloud-init-sources
  2750. 2021-12-20 13:30:48.728 | + set -eu
  2751. 2021-12-20 13:30:48.728 | + set -o pipefail
  2752. 2021-12-20 13:30:48.728 | + DIB_CLOUD_INIT_DATASOURCES='Ec2, ConfigDrive, OpenStack'
  2753. 2021-12-20 13:30:48.728 | + '[' -z 'Ec2, ConfigDrive, OpenStack' ']'
  2754. 2021-12-20 13:30:48.728 | + '[' -d /etc/cloud/cloud.cfg.d ']'
  2755. 2021-12-20 13:30:48.728 | + cat
  2756. 2021-12-20 13:30:48.728 | + [[ Ec2, ConfigDrive, OpenStack =~ Ec2 ]]
  2757. 2021-12-20 13:30:48.728 | + cat
  2758. 2021-12-20 13:30:48.730 | dib-run-parts 05-set-cloud-init-sources completed
  2759. 2021-12-20 13:30:48.730 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init
  2760. 2021-12-20 13:30:48.731 | + set -eu
  2761. 2021-12-20 13:30:48.731 | + set -o pipefail
  2762. 2021-12-20 13:30:48.731 | + mkdir -p /etc/cloud/cloud.cfg.d
  2763. 2021-12-20 13:30:48.732 | + '[' -n '' ']'
  2764. 2021-12-20 13:30:48.732 | dib-run-parts 10-cloud-init completed
  2765. 2021-12-20 13:30:48.732 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts
  2766. 2021-12-20 13:30:48.734 | + set -eu
  2767. 2021-12-20 13:30:48.734 | + set -o pipefail
  2768. 2021-12-20 13:30:48.734 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts
  2769. 2021-12-20 13:30:48.734 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/
  2770. 2021-12-20 13:30:48.735 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']'
  2771. 2021-12-20 13:30:48.735 | dib-run-parts 20-install-init-scripts completed
  2772. 2021-12-20 13:30:48.735 | dib-run-parts Running /tmp/in_target.d/install.d/50-devuser
  2773. 2021-12-20 13:30:48.737 | + set -eu
  2774. 2021-12-20 13:30:48.737 | + set -o pipefail
  2775. 2021-12-20 13:30:48.737 | + user_shell_args=
  2776. 2021-12-20 13:30:48.737 | + '[' -n '' ']'
  2777. 2021-12-20 13:30:48.737 | + useradd -m devuser
  2778. 2021-12-20 13:30:48.742 | + set +x
  2779. 2021-12-20 13:30:48.742 | Setting password.
  2780. 2021-12-20 13:30:48.751 | + '[' -n true ']'
  2781. 2021-12-20 13:30:48.751 | + cat
  2782. 2021-12-20 13:30:48.752 | + chmod 0440 /etc/sudoers.d/devuser
  2783. 2021-12-20 13:30:48.752 | + visudo -c
  2784. 2021-12-20 13:30:48.753 | /etc/sudoers: parsed OK
  2785. 2021-12-20 13:30:48.753 | /etc/sudoers.d/devuser: parsed OK
  2786. 2021-12-20 13:30:48.753 | + '[' -f /tmp/in_target.d/devuser-ssh-authorized-keys ']'
  2787. 2021-12-20 13:30:48.753 | + mkdir -p /home/devuser/.ssh
  2788. 2021-12-20 13:30:48.754 | + cp /tmp/in_target.d/devuser-ssh-authorized-keys /home/devuser/.ssh/authorized_keys
  2789. 2021-12-20 13:30:48.755 | + chown -R devuser:devuser /home/devuser
  2790. 2021-12-20 13:30:48.756 | dib-run-parts 50-devuser completed
  2791. 2021-12-20 13:30:48.756 | dib-run-parts Running /tmp/in_target.d/install.d/50-dhcp-all-interfaces
  2792. 2021-12-20 13:30:48.757 | + set -eu
  2793. 2021-12-20 13:30:48.757 | + set -o pipefail
  2794. 2021-12-20 13:30:48.757 | ++ dirname /tmp/in_target.d/install.d/50-dhcp-all-interfaces
  2795. 2021-12-20 13:30:48.758 | + SCRIPTDIR=/tmp/in_target.d/install.d
  2796. 2021-12-20 13:30:48.758 | + '[' -e /etc/redhat-release ']'
  2797. 2021-12-20 13:30:48.758 | + type dnf
  2798. 2021-12-20 13:30:48.758 | + yum -v -y install ndisc6
  2799. 2021-12-20 13:30:48.858 | Loading "fastestmirror" plugin
  2800. 2021-12-20 13:30:48.859 | Config time: 0.004
  2801. 2021-12-20 13:30:48.860 | Yum version: 3.4.3
  2802. 2021-12-20 13:30:48.891 | rpmdb time: 0.000
  2803. 2021-12-20 13:30:48.892 | Setting up Package Sacks
  2804. 2021-12-20 13:30:48.892 | Loading mirror speeds from cached hostfile
  2805. 2021-12-20 13:30:48.917 | * base: mirror.netzwerge.de
  2806. 2021-12-20 13:30:48.918 | * extras: mirror.23m.com
  2807. 2021-12-20 13:30:48.918 | * updates: mirror.cuegee.com
  2808. 2021-12-20 13:30:48.923 | pkgsack time: 0.031
  2809. 2021-12-20 13:30:48.923 | Checking for virtual provide or file-provide for ndisc6
  2810. 2021-12-20 13:30:48.924 | Checking for installed virtual provide or file-provide for ndisc6
  2811. 2021-12-20 13:30:48.924 | No package ndisc6 available.
  2812. 2021-12-20 13:30:48.989 | Error: Nothing to do
  2813. 2021-12-20 13:30:48.999 | + true
  2814. 2021-12-20 13:30:48.999 | + DIB_DHCP_CLIENT=dhclient
  2815. 2021-12-20 13:30:49.000 | + '[' -x /etc/NetworkManager ']'
  2816. 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
  2817. 2021-12-20 13:30:49.000 | + sed -i s/DIB_DHCP_CLIENT/dhclient/g /etc/NetworkManager/conf.d/00-main.conf
  2818. 2021-12-20 13:30:49.001 | + sed -i s/DIB_DHCP_TIMEOUT/30/g /etc/NetworkManager/conf.d/00-main.conf
  2819. 2021-12-20 13:30:49.002 | + '[' centos '!=' gentoo ']'
  2820. 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
  2821. 2021-12-20 13:30:49.003 | + sed -i s/DIB_DHCP_TIMEOUT/30/ /usr/local/sbin/dhcp-all-interfaces.sh
  2822. 2021-12-20 13:30:49.004 | + '[' -f /etc/dhcp/dhclient.conf ']'
  2823. 2021-12-20 13:30:49.004 | + grep -o '^timeout ' /etc/dhcp/dhclient.conf
  2824. 2021-12-20 13:30:49.004 | timeout
  2825. 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
  2826. 2021-12-20 13:30:49.005 | + grep -o '^retry ' /etc/dhcp/dhclient.conf
  2827. 2021-12-20 13:30:49.006 | retry
  2828. 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
  2829. 2021-12-20 13:30:49.007 | + '[' systemd == upstart ']'
  2830. 2021-12-20 13:30:49.007 | + '[' systemd == systemd ']'
  2831. 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]
  2832. 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
  2833. 2021-12-20 13:30:49.008 | + sed -i s/TimeoutStartSec=DIB_DHCP_TIMEOUT/TimeoutStartSec=60s/ /usr/lib/systemd/system/[email protected]
  2834. 2021-12-20 13:30:49.010 | dib-run-parts 50-dhcp-all-interfaces completed
  2835. 2021-12-20 13:30:49.010 | dib-run-parts Running /tmp/in_target.d/install.d/60-remove-cloud-image-interfaces
  2836. 2021-12-20 13:30:49.011 | + set -eu
  2837. 2021-12-20 13:30:49.011 | + set -o pipefail
  2838. 2021-12-20 13:30:49.011 | ++ grep -v ifcfg-lo
  2839. 2021-12-20 13:30:49.011 | ++ ls /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-lo
  2840. 2021-12-20 13:30:49.012 | + for ifcfg in '$(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v "ifcfg-lo")'
  2841. 2021-12-20 13:30:49.012 | + rm -f /etc/sysconfig/network-scripts/ifcfg-eth0
  2842. 2021-12-20 13:30:49.013 | + rm -f '/etc/network/interfaces.d/*'
  2843. 2021-12-20 13:30:49.013 | + rm -f '/etc/conf.d/net*'
  2844. 2021-12-20 13:30:49.014 | + '[' -f /etc/network/interfaces ']'
  2845. 2021-12-20 13:30:49.014 | dib-run-parts 60-remove-cloud-image-interfaces completed
  2846. 2021-12-20 13:30:49.014 | dib-run-parts Running /tmp/in_target.d/install.d/80-modprobe-blacklist
  2847. 2021-12-20 13:30:49.016 | + set -eu
  2848. 2021-12-20 13:30:49.016 | + set -o pipefail
  2849. 2021-12-20 13:30:49.016 | + MODULES_LIST=
  2850. 2021-12-20 13:30:49.016 | dib-run-parts 80-modprobe-blacklist completed
  2851. 2021-12-20 13:30:49.016 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls
  2852. 2021-12-20 13:30:49.018 | + set -eu
  2853. 2021-12-20 13:30:49.018 | + set -o pipefail
  2854. 2021-12-20 13:30:49.018 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls
  2855. 2021-12-20 13:30:49.018 | + package-uninstalls -d /tmp/in_target.d/install.d
  2856. 2021-12-20 13:30:49.019 | + set -eu
  2857. 2021-12-20 13:30:49.019 | + set -o pipefail
  2858. 2021-12-20 13:30:49.019 | ++ basename /usr/local/bin/package-uninstalls
  2859. 2021-12-20 13:30:49.019 | + SCRIPTNAME=package-uninstalls
  2860. 2021-12-20 13:30:49.020 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d
  2861. 2021-12-20 13:30:49.020 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
  2862. 2021-12-20 13:30:49.020 | + '[' 0 '!=' 0 ']'
  2863. 2021-12-20 13:30:49.020 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
  2864. 2021-12-20 13:30:49.020 | ++ set -- -d /tmp/in_target.d/install.d --
  2865. 2021-12-20 13:30:49.020 | + WORKDIR=
  2866. 2021-12-20 13:30:49.020 | + true
  2867. 2021-12-20 13:30:49.020 | + case "$1" in
  2868. 2021-12-20 13:30:49.020 | + WORKDIR=/tmp/in_target.d/install.d
  2869. 2021-12-20 13:30:49.020 | + shift 2
  2870. 2021-12-20 13:30:49.020 | + true
  2871. 2021-12-20 13:30:49.020 | + case "$1" in
  2872. 2021-12-20 13:30:49.020 | + shift
  2873. 2021-12-20 13:30:49.020 | + break
  2874. 2021-12-20 13:30:49.020 | + '[' -z /tmp/in_target.d/install.d ']'
  2875. 2021-12-20 13:30:49.020 | + PACKAGES=
  2876. 2021-12-20 13:30:49.021 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
  2877. 2021-12-20 13:30:49.021 | + install-packages -e
  2878. 2021-12-20 13:30:49.025 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json
  2879. 2021-12-20 13:30:49.054 | Nothing to uninstall
  2880. 2021-12-20 13:30:49.058 | dib-run-parts 99-package-uninstalls completed
  2881. 2021-12-20 13:30:49.058 | dib-run-parts ----------------------- PROFILING -----------------------
  2882. 2021-12-20 13:30:49.058 | dib-run-parts
  2883. 2021-12-20 13:30:49.059 | dib-run-parts Target: install.d
  2884. 2021-12-20 13:30:49.059 | dib-run-parts
  2885. 2021-12-20 13:30:49.059 | dib-run-parts Script Seconds
  2886. 2021-12-20 13:30:49.059 | dib-run-parts --------------------------------------- ----------
  2887. 2021-12-20 13:30:49.059 | dib-run-parts
  2888. 2021-12-20 13:30:49.062 | dib-run-parts 00-baseline-environment 0.818
  2889. 2021-12-20 13:30:49.064 | dib-run-parts 00-up-to-date 38.440
  2890. 2021-12-20 13:30:49.067 | dib-run-parts 01-package-installs 3.046
  2891. 2021-12-20 13:30:49.069 | dib-run-parts 05-set-cloud-init-sources 0.003
  2892. 2021-12-20 13:30:49.071 | dib-run-parts 10-cloud-init 0.002
  2893. 2021-12-20 13:30:49.073 | dib-run-parts 20-install-init-scripts 0.002
  2894. 2021-12-20 13:30:49.076 | dib-run-parts 50-devuser 0.020
  2895. 2021-12-20 13:30:49.078 | dib-run-parts 50-dhcp-all-interfaces 0.253
  2896. 2021-12-20 13:30:49.080 | dib-run-parts 60-remove-cloud-image-interfaces 0.004
  2897. 2021-12-20 13:30:49.082 | dib-run-parts 80-modprobe-blacklist 0.001
  2898. 2021-12-20 13:30:49.084 | dib-run-parts 99-package-uninstalls 0.041
  2899. 2021-12-20 13:30:49.085 | dib-run-parts
  2900. 2021-12-20 13:30:49.085 | dib-run-parts --------------------- END PROFILING ---------------------
  2901. 2021-12-20 13:30:49.088 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
  2902. 2021-12-20 13:30:49.090 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
  2903. 2021-12-20 13:30:49.092 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
  2904. 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
  2905. 2021-12-20 13:30:49.095 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  2906. 2021-12-20 13:30:49.096 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-install(,|$)' -q
  2907. 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
  2908. 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'
  2909. 2021-12-20 13:30:49.112 | + diskimage_builder/lib/disk-image-create:main:359 : do_extra_package_install
  2910. 2021-12-20 13:30:49.114 | + diskimage_builder/lib/img-functions:do_extra_package_install:167 : '[' mdadm '!=' '' ']'
  2911. 2021-12-20 13:30:49.115 | + diskimage_builder/lib/img-functions:do_extra_package_install:168 : run_in_target install-packages mdadm
  2912. 2021-12-20 13:30:49.117 | + diskimage_builder/lib/img-functions:run_in_target:50 : cmd='install-packages mdadm'
  2913. 2021-12-20 13:30:49.119 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
  2914. 2021-12-20 13:30:49.120 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
  2915. 2021-12-20 13:30:49.122 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
  2916. 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'
  2917. 2021-12-20 13:30:49.143 | Running install-packages install.
  2918. 2021-12-20 13:30:49.143 | + yum -v -y install mdadm
  2919. 2021-12-20 13:30:49.236 | Loading "fastestmirror" plugin
  2920. 2021-12-20 13:30:49.237 | Config time: 0.004
  2921. 2021-12-20 13:30:49.237 | Yum version: 3.4.3
  2922. 2021-12-20 13:30:49.269 | rpmdb time: 0.000
  2923. 2021-12-20 13:30:49.269 | Setting up Package Sacks
  2924. 2021-12-20 13:30:49.270 | Loading mirror speeds from cached hostfile
  2925. 2021-12-20 13:30:49.294 | * base: mirror.netzwerge.de
  2926. 2021-12-20 13:30:49.294 | * extras: mirror.23m.com
  2927. 2021-12-20 13:30:49.294 | * updates: mirror.cuegee.com
  2928. 2021-12-20 13:30:49.299 | pkgsack time: 0.029
  2929. 2021-12-20 13:30:49.372 | Obs Init time: 0.072
  2930. 2021-12-20 13:30:49.374 | Resolving Dependencies
  2931. 2021-12-20 13:30:49.374 | --> Running transaction check
  2932. 2021-12-20 13:30:49.374 | ---> Package mdadm.x86_64 0:4.1-8.el7_9 will be installed
  2933. 2021-12-20 13:30:49.374 | Checking deps for mdadm.x86_64 0:4.1-8.el7_9 - u
  2934. 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
  2935. 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
  2936. 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
  2937. 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
  2938. 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
  2939. 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
  2940. 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
  2941. 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
  2942. 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
  2943. 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
  2944. 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
  2945. 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
  2946. 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
  2947. 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
  2948. 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
  2949. 2021-12-20 13:30:49.381 | mdadm-4.1-8.el7_9.x86_64 requires: libreport-filesystem
  2950. 2021-12-20 13:30:49.381 | --> Processing Dependency: libreport-filesystem for package: mdadm-4.1-8.el7_9.x86_64
  2951. 2021-12-20 13:30:49.381 | Searching pkgSack for dep: libreport-filesystem
  2952. 2021-12-20 13:30:49.381 | Building updates object
  2953. 2021-12-20 13:30:49.453 | up:simple updates time: 0.002
  2954. 2021-12-20 13:30:49.454 | up:obs time: 0.001
  2955. 2021-12-20 13:30:49.454 | up:condense time: 0.000
  2956. 2021-12-20 13:30:49.454 | updates time: 0.073
  2957. 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
  2958. 2021-12-20 13:30:49.456 | --> Running transaction check
  2959. 2021-12-20 13:30:49.456 | ---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7.centos will be installed
  2960. 2021-12-20 13:30:49.456 | Checking deps for libreport-filesystem.x86_64 0:2.1.11-53.el7.centos - u
  2961. 2021-12-20 13:30:49.668 | --> Finished Dependency Resolution
  2962. 2021-12-20 13:30:49.668 | Dependency Process ending
  2963. 2021-12-20 13:30:49.724 | Depsolve time: 0.349
  2964. 2021-12-20 13:30:49.724 |
  2965. 2021-12-20 13:30:49.724 | Dependencies Resolved
  2966. 2021-12-20 13:30:49.725 |
  2967. 2021-12-20 13:30:49.725 | ================================================================================
  2968. 2021-12-20 13:30:49.725 | Package Arch Version Repository Size
  2969. 2021-12-20 13:30:49.725 | ================================================================================
  2970. 2021-12-20 13:30:49.725 | Installing:
  2971. 2021-12-20 13:30:49.725 | mdadm x86_64 4.1-8.el7_9 updates 440 k
  2972. 2021-12-20 13:30:49.725 | Installing for dependencies:
  2973. 2021-12-20 13:30:49.725 | libreport-filesystem x86_64 2.1.11-53.el7.centos base 41 k
  2974. 2021-12-20 13:30:49.725 |
  2975. 2021-12-20 13:30:49.725 | Transaction Summary
  2976. 2021-12-20 13:30:49.725 | ================================================================================
  2977. 2021-12-20 13:30:49.725 | Install 1 Package (+1 Dependent package)
  2978. 2021-12-20 13:30:49.725 |
  2979. 2021-12-20 13:30:49.725 | Total size: 480 k
  2980. 2021-12-20 13:30:49.726 | Installed size: 1.0 M
  2981. 2021-12-20 13:30:49.726 | Downloading packages:
  2982. 2021-12-20 13:30:49.726 | using local copy of libreport-filesystem-2.1.11-53.el7.centos.x86_64
  2983. 2021-12-20 13:30:49.726 | using local copy of mdadm-4.1-8.el7_9.x86_64
  2984. 2021-12-20 13:30:49.728 | Member: libreport-filesystem.x86_64 0:2.1.11-53.el7.centos - u
  2985. 2021-12-20 13:30:49.728 | Adding Package libreport-filesystem-2.1.11-53.el7.centos.x86_64 in mode u
  2986. 2021-12-20 13:30:49.728 | Member: mdadm.x86_64 0:4.1-8.el7_9 - u
  2987. 2021-12-20 13:30:49.728 | Adding Package mdadm-4.1-8.el7_9.x86_64 in mode u
  2988. 2021-12-20 13:30:49.728 | Running transaction check
  2989. 2021-12-20 13:30:49.830 | Transaction check time: 0.101
  2990. 2021-12-20 13:30:49.830 | Running transaction test
  2991. 2021-12-20 13:30:49.838 | Transaction test succeeded
  2992. 2021-12-20 13:30:49.838 | Transaction test time: 0.008
  2993. 2021-12-20 13:30:49.838 | Running transaction
  2994. 2021-12-20 13:30:49.885 | Installing : libreport-filesystem-2.1.11-53.el7.centos.x86_64 1/2
  2995. 2021-12-20 13:30:49.895 | Installing : mdadm-4.1-8.el7_9.x86_64 2/2
  2996. 2021-12-20 13:30:49.897 | Verifying : libreport-filesystem-2.1.11-53.el7.centos.x86_64 1/2
  2997. 2021-12-20 13:30:49.951 | Verifying : mdadm-4.1-8.el7_9.x86_64 2/2
  2998. 2021-12-20 13:30:49.951 | VerifyTransaction time: 0.056
  2999. 2021-12-20 13:30:49.951 | Transaction time: 0.113
  3000. 2021-12-20 13:30:49.951 |
  3001. 2021-12-20 13:30:49.951 | Installed:
  3002. 2021-12-20 13:30:49.951 | mdadm.x86_64 0:4.1-8.el7_9
  3003. 2021-12-20 13:30:49.951 |
  3004. 2021-12-20 13:30:49.951 | Dependency Installed:
  3005. 2021-12-20 13:30:49.951 | libreport-filesystem.x86_64 0:2.1.11-53.el7.centos
  3006. 2021-12-20 13:30:49.951 |
  3007. 2021-12-20 13:30:49.951 | Complete!
  3008. 2021-12-20 13:30:49.969 | + '[' install == install ']'
  3009. 2021-12-20 13:30:49.969 | + '[' yum == dnf ']'
  3010. 2021-12-20 13:30:49.972 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
  3011. 2021-12-20 13:30:49.974 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
  3012. 2021-12-20 13:30:49.975 | + diskimage_builder/lib/disk-image-create:main:360 : run_d_in_target post-install
  3013. 2021-12-20 13:30:49.977 | + diskimage_builder/lib/img-functions:run_d_in_target:65 : check_element
  3014. 2021-12-20 13:30:49.979 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  3015. 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 ']'
  3016. 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
  3017. 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
  3018. 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
  3019. 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
  3020. 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
  3021. 2021-12-20 13:30:50.012 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3022. 2021-12-20 13:30:50.012 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-install(,|$)' -q
  3023. 2021-12-20 13:30:50.015 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : '[' -z '' ']'
  3024. 2021-12-20 13:30:50.017 | + diskimage_builder/lib/img-functions:run_d_in_target:82 : in_target_arg=run_in_target
  3025. 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
  3026. 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
  3027. 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'
  3028. 2021-12-20 13:30:50.023 | + diskimage_builder/lib/img-functions:run_in_target:52 : ORIG_HOME=/home/holtgrem_c
  3029. 2021-12-20 13:30:50.024 | + diskimage_builder/lib/img-functions:run_in_target:53 : export HOME=/root
  3030. 2021-12-20 13:30:50.026 | + diskimage_builder/lib/img-functions:run_in_target:53 : HOME=/root
  3031. 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'
  3032. 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
  3033. 2021-12-20 13:30:50.040 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults
  3034. 2021-12-20 13:30:50.040 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
  3035. 2021-12-20 13:30:50.040 | ++ DIB_AVOID_PACKAGES_UPDATE=0
  3036. 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
  3037. 2021-12-20 13:30:50.042 | + source /tmp/in_target.d/post-install.d/../environment.d/10-bootloader-default-cmdline
  3038. 2021-12-20 13:30:50.042 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text rd.auto=1'
  3039. 2021-12-20 13:30:50.042 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text rd.auto=1'
  3040. 2021-12-20 13:30:50.042 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
  3041. 2021-12-20 13:30:50.042 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
  3042. 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
  3043. 2021-12-20 13:30:50.043 | + source /tmp/in_target.d/post-install.d/../environment.d/10-centos-distro-name.bash
  3044. 2021-12-20 13:30:50.043 | ++ export DISTRO_NAME=centos
  3045. 2021-12-20 13:30:50.043 | ++ DISTRO_NAME=centos
  3046. 2021-12-20 13:30:50.043 | ++ export DIB_RELEASE=7
  3047. 2021-12-20 13:30:50.043 | ++ DIB_RELEASE=7
  3048. 2021-12-20 13:30:50.043 | ++ export EFI_BOOT_DIR=EFI/centos
  3049. 2021-12-20 13:30:50.043 | ++ EFI_BOOT_DIR=EFI/centos
  3050. 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
  3051. 2021-12-20 13:30:50.044 | + source /tmp/in_target.d/post-install.d/../environment.d/10-dracut-regenerate
  3052. 2021-12-20 13:30:50.044 | ++ export 'DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG=
  3053. 2021-12-20 13:30:50.044 | - name: crypt
  3054. 2021-12-20 13:30:50.044 | packages:
  3055. 2021-12-20 13:30:50.044 | - cryptsetup
  3056. 2021-12-20 13:30:50.044 | - name: lvm
  3057. 2021-12-20 13:30:50.044 | packages:
  3058. 2021-12-20 13:30:50.044 | - lvm2
  3059. 2021-12-20 13:30:50.044 | '
  3060. 2021-12-20 13:30:50.044 | ++ DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG='
  3061. 2021-12-20 13:30:50.044 | - name: crypt
  3062. 2021-12-20 13:30:50.044 | packages:
  3063. 2021-12-20 13:30:50.044 | - cryptsetup
  3064. 2021-12-20 13:30:50.044 | - name: lvm
  3065. 2021-12-20 13:30:50.044 | packages:
  3066. 2021-12-20 13:30:50.044 | - lvm2
  3067. 2021-12-20 13:30:50.044 | '
  3068. 2021-12-20 13:30:50.044 | ++ DIB_DRACUT_ENABLED_MODULES='- name: crypt
  3069. 2021-12-20 13:30:50.044 | packages:
  3070. 2021-12-20 13:30:50.044 | - cryptsetup
  3071. 2021-12-20 13:30:50.044 | - name: lvm
  3072. 2021-12-20 13:30:50.044 | packages:
  3073. 2021-12-20 13:30:50.044 | - lvm2
  3074. 2021-12-20 13:30:50.044 | - name: mdraid
  3075. 2021-12-20 13:30:50.044 | packages:
  3076. 2021-12-20 13:30:50.044 | - mdadm'
  3077. 2021-12-20 13:30:50.044 | ++ export DIB_DRACUT_ENABLED_MODULES
  3078. 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
  3079. 2021-12-20 13:30:50.045 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash
  3080. 2021-12-20 13:30:50.045 | ++ export DIB_DEFAULT_INSTALLTYPE=source
  3081. 2021-12-20 13:30:50.045 | ++ DIB_DEFAULT_INSTALLTYPE=source
  3082. 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
  3083. 2021-12-20 13:30:50.046 | + source /tmp/in_target.d/post-install.d/../environment.d/11-yum-dnf.bash
  3084. 2021-12-20 13:30:50.046 | ++ [[ 7 == \7 ]]
  3085. 2021-12-20 13:30:50.046 | ++ export YUM=yum
  3086. 2021-12-20 13:30:50.046 | ++ YUM=yum
  3087. 2021-12-20 13:30:50.047 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests
  3088. 2021-12-20 13:30:50.047 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests
  3089. 2021-12-20 13:30:50.048 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  3090. 2021-12-20 13:30:50.048 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
  3091. 2021-12-20 13:30:50.048 | ++ export DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  3092. 2021-12-20 13:30:50.048 | ++ DIB_MANIFEST_SAVE_DIR=centos-7.9-uefi.d/
  3093. 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
  3094. 2021-12-20 13:30:50.049 | + source /tmp/in_target.d/post-install.d/../environment.d/15-block-device.bash
  3095. 2021-12-20 13:30:50.049 | ++ [[ ppc64 ppc64le ppc64el =~ amd64 ]]
  3096. 2021-12-20 13:30:50.049 | ++ export DIB_BLOCK_DEVICE=efi
  3097. 2021-12-20 13:30:50.049 | ++ DIB_BLOCK_DEVICE=efi
  3098. 2021-12-20 13:30:50.049 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-devuser
  3099. 2021-12-20 13:30:50.050 | + source /tmp/in_target.d/post-install.d/../environment.d/50-devuser
  3100. 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_USERNAME=devuser
  3101. 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_USERNAME=devuser
  3102. 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_SHELL=
  3103. 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_SHELL=
  3104. 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_PWDLESS_SUDO=true
  3105. 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_PWDLESS_SUDO=true
  3106. 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_AUTHORIZED_KEYS=
  3107. 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_AUTHORIZED_KEYS=
  3108. 2021-12-20 13:30:50.050 | ++ export DIB_DEV_USER_PASSWORD=calvin
  3109. 2021-12-20 13:30:50.050 | ++ DIB_DEV_USER_PASSWORD=calvin
  3110. 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
  3111. 2021-12-20 13:30:50.051 | + source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common
  3112. 2021-12-20 13:30:50.051 | ++ export DIB_DISABLE_KERNEL_CLEANUP=0
  3113. 2021-12-20 13:30:50.051 | ++ DIB_DISABLE_KERNEL_CLEANUP=0
  3114. 2021-12-20 13:30:50.051 | ++ export DIB_INIT_SYSTEM=systemd
  3115. 2021-12-20 13:30:50.051 | ++ DIB_INIT_SYSTEM=systemd
  3116. 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
  3117. 2021-12-20 13:30:50.052 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system
  3118. 2021-12-20 13:30:50.052 | ++ '[' -z systemd ']'
  3119. 2021-12-20 13:30:50.052 | ++ case $DIB_INIT_SYSTEM in
  3120. 2021-12-20 13:30:50.052 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs
  3121. 2021-12-20 13:30:50.054 | + set -eu
  3122. 2021-12-20 13:30:50.054 | + set -o pipefail
  3123. 2021-12-20 13:30:50.054 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs
  3124. 2021-12-20 13:30:50.054 | + package-installs -d /tmp/in_target.d/post-install.d
  3125. 2021-12-20 13:30:50.055 | + set -eu
  3126. 2021-12-20 13:30:50.055 | + set -o pipefail
  3127. 2021-12-20 13:30:50.055 | ++ basename /usr/local/bin/package-installs
  3128. 2021-12-20 13:30:50.055 | + SCRIPTNAME=package-installs
  3129. 2021-12-20 13:30:50.056 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d
  3130. 2021-12-20 13:30:50.056 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3131. 2021-12-20 13:30:50.056 | + '[' 0 '!=' 0 ']'
  3132. 2021-12-20 13:30:50.056 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3133. 2021-12-20 13:30:50.056 | ++ set -- -d /tmp/in_target.d/post-install.d --
  3134. 2021-12-20 13:30:50.056 | + WORKDIR=
  3135. 2021-12-20 13:30:50.056 | + true
  3136. 2021-12-20 13:30:50.056 | + case "$1" in
  3137. 2021-12-20 13:30:50.056 | + WORKDIR=/tmp/in_target.d/post-install.d
  3138. 2021-12-20 13:30:50.056 | + shift 2
  3139. 2021-12-20 13:30:50.056 | + true
  3140. 2021-12-20 13:30:50.056 | + case "$1" in
  3141. 2021-12-20 13:30:50.056 | + shift
  3142. 2021-12-20 13:30:50.056 | + break
  3143. 2021-12-20 13:30:50.056 | + '[' -z /tmp/in_target.d/post-install.d ']'
  3144. 2021-12-20 13:30:50.056 | + PACKAGES=
  3145. 2021-12-20 13:30:50.056 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
  3146. 2021-12-20 13:30:50.057 | + '[' -n '' ']'
  3147. 2021-12-20 13:30:50.057 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json
  3148. 2021-12-20 13:30:50.087 | Nothing to install
  3149. 2021-12-20 13:30:50.091 | dib-run-parts 00-package-installs completed
  3150. 2021-12-20 13:30:50.091 | dib-run-parts Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf
  3151. 2021-12-20 13:30:50.092 | + set -eu
  3152. 2021-12-20 13:30:50.092 | + set -o pipefail
  3153. 2021-12-20 13:30:50.092 | + grep NOZEROCONF /etc/sysconfig/network
  3154. 2021-12-20 13:30:50.093 | NOZEROCONF=yes
  3155. 2021-12-20 13:30:50.094 | dib-run-parts 06-network-config-nonzeroconf completed
  3156. 2021-12-20 13:30:50.094 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts
  3157. 2021-12-20 13:30:50.095 | + set -eu
  3158. 2021-12-20 13:30:50.095 | + set -o pipefail
  3159. 2021-12-20 13:30:50.095 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts
  3160. 2021-12-20 13:30:50.095 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/
  3161. 2021-12-20 13:30:50.095 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]]
  3162. 2021-12-20 13:30:50.096 | dib-run-parts 10-enable-init-scripts completed
  3163. 2021-12-20 13:30:50.096 | dib-run-parts Running /tmp/in_target.d/post-install.d/15-disable-selinux
  3164. 2021-12-20 13:30:50.097 | + set -eu
  3165. 2021-12-20 13:30:50.097 | + set -o pipefail
  3166. 2021-12-20 13:30:50.097 | + config=/etc/selinux/config
  3167. 2021-12-20 13:30:50.097 | + '[' -e /etc/selinux/config ']'
  3168. 2021-12-20 13:30:50.097 | + sed -i 's%^\(SELINUX=\s*\).*$%SELINUX=disabled%' /etc/selinux/config
  3169. 2021-12-20 13:30:50.099 | dib-run-parts 15-disable-selinux completed
  3170. 2021-12-20 13:30:50.099 | dib-run-parts Running /tmp/in_target.d/post-install.d/20-enable-cloud-init
  3171. 2021-12-20 13:30:50.100 | + set -eu
  3172. 2021-12-20 13:30:50.100 | + set -o pipefail
  3173. 2021-12-20 13:30:50.100 | + [[ systemd == \o\p\e\n\r\c ]]
  3174. 2021-12-20 13:30:50.101 | dib-run-parts 20-enable-cloud-init completed
  3175. 2021-12-20 13:30:50.101 | dib-run-parts Running /tmp/in_target.d/post-install.d/21-cloud-init-allow-password-auth
  3176. 2021-12-20 13:30:50.102 | + set -eu
  3177. 2021-12-20 13:30:50.102 | + set -o pipefail
  3178. 2021-12-20 13:30:50.102 | + '[' -n '' ']'
  3179. 2021-12-20 13:30:50.103 | dib-run-parts 21-cloud-init-allow-password-auth completed
  3180. 2021-12-20 13:30:50.103 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls
  3181. 2021-12-20 13:30:50.104 | + set -eu
  3182. 2021-12-20 13:30:50.104 | + set -o pipefail
  3183. 2021-12-20 13:30:50.104 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls
  3184. 2021-12-20 13:30:50.104 | + package-uninstalls -d /tmp/in_target.d/post-install.d
  3185. 2021-12-20 13:30:50.105 | + set -eu
  3186. 2021-12-20 13:30:50.105 | + set -o pipefail
  3187. 2021-12-20 13:30:50.105 | ++ basename /usr/local/bin/package-uninstalls
  3188. 2021-12-20 13:30:50.106 | + SCRIPTNAME=package-uninstalls
  3189. 2021-12-20 13:30:50.106 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d
  3190. 2021-12-20 13:30:50.106 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3191. 2021-12-20 13:30:50.106 | + '[' 0 '!=' 0 ']'
  3192. 2021-12-20 13:30:50.106 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3193. 2021-12-20 13:30:50.106 | ++ set -- -d /tmp/in_target.d/post-install.d --
  3194. 2021-12-20 13:30:50.106 | + WORKDIR=
  3195. 2021-12-20 13:30:50.106 | + true
  3196. 2021-12-20 13:30:50.106 | + case "$1" in
  3197. 2021-12-20 13:30:50.106 | + WORKDIR=/tmp/in_target.d/post-install.d
  3198. 2021-12-20 13:30:50.106 | + shift 2
  3199. 2021-12-20 13:30:50.106 | + true
  3200. 2021-12-20 13:30:50.106 | + case "$1" in
  3201. 2021-12-20 13:30:50.106 | + shift
  3202. 2021-12-20 13:30:50.106 | + break
  3203. 2021-12-20 13:30:50.106 | + '[' -z /tmp/in_target.d/post-install.d ']'
  3204. 2021-12-20 13:30:50.106 | + PACKAGES=
  3205. 2021-12-20 13:30:50.107 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
  3206. 2021-12-20 13:30:50.107 | + install-packages -e
  3207. 2021-12-20 13:30:50.110 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json
  3208. 2021-12-20 13:30:50.140 | Nothing to uninstall
  3209. 2021-12-20 13:30:50.143 | dib-run-parts 95-package-uninstalls completed
  3210. 2021-12-20 13:30:50.143 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-reset-yum-conf
  3211. 2021-12-20 13:30:50.144 | + set -eu
  3212. 2021-12-20 13:30:50.144 | + set -o pipefail
  3213. 2021-12-20 13:30:50.144 | + [[ yum == \d\n\f ]]
  3214. 2021-12-20 13:30:50.144 | + cfg=/etc/yum.conf
  3215. 2021-12-20 13:30:50.144 | + cachedir=/var/cache/yum
  3216. 2021-12-20 13:30:50.144 | + sed -i '/^keepcache/c\keepcache=0' /etc/yum.conf
  3217. 2021-12-20 13:30:50.145 | + sed -i '/^cachedir/c\cachedir=/var/cache/yum' /etc/yum.conf
  3218. 2021-12-20 13:30:50.146 | dib-run-parts 99-reset-yum-conf completed
  3219. 2021-12-20 13:30:50.147 | dib-run-parts ----------------------- PROFILING -----------------------
  3220. 2021-12-20 13:30:50.147 | dib-run-parts
  3221. 2021-12-20 13:30:50.147 | dib-run-parts Target: post-install.d
  3222. 2021-12-20 13:30:50.147 | dib-run-parts
  3223. 2021-12-20 13:30:50.147 | dib-run-parts Script Seconds
  3224. 2021-12-20 13:30:50.147 | dib-run-parts --------------------------------------- ----------
  3225. 2021-12-20 13:30:50.147 | dib-run-parts
  3226. 2021-12-20 13:30:50.151 | dib-run-parts 00-package-installs 0.038
  3227. 2021-12-20 13:30:50.153 | dib-run-parts 06-network-config-nonzeroconf 0.002
  3228. 2021-12-20 13:30:50.155 | dib-run-parts 10-enable-init-scripts 0.002
  3229. 2021-12-20 13:30:50.157 | dib-run-parts 15-disable-selinux 0.002
  3230. 2021-12-20 13:30:50.159 | dib-run-parts 20-enable-cloud-init 0.001
  3231. 2021-12-20 13:30:50.162 | dib-run-parts 21-cloud-init-allow-password-auth 0.001
  3232. 2021-12-20 13:30:50.164 | dib-run-parts 95-package-uninstalls 0.040
  3233. 2021-12-20 13:30:50.166 | dib-run-parts 99-reset-yum-conf 0.003
  3234. 2021-12-20 13:30:50.166 | dib-run-parts
  3235. 2021-12-20 13:30:50.166 | dib-run-parts --------------------- END PROFILING ---------------------
  3236. 2021-12-20 13:30:50.169 | + diskimage_builder/lib/img-functions:run_in_target:60 : export HOME=/home/holtgrem_c
  3237. 2021-12-20 13:30:50.171 | + diskimage_builder/lib/img-functions:run_in_target:60 : HOME=/home/holtgrem_c
  3238. 2021-12-20 13:30:50.173 | + diskimage_builder/lib/img-functions:run_d_in_target:85 : trap - ERR
  3239. 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
  3240. 2021-12-20 13:30:50.176 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3241. 2021-12-20 13:30:50.176 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-install(,|$)' -q
  3242. 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
  3243. 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'
  3244. 2021-12-20 13:30:50.194 | + diskimage_builder/lib/disk-image-create:main:361 : run_d post-root
  3245. 2021-12-20 13:30:50.196 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
  3246. 2021-12-20 13:30:50.197 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  3247. 2021-12-20 13:30:50.199 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-post-root bash
  3248. 2021-12-20 13:30:50.201 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3249. 2021-12-20 13:30:50.202 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-post-root(,|$)' -q
  3250. 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 ']'
  3251. 2021-12-20 13:30:50.207 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-post-root bash
  3252. 2021-12-20 13:30:50.208 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3253. 2021-12-20 13:30:50.208 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-post-root(,|$)' -q
  3254. 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 ']'
  3255. 2021-12-20 13:30:50.213 | + diskimage_builder/lib/disk-image-create:main:369 : unmount_image
  3256. 2021-12-20 13:30:50.214 | + diskimage_builder/lib/img-functions:unmount_image:22 : sync
  3257. 2021-12-20 13:30:50.541 | + diskimage_builder/lib/img-functions:unmount_image:26 : unmount_dir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3258. 2021-12-20 13:30:50.542 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3259. 2021-12-20 13:30:50.544 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir
  3260. 2021-12-20 13:30:50.545 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts
  3261. 2021-12-20 13:30:50.547 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts
  3262. 2021-12-20 13:30:50.549 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint
  3263. 2021-12-20 13:30:50.551 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
  3264. 2021-12-20 13:30:50.552 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3265. 2021-12-20 13:30:50.555 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3266. 2021-12-20 13:30:50.556 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|'
  3267. 2021-12-20 13:30:50.558 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts
  3268. 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}'
  3269. 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/'
  3270. 2021-12-20 13:30:50.560 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r
  3271. 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
  3272. 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
  3273. 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
  3274. 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
  3275. 2021-12-20 13:30:50.564 | /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev'
  3276. 2021-12-20 13:30:50.565 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
  3277. 2021-12-20 13:30:50.567 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
  3278. 2021-12-20 13:30:50.569 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3279. 2021-12-20 13:30:50.570 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
  3280. 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 ]]
  3281. 2021-12-20 13:30:50.574 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3282. 2021-12-20 13:30:50.575 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
  3283. 2021-12-20 13:30:50.577 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3284. 2021-12-20 13:30:50.578 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
  3285. 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 ]]
  3286. 2021-12-20 13:30:50.582 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
  3287. 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'
  3288. 2021-12-20 13:30:50.584 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/tmp/yum
  3289. 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
  3290. 2021-12-20 13:30:50.593 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
  3291. 2021-12-20 13:30:50.594 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
  3292. 2021-12-20 13:30:50.597 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3293. 2021-12-20 13:30:50.599 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
  3294. 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 ]]
  3295. 2021-12-20 13:30:50.603 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3296. 2021-12-20 13:30:50.604 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
  3297. 2021-12-20 13:30:50.606 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3298. 2021-12-20 13:30:50.607 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
  3299. 2021-12-20 13:30:50.609 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys == */tmp ]]
  3300. 2021-12-20 13:30:50.610 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
  3301. 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'
  3302. 2021-12-20 13:30:50.612 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/sys
  3303. 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
  3304. 2021-12-20 13:30:50.622 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
  3305. 2021-12-20 13:30:50.624 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
  3306. 2021-12-20 13:30:50.626 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3307. 2021-12-20 13:30:50.629 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
  3308. 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 ]]
  3309. 2021-12-20 13:30:50.633 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3310. 2021-12-20 13:30:50.635 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
  3311. 2021-12-20 13:30:50.637 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3312. 2021-12-20 13:30:50.639 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
  3313. 2021-12-20 13:30:50.641 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc == */tmp ]]
  3314. 2021-12-20 13:30:50.643 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
  3315. 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'
  3316. 2021-12-20 13:30:50.644 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/proc
  3317. 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
  3318. 2021-12-20 13:30:50.653 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
  3319. 2021-12-20 13:30:50.655 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
  3320. 2021-12-20 13:30:50.657 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3321. 2021-12-20 13:30:50.659 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
  3322. 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 ]]
  3323. 2021-12-20 13:30:50.663 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3324. 2021-12-20 13:30:50.664 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
  3325. 2021-12-20 13:30:50.666 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3326. 2021-12-20 13:30:50.668 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
  3327. 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 ]]
  3328. 2021-12-20 13:30:50.671 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
  3329. 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'
  3330. 2021-12-20 13:30:50.672 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev/pts
  3331. 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
  3332. 2021-12-20 13:30:50.685 | + diskimage_builder/lib/common-functions:unmount_dir:443 : for m in $mnts
  3333. 2021-12-20 13:30:50.687 | + diskimage_builder/lib/common-functions:unmount_dir:445 : found_mountpoint=false
  3334. 2021-12-20 13:30:50.689 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3335. 2021-12-20 13:30:50.691 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /boot/efi != \/ ]]
  3336. 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 ]]
  3337. 2021-12-20 13:30:50.694 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3338. 2021-12-20 13:30:50.696 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ / != \/ ]]
  3339. 2021-12-20 13:30:50.697 | + diskimage_builder/lib/common-functions:unmount_dir:446 : for mountpoint in "${split_mounts[@]}"
  3340. 2021-12-20 13:30:50.699 | + diskimage_builder/lib/common-functions:unmount_dir:447 : [[ /tmp != \/ ]]
  3341. 2021-12-20 13:30:50.701 | + diskimage_builder/lib/common-functions:unmount_dir:448 : [[ /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev == */tmp ]]
  3342. 2021-12-20 13:30:50.702 | + diskimage_builder/lib/common-functions:unmount_dir:455 : '[' false == false ']'
  3343. 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'
  3344. 2021-12-20 13:30:50.704 | Unmount /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/dev
  3345. 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
  3346. 2021-12-20 13:30:50.717 | + diskimage_builder/lib/img-functions:unmount_image:27 : '[' -n '' ']'
  3347. 2021-12-20 13:30:50.719 | + diskimage_builder/lib/img-functions:unmount_image:30 : '[' -n '' ']'
  3348. 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
  3349. 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
  3350. 2021-12-20 13:30:50.732 | + diskimage_builder/lib/disk-image-create:main:379 : '[' -n 81GB ']'
  3351. 2021-12-20 13:30:50.734 | ++ diskimage_builder/lib/disk-image-create:main:380 : awk '{printf("%d\n",$1 * 1024 *1024)}'
  3352. 2021-12-20 13:30:50.734 | ++ diskimage_builder/lib/disk-image-create:main:380 : echo 81GB
  3353. 2021-12-20 13:30:50.737 | + diskimage_builder/lib/disk-image-create:main:380 : du_size=84934656
  3354. 2021-12-20 13:30:50.739 | + diskimage_builder/lib/disk-image-create:main:398 : [[ 0 != 0 ]]
  3355. 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
  3356. 2021-12-20 13:30:50.743 | + diskimage_builder/lib/disk-image-create:main:434 : '[' -n '' ']'
  3357. 2021-12-20 13:30:50.744 | + diskimage_builder/lib/disk-image-create:main:437 : journal_size=64
  3358. 2021-12-20 13:30:50.746 | + diskimage_builder/lib/disk-image-create:main:440 : '[' xfs = ext4 ']'
  3359. 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 ]]
  3360. 2021-12-20 13:30:50.750 | + diskimage_builder/lib/disk-image-create:main:478 : echo 'Expanding disk for EFI partition'
  3361. 2021-12-20 13:30:50.750 | Expanding disk for EFI partition
  3362. 2021-12-20 13:30:50.752 | + diskimage_builder/lib/disk-image-create:main:479 : du_size=85472256
  3363. 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; } '
  3364. 2021-12-20 13:30:50.755 | ++ diskimage_builder/lib/disk-image-create:main:485 : echo 85472256
  3365. 2021-12-20 13:30:50.758 | + diskimage_builder/lib/disk-image-create:main:485 : export DIB_IMAGE_SIZE=85472256
  3366. 2021-12-20 13:30:50.760 | + diskimage_builder/lib/disk-image-create:main:485 : DIB_IMAGE_SIZE=85472256
  3367. 2021-12-20 13:30:50.761 | + diskimage_builder/lib/disk-image-create:main:487 : '[' -n '' ']'
  3368. 2021-12-20 13:30:50.763 | + diskimage_builder/lib/disk-image-create:main:491 : export TMP_IMAGE_DIR
  3369. 2021-12-20 13:30:50.765 | + diskimage_builder/lib/disk-image-create:main:494 : eval_run_d block-device IMAGE_BLOCK_DEVICE=
  3370. 2021-12-20 13:30:50.767 | ++ diskimage_builder/lib/common-functions:eval_run_d:161 : mktemp
  3371. 2021-12-20 13:30:50.769 | + diskimage_builder/lib/common-functions:eval_run_d:161 : local run_output=/tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
  3372. 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
  3373. 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
  3374. 2021-12-20 13:30:50.774 | + diskimage_builder/lib/common-functions:run_d:246 : check_element
  3375. 2021-12-20 13:30:50.776 | + diskimage_builder/lib/common-functions:check_element:154 : '[' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/hooks ']'
  3376. 2021-12-20 13:30:50.778 | + diskimage_builder/lib/common-functions:run_d:247 : check_break before-block-device bash
  3377. 2021-12-20 13:30:50.780 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3378. 2021-12-20 13:30:50.780 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)before-block-device(,|$)' -q
  3379. 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 ']'
  3380. 2021-12-20 13:30:50.785 | + diskimage_builder/lib/common-functions:run_d:259 : check_break after-block-device bash
  3381. 2021-12-20 13:30:50.786 | + diskimage_builder/lib/common-functions:check_break:143 : egrep -e '(,|^)after-block-device(,|$)' -q
  3382. 2021-12-20 13:30:50.787 | + diskimage_builder/lib/common-functions:check_break:143 : echo ''
  3383. 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
  3384. 2021-12-20 13:30:50.792 | + diskimage_builder/lib/common-functions:eval_run_d:168 : rm /tmp/tmp.DwUR81xfC4/tmp.3NLJ0gLiW7
  3385. 2021-12-20 13:30:50.795 | + diskimage_builder/lib/common-functions:eval_run_d:169 : trap - ERR
  3386. 2021-12-20 13:30:50.797 | + diskimage_builder/lib/disk-image-create:main:496 : '[' -z ']'
  3387. 2021-12-20 13:30:50.798 | + diskimage_builder/lib/disk-image-create:main:499 : echo 'image-size: 85472256KiB'
  3388. 2021-12-20 13:30:50.800 | + diskimage_builder/lib/disk-image-create:main:501 : '[' -n '' ']'
  3389. 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
  3390. 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
  3391. 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
  3392. 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
  3393. 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
  3394. 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
  3395. 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]
  3396. 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
  3397. 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
  3398. 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
  3399. 2021-12-20 13:30:51.039 | INFO diskimage_builder.block_device.blockdevice [-] create() called
  3400. 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
  3401. 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
  3402. 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
  3403. 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
  3404. 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
  3405. 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
  3406. 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
  3407. 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
  3408. 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
  3409. 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
  3410. 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
  3411. 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
  3412. 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
  3413. 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
  3414. 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
  3415. 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
  3416. 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
  3417. 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
  3418. 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
  3419. 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
  3420. 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
  3421. 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
  3422. 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
  3423. 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
  3424. 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
  3425. 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
  3426. 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
  3427. 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
  3428. 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
  3429. 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
  3430. 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
  3431. 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
  3432. 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
  3433. 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
  3434. 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
  3435. 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
  3436. 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
  3437. 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
  3438. 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
  3439. 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
  3440. 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
  3441. 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
  3442. 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
  3443. 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
  3444. 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
  3445. 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
  3446. 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
  3447. 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
  3448. 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
  3449. 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
  3450. 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
  3451. 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
  3452. 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
  3453. 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
  3454. 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
  3455. 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
  3456. 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
  3457. 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]
  3458. 2021-12-20 13:30:51.041 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach
  3459. 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
  3460. 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]
  3461. 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
  3462. 2021-12-20 13:30:51.113 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop43]
  3463. 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
  3464. 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]
  3465. 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
  3466. 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
  3467. 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
  3468. 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
  3469. 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
  3470. 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]
  3471. 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
  3472. 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
  3473. 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
  3474. 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
  3475. 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
  3476. 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
  3477. 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
  3478. 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
  3479. 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
  3480. 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
  3481. 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
  3482. 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
  3483. 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
  3484. 2021-12-20 13:30:52.134 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync]
  3485. 2021-12-20 13:30:52.147 | INFO diskimage_builder.block_device.utils [-] Calling [sudo kpartx -uvs /dev/loop43]
  3486. 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
  3487. 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
  3488. 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
  3489. 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
  3490. 2021-12-20 13:30:52.336 | WARNING diskimage_builder.block_device.level2.mkfs [-] UUID will not be written for fs type [vfat]
  3491. 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
  3492. 2021-12-20 13:30:52.336 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t vfat -n MKFS_ESP /dev/mapper/loop43p1]
  3493. 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
  3494. 2021-12-20 13:30:52.354 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
  3495. 2021-12-20 13:30:52.354 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
  3496. 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
  3497. 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]
  3498. 2021-12-20 13:30:52.383 | INFO diskimage_builder.block_device.level1.partitioning [-] Not creating the partitions a second time.
  3499. 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
  3500. 2021-12-20 13:30:52.383 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/]
  3501. 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/]
  3502. 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/]
  3503. 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
  3504. 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]
  3505. 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
  3506. 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
  3507. 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
  3508. 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
  3509. 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
  3510. 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
  3511. 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
  3512. 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
  3513. 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
  3514. 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
  3515. 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
  3516. 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
  3517. 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
  3518. 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
  3519. 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
  3520. 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
  3521. 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
  3522. 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
  3523. 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
  3524. 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
  3525. 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
  3526. 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
  3527. 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
  3528. 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
  3529. 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
  3530. 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
  3531. 2021-12-20 13:30:52.417 | ERROR diskimage_builder.block_device.blockdevice [-] Create failed; rollback initiated
  3532. 2021-12-20 13:30:52.417 | Traceback (most recent call last):
  3533. 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
  3534. 2021-12-20 13:30:52.417 | node.create()
  3535. 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
  3536. 2021-12-20 13:30:52.417 | exec_sudo(cmd)
  3537. 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
  3538. 2021-12-20 13:30:52.417 | raise e
  3539. 2021-12-20 13:30:52.417 | diskimage_builder.block_device.exception.BlockDeviceSetupException: exec_sudo failed
  3540. 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
  3541. 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
  3542. 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
  3543. 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
  3544. 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
  3545. 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
  3546. 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
  3547. 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
  3548. 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
  3549. 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
  3550. 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
  3551. 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
  3552. 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
  3553. 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
  3554. 2021-12-20 13:30:52.417 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach
  3555. 2021-12-20 13:30:52.417 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop43]
  3556. 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]
  3557. 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
  3558. 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
  3559. 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
  3560. 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
  3561. 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
  3562. 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
  3563. 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
  3564. 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
  3565. 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
  3566. 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
  3567. 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
  3568. 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
  3569. 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
  3570. 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
  3571. 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
  3572. 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
  3573. 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
  3574. 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
  3575. 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
  3576. 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
  3577. 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
  3578. 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
  3579. 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
  3580. 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
  3581. 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
  3582. 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
  3583. 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
  3584. 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
  3585. 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
  3586. 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
  3587. 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
  3588. 2021-12-20 13:30:52.426 | ERROR diskimage_builder.block_device.blockdevice [-] Rollback complete, exiting
  3589. 2021-12-20 13:30:52.426 | Traceback (most recent call last):
  3590. 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>
  3591. 2021-12-20 13:30:52.426 | sys.exit(main())
  3592. 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
  3593. 2021-12-20 13:30:52.426 | return bdc.main()
  3594. 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
  3595. 2021-12-20 13:30:52.426 | self.args.func()
  3596. 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
  3597. 2021-12-20 13:30:52.426 | self.bd.cmd_create()
  3598. 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
  3599. 2021-12-20 13:30:52.426 | node.create()
  3600. 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
  3601. 2021-12-20 13:30:52.426 | exec_sudo(cmd)
  3602. 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
  3603. 2021-12-20 13:30:52.426 | raise e
  3604. 2021-12-20 13:30:52.426 | diskimage_builder.block_device.exception.BlockDeviceSetupException: exec_sudo failed
  3605. 2021-12-20 13:30:52.450 | + diskimage_builder/lib/disk-image-create:main:1 : trap_cleanup
  3606. 2021-12-20 13:30:52.452 | + diskimage_builder/lib/img-functions:trap_cleanup:36 : exitval=1
  3607. 2021-12-20 13:30:52.453 | + diskimage_builder/lib/img-functions:trap_cleanup:37 : cleanup
  3608. 2021-12-20 13:30:52.455 | + diskimage_builder/lib/img-functions:cleanup:42 : unmount_image
  3609. 2021-12-20 13:30:52.457 | + diskimage_builder/lib/img-functions:unmount_image:22 : sync
  3610. 2021-12-20 13:30:52.466 | + diskimage_builder/lib/img-functions:unmount_image:26 : unmount_dir /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3611. 2021-12-20 13:30:52.468 | + diskimage_builder/lib/common-functions:unmount_dir:421 : local dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3612. 2021-12-20 13:30:52.469 | + diskimage_builder/lib/common-functions:unmount_dir:422 : local real_dir
  3613. 2021-12-20 13:30:52.471 | + diskimage_builder/lib/common-functions:unmount_dir:423 : local mnts
  3614. 2021-12-20 13:30:52.473 | + diskimage_builder/lib/common-functions:unmount_dir:424 : local split_mounts
  3615. 2021-12-20 13:30:52.474 | + diskimage_builder/lib/common-functions:unmount_dir:425 : local found_mountpoint
  3616. 2021-12-20 13:30:52.476 | + diskimage_builder/lib/common-functions:unmount_dir:427 : '[' '!' -d /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt ']'
  3617. 2021-12-20 13:30:52.478 | ++ diskimage_builder/lib/common-functions:unmount_dir:434 : readlink -e /tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3618. 2021-12-20 13:30:52.480 | + diskimage_builder/lib/common-functions:unmount_dir:434 : real_dir=/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt
  3619. 2021-12-20 13:30:52.482 | + diskimage_builder/lib/common-functions:unmount_dir:437 : IFS='|'
  3620. 2021-12-20 13:30:52.484 | + diskimage_builder/lib/common-functions:unmount_dir:437 : read -ra split_mounts
  3621. 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : awk '{print $2}'
  3622. 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : grep '^/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt/'
  3623. 2021-12-20 13:30:52.486 | ++ diskimage_builder/lib/common-functions:unmount_dir:442 : sort -r
  3624. 2021-12-20 13:30:52.489 | + diskimage_builder/lib/common-functions:unmount_dir:442 : mnts=
  3625. 2021-12-20 13:30:52.491 | + diskimage_builder/lib/img-functions:unmount_image:27 : '[' -n '' ']'
  3626. 2021-12-20 13:30:52.493 | + diskimage_builder/lib/img-functions:unmount_image:30 : '[' -n '' ']'
  3627. 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
  3628. 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
  3629. 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
  3630. 2021-12-20 13:30:52.599 | INFO diskimage_builder.block_device.blockdevice [-] State already cleaned - no way to do anything here
  3631. 2021-12-20 13:30:52.616 | + diskimage_builder/lib/img-functions:cleanup:44 : cleanup_build_dir
  3632. 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'
  3633. 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
  3634. 2021-12-20 13:30:52.838 | rm: cannot remove '/tmp/tmp.DwUR81xfC4/dib_build.85uwLPeM/mnt': Device or resource busy
  3635.  
Add Comment
Please, Sign In to add comment