2023-09-05 19:17:52.542 | diskimage-builder version 3.31.0
2023-09-05 19:17:52.543 | Building elements: base vm ubuntu block-device-mbr
2023-09-05 19:17:52.618 | DEBUG diskimage_builder.element_dependencies [-] ELEMENTS_PATH is: /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements _find_all_elements /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/element_dependencies.py:209
2023-09-05 19:17:52.651 | Expanded element dependencies to: cloud-init-datasources vm cache-url sysprep install-types base bootloader ubuntu-common install-bin block-device-mbr pkg-map ubuntu dkms dpkg dib-init-system manifests package-installs
2023-09-05 19:17:52.655 | + diskimage_builder/lib/disk-image-create:main:256                                 :   '[' 1 = 1 ']'
2023-09-05 19:17:52.657 | + diskimage_builder/lib/disk-image-create:main:257                                 :   export IMAGE_NAME=ubuntu-focal
2023-09-05 19:17:52.662 | + diskimage_builder/lib/disk-image-create:main:257                                 :   IMAGE_NAME=ubuntu-focal
2023-09-05 19:17:52.666 | + diskimage_builder/lib/disk-image-create:main:261                                 :   for X in ${!IMAGE_TYPES[@]}
2023-09-05 19:17:52.677 | + diskimage_builder/lib/disk-image-create:main:262                                 :   case "${IMAGE_TYPES[$X]}" in
2023-09-05 19:17:52.679 | + diskimage_builder/lib/disk-image-create:main:264                                 :   type qemu-img
2023-09-05 19:17:52.681 | + diskimage_builder/lib/disk-image-create:main:300                                 :   type fstrim
2023-09-05 19:17:52.684 | + diskimage_builder/lib/disk-image-create:main:308                                 :   [[ -n '' ]]
2023-09-05 19:17:52.686 | + diskimage_builder/lib/disk-image-create:main:315                                 :   mk_build_dir
2023-09-05 19:17:52.688 | ++ diskimage_builder/lib/common-functions:mk_build_dir:38                           :   mktemp -t -d --tmpdir=/tmp dib_build.XXXXXXXX
2023-09-05 19:17:52.692 | + diskimage_builder/lib/common-functions:mk_build_dir:38                           :   TMP_BUILD_DIR=/tmp/dib_build.EWSe36Au
2023-09-05 19:17:52.694 | ++ diskimage_builder/lib/common-functions:mk_build_dir:39                           :   mktemp -t -d --tmpdir=/tmp dib_image.XXXXXXXX
2023-09-05 19:17:52.699 | + diskimage_builder/lib/common-functions:mk_build_dir:39                           :   TMP_IMAGE_DIR=/tmp/dib_image.eeiKWSLx
2023-09-05 19:17:52.702 | + diskimage_builder/lib/common-functions:mk_build_dir:40                           :   '[' 0 -eq 0 ']'
2023-09-05 19:17:52.704 | + diskimage_builder/lib/common-functions:mk_build_dir:41                           :   export TMP_BUILD_DIR
2023-09-05 19:17:52.707 | + diskimage_builder/lib/common-functions:mk_build_dir:42                           :   tmpfs_check
2023-09-05 19:17:52.710 | + diskimage_builder/lib/common-functions:tmpfs_check:23                            :   local echo_message=1
2023-09-05 19:17:52.712 | + diskimage_builder/lib/common-functions:tmpfs_check:24                            :   '[' 0 == 0 ']'
2023-09-05 19:17:52.715 | + diskimage_builder/lib/common-functions:tmpfs_check:25                            :   '[' -r /proc/meminfo ']'
2023-09-05 19:17:52.718 | ++ diskimage_builder/lib/common-functions:tmpfs_check:26                            :   awk '/^MemTotal/ { print $2 }' /proc/meminfo
2023-09-05 19:17:52.723 | + diskimage_builder/lib/common-functions:tmpfs_check:26                            :   total_kB=65725732
2023-09-05 19:17:52.725 | + diskimage_builder/lib/common-functions:tmpfs_check:29                            :   RAM_NEEDED=4
2023-09-05 19:17:52.727 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   '[' 65725732 -lt 4194304 ']'
2023-09-05 19:17:52.729 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   return 0
2023-09-05 19:17:52.731 | + diskimage_builder/lib/common-functions:mk_build_dir:43                           :   sudo mount -t tmpfs tmpfs /tmp/dib_build.EWSe36Au
2023-09-05 19:17:52.746 | + diskimage_builder/lib/common-functions:mk_build_dir:44                           :   sudo mount -t tmpfs tmpfs /tmp/dib_image.eeiKWSLx
2023-09-05 19:17:52.762 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45                           :   id -u
2023-09-05 19:17:52.765 | ++ diskimage_builder/lib/common-functions:mk_build_dir:45                           :   id -g
2023-09-05 19:17:52.768 | + diskimage_builder/lib/common-functions:mk_build_dir:45                           :   sudo chown 1000:1000 /tmp/dib_build.EWSe36Au /tmp/dib_image.eeiKWSLx
2023-09-05 19:17:52.781 | + diskimage_builder/lib/common-functions:mk_build_dir:47                           :   trap trap_cleanup EXIT
2023-09-05 19:17:52.784 | + diskimage_builder/lib/common-functions:mk_build_dir:48                           :   echo Building in /tmp/dib_build.EWSe36Au
2023-09-05 19:17:52.784 | Building in /tmp/dib_build.EWSe36Au
2023-09-05 19:17:52.786 | + diskimage_builder/lib/common-functions:mk_build_dir:49                           :   export TMP_IMAGE_DIR
2023-09-05 19:17:52.788 | + diskimage_builder/lib/common-functions:mk_build_dir:50                           :   export OUT_IMAGE_PATH=
2023-09-05 19:17:52.791 | + diskimage_builder/lib/common-functions:mk_build_dir:50                           :   OUT_IMAGE_PATH=
2023-09-05 19:17:52.793 | + diskimage_builder/lib/common-functions:mk_build_dir:51                           :   export TMP_HOOKS_PATH=/tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:17:52.795 | + diskimage_builder/lib/common-functions:mk_build_dir:51                           :   TMP_HOOKS_PATH=/tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:17:52.797 | + diskimage_builder/lib/disk-image-create:main:319                                 :   mkdir -p /tmp/dib_build.EWSe36Au/block-device
2023-09-05 19:17:52.800 | + diskimage_builder/lib/disk-image-create:main:320                                 :   BLOCK_DEVICE_CONFIG_YAML=/tmp/dib_build.EWSe36Au/block-device/config.yaml
2023-09-05 19:17:52.803 | + diskimage_builder/lib/disk-image-create:main:321                                 :   block_device_create_config_file /tmp/dib_build.EWSe36Au/block-device/config.yaml
2023-09-05 19:17:52.813 | Searching elements for block-device[-amd64].yaml ...
2023-09-05 19:17:52.815 | Using block-device config: /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/block-device-mbr/block-device-default.yaml
2023-09-05 19:17:52.817 | + diskimage_builder/lib/common-functions:block_device_create_config_file:517       :   return
2023-09-05 19:17:52.820 | + diskimage_builder/lib/disk-image-create:main:324                                 :   DIB_BLOCK_DEVICE_PARAMS_YAML=/tmp/dib_build.EWSe36Au/block-device/params.yaml
2023-09-05 19:17:52.822 | + diskimage_builder/lib/disk-image-create:main:325                                 :   export DIB_BLOCK_DEVICE_PARAMS_YAML
2023-09-05 19:17:52.825 | + diskimage_builder/lib/disk-image-create:main:326                                 :   cat
2023-09-05 19:17:52.828 | + diskimage_builder/lib/disk-image-create:main:335                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py init
2023-09-05 19:17:53.050 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:17:53.050 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:17:53.053 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'partitioning': {'base': 'image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'mkfs': {'mount': {'mount_point': '/', 'fstab': {'options': 'defaults', 'fsck-passno': 1}}}}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:260
2023-09-05 19:17:53.053 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:262
2023-09-05 19:17:53.053 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'ext4', 'label': 'cloudimg-rootfs'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:264
2023-09-05 19:17:53.054 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.EWSe36Au/states/block-device/config.json]
2023-09-05 19:17:53.104 | ++ diskimage_builder/lib/disk-image-create:main:339                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval root-label
2023-09-05 19:17:53.341 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:17:53.341 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:17:53.341 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-label]
2023-09-05 19:17:53.341 | DEBUG diskimage_builder.block_device.blockdevice [-] root-label [cloudimg-rootfs] cmd_getval /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:308
2023-09-05 19:17:53.377 | + diskimage_builder/lib/disk-image-create:main:339                                 :   DIB_ROOT_LABEL=cloudimg-rootfs
2023-09-05 19:17:53.379 | + diskimage_builder/lib/disk-image-create:main:340                                 :   export DIB_ROOT_LABEL
2023-09-05 19:17:53.382 | ++ diskimage_builder/lib/disk-image-create:main:343                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval root-fstype
2023-09-05 19:17:53.571 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:17:53.571 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:17:53.571 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [root-fstype]
2023-09-05 19:17:53.571 | DEBUG diskimage_builder.block_device.blockdevice [-] root-fstype [ext4] cmd_getval /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:315
2023-09-05 19:17:53.607 | + diskimage_builder/lib/disk-image-create:main:343                                 :   DIB_ROOT_FSTYPE=ext4
2023-09-05 19:17:53.610 | + diskimage_builder/lib/disk-image-create:main:344                                 :   export DIB_ROOT_FSTYPE
2023-09-05 19:17:53.613 | ++ diskimage_builder/lib/disk-image-create:main:348                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval boot-label
2023-09-05 19:17:53.792 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:17:53.792 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:17:53.792 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [boot-label]
2023-09-05 19:17:53.792 | DEBUG diskimage_builder.block_device.blockdevice [-] boot-label [] cmd_getval /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:329
2023-09-05 19:17:53.826 | + diskimage_builder/lib/disk-image-create:main:348                                 :   DIB_BOOT_LABEL=
2023-09-05 19:17:53.828 | + diskimage_builder/lib/disk-image-create:main:349                                 :   export DIB_BOOT_LABEL
2023-09-05 19:17:53.830 | ++ diskimage_builder/lib/disk-image-create:main:352                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval mount-points
2023-09-05 19:17:54.014 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:17:54.014 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:17:54.014 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [mount-points]
2023-09-05 19:17:54.049 | + diskimage_builder/lib/disk-image-create:main:352                                 :   DIB_MOUNTPOINTS=/
2023-09-05 19:17:54.051 | + diskimage_builder/lib/disk-image-create:main:353                                 :   export DIB_MOUNTPOINTS
2023-09-05 19:17:54.053 | + diskimage_builder/lib/disk-image-create:main:355                                 :   create_base
2023-09-05 19:17:54.056 | + diskimage_builder/lib/common-functions:create_base:354                           :   mkdir /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:17:54.059 | + diskimage_builder/lib/common-functions:create_base:358                           :   sudo chown root.root /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:17:54.071 | chown: warning: '.' should be ':': 'root.root'
2023-09-05 19:17:54.074 | + diskimage_builder/lib/common-functions:create_base:359                           :   export TMP_MOUNT_PATH=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:17:54.077 | + diskimage_builder/lib/common-functions:create_base:359                           :   TMP_MOUNT_PATH=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:17:54.079 | + diskimage_builder/lib/common-functions:create_base:361                           :   TARGET_ROOT=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:17:54.081 | + diskimage_builder/lib/common-functions:create_base:361                           :   run_d root
2023-09-05 19:17:54.083 | + diskimage_builder/lib/common-functions:run_d:247                                 :   check_element
2023-09-05 19:17:54.085 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:17:54.088 | + diskimage_builder/lib/common-functions:check_element:155                         :   generate_hooks
2023-09-05 19:17:54.101 | Copying hooks for vm
2023-09-05 19:17:54.105 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/vm/finalise.d/50-remove-bogus-udev-links
2023-09-05 19:17:54.109 | Copying hooks for install-bin
2023-09-05 19:17:54.114 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/install-bin/pre-install.d/01-install-bin
2023-09-05 19:17:54.117 | Copying hooks for package-installs
2023-09-05 19:17:54.121 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/pre-install.d/10-package-installs
2023-09-05 19:17:54.122 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/pre-install.d/99-package-uninstalls
2023-09-05 19:17:54.127 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/bin/package-installs
2023-09-05 19:17:54.128 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-squash
2023-09-05 19:17:54.129 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/bin/package-installs-v2
2023-09-05 19:17:54.131 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/bin/package-uninstalls
2023-09-05 19:17:54.135 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/post-install.d/00-package-installs
2023-09-05 19:17:54.137 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/post-install.d/95-package-uninstalls
2023-09-05 19:17:54.142 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/extra-data.d/99-squash-package-install
2023-09-05 19:17:54.146 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/install.d/01-package-installs
2023-09-05 19:17:54.147 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/package-installs/install.d/99-package-uninstalls
2023-09-05 19:17:54.153 | Copying hooks for ubuntu-common
2023-09-05 19:17:54.157 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu-common/environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:17:54.159 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu-common/environment.d/11-ubuntu-init-system.bash
2023-09-05 19:17:54.162 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu-common/post-install.d/99-autoremove
2023-09-05 19:17:54.165 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu-common/install.d/80-disable-rfc3041
2023-09-05 19:17:54.170 | Copying hooks for cloud-init-datasources
2023-09-05 19:17:54.173 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/cloud-init-datasources/install.d/05-set-cloud-init-sources
2023-09-05 19:17:54.176 | Copying hooks for base
2023-09-05 19:17:54.180 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/base/pre-install.d/03-baseline-tools
2023-09-05 19:17:54.184 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/base/environment.d/10-base-defaults
2023-09-05 19:17:54.187 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/base/install.d/00-baseline-environment
2023-09-05 19:17:54.189 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/base/install.d/00-up-to-date
2023-09-05 19:17:54.190 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/base/install.d/10-cloud-init
2023-09-05 19:17:54.195 | Copying hooks for block-device-mbr
2023-09-05 19:17:54.199 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/block-device-mbr/environment.d/15-block-device.bash
2023-09-05 19:17:54.205 | Copying hooks for install-types
2023-09-05 19:17:54.208 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/install-types/extra-data.d/99-enable-install-types
2023-09-05 19:17:54.212 | Copying hooks for bootloader
2023-09-05 19:17:54.215 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/bootloader/environment.d/10-bootloader-default-cmdline
2023-09-05 19:17:54.219 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/bootloader/finalise.d/50-bootloader
2023-09-05 19:17:54.223 | Copying hooks for manifests
2023-09-05 19:17:54.227 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/manifests/environment.d/14-manifests
2023-09-05 19:17:54.230 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/manifests/extra-data.d/20-manifest-dir
2023-09-05 19:17:54.235 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/manifests/cleanup.d/01-copy-manifests-dir
2023-09-05 19:17:54.239 | Copying hooks for dkms
2023-09-05 19:17:54.243 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dkms/post-install.d/97-dkms
2023-09-05 19:17:54.249 | Copying hooks for sysprep
2023-09-05 19:17:54.253 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/sysprep/bin/extract-image
2023-09-05 19:17:54.257 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/sysprep/finalise.d/99-clear-machine-id
2023-09-05 19:17:54.261 | Copying hooks for dib-init-system
2023-09-05 19:17:54.264 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dib-init-system/pre-install.d/04-dib-init-system
2023-09-05 19:17:54.268 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dib-init-system/environment.d/99-dib-init-system
2023-09-05 19:17:54.271 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dib-init-system/post-install.d/10-enable-init-scripts
2023-09-05 19:17:54.275 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dib-init-system/install.d/20-install-init-scripts
2023-09-05 19:17:54.278 | Copying hooks for ubuntu
2023-09-05 19:17:54.283 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/root.d/10-cache-ubuntu-tarball
2023-09-05 19:17:54.286 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/pre-install.d/00-remove-apt-xapian-index
2023-09-05 19:17:54.287 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/pre-install.d/01-set-ubuntu-mirror
2023-09-05 19:17:54.290 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/environment.d/99-cloud-init-datasources.bash
2023-09-05 19:17:54.295 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/test-elements/bionic-build-succeeds
2023-09-05 19:17:54.296 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/test-elements/focal-build-succeeds
2023-09-05 19:17:54.297 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/test-elements/jammy-build-succeeds
2023-09-05 19:17:54.298 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/test-elements/trusty-build-succeeds
2023-09-05 19:17:54.300 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/test-elements/xenial-build-succeeds
2023-09-05 19:17:54.307 | Copying hooks for cache-url
2023-09-05 19:17:54.311 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/cache-url/bin/cache-url
2023-09-05 19:17:54.318 | Copying hooks for dpkg
2023-09-05 19:17:54.321 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/09-apt-keyring
2023-09-05 19:17:54.322 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/50-block-apt-translations
2023-09-05 19:17:54.323 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/50-block-daemons
2023-09-05 19:17:54.324 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/50-build-with-http-cache
2023-09-05 19:17:54.325 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/50-shared-apt-cache
2023-09-05 19:17:54.326 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/root.d/50-trim-dpkg
2023-09-05 19:17:54.330 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/pre-install.d/00-disable-apt-recommends
2023-09-05 19:17:54.332 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/pre-install.d/99-apt-get-update
2023-09-05 19:17:54.338 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/environment.d/10-dpkg.bash
2023-09-05 19:17:54.343 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/bin/install-packages
2023-09-05 19:17:54.384 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/finalise.d/99-clean-up-cache
2023-09-05 19:17:54.393 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/finalise.d/99-write-dpkg-manifest
2023-09-05 19:17:54.415 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/cleanup.d/40-unblock-daemons
2023-09-05 19:17:54.417 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/cleanup.d/50-remove-img-build-proxy
2023-09-05 19:17:54.418 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dpkg/cleanup.d/60-untrim-dpkg
2023-09-05 19:17:54.427 | Copying hooks for pkg-map
2023-09-05 19:17:54.433 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/pkg-map/bin/pkg-map
2023-09-05 19:17:54.451 | Copying hooks /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir
2023-09-05 19:17:54.506 | + diskimage_builder/lib/common-functions:run_d:248                                 :   check_break before-root bash
2023-09-05 19:17:54.514 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-root(,|$)' -q
2023-09-05 19:17:54.516 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:17:54.526 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:17:54.532 | + diskimage_builder/lib/common-functions:run_d:249                                 :   '[' -d /tmp/dib_build.EWSe36Au/hooks/root.d ']'
2023-09-05 19:17:54.536 | + diskimage_builder/lib/common-functions:run_d:250                                 :   echo 'Running hooks from /tmp/dib_build.EWSe36Au/hooks/root.d'
2023-09-05 19:17:54.536 | Running hooks from /tmp/dib_build.EWSe36Au/hooks/root.d
2023-09-05 19:17:54.540 | + diskimage_builder/lib/common-functions:run_d:251                                 :   '[' -n '' ']'
2023-09-05 19:17:54.543 | + diskimage_builder/lib/common-functions:run_d:257                                 :   /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks/root.d
2023-09-05 19:17:54.559 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-base-defaults
2023-09-05 19:17:54.564 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-base-defaults
2023-09-05 19:17:54.566 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-base-defaults:source:1            :   export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:17:54.568 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-base-defaults:source:1            :   DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:17:54.570 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:17:54.575 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:17:54.578 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:1 :   export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:17:54.580 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:1 :   DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:17:54.582 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:2 :   export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:17:54.584 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:2 :   DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:17:54.586 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:3 :   '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:17:54.588 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:5 :   export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:17:54.590 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:5 :   DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:17:54.593 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-dpkg.bash
2023-09-05 19:17:54.598 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-dpkg.bash
2023-09-05 19:17:54.600 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-dpkg.bash:source:1                :   export DIB_ADD_APT_KEYS=
2023-09-05 19:17:54.602 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-dpkg.bash:source:1                :   DIB_ADD_APT_KEYS=
2023-09-05 19:17:54.604 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:17:54.608 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:17:54.610 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:1  :   export DISTRO_NAME=ubuntu
2023-09-05 19:17:54.612 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:1  :   DISTRO_NAME=ubuntu
2023-09-05 19:17:54.615 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:2  :   export DIB_RELEASE=focal
2023-09-05 19:17:54.617 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:2  :   DIB_RELEASE=focal
2023-09-05 19:17:54.620 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:3  :   export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:17:54.622 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:3  :   DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:17:54.624 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:4  :   export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:17:54.627 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:4  :   EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:17:54.629 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:7  :   ARCH=amd64
2023-09-05 19:17:54.631 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:8  :   [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:17:54.633 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:11 :   default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:17:54.636 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:14 :   export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:17:54.638 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:14 :   DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:17:54.640 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:17:54.644 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:17:54.646 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:1  :   [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:17:54.648 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:4  :   export DIB_INIT_SYSTEM=systemd
2023-09-05 19:17:54.650 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:4  :   DIB_INIT_SYSTEM=systemd
2023-09-05 19:17:54.652 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/14-manifests
2023-09-05 19:17:54.656 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/14-manifests
2023-09-05 19:17:54.658 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:16               :   export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:17:54.660 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:16               :   DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:17:54.663 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:17               :   export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:17:54.665 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:17               :   DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:17:54.667 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/15-block-device.bash
2023-09-05 19:17:54.671 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/15-block-device.bash
2023-09-05 19:17:54.673 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:5        :   [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:17:54.675 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:10       :   export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:17:54.677 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:10       :   DIB_BLOCK_DEVICE=mbr
2023-09-05 19:17:54.679 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:17:54.683 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:17:54.685 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:4 :   export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:17:54.687 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:4 :   DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:17:54.689 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:5 :   export DIB_LOCAL_IMAGE=
2023-09-05 19:17:54.691 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:5 :   DIB_LOCAL_IMAGE=
2023-09-05 19:17:54.693 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/99-dib-init-system
2023-09-05 19:17:54.697 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/root.d/../environment.d/99-dib-init-system
2023-09-05 19:17:54.699 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-dib-init-system:source:10         :   '[' -z systemd ']'
2023-09-05 19:17:54.702 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-dib-init-system:source:16         :   case $DIB_INIT_SYSTEM in
2023-09-05 19:17:54.704 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/09-apt-keyring
2023-09-05 19:17:54.708 | + /tmp/dib_build.EWSe36Au/hooks/root.d/09-apt-keyring:main:23                      :   set -eu
2023-09-05 19:17:54.710 | + /tmp/dib_build.EWSe36Au/hooks/root.d/09-apt-keyring:main:24                      :   set -o pipefail
2023-09-05 19:17:54.712 | + /tmp/dib_build.EWSe36Au/hooks/root.d/09-apt-keyring:main:26                      :   '[' -n '' ']'
2023-09-05 19:17:54.713 | dib-run-parts 09-apt-keyring completed
2023-09-05 19:17:54.713 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball
2023-09-05 19:17:54.717 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:7              :   set -eu
2023-09-05 19:17:54.719 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:8              :   set -o pipefail
2023-09-05 19:17:54.721 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:10             :   '[' -n amd64 ']'
2023-09-05 19:17:54.723 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:11             :   '[' -n /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:17:54.724 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:13             :   shopt -s extglob
2023-09-05 19:17:54.726 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:15             :   DIB_RELEASE=focal
2023-09-05 19:17:54.728 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:16             :   DIB_CLOUD_IMAGES=https://cloud-images.ubuntu.com/focal/current
2023-09-05 19:17:54.730 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:17             :   '[' focal '!=' trusty ']'
2023-09-05 19:17:54.731 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:18             :   BASE_IMAGE_FILE=focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:54.733 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:22             :   SHA256SUMS=https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
2023-09-05 19:17:54.735 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:23             :   CACHED_FILE=/home/mloza/.cache/image-create/focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:54.737 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:24             :   CACHED_FILE_LOCK=/home/mloza/.cache/dib/lockfiles/focal-server-cloudimg-amd64.squashfs.lock
2023-09-05 19:17:54.739 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:25             :   CACHED_SUMS=/home/mloza/.cache/image-create/SHA256SUMS.ubuntu.focal.amd64
2023-09-05 19:17:54.741 | ++ /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:62             :   date
2023-09-05 19:17:54.744 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:62             :   echo 'Getting /home/mloza/.cache/dib/lockfiles/focal-server-cloudimg-amd64.squashfs.lock: Tue Sep  5 15:17:54 EDT 2023'
2023-09-05 19:17:54.744 | Getting /home/mloza/.cache/dib/lockfiles/focal-server-cloudimg-amd64.squashfs.lock: Tue Sep  5 15:17:54 EDT 2023
2023-09-05 19:17:54.746 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:64             :   flock -w 1200 9
2023-09-05 19:17:54.749 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:main:68             :   get_ubuntu_tarball
2023-09-05 19:17:54.751 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:28 :   '[' -n '' ']'
2023-09-05 19:17:54.753 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:36 :   '[' -n '' -a -f /home/mloza/.cache/image-create/focal-server-cloudimg-amd64.squashfs ']'
2023-09-05 19:17:54.754 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:39 :   echo 'Fetching Base Image'
2023-09-05 19:17:54.754 | Fetching Base Image
2023-09-05 19:17:54.756 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:40 :   /tmp/dib_build.EWSe36Au/hooks/bin/cache-url https://cloud-images.ubuntu.com/focal/current/SHA256SUMS /home/mloza/.cache/image-create/SHA256SUMS.ubuntu.focal.amd64
2023-09-05 19:17:54.769 |   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2023-09-05 19:17:54.769 |                                  Dload  Upload   Total   Spent    Left  Speed
2023-09-05 19:17:55.140 | 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2023-09-05 19:17:55.142 | Server copy has not changed. Using locally cached https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
2023-09-05 19:17:55.145 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:42 :   /tmp/dib_build.EWSe36Au/hooks/bin/cache-url https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.squashfs /home/mloza/.cache/image-create/focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:55.157 |   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2023-09-05 19:17:55.157 |                                  Dload  Upload   Total   Spent    Left  Speed
2023-09-05 19:17:55.514 | 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2023-09-05 19:17:55.517 | Server copy has not changed. Using locally cached https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:55.520 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:43 :   pushd /home/mloza/.cache/image-create
2023-09-05 19:17:55.520 | ~/.cache/image-create ~/iaas-imagebuilder
2023-09-05 19:17:55.522 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:44 :   grep 'focal-server-cloudimg-amd64.squashfs$' /home/mloza/.cache/image-create/SHA256SUMS.ubuntu.focal.amd64
2023-09-05 19:17:55.523 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:44 :   sha256sum --check -
2023-09-05 19:17:56.957 | focal-server-cloudimg-amd64.squashfs: OK
2023-09-05 19:17:56.960 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:50 :   IMAGE_PATH=/home/mloza/.cache/image-create/focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:56.962 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:54 :   '[' focal '!=' trusty ']'
2023-09-05 19:17:56.964 | + /tmp/dib_build.EWSe36Au/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:55 :   sudo unsquashfs -f -d /tmp/dib_build.EWSe36Au/mnt /home/mloza/.cache/image-create/focal-server-cloudimg-amd64.squashfs
2023-09-05 19:17:57.225 | Parallel unsquashfs: Using 8 processors
2023-09-05 19:17:57.225 | 36948 inodes (38301 blocks) to write
2023-09-05 19:17:57.225 | 
2023-09-05 19:18:02.995 | 
[==/                                                         ]  3717/75249   4%
[===-                                                        ]  4434/75249   5%
[===\                                                        ]  5012/75249   6%
[====|                                                       ]  5816/75249   7%
[=====/                                                      ]  7048/75249   9%
[==========-                                                 ] 13799/75249  18%
[================\                                           ] 20422/75249  27%
[================|                                           ] 21335/75249  28%
[=================-                                          ] 21983/75249  29%
[==================\                                         ] 23304/75249  30%
[===================|                                        ] 25011/75249  33%
[====================-                                       ] 25629/75249  34%
[====================|                                       ] 26367/75249  35%
[=======================/                                    ] 29398/75249  39%
[============================-                               ] 36018/75249  47%
[==================================\                         ] 44000/75249  58%
[==========================================|                 ] 54758/75249  72%
[=================================================/          ] 63419/75249  84%
[=====================================================-      ] 68455/75249  90%
[========================================================\   ] 72053/75249  95%
[==========================================================| ] 74805/75249  99%
[===========================================================|] 75249/75249 100%
2023-09-05 19:18:02.995 | 
2023-09-05 19:18:02.995 | created 32363 files
2023-09-05 19:18:02.995 | created 3807 directories
2023-09-05 19:18:02.995 | created 4463 symlinks
2023-09-05 19:18:02.995 | created 9 devices
2023-09-05 19:18:02.995 | created 0 fifos
2023-09-05 19:18:02.995 | created 0 sockets
2023-09-05 19:18:02.995 | created 113 hardlinks
2023-09-05 19:18:03.034 | dib-run-parts 10-cache-ubuntu-tarball completed
2023-09-05 19:18:03.034 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations
2023-09-05 19:18:03.040 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations:main:6            :   set -eu
2023-09-05 19:18:03.043 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations:main:7            :   set -o pipefail
2023-09-05 19:18:03.046 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations:main:9            :   '[' -n /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:18:03.049 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations:main:12           :   sudo dd of=/tmp/dib_build.EWSe36Au/mnt/etc/apt/apt.conf.d/95no-translations
2023-09-05 19:18:03.090 | 0+1 records in
2023-09-05 19:18:03.090 | 0+1 records out
2023-09-05 19:18:03.092 | 27 bytes copied, 0.00213107 s, 12.7 kB/s
2023-09-05 19:18:03.156 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-apt-translations:main:17           :   find /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/ -path /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/partial -prune -o -type f -name '*_i18n_Translation-*' -print -exec sudo rm -f '{}' +
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_restricted_i18n_Translation-en
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_main_i18n_Translation-en
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_restricted_i18n_Translation-en
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_i18n_Translation-en
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_restricted_i18n_Translation-en
2023-09-05 19:18:03.157 | /tmp/dib_build.EWSe36Au/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_i18n_Translation-en
2023-09-05 19:18:03.213 | dib-run-parts 50-block-apt-translations completed
2023-09-05 19:18:03.213 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons
2023-09-05 19:18:03.227 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:6                     :   set -eu
2023-09-05 19:18:03.231 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:7                     :   set -o pipefail
2023-09-05 19:18:03.261 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:9                     :   '[' -n /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:18:03.265 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:12                    :   sudo mv /tmp/dib_build.EWSe36Au/mnt/sbin/start-stop-daemon /tmp/dib_build.EWSe36Au/mnt/sbin/start-stop-daemon.REAL
2023-09-05 19:18:03.290 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:13                    :   sudo dd of=/tmp/dib_build.EWSe36Au/mnt/sbin/start-stop-daemon
2023-09-05 19:18:03.308 | 0+1 records in
2023-09-05 19:18:03.308 | 0+1 records out
2023-09-05 19:18:03.308 | 76 bytes copied, 0.000197447 s, 385 kB/s
2023-09-05 19:18:03.317 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:18                    :   sudo chmod 755 /tmp/dib_build.EWSe36Au/mnt/sbin/start-stop-daemon
2023-09-05 19:18:03.342 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:20                    :   '[' -f /tmp/dib_build.EWSe36Au/mnt/sbin/initctl ']'
2023-09-05 19:18:03.345 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:30                    :   sudo dd of=/tmp/dib_build.EWSe36Au/mnt/usr/sbin/policy-rc.d
2023-09-05 19:18:03.359 | 0+1 records in
2023-09-05 19:18:03.359 | 0+1 records out
2023-09-05 19:18:03.359 | 143 bytes copied, 2.6797e-05 s, 5.3 MB/s
2023-09-05 19:18:03.363 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-block-daemons:main:36                    :   sudo chmod 755 /tmp/dib_build.EWSe36Au/mnt/usr/sbin/policy-rc.d
2023-09-05 19:18:03.379 | dib-run-parts 50-block-daemons completed
2023-09-05 19:18:03.379 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/50-build-with-http-cache
2023-09-05 19:18:03.384 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-build-with-http-cache:main:6             :   set -eu
2023-09-05 19:18:03.386 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-build-with-http-cache:main:7             :   set -o pipefail
2023-09-05 19:18:03.388 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-build-with-http-cache:main:9             :   '[' -n /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:18:03.390 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-build-with-http-cache:main:12            :   '[' -n '' ']'
2023-09-05 19:18:03.392 | dib-run-parts 50-build-with-http-cache completed
2023-09-05 19:18:03.392 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache
2023-09-05 19:18:03.396 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:6                  :   set -eu
2023-09-05 19:18:03.399 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:7                  :   set -o pipefail
2023-09-05 19:18:03.401 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:9                  :   DIB_APT_LOCAL_CACHE=1
2023-09-05 19:18:03.403 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:11                 :   '[' 1 = 0 ']'
2023-09-05 19:18:03.406 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:15                 :   apt_cache_dir=/home/mloza/.cache/image-create/apt/ubuntu
2023-09-05 19:18:03.408 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:16                 :   '[' '!' -d /home/mloza/.cache/image-create/apt/ubuntu ']'
2023-09-05 19:18:03.410 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-shared-apt-cache:main:19                 :   sudo mount --bind /home/mloza/.cache/image-create/apt/ubuntu /tmp/dib_build.EWSe36Au/mnt/var/cache/apt/archives
2023-09-05 19:18:03.462 | dib-run-parts 50-shared-apt-cache completed
2023-09-05 19:18:03.462 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg
2023-09-05 19:18:03.469 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:6                         :   set -eu
2023-09-05 19:18:03.472 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:7                         :   set -o pipefail
2023-09-05 19:18:03.476 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:9                         :   '[' -n /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:18:03.482 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:12                        :   echo force-unsafe-io
2023-09-05 19:18:03.488 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:12                        :   sudo tee /tmp/dib_build.EWSe36Au/mnt/etc/dpkg/dpkg.cfg.d/02apt-speedup
2023-09-05 19:18:03.510 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:15                        :   echo 'Acquire::Languages "none";'
2023-09-05 19:18:03.517 | + /tmp/dib_build.EWSe36Au/hooks/root.d/50-trim-dpkg:main:15                        :   sudo tee /tmp/dib_build.EWSe36Au/mnt/etc/apt/apt.conf.d/no-languages
2023-09-05 19:18:03.537 | dib-run-parts 50-trim-dpkg completed
2023-09-05 19:18:03.538 | dib-run-parts ----------------------- PROFILING -----------------------
2023-09-05 19:18:03.538 | dib-run-parts 
2023-09-05 19:18:03.540 | dib-run-parts Target: root.d
2023-09-05 19:18:03.540 | dib-run-parts 
2023-09-05 19:18:03.540 | dib-run-parts Script                                     Seconds
2023-09-05 19:18:03.540 | dib-run-parts ---------------------------------------  ----------
2023-09-05 19:18:03.540 | dib-run-parts 
2023-09-05 19:18:03.562 | dib-run-parts 09-apt-keyring                                0.008
2023-09-05 19:18:03.569 | dib-run-parts 10-cache-ubuntu-tarball                       8.319
2023-09-05 19:18:03.575 | dib-run-parts 50-block-apt-translations                     0.177
2023-09-05 19:18:03.582 | dib-run-parts 50-block-daemons                              0.158
2023-09-05 19:18:03.591 | dib-run-parts 50-build-with-http-cache                      0.012
2023-09-05 19:18:03.596 | dib-run-parts 50-shared-apt-cache                           0.069
2023-09-05 19:18:03.602 | dib-run-parts 50-trim-dpkg                                  0.073
2023-09-05 19:18:03.603 | dib-run-parts 
2023-09-05 19:18:03.603 | dib-run-parts --------------------- END PROFILING ---------------------
2023-09-05 19:18:03.607 | + diskimage_builder/lib/common-functions:run_d:260                                 :   check_break after-root bash
2023-09-05 19:18:03.611 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:03.611 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-root(,|$)' -q
2023-09-05 19:18:03.613 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:03.619 | ++ diskimage_builder/lib/common-functions:create_base:362                           :   grep -v '^lost+found\|tmp$'
2023-09-05 19:18:03.620 | ++ diskimage_builder/lib/common-functions:create_base:362                           :   ls /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:18:03.624 | + diskimage_builder/lib/common-functions:create_base:362                           :   '[' -z 'bin
2023-09-05 19:18:03.624 | boot
2023-09-05 19:18:03.624 | dev
2023-09-05 19:18:03.624 | etc
2023-09-05 19:18:03.624 | home
2023-09-05 19:18:03.624 | lib
2023-09-05 19:18:03.624 | lib32
2023-09-05 19:18:03.624 | lib64
2023-09-05 19:18:03.624 | libx32
2023-09-05 19:18:03.624 | media
2023-09-05 19:18:03.624 | mnt
2023-09-05 19:18:03.624 | opt
2023-09-05 19:18:03.624 | proc
2023-09-05 19:18:03.624 | root
2023-09-05 19:18:03.624 | run
2023-09-05 19:18:03.624 | sbin
2023-09-05 19:18:03.624 | snap
2023-09-05 19:18:03.624 | srv
2023-09-05 19:18:03.624 | sys
2023-09-05 19:18:03.624 | usr
2023-09-05 19:18:03.624 | var' ']'
2023-09-05 19:18:03.627 | + diskimage_builder/lib/common-functions:create_base:376                           :   '[' -L /tmp/dib_build.EWSe36Au/mnt/etc/resolv.conf ']'
2023-09-05 19:18:03.631 | + diskimage_builder/lib/common-functions:create_base:377                           :   sudo mv /tmp/dib_build.EWSe36Au/mnt/etc/resolv.conf /tmp/dib_build.EWSe36Au/mnt/etc/resolv.conf.ORIG
2023-09-05 19:18:03.650 | + diskimage_builder/lib/common-functions:create_base:381                           :   sudo touch /tmp/dib_build.EWSe36Au/mnt/etc/resolv.conf
2023-09-05 19:18:03.665 | + diskimage_builder/lib/common-functions:create_base:382                           :   sudo chmod 777 /tmp/dib_build.EWSe36Au/mnt/etc/resolv.conf
2023-09-05 19:18:03.678 | + diskimage_builder/lib/common-functions:create_base:384                           :   '[' -e /etc/resolv.conf ']'
2023-09-05 19:18:03.680 | + diskimage_builder/lib/common-functions:create_base:385                           :   cat /etc/resolv.conf
2023-09-05 19:18:03.684 | + diskimage_builder/lib/common-functions:create_base:389                           :   mount_proc_dev_sys
2023-09-05 19:18:03.687 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405                    :   sudo mount -t proc none /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:18:03.706 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:406                    :   sudo mount --bind /dev /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:18:03.721 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:407                    :   mount_dev_pts_options
2023-09-05 19:18:03.724 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:400                 :   findmnt --first-only /dev/pts --noheadings --output OPTIONS
2023-09-05 19:18:03.728 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:400                 :   echo '-o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000'
2023-09-05 19:18:03.731 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:407                    :   sudo mount -t devpts -o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 devpts /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:18:03.746 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:415                    :   sudo mount -o ro -t sysfs none /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:18:03.761 | + diskimage_builder/lib/disk-image-create:main:357                                 :   mkdir -p /tmp/dib_build.EWSe36Au/hooks/environment.d
2023-09-05 19:18:03.765 | + diskimage_builder/lib/disk-image-create:main:358                                 :   echo 'export DIB_DEFAULT_INSTALLTYPE=${DIB_DEFAULT_INSTALLTYPE:-"source"}'
2023-09-05 19:18:03.767 | + diskimage_builder/lib/disk-image-create:main:359                                 :   run_d extra-data
2023-09-05 19:18:03.769 | + diskimage_builder/lib/common-functions:run_d:247                                 :   check_element
2023-09-05 19:18:03.772 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:18:03.774 | + diskimage_builder/lib/common-functions:run_d:248                                 :   check_break before-extra-data bash
2023-09-05 19:18:03.777 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:03.777 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-extra-data(,|$)' -q
2023-09-05 19:18:03.779 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:03.782 | + diskimage_builder/lib/common-functions:run_d:249                                 :   '[' -d /tmp/dib_build.EWSe36Au/hooks/extra-data.d ']'
2023-09-05 19:18:03.784 | + diskimage_builder/lib/common-functions:run_d:250                                 :   echo 'Running hooks from /tmp/dib_build.EWSe36Au/hooks/extra-data.d'
2023-09-05 19:18:03.784 | Running hooks from /tmp/dib_build.EWSe36Au/hooks/extra-data.d
2023-09-05 19:18:03.787 | + diskimage_builder/lib/common-functions:run_d:251                                 :   '[' -n '' ']'
2023-09-05 19:18:03.789 | + diskimage_builder/lib/common-functions:run_d:257                                 :   /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks/extra-data.d
2023-09-05 19:18:03.801 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-base-defaults
2023-09-05 19:18:03.805 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-base-defaults
2023-09-05 19:18:03.807 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-base-defaults:source:1            :   export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:03.809 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-base-defaults:source:1            :   DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:03.811 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:03.814 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:03.816 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:1 :   export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:18:03.818 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:1 :   DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:18:03.820 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:2 :   export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:03.822 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:2 :   DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:03.824 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:3 :   '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:18:03.826 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:5 :   export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:03.828 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-bootloader-default-cmdline:source:5 :   DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:03.829 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:03.833 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:03.835 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-dpkg.bash:source:1                :   export DIB_ADD_APT_KEYS=
2023-09-05 19:18:03.837 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-dpkg.bash:source:1                :   DIB_ADD_APT_KEYS=
2023-09-05 19:18:03.839 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:03.843 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:03.845 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:1  :   export DISTRO_NAME=ubuntu
2023-09-05 19:18:03.847 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:1  :   DISTRO_NAME=ubuntu
2023-09-05 19:18:03.849 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:2  :   export DIB_RELEASE=focal
2023-09-05 19:18:03.851 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:2  :   DIB_RELEASE=focal
2023-09-05 19:18:03.853 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:3  :   export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:03.855 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:3  :   DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:03.858 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:4  :   export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:03.860 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:4  :   EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:03.861 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:7  :   ARCH=amd64
2023-09-05 19:18:03.863 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:8  :   [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:18:03.865 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:11 :   default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:03.867 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:14 :   export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:03.869 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/10-ubuntu-distro-name.bash:source:14 :   DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:03.871 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:03.875 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:03.876 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-dib-install-type.bash:source:1    :   export DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:03.878 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-dib-install-type.bash:source:1    :   DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:03.881 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:03.884 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:03.886 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:1  :   [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:18:03.888 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:4  :   export DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:03.890 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/11-ubuntu-init-system.bash:source:4  :   DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:03.893 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/14-manifests
2023-09-05 19:18:03.897 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/14-manifests
2023-09-05 19:18:03.899 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:16               :   export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:03.901 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:16               :   DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:03.903 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:17               :   export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:03.905 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/14-manifests:source:17               :   DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:03.907 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/15-block-device.bash
2023-09-05 19:18:03.911 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/15-block-device.bash
2023-09-05 19:18:03.913 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:5        :   [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:18:03.915 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:10       :   export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:03.917 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/15-block-device.bash:source:10       :   DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:03.919 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:03.923 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:03.926 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:4 :   export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:03.928 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:4 :   DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:03.930 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:5 :   export DIB_LOCAL_IMAGE=
2023-09-05 19:18:03.932 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-cloud-init-datasources.bash:source:5 :   DIB_LOCAL_IMAGE=
2023-09-05 19:18:03.934 | dib-run-parts Sourcing environment file /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/99-dib-init-system
2023-09-05 19:18:03.938 | + diskimage_builder/lib/dib-run-parts:source_environment:76                        :   source /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../environment.d/99-dib-init-system
2023-09-05 19:18:03.940 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-dib-init-system:source:10         :   '[' -z systemd ']'
2023-09-05 19:18:03.942 | ++ /tmp/dib_build.EWSe36Au/hooks/environment.d/99-dib-init-system:source:16         :   case $DIB_INIT_SYSTEM in
2023-09-05 19:18:03.944 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/extra-data.d/10-create-pkg-map-dir
2023-09-05 19:18:03.958 | Copying pkg-map for base
2023-09-05 19:18:03.969 | Copying pkg-map for bootloader
2023-09-05 19:18:03.981 | Copying pkg-map for cache-url
2023-09-05 19:18:03.995 | dib-run-parts 10-create-pkg-map-dir completed
2023-09-05 19:18:03.995 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/extra-data.d/20-manifest-dir
2023-09-05 19:18:04.000 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/20-manifest-dir:main:21               :   set -eu
2023-09-05 19:18:04.002 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/20-manifest-dir:main:22               :   set -o pipefail
2023-09-05 19:18:04.003 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/20-manifest-dir:main:24               :   sudo mkdir -p /tmp/dib_build.EWSe36Au/mnt//etc/dib-manifests
2023-09-05 19:18:04.016 | dib-run-parts 20-manifest-dir completed
2023-09-05 19:18:04.016 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types
2023-09-05 19:18:04.020 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:19       :   set -eu
2023-09-05 19:18:04.022 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:20       :   set -o pipefail
2023-09-05 19:18:04.024 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:22       :   declare -a SPECIFIED_ELEMS
2023-09-05 19:18:04.026 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:26       :   SPECIFIED_ELEMS[0]=
2023-09-05 19:18:04.028 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:29       :   PREFIX=DIB_INSTALLTYPE_
2023-09-05 19:18:04.031 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:30       :   env
2023-09-05 19:18:04.031 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:30       :   grep '^DIB_INSTALLTYPE_'
2023-09-05 19:18:04.031 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:30       :   cut -d= -f1
2023-09-05 19:18:04.034 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:30       :   echo ''
2023-09-05 19:18:04.036 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:30       :   INSTALL_TYPE_VARS=
2023-09-05 19:18:04.038 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:53       :   find /tmp/dib_build.EWSe36Au/hooks/install.d -maxdepth 1 -name '*-source-install' -type d
2023-09-05 19:18:04.041 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-enable-install-types:main:53       :   default_install_type_dirs=
2023-09-05 19:18:04.042 | dib-run-parts 99-enable-install-types completed
2023-09-05 19:18:04.042 | dib-run-parts Running /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install
2023-09-05 19:18:04.046 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install:main:5      :   set -eu
2023-09-05 19:18:04.048 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install:main:6      :   set -o pipefail
2023-09-05 19:18:04.050 | ++ /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install:main:8      :   dirname /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install
2023-09-05 19:18:04.053 | + /tmp/dib_build.EWSe36Au/hooks/extra-data.d/99-squash-package-install:main:8      :   sudo -E /home/mloza/kolla/env/bin/python3 /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash '--elements=cloud-init-datasources vm cache-url sysprep install-types base bootloader ubuntu-common install-bin block-device-mbr pkg-map ubuntu dkms dpkg dib-init-system manifests package-installs' --path=/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements /tmp/dib_build.EWSe36Au/mnt/tmp/package-installs.json
2023-09-05 19:18:04.131 | DEBUG __main__ [-] element_dirs -> [('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'cloud-init-datasources'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'vm'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'cache-url'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'sysprep'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'install-types'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'base'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'bootloader'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'ubuntu-common'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'install-bin'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'block-device-mbr'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'pkg-map'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'ubuntu'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'dkms'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'dpkg'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'dib-init-system'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'manifests'), ('/home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements', 'package-installs')] main /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:212
2023-09-05 19:18:04.132 | INFO __main__ [-] Squashing install file: /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/cache-url/package-installs.yaml
2023-09-05 19:18:04.132 | DEBUG __main__ [-] Considering cache-url/curl param:{} collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:127
2023-09-05 19:18:04.132 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:184
2023-09-05 19:18:04.132 | INFO __main__ [-] Squashing install file: /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/ubuntu/package-installs.yaml
2023-09-05 19:18:04.133 | DEBUG __main__ [-] Considering ubuntu/linux-image-generic param:{} collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:127
2023-09-05 19:18:04.133 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:184
2023-09-05 19:18:04.133 | INFO __main__ [-] Squashing install file: /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/elements/dkms/package-installs.yaml
2023-09-05 19:18:04.133 | DEBUG __main__ [-] Considering dkms/dkms param:{} collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:127
2023-09-05 19:18:04.133 | DEBUG __main__ [-] ... installing for 'install' collect_data /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:184
2023-09-05 19:18:04.133 | DEBUG __main__ [-] final_dict -> defaultdict(..., {'install.d': defaultdict(<class 'list'>, {'uninstall': [], 'install': [('curl', 'cache-url'), ('linux-image-generic', 'ubuntu'), ('dkms', 'dkms')]})}) main /tmp/dib_build.EWSe36Au/hooks/extra-data.d/../bin/package-installs-squash:232
2023-09-05 19:18:04.146 | dib-run-parts 99-squash-package-install completed
2023-09-05 19:18:04.146 | dib-run-parts ----------------------- PROFILING -----------------------
2023-09-05 19:18:04.146 | dib-run-parts 
2023-09-05 19:18:04.148 | dib-run-parts Target: extra-data.d
2023-09-05 19:18:04.148 | dib-run-parts 
2023-09-05 19:18:04.148 | dib-run-parts Script                                     Seconds
2023-09-05 19:18:04.148 | dib-run-parts ---------------------------------------  ----------
2023-09-05 19:18:04.148 | dib-run-parts 
2023-09-05 19:18:04.156 | dib-run-parts 10-create-pkg-map-dir                         0.050
2023-09-05 19:18:04.160 | dib-run-parts 20-manifest-dir                               0.020
2023-09-05 19:18:04.165 | dib-run-parts 99-enable-install-types                       0.025
2023-09-05 19:18:04.170 | dib-run-parts 99-squash-package-install                     0.103
2023-09-05 19:18:04.171 | dib-run-parts 
2023-09-05 19:18:04.171 | dib-run-parts --------------------- END PROFILING ---------------------
2023-09-05 19:18:04.175 | + diskimage_builder/lib/common-functions:run_d:260                                 :   check_break after-extra-data bash
2023-09-05 19:18:04.178 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:04.178 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-extra-data(,|$)' -q
2023-09-05 19:18:04.180 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:04.184 | + diskimage_builder/lib/disk-image-create:main:361                                 :   run_d_in_target pre-install
2023-09-05 19:18:04.187 | + diskimage_builder/lib/img-functions:run_d_in_target:65                           :   check_element
2023-09-05 19:18:04.189 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:18:04.192 | + diskimage_builder/lib/img-functions:run_d_in_target:68                           :   '[' -d /tmp/dib_build.EWSe36Au/hooks/pre-install.d ']'
2023-09-05 19:18:04.194 | + diskimage_builder/lib/img-functions:run_d_in_target:69                           :   sudo mkdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:04.209 | + diskimage_builder/lib/img-functions:run_d_in_target:74                           :   sudo cp /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:18:04.224 | + diskimage_builder/lib/img-functions:run_d_in_target:79                           :   sudo mount --bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:04.240 | + diskimage_builder/lib/img-functions:run_d_in_target:80                           :   sudo mount -o remount,ro,bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:04.255 | + diskimage_builder/lib/img-functions:run_d_in_target:81                           :   check_break before-pre-install run_in_target bash
2023-09-05 19:18:04.258 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:04.258 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-pre-install(,|$)' -q
2023-09-05 19:18:04.260 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:04.263 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   '[' -z '' ']'
2023-09-05 19:18:04.265 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   in_target_arg=run_in_target
2023-09-05 19:18:04.269 | + diskimage_builder/lib/img-functions:run_d_in_target:83                           :   trap 'check_break after-error run_in_target bash' ERR
2023-09-05 19:18:04.272 | + 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
2023-09-05 19:18:04.274 | + diskimage_builder/lib/img-functions:run_in_target:50                             :   cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/pre-install.d'
2023-09-05 19:18:04.277 | + diskimage_builder/lib/img-functions:run_in_target:52                             :   ORIG_HOME=/home/mloza
2023-09-05 19:18:04.279 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   export HOME=/root
2023-09-05 19:18:04.282 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   HOME=/root
2023-09-05 19:18:04.285 | + diskimage_builder/lib/img-functions:run_in_target:59                             :   sudo -E chroot /tmp/dib_build.EWSe36Au/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'
2023-09-05 19:18:04.309 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults
2023-09-05 19:18:04.311 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-base-defaults
2023-09-05 19:18:04.311 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:04.311 | ++ DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:04.311 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:04.313 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:04.313 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:18:04.313 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:18:04.313 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:04.313 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:04.313 | ++ '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:18:04.313 | ++ export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:04.313 | ++ DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:04.313 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:04.315 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:04.315 | ++ export DIB_ADD_APT_KEYS=
2023-09-05 19:18:04.315 | ++ DIB_ADD_APT_KEYS=
2023-09-05 19:18:04.315 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:04.317 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:04.317 | ++ export DISTRO_NAME=ubuntu
2023-09-05 19:18:04.317 | ++ DISTRO_NAME=ubuntu
2023-09-05 19:18:04.317 | ++ export DIB_RELEASE=focal
2023-09-05 19:18:04.317 | ++ DIB_RELEASE=focal
2023-09-05 19:18:04.317 | ++ export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:04.317 | ++ DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:04.317 | ++ export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:04.317 | ++ EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:04.317 | ++ ARCH=amd64
2023-09-05 19:18:04.317 | ++ [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:18:04.317 | ++ default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:04.317 | ++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:04.317 | ++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:04.317 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:04.320 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:04.320 | ++ export DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:04.320 | ++ DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:04.320 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:04.323 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:04.323 | ++ [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:18:04.323 | ++ export DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:04.323 | ++ DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:04.323 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
2023-09-05 19:18:04.325 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests
2023-09-05 19:18:04.325 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:04.325 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:04.325 | ++ export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:04.325 | ++ DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:04.325 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/15-block-device.bash
2023-09-05 19:18:04.327 | + source /tmp/in_target.d/pre-install.d/../environment.d/15-block-device.bash
2023-09-05 19:18:04.327 | ++ [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:18:04.327 | ++ export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:04.327 | ++ DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:04.327 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:04.330 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:04.330 | ++ export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:04.330 | ++ DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:04.330 | ++ export DIB_LOCAL_IMAGE=
2023-09-05 19:18:04.330 | ++ DIB_LOCAL_IMAGE=
2023-09-05 19:18:04.330 | dib-run-parts Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system
2023-09-05 19:18:04.332 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-dib-init-system
2023-09-05 19:18:04.332 | ++ '[' -z systemd ']'
2023-09-05 19:18:04.332 | ++ case $DIB_INIT_SYSTEM in
2023-09-05 19:18:04.332 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-disable-apt-recommends
2023-09-05 19:18:04.335 | + set -eu
2023-09-05 19:18:04.335 | + set -o pipefail
2023-09-05 19:18:04.335 | + dd of=/etc/apt/apt.conf.d/95disable-recommends
2023-09-05 19:18:04.336 | 0+1 records in
2023-09-05 19:18:04.336 | 0+1 records out
2023-09-05 19:18:04.336 | 56 bytes copied, 4.4106e-05 s, 1.3 MB/s
2023-09-05 19:18:04.337 | dib-run-parts 00-disable-apt-recommends completed
2023-09-05 19:18:04.337 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-remove-apt-xapian-index
2023-09-05 19:18:04.339 | + set -eu
2023-09-05 19:18:04.339 | + set -o pipefail
2023-09-05 19:18:04.339 | + apt-get --yes remove apt-xapian-index
2023-09-05 19:18:04.776 | Reading package lists...
2023-09-05 19:18:04.849 | Building dependency tree...
2023-09-05 19:18:04.850 | Reading state information...
2023-09-05 19:18:04.891 | Package 'apt-xapian-index' is not installed, so not removed
2023-09-05 19:18:04.891 | The following package was automatically installed and is no longer required:
2023-09-05 19:18:04.891 |   libfreetype6
2023-09-05 19:18:04.891 | Use 'sudo apt autoremove' to remove it.
2023-09-05 19:18:04.896 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2023-09-05 19:18:04.899 | dib-run-parts 00-remove-apt-xapian-index completed
2023-09-05 19:18:04.899 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-install-bin
2023-09-05 19:18:04.901 | + set -eu
2023-09-05 19:18:04.901 | + set -o pipefail
2023-09-05 19:18:04.901 | ++ dirname /tmp/in_target.d/pre-install.d/01-install-bin
2023-09-05 19:18:04.902 | + 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/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 /usr/local/bin
2023-09-05 19:18:04.905 | dib-run-parts 01-install-bin completed
2023-09-05 19:18:04.905 | dib-run-parts Running /tmp/in_target.d/pre-install.d/01-set-ubuntu-mirror
2023-09-05 19:18:04.908 | # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
2023-09-05 19:18:04.910 | # newer versions of the distribution.
2023-09-05 19:18:04.912 | deb http://archive.ubuntu.com/ubuntu/ focal main restricted
2023-09-05 19:18:04.915 | # deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted
2023-09-05 19:18:04.917 | 
2023-09-05 19:18:04.919 | ## Major bug fix updates produced after the final release of the
2023-09-05 19:18:04.921 | ## distribution.
2023-09-05 19:18:04.922 | deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
2023-09-05 19:18:04.924 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
2023-09-05 19:18:04.926 | 
2023-09-05 19:18:04.927 | ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
2023-09-05 19:18:04.929 | ## team. Also, please note that software in universe WILL NOT receive any
2023-09-05 19:18:04.931 | ## review or updates from the Ubuntu security team.
2023-09-05 19:18:04.933 | deb http://archive.ubuntu.com/ubuntu/ focal universe
2023-09-05 19:18:04.935 | # deb-src http://archive.ubuntu.com/ubuntu/ focal universe
2023-09-05 19:18:04.936 | deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
2023-09-05 19:18:04.939 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates universe
2023-09-05 19:18:04.941 | 
2023-09-05 19:18:04.942 | ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
2023-09-05 19:18:04.944 | ## team, and may not be under a free licence. Please satisfy yourself as to
2023-09-05 19:18:04.946 | ## your rights to use the software. Also, please note that software in
2023-09-05 19:18:04.948 | ## multiverse WILL NOT receive any review or updates from the Ubuntu
2023-09-05 19:18:04.949 | ## security team.
2023-09-05 19:18:04.951 | deb http://archive.ubuntu.com/ubuntu/ focal multiverse
2023-09-05 19:18:04.953 | # deb-src http://archive.ubuntu.com/ubuntu/ focal multiverse
2023-09-05 19:18:04.955 | deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
2023-09-05 19:18:04.957 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
2023-09-05 19:18:04.959 | 
2023-09-05 19:18:04.961 | ## N.B. software from this repository may not have been tested as
2023-09-05 19:18:04.963 | ## extensively as that contained in the main release, although it includes
2023-09-05 19:18:04.964 | ## newer versions of some applications which may provide useful features.
2023-09-05 19:18:04.966 | ## Also, please note that software in backports WILL NOT receive any review
2023-09-05 19:18:04.968 | ## or updates from the Ubuntu security team.
2023-09-05 19:18:04.970 | deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
2023-09-05 19:18:04.973 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
2023-09-05 19:18:04.975 | 
2023-09-05 19:18:04.977 | ## Uncomment the following two lines to add software from Canonical's
2023-09-05 19:18:04.979 | ## 'partner' repository.
2023-09-05 19:18:04.981 | ## This software is not part of Ubuntu, but is offered by Canonical and the
2023-09-05 19:18:04.984 | ## respective vendors as a service to Ubuntu users.
2023-09-05 19:18:04.986 | # deb http://archive.canonical.com/ubuntu focal partner
2023-09-05 19:18:04.988 | # deb-src http://archive.canonical.com/ubuntu focal partner
2023-09-05 19:18:04.990 | 
2023-09-05 19:18:04.993 | deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted
2023-09-05 19:18:04.995 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted
2023-09-05 19:18:04.999 | deb http://archive.ubuntu.com/ubuntu/ focal-security universe
2023-09-05 19:18:05.001 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-security universe
2023-09-05 19:18:05.003 | deb http://archive.ubuntu.com/ubuntu/ focal-security multiverse
2023-09-05 19:18:05.006 | # deb-src http://archive.ubuntu.com/ubuntu/ focal-security multiverse
2023-09-05 19:18:05.009 | dib-run-parts 01-set-ubuntu-mirror completed
2023-09-05 19:18:05.009 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-baseline-tools
2023-09-05 19:18:05.012 | + set -eu
2023-09-05 19:18:05.012 | + set -o pipefail
2023-09-05 19:18:05.012 | + case $DISTRO_NAME in
2023-09-05 19:18:05.012 | + apt-get -y update
2023-09-05 19:18:05.232 | Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
2023-09-05 19:18:05.302 | Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
2023-09-05 19:18:05.633 | Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
2023-09-05 19:18:05.765 | Get:4 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
2023-09-05 19:18:05.892 | Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
2023-09-05 19:18:06.405 | Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]
2023-09-05 19:18:06.421 | Get:7 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]
2023-09-05 19:18:06.423 | Get:8 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B]
2023-09-05 19:18:06.424 | Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2807 kB]
2023-09-05 19:18:06.502 | Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.0 kB]
2023-09-05 19:18:06.502 | Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2270 kB]
2023-09-05 19:18:06.718 | Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1107 kB]
2023-09-05 19:18:07.365 | Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.5 kB]
2023-09-05 19:18:07.366 | Get:14 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB]
2023-09-05 19:18:07.368 | Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B]
2023-09-05 19:18:07.368 | Get:16 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB]
2023-09-05 19:18:07.370 | Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1420 B]
2023-09-05 19:18:07.370 | Get:18 http://archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]
2023-09-05 19:18:07.370 | Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB]
2023-09-05 19:18:07.371 | Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B]
2023-09-05 19:18:07.371 | Get:21 http://archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]
2023-09-05 19:18:07.371 | Get:22 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [2418 kB]
2023-09-05 19:18:07.677 | Get:23 http://archive.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.1 kB]
2023-09-05 19:18:07.755 | Get:24 http://archive.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2150 kB]
2023-09-05 19:18:08.286 | Get:25 http://archive.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [580 B]
2023-09-05 19:18:08.286 | Get:26 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [875 kB]
2023-09-05 19:18:08.324 | Get:27 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.1 kB]
2023-09-05 19:18:08.324 | Get:28 http://archive.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB]
2023-09-05 19:18:08.326 | Get:29 http://archive.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B]
2023-09-05 19:18:13.839 | Fetched 21.2 MB in 5s (4442 kB/s)
2023-09-05 19:18:15.072 | Reading package lists...
2023-09-05 19:18:15.091 | + install-packages software-properties-common apt-transport-https
2023-09-05 19:18:15.092 | + set -eu
2023-09-05 19:18:15.092 | + set -o pipefail
2023-09-05 19:18:15.092 | + ACTION=install
2023-09-05 19:18:15.092 | + MAP_ELEMENT=
2023-09-05 19:18:15.092 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:18:15.093 | + SCRIPTNAME=install-packages
2023-09-05 19:18:15.094 | ++ getopt -o hudem: -n install-packages -- software-properties-common apt-transport-https
2023-09-05 19:18:15.094 | + TEMP=' -- '\''software-properties-common'\'' '\''apt-transport-https'\'''
2023-09-05 19:18:15.094 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:15.094 | + eval set -- ' -- '\''software-properties-common'\'' '\''apt-transport-https'\'''
2023-09-05 19:18:15.094 | ++ set -- -- software-properties-common apt-transport-https
2023-09-05 19:18:15.094 | + true
2023-09-05 19:18:15.094 | + case "$1" in
2023-09-05 19:18:15.094 | + shift
2023-09-05 19:18:15.094 | + break
2023-09-05 19:18:15.094 | + PKGS='software-properties-common apt-transport-https'
2023-09-05 19:18:15.094 | + '[' -n '' ']'
2023-09-05 19:18:15.094 | + '[' -z 'software-properties-common apt-transport-https' ']'
2023-09-05 19:18:15.094 | + install_deb_packages install software-properties-common apt-transport-https
2023-09-05 19:18:15.094 | + DEBIAN_FRONTEND=noninteractive
2023-09-05 19:18:15.094 | + http_proxy=
2023-09-05 19:18:15.094 | + https_proxy=
2023-09-05 19:18:15.094 | + no_proxy=
2023-09-05 19:18:15.094 | + apt-get --option Dpkg::Options::=--force-confold --option Dpkg::Options::=--force-confdef --assume-yes install software-properties-common apt-transport-https
2023-09-05 19:18:15.155 | Reading package lists...
2023-09-05 19:18:15.375 | Building dependency tree...
2023-09-05 19:18:15.376 | Reading state information...
2023-09-05 19:18:15.656 | software-properties-common is already the newest version (0.99.9.12).
2023-09-05 19:18:15.656 | software-properties-common set to manually installed.
2023-09-05 19:18:15.656 | The following package was automatically installed and is no longer required:
2023-09-05 19:18:15.657 |   libfreetype6
2023-09-05 19:18:15.657 | Use 'sudo apt autoremove' to remove it.
2023-09-05 19:18:15.675 | The following NEW packages will be installed:
2023-09-05 19:18:15.677 |   apt-transport-https
2023-09-05 19:18:15.996 | 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
2023-09-05 19:18:15.996 | Need to get 0 B/1704 B of archives.
2023-09-05 19:18:15.996 | After this operation, 162 kB of additional disk space will be used.
2023-09-05 19:18:16.011 | Selecting previously unselected package apt-transport-https.
2023-09-05 19:18:16.026 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 32132 files and directories currently installed.)
2023-09-05 19:18:16.027 | Preparing to unpack .../apt-transport-https_2.0.9_all.deb ...
2023-09-05 19:18:16.027 | Unpacking apt-transport-https (2.0.9) ...
2023-09-05 19:18:16.047 | Setting up apt-transport-https (2.0.9) ...
2023-09-05 19:18:17.364 | dib-run-parts 03-baseline-tools completed
2023-09-05 19:18:17.364 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system
2023-09-05 19:18:17.366 | + set -eu
2023-09-05 19:18:17.366 | + set -o pipefail
2023-09-05 19:18:17.366 | + FILE=/usr/local/bin/dib-init-system
2023-09-05 19:18:17.366 | + cat
2023-09-05 19:18:17.366 | + chown root:root /usr/local/bin/dib-init-system
2023-09-05 19:18:17.367 | + chmod 775 /usr/local/bin/dib-init-system
2023-09-05 19:18:17.369 | dib-run-parts 04-dib-init-system completed
2023-09-05 19:18:17.369 | dib-run-parts Running /tmp/in_target.d/pre-install.d/10-package-installs
2023-09-05 19:18:17.371 | + set -eu
2023-09-05 19:18:17.371 | + set -o pipefail
2023-09-05 19:18:17.371 | ++ dirname /tmp/in_target.d/pre-install.d/10-package-installs
2023-09-05 19:18:17.372 | + package-installs -d /tmp/in_target.d/pre-install.d
2023-09-05 19:18:17.373 | + set -eu
2023-09-05 19:18:17.373 | + set -o pipefail
2023-09-05 19:18:17.373 | ++ basename /usr/local/bin/package-installs
2023-09-05 19:18:17.374 | + SCRIPTNAME=package-installs
2023-09-05 19:18:17.374 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d
2023-09-05 19:18:17.375 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
2023-09-05 19:18:17.375 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:17.375 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
2023-09-05 19:18:17.375 | ++ set -- -d /tmp/in_target.d/pre-install.d --
2023-09-05 19:18:17.375 | + WORKDIR=
2023-09-05 19:18:17.375 | + true
2023-09-05 19:18:17.375 | + case "$1" in
2023-09-05 19:18:17.375 | + WORKDIR=/tmp/in_target.d/pre-install.d
2023-09-05 19:18:17.375 | + shift 2
2023-09-05 19:18:17.375 | + true
2023-09-05 19:18:17.375 | + case "$1" in
2023-09-05 19:18:17.375 | + shift
2023-09-05 19:18:17.375 | + break
2023-09-05 19:18:17.375 | + '[' -z /tmp/in_target.d/pre-install.d ']'
2023-09-05 19:18:17.375 | + PACKAGES=
2023-09-05 19:18:17.375 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:18:17.377 | + '[' -n '' ']'
2023-09-05 19:18:17.377 | + package-installs-v2 --phase pre-install.d /tmp/package-installs.json
2023-09-05 19:18:17.412 | Nothing to install
2023-09-05 19:18:17.418 | dib-run-parts 10-package-installs completed
2023-09-05 19:18:17.418 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-apt-get-update
2023-09-05 19:18:17.420 | + set -eu
2023-09-05 19:18:17.420 | + set -o pipefail
2023-09-05 19:18:17.421 | + apt-get -y update
2023-09-05 19:18:17.538 | Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
2023-09-05 19:18:17.547 | Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
2023-09-05 19:18:17.566 | Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
2023-09-05 19:18:17.586 | Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease
2023-09-05 19:18:19.138 | Reading package lists...
2023-09-05 19:18:19.159 | dib-run-parts 99-apt-get-update completed
2023-09-05 19:18:19.159 | dib-run-parts Running /tmp/in_target.d/pre-install.d/99-package-uninstalls
2023-09-05 19:18:19.161 | + set -eu
2023-09-05 19:18:19.161 | + set -o pipefail
2023-09-05 19:18:19.162 | ++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls
2023-09-05 19:18:19.162 | + package-uninstalls -d /tmp/in_target.d/pre-install.d
2023-09-05 19:18:19.163 | + set -eu
2023-09-05 19:18:19.163 | + set -o pipefail
2023-09-05 19:18:19.164 | ++ basename /usr/local/bin/package-uninstalls
2023-09-05 19:18:19.164 | + SCRIPTNAME=package-uninstalls
2023-09-05 19:18:19.164 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d
2023-09-05 19:18:19.165 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
2023-09-05 19:18:19.165 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:19.165 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
2023-09-05 19:18:19.165 | ++ set -- -d /tmp/in_target.d/pre-install.d --
2023-09-05 19:18:19.165 | + WORKDIR=
2023-09-05 19:18:19.165 | + true
2023-09-05 19:18:19.165 | + case "$1" in
2023-09-05 19:18:19.165 | + WORKDIR=/tmp/in_target.d/pre-install.d
2023-09-05 19:18:19.165 | + shift 2
2023-09-05 19:18:19.165 | + true
2023-09-05 19:18:19.165 | + case "$1" in
2023-09-05 19:18:19.165 | + shift
2023-09-05 19:18:19.165 | + break
2023-09-05 19:18:19.165 | + '[' -z /tmp/in_target.d/pre-install.d ']'
2023-09-05 19:18:19.165 | + PACKAGES=
2023-09-05 19:18:19.166 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:18:19.167 | + install-packages -e
2023-09-05 19:18:19.168 | + set -eu
2023-09-05 19:18:19.168 | + set -o pipefail
2023-09-05 19:18:19.168 | + ACTION=install
2023-09-05 19:18:19.168 | + MAP_ELEMENT=
2023-09-05 19:18:19.168 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:18:19.169 | + SCRIPTNAME=install-packages
2023-09-05 19:18:19.169 | ++ getopt -o hudem: -n install-packages -- -e
2023-09-05 19:18:19.170 | + TEMP=' -e --'
2023-09-05 19:18:19.170 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:19.170 | + eval set -- ' -e --'
2023-09-05 19:18:19.170 | ++ set -- -e --
2023-09-05 19:18:19.170 | + true
2023-09-05 19:18:19.170 | + case "$1" in
2023-09-05 19:18:19.170 | + ACTION=remove
2023-09-05 19:18:19.170 | + shift
2023-09-05 19:18:19.170 | + true
2023-09-05 19:18:19.170 | + case "$1" in
2023-09-05 19:18:19.170 | + shift
2023-09-05 19:18:19.170 | + break
2023-09-05 19:18:19.170 | + PKGS=
2023-09-05 19:18:19.170 | + '[' -n '' ']'
2023-09-05 19:18:19.170 | + '[' -z '' ']'
2023-09-05 19:18:19.170 | + echo 'Not running install-packages remove with empty packages list'
2023-09-05 19:18:19.170 | Not running install-packages remove with empty packages list
2023-09-05 19:18:19.170 | + package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json
2023-09-05 19:18:19.205 | Nothing to uninstall
2023-09-05 19:18:19.211 | dib-run-parts 99-package-uninstalls completed
2023-09-05 19:18:19.211 | dib-run-parts ----------------------- PROFILING -----------------------
2023-09-05 19:18:19.211 | dib-run-parts 
2023-09-05 19:18:19.212 | dib-run-parts Target: pre-install.d
2023-09-05 19:18:19.212 | dib-run-parts 
2023-09-05 19:18:19.212 | dib-run-parts Script                                     Seconds
2023-09-05 19:18:19.213 | dib-run-parts ---------------------------------------  ----------
2023-09-05 19:18:19.213 | dib-run-parts 
2023-09-05 19:18:19.219 | dib-run-parts 00-disable-apt-recommends                     0.004
2023-09-05 19:18:19.224 | dib-run-parts 00-remove-apt-xapian-index                    0.561
2023-09-05 19:18:19.228 | dib-run-parts 01-install-bin                                0.005
2023-09-05 19:18:19.233 | dib-run-parts 01-set-ubuntu-mirror                          0.104
2023-09-05 19:18:19.237 | dib-run-parts 03-baseline-tools                            12.353
2023-09-05 19:18:19.242 | dib-run-parts 04-dib-init-system                            0.005
2023-09-05 19:18:19.246 | dib-run-parts 10-package-installs                           0.048
2023-09-05 19:18:19.251 | dib-run-parts 99-apt-get-update                             1.739
2023-09-05 19:18:19.256 | dib-run-parts 99-package-uninstalls                         0.051
2023-09-05 19:18:19.257 | dib-run-parts 
2023-09-05 19:18:19.257 | dib-run-parts --------------------- END PROFILING ---------------------
2023-09-05 19:18:19.262 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   export HOME=/home/mloza
2023-09-05 19:18:19.265 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   HOME=/home/mloza
2023-09-05 19:18:19.268 | + diskimage_builder/lib/img-functions:run_d_in_target:85                           :   trap - ERR
2023-09-05 19:18:19.270 | + diskimage_builder/lib/img-functions:run_d_in_target:86                           :   check_break after-pre-install run_in_target bash
2023-09-05 19:18:19.272 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:19.273 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-pre-install(,|$)' -q
2023-09-05 19:18:19.274 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:19.277 | + diskimage_builder/lib/img-functions:run_d_in_target:87                           :   sudo umount -f /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:19.291 | + diskimage_builder/lib/img-functions:run_d_in_target:88                           :   timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d; do sleep 1; done'
2023-09-05 19:18:19.309 | + diskimage_builder/lib/disk-image-create:main:363                                 :   run_d_in_target install
2023-09-05 19:18:19.311 | + diskimage_builder/lib/img-functions:run_d_in_target:65                           :   check_element
2023-09-05 19:18:19.313 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:18:19.316 | + diskimage_builder/lib/img-functions:run_d_in_target:68                           :   '[' -d /tmp/dib_build.EWSe36Au/hooks/install.d ']'
2023-09-05 19:18:19.318 | + diskimage_builder/lib/img-functions:run_d_in_target:69                           :   sudo mkdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:19.332 | + diskimage_builder/lib/img-functions:run_d_in_target:74                           :   sudo cp /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:18:19.345 | + diskimage_builder/lib/img-functions:run_d_in_target:79                           :   sudo mount --bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:19.360 | + diskimage_builder/lib/img-functions:run_d_in_target:80                           :   sudo mount -o remount,ro,bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:18:19.374 | + diskimage_builder/lib/img-functions:run_d_in_target:81                           :   check_break before-install run_in_target bash
2023-09-05 19:18:19.377 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:18:19.377 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-install(,|$)' -q
2023-09-05 19:18:19.379 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:18:19.383 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   '[' -z '' ']'
2023-09-05 19:18:19.385 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   in_target_arg=run_in_target
2023-09-05 19:18:19.388 | + diskimage_builder/lib/img-functions:run_d_in_target:83                           :   trap 'check_break after-error run_in_target bash' ERR
2023-09-05 19:18:19.390 | + 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
2023-09-05 19:18:19.393 | + diskimage_builder/lib/img-functions:run_in_target:50                             :   cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/install.d'
2023-09-05 19:18:19.395 | + diskimage_builder/lib/img-functions:run_in_target:52                             :   ORIG_HOME=/home/mloza
2023-09-05 19:18:19.398 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   export HOME=/root
2023-09-05 19:18:19.400 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   HOME=/root
2023-09-05 19:18:19.403 | + diskimage_builder/lib/img-functions:run_in_target:59                             :   sudo -E chroot /tmp/dib_build.EWSe36Au/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'
2023-09-05 19:18:19.428 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-base-defaults
2023-09-05 19:18:19.430 | + source /tmp/in_target.d/install.d/../environment.d/10-base-defaults
2023-09-05 19:18:19.430 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:19.430 | ++ DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:18:19.430 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:19.431 | + source /tmp/in_target.d/install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:18:19.431 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:18:19.431 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:18:19.431 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:19.431 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:18:19.431 | ++ '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:18:19.431 | ++ export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:19.431 | ++ DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:18:19.431 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:19.433 | + source /tmp/in_target.d/install.d/../environment.d/10-dpkg.bash
2023-09-05 19:18:19.433 | ++ export DIB_ADD_APT_KEYS=
2023-09-05 19:18:19.433 | ++ DIB_ADD_APT_KEYS=
2023-09-05 19:18:19.433 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:19.435 | + source /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:18:19.435 | ++ export DISTRO_NAME=ubuntu
2023-09-05 19:18:19.435 | ++ DISTRO_NAME=ubuntu
2023-09-05 19:18:19.435 | ++ export DIB_RELEASE=focal
2023-09-05 19:18:19.435 | ++ DIB_RELEASE=focal
2023-09-05 19:18:19.435 | ++ export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:19.435 | ++ DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:18:19.435 | ++ export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:19.435 | ++ EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:18:19.435 | ++ ARCH=amd64
2023-09-05 19:18:19.435 | ++ [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:18:19.435 | ++ default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:19.435 | ++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:19.435 | ++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:18:19.435 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:19.437 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:18:19.437 | ++ export DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:19.437 | ++ DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:18:19.437 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:19.439 | + source /tmp/in_target.d/install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:18:19.439 | ++ [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:18:19.439 | ++ export DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:19.439 | ++ DIB_INIT_SYSTEM=systemd
2023-09-05 19:18:19.439 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests
2023-09-05 19:18:19.441 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests
2023-09-05 19:18:19.441 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:19.441 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:18:19.441 | ++ export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:19.441 | ++ DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:18:19.441 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/15-block-device.bash
2023-09-05 19:18:19.443 | + source /tmp/in_target.d/install.d/../environment.d/15-block-device.bash
2023-09-05 19:18:19.443 | ++ [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:18:19.443 | ++ export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:19.443 | ++ DIB_BLOCK_DEVICE=mbr
2023-09-05 19:18:19.443 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:19.444 | + source /tmp/in_target.d/install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:18:19.444 | ++ export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:19.445 | ++ DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:18:19.445 | ++ export DIB_LOCAL_IMAGE=
2023-09-05 19:18:19.445 | ++ DIB_LOCAL_IMAGE=
2023-09-05 19:18:19.445 | dib-run-parts Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-dib-init-system
2023-09-05 19:18:19.446 | + source /tmp/in_target.d/install.d/../environment.d/99-dib-init-system
2023-09-05 19:18:19.446 | ++ '[' -z systemd ']'
2023-09-05 19:18:19.446 | ++ case $DIB_INIT_SYSTEM in
2023-09-05 19:18:19.446 | dib-run-parts Running /tmp/in_target.d/install.d/00-baseline-environment
2023-09-05 19:18:19.448 | + set -eu
2023-09-05 19:18:19.448 | + set -o pipefail
2023-09-05 19:18:19.448 | + install-packages -m base iscsi_package
2023-09-05 19:18:19.450 | + set -eu
2023-09-05 19:18:19.450 | + set -o pipefail
2023-09-05 19:18:19.450 | + ACTION=install
2023-09-05 19:18:19.450 | + MAP_ELEMENT=
2023-09-05 19:18:19.450 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:18:19.451 | + SCRIPTNAME=install-packages
2023-09-05 19:18:19.451 | ++ getopt -o hudem: -n install-packages -- -m base iscsi_package
2023-09-05 19:18:19.452 | + TEMP=' -m '\''base'\'' -- '\''iscsi_package'\'''
2023-09-05 19:18:19.452 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:19.452 | + eval set -- ' -m '\''base'\'' -- '\''iscsi_package'\'''
2023-09-05 19:18:19.452 | ++ set -- -m base -- iscsi_package
2023-09-05 19:18:19.452 | + true
2023-09-05 19:18:19.452 | + case "$1" in
2023-09-05 19:18:19.452 | + MAP_ELEMENT=base
2023-09-05 19:18:19.452 | + shift 2
2023-09-05 19:18:19.452 | + true
2023-09-05 19:18:19.452 | + case "$1" in
2023-09-05 19:18:19.452 | + shift
2023-09-05 19:18:19.452 | + break
2023-09-05 19:18:19.452 | + PKGS=iscsi_package
2023-09-05 19:18:19.452 | + '[' -n base ']'
2023-09-05 19:18:19.452 | ++ pkg-map --element base iscsi_package
2023-09-05 19:18:19.491 | INFO:root:Mapping for base : iscsi_package
2023-09-05 19:18:19.498 | + PKGS=open-iscsi
2023-09-05 19:18:19.498 | + '[' -z open-iscsi ']'
2023-09-05 19:18:19.498 | + install_deb_packages install open-iscsi
2023-09-05 19:18:19.498 | + DEBIAN_FRONTEND=noninteractive
2023-09-05 19:18:19.498 | + http_proxy=
2023-09-05 19:18:19.498 | + https_proxy=
2023-09-05 19:18:19.498 | + no_proxy=
2023-09-05 19:18:19.498 | + apt-get --option Dpkg::Options::=--force-confold --option Dpkg::Options::=--force-confdef --assume-yes install open-iscsi
2023-09-05 19:18:19.557 | Reading package lists...
2023-09-05 19:18:19.775 | Building dependency tree...
2023-09-05 19:18:19.776 | Reading state information...
2023-09-05 19:18:20.045 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.4).
2023-09-05 19:18:20.045 | open-iscsi set to manually installed.
2023-09-05 19:18:20.045 | The following package was automatically installed and is no longer required:
2023-09-05 19:18:20.047 |   libfreetype6
2023-09-05 19:18:20.047 | Use 'sudo apt autoremove' to remove it.
2023-09-05 19:18:20.086 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2023-09-05 19:18:20.088 | dib-run-parts 00-baseline-environment completed
2023-09-05 19:18:20.088 | dib-run-parts Running /tmp/in_target.d/install.d/00-up-to-date
2023-09-05 19:18:20.090 | + set -eu
2023-09-05 19:18:20.090 | + set -o pipefail
2023-09-05 19:18:20.090 | + '[' 0 -eq 0 ']'
2023-09-05 19:18:20.090 | + install-packages -u
2023-09-05 19:18:20.091 | + set -eu
2023-09-05 19:18:20.091 | + set -o pipefail
2023-09-05 19:18:20.091 | + ACTION=install
2023-09-05 19:18:20.091 | + MAP_ELEMENT=
2023-09-05 19:18:20.091 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:18:20.092 | + SCRIPTNAME=install-packages
2023-09-05 19:18:20.092 | ++ getopt -o hudem: -n install-packages -- -u
2023-09-05 19:18:20.093 | + TEMP=' -u --'
2023-09-05 19:18:20.093 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:20.093 | + eval set -- ' -u --'
2023-09-05 19:18:20.093 | ++ set -- -u --
2023-09-05 19:18:20.093 | + true
2023-09-05 19:18:20.093 | + case "$1" in
2023-09-05 19:18:20.093 | + install_deb_packages dist-upgrade
2023-09-05 19:18:20.093 | + DEBIAN_FRONTEND=noninteractive
2023-09-05 19:18:20.093 | + http_proxy=
2023-09-05 19:18:20.093 | + https_proxy=
2023-09-05 19:18:20.093 | + no_proxy=
2023-09-05 19:18:20.093 | + apt-get --option Dpkg::Options::=--force-confold --option Dpkg::Options::=--force-confdef --assume-yes dist-upgrade
2023-09-05 19:18:20.151 | Reading package lists...
2023-09-05 19:18:20.368 | Building dependency tree...
2023-09-05 19:18:20.368 | Reading state information...
2023-09-05 19:18:20.500 | Calculating upgrade...
2023-09-05 19:18:20.667 | The following package was automatically installed and is no longer required:
2023-09-05 19:18:20.668 |   libfreetype6
2023-09-05 19:18:20.668 | Use 'sudo apt autoremove' to remove it.
2023-09-05 19:18:20.686 | The following packages will be upgraded:
2023-09-05 19:18:20.688 |   libelf1
2023-09-05 19:18:21.023 | 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2023-09-05 19:18:21.023 | Need to get 0 B/44.2 kB of archives.
2023-09-05 19:18:21.023 | After this operation, 0 B of additional disk space will be used.
2023-09-05 19:18:21.050 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 32136 files and directories currently installed.)
2023-09-05 19:18:21.052 | Preparing to unpack .../libelf1_0.176-1.1ubuntu0.1_amd64.deb ...
2023-09-05 19:18:21.052 | Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) over (0.176-1.1build1) ...
2023-09-05 19:18:21.073 | Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
2023-09-05 19:18:21.074 | Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
2023-09-05 19:18:22.328 | + exit 0
2023-09-05 19:18:22.329 | dib-run-parts 00-up-to-date completed
2023-09-05 19:18:22.329 | dib-run-parts Running /tmp/in_target.d/install.d/01-package-installs
2023-09-05 19:18:22.331 | + set -eu
2023-09-05 19:18:22.331 | + set -o pipefail
2023-09-05 19:18:22.331 | ++ dirname /tmp/in_target.d/install.d/01-package-installs
2023-09-05 19:18:22.332 | + package-installs -d /tmp/in_target.d/install.d
2023-09-05 19:18:22.333 | + set -eu
2023-09-05 19:18:22.333 | + set -o pipefail
2023-09-05 19:18:22.333 | ++ basename /usr/local/bin/package-installs
2023-09-05 19:18:22.334 | + SCRIPTNAME=package-installs
2023-09-05 19:18:22.334 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d
2023-09-05 19:18:22.335 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
2023-09-05 19:18:22.335 | + '[' 0 '!=' 0 ']'
2023-09-05 19:18:22.335 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
2023-09-05 19:18:22.335 | ++ set -- -d /tmp/in_target.d/install.d --
2023-09-05 19:18:22.335 | + WORKDIR=
2023-09-05 19:18:22.335 | + true
2023-09-05 19:18:22.335 | + case "$1" in
2023-09-05 19:18:22.335 | + WORKDIR=/tmp/in_target.d/install.d
2023-09-05 19:18:22.335 | + shift 2
2023-09-05 19:18:22.335 | + true
2023-09-05 19:18:22.335 | + case "$1" in
2023-09-05 19:18:22.335 | + shift
2023-09-05 19:18:22.335 | + break
2023-09-05 19:18:22.335 | + '[' -z /tmp/in_target.d/install.d ']'
2023-09-05 19:18:22.335 | + PACKAGES=
2023-09-05 19:18:22.335 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:18:22.336 | + '[' -n '' ']'
2023-09-05 19:18:22.336 | + package-installs-v2 --phase install.d /tmp/package-installs.json
2023-09-05 19:18:26.548 | Map install for cache-url: curl
2023-09-05 19:18:26.548 | Map install for ubuntu: linux-image-generic
2023-09-05 19:18:26.548 | Map install for dkms: dkms
2023-09-05 19:18:26.548 | Running command: ['install-packages', 'linux-image-generic', 'dkms', 'curl']
2023-09-05 19:18:26.548 | > + set -eu
2023-09-05 19:18:26.548 | > + set -o pipefail
2023-09-05 19:18:26.548 | > + ACTION=install
2023-09-05 19:18:26.548 | > + MAP_ELEMENT=
2023-09-05 19:18:26.548 | > ++ basename /usr/local/bin/install-packages
2023-09-05 19:18:26.548 | > + SCRIPTNAME=install-packages
2023-09-05 19:18:26.548 | > ++ getopt -o hudem: -n install-packages -- linux-image-generic dkms curl
2023-09-05 19:18:26.548 | > + TEMP=' -- '\''linux-image-generic'\'' '\''dkms'\'' '\''curl'\'''
2023-09-05 19:18:26.548 | > + '[' 0 '!=' 0 ']'
2023-09-05 19:18:26.548 | > + eval set -- ' -- '\''linux-image-generic'\'' '\''dkms'\'' '\''curl'\'''
2023-09-05 19:18:26.548 | > ++ set -- -- linux-image-generic dkms curl
2023-09-05 19:18:26.548 | > + true
2023-09-05 19:18:26.548 | > + case "$1" in
2023-09-05 19:18:26.548 | > + shift
2023-09-05 19:18:26.548 | > + break
2023-09-05 19:18:26.548 | > + PKGS='linux-image-generic dkms curl'
2023-09-05 19:18:26.548 | > + '[' -n '' ']'
2023-09-05 19:18:26.548 | > + '[' -z 'linux-image-generic dkms curl' ']'
2023-09-05 19:18:26.548 | > + install_deb_packages install linux-image-generic dkms curl
2023-09-05 19:18:26.548 | > + DEBIAN_FRONTEND=noninteractive
2023-09-05 19:18:26.548 | > + http_proxy=
2023-09-05 19:18:26.548 | > + https_proxy=
2023-09-05 19:18:26.548 | > + no_proxy=
2023-09-05 19:18:26.548 | > + apt-get --option Dpkg::Options::=--force-confold --option Dpkg::Options::=--force-confdef --assume-yes install linux-image-generic dkms curl
2023-09-05 19:18:26.548 | > Reading package lists...
2023-09-05 19:18:26.548 | > Building dependency tree...
2023-09-05 19:18:26.548 | > Reading state information...
2023-09-05 19:18:26.548 | > curl is already the newest version (7.68.0-1ubuntu2.19).
2023-09-05 19:18:26.548 | > curl set to manually installed.
2023-09-05 19:18:26.548 | > The following package was automatically installed and is no longer required:
2023-09-05 19:18:26.548 | >   libfreetype6
2023-09-05 19:18:26.548 | > Use 'sudo apt autoremove' to remove it.
2023-09-05 19:18:26.548 | > The following additional packages will be installed:
2023-09-05 19:18:26.548 | >   amd64-microcode binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-9
2023-09-05 19:18:26.548 | >   crda dctrl-tools dpkg-dev gcc gcc-9 gcc-9-base intel-microcode iucode-tool
2023-09-05 19:18:26.548 | >   iw libasan5 libatomic1 libbinutils libcc1-0 libctf-nobfd0 libctf0
2023-09-05 19:18:26.548 | >   libdpkg-perl libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3
2023-09-05 19:18:26.548 | >   libnl-3-200 libnl-genl-3-200 libquadmath0 libtsan0 libubsan1 linux-firmware
2023-09-05 19:18:26.548 | >   linux-image-5.4.0-162-generic linux-modules-5.4.0-162-generic
2023-09-05 19:18:26.548 | >   linux-modules-extra-5.4.0-162-generic make wireless-regdb
2023-09-05 19:18:26.548 | > Suggested packages:
2023-09-05 19:18:26.548 | >   binutils-doc cpp-doc gcc-9-locales debtags menu debian-keyring gcc-multilib
2023-09-05 19:18:26.548 | >   manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib
2023-09-05 19:18:26.548 | >   gcc-9-doc bzr fdutils linux-doc | linux-source-5.4.0 linux-tools
2023-09-05 19:18:26.548 | >   linux-headers-5.4.0-162-generic make-doc
2023-09-05 19:18:26.548 | > Recommended packages:
2023-09-05 19:18:26.548 | >   fakeroot linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic
2023-09-05 19:18:26.548 | >   | linux-headers build-essential libalgorithm-merge-perl libc6-dev | libc-dev
2023-09-05 19:18:26.548 | >   libc6-dev libfile-fcntllock-perl grub-pc | grub-efi-amd64 | grub-efi-ia32
2023-09-05 19:18:26.548 | >   | grub | lilo thermald
2023-09-05 19:18:26.548 | > The following NEW packages will be installed:
2023-09-05 19:18:26.548 | >   amd64-microcode binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-9
2023-09-05 19:18:26.548 | >   crda dctrl-tools dkms dpkg-dev gcc gcc-9 gcc-9-base intel-microcode
2023-09-05 19:18:26.548 | >   iucode-tool iw libasan5 libatomic1 libbinutils libcc1-0 libctf-nobfd0
2023-09-05 19:18:26.548 | >   libctf0 libdpkg-perl libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3
2023-09-05 19:18:26.548 | >   libnl-3-200 libnl-genl-3-200 libquadmath0 libtsan0 libubsan1 linux-firmware
2023-09-05 19:18:26.548 | >   linux-image-5.4.0-162-generic linux-image-generic
2023-09-05 19:18:26.548 | >   linux-modules-5.4.0-162-generic linux-modules-extra-5.4.0-162-generic make
2023-09-05 19:18:26.548 | >   wireless-regdb
2023-09-05 19:18:26.548 | > 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded.
2023-09-05 19:18:26.548 | > Need to get 0 B/236 MB of archives.
2023-09-05 19:18:26.548 | > After this operation, 1156 MB of additional disk space will be used.
2023-09-05 19:18:26.548 | > Selecting previously unselected package gcc-9-base:amd64.
2023-09-05 19:18:26.548 | > (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 32136 files and directories currently installed.)
2023-09-05 19:18:26.548 | > Preparing to unpack .../00-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libisl22:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../01-libisl22_0.22.1-1_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libisl22:amd64 (0.22.1-1) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libmpc3:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../02-libmpc3_1.1.0-1_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libmpc3:amd64 (1.1.0-1) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package cpp-9.
2023-09-05 19:18:26.548 | > Preparing to unpack .../03-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package cpp.
2023-09-05 19:18:26.548 | > Preparing to unpack .../04-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking cpp (4:9.3.0-1ubuntu2) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libcc1-0:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../05-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package binutils-common:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../06-binutils-common_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking binutils-common:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libbinutils:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../07-libbinutils_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libbinutils:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libctf-nobfd0:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../08-libctf-nobfd0_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libctf0:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../09-libctf0_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libctf0:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package binutils-x86-64-linux-gnu.
2023-09-05 19:18:26.548 | > Preparing to unpack .../10-binutils-x86-64-linux-gnu_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package binutils.
2023-09-05 19:18:26.548 | > Preparing to unpack .../11-binutils_2.34-6ubuntu1.6_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking binutils (2.34-6ubuntu1.6) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libgomp1:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../12-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libitm1:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../13-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libatomic1:amd64.
2023-09-05 19:18:26.548 | > Preparing to unpack .../14-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.548 | > Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.548 | > Selecting previously unselected package libasan5:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../15-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package liblsan0:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../16-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package libtsan0:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../17-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package libubsan1:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../18-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package libquadmath0:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../19-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package libgcc-9-dev:amd64.
2023-09-05 19:18:26.549 | > Preparing to unpack .../20-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package gcc-9.
2023-09-05 19:18:26.549 | > Preparing to unpack .../21-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:18:26.549 | > Selecting previously unselected package gcc.
2023-09-05 19:18:26.549 | > Preparing to unpack .../22-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
2023-09-05 19:18:26.549 | > Unpacking gcc (4:9.3.0-1ubuntu2) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package libdpkg-perl.
2023-09-05 19:19:19.477 | > Preparing to unpack .../23-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
2023-09-05 19:19:19.477 | > Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package make.
2023-09-05 19:19:19.477 | > Preparing to unpack .../24-make_4.2.1-1.2_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking make (4.2.1-1.2) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package dpkg-dev.
2023-09-05 19:19:19.477 | > Preparing to unpack .../25-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
2023-09-05 19:19:19.477 | > Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package dctrl-tools.
2023-09-05 19:19:19.477 | > Preparing to unpack .../26-dctrl-tools_2.24-3_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking dctrl-tools (2.24-3) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package dkms.
2023-09-05 19:19:19.477 | > Preparing to unpack .../27-dkms_2.8.1-5ubuntu2_all.deb ...
2023-09-05 19:19:19.477 | > Unpacking dkms (2.8.1-5ubuntu2) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package libnl-3-200:amd64.
2023-09-05 19:19:19.477 | > Preparing to unpack .../28-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package libnl-genl-3-200:amd64.
2023-09-05 19:19:19.477 | > Preparing to unpack .../29-libnl-genl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package wireless-regdb.
2023-09-05 19:19:19.477 | > Preparing to unpack .../30-wireless-regdb_2022.06.06-0ubuntu1~20.04.1_all.deb ...
2023-09-05 19:19:19.477 | > Unpacking wireless-regdb (2022.06.06-0ubuntu1~20.04.1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package iw.
2023-09-05 19:19:19.477 | > Preparing to unpack .../31-iw_5.4-1_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking iw (5.4-1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package crda.
2023-09-05 19:19:19.477 | > Preparing to unpack .../32-crda_3.18-1build1_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking crda (3.18-1build1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package iucode-tool.
2023-09-05 19:19:19.477 | > Preparing to unpack .../33-iucode-tool_2.3.1-1_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking iucode-tool (2.3.1-1) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package linux-firmware.
2023-09-05 19:19:19.477 | > Preparing to unpack .../34-linux-firmware_1.187.39_all.deb ...
2023-09-05 19:19:19.477 | > Unpacking linux-firmware (1.187.39) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package linux-modules-5.4.0-162-generic.
2023-09-05 19:19:19.477 | > Preparing to unpack .../35-linux-modules-5.4.0-162-generic_5.4.0-162.179_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking linux-modules-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package linux-image-5.4.0-162-generic.
2023-09-05 19:19:19.477 | > Preparing to unpack .../36-linux-image-5.4.0-162-generic_5.4.0-162.179_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking linux-image-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package linux-modules-extra-5.4.0-162-generic.
2023-09-05 19:19:19.477 | > Preparing to unpack .../37-linux-modules-extra-5.4.0-162-generic_5.4.0-162.179_amd64.deb ...
2023-09-05 19:19:19.477 | > Unpacking linux-modules-extra-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.477 | > Selecting previously unselected package intel-microcode.
2023-09-05 19:19:19.478 | > Preparing to unpack .../38-intel-microcode_3.20230808.0ubuntu0.20.04.1_amd64.deb ...
2023-09-05 19:19:19.478 | > Unpacking intel-microcode (3.20230808.0ubuntu0.20.04.1) ...
2023-09-05 19:19:19.478 | > Selecting previously unselected package amd64-microcode.
2023-09-05 19:19:19.478 | > Preparing to unpack .../39-amd64-microcode_3.20191218.1ubuntu1.2_amd64.deb ...
2023-09-05 19:19:19.478 | > Unpacking amd64-microcode (3.20191218.1ubuntu1.2) ...
2023-09-05 19:19:19.478 | > Selecting previously unselected package linux-image-generic.
2023-09-05 19:19:19.478 | > Preparing to unpack .../40-linux-image-generic_5.4.0.162.159_amd64.deb ...
2023-09-05 19:19:19.478 | > Unpacking linux-image-generic (5.4.0.162.159) ...
2023-09-05 19:19:19.478 | > Setting up iucode-tool (2.3.1-1) ...
2023-09-05 19:19:19.478 | > Setting up linux-firmware (1.187.39) ...
2023-09-05 19:19:19.478 | > Setting up intel-microcode (3.20230808.0ubuntu0.20.04.1) ...
2023-09-05 19:19:19.478 | > update-initramfs: deferring update (trigger activated)
2023-09-05 19:19:19.478 | > intel-microcode: microcode will be updated at next boot
2023-09-05 19:19:19.478 | > Setting up wireless-regdb (2022.06.06-0ubuntu1~20.04.1) ...
2023-09-05 19:19:19.478 | > Setting up binutils-common:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up amd64-microcode (3.20191218.1ubuntu1.2) ...
2023-09-05 19:19:19.478 | > update-initramfs: deferring update (trigger activated)
2023-09-05 19:19:19.478 | > amd64-microcode: microcode will be updated at next boot
2023-09-05 19:19:19.478 | > Setting up make (4.2.1-1.2) ...
2023-09-05 19:19:19.478 | > Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up libmpc3:amd64 (1.1.0-1) ...
2023-09-05 19:19:19.478 | > Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
2023-09-05 19:19:19.478 | > Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up linux-modules-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.478 | > Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
2023-09-05 19:19:19.478 | > Setting up libisl22:amd64 (0.22.1-1) ...
2023-09-05 19:19:19.478 | > Setting up libbinutils:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up dctrl-tools (2.24-3) ...
2023-09-05 19:19:19.478 | > Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:19:19.478 | > Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
2023-09-05 19:19:19.478 | > Setting up libctf0:amd64 (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:19:19.478 | > Setting up linux-image-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.478 | > I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.4.0-162-generic
2023-09-05 19:19:19.478 | > I: /boot/initrd.img.old is now a symlink to initrd.img-5.4.0-162-generic
2023-09-05 19:19:19.478 | > I: /boot/vmlinuz is now a symlink to vmlinuz-5.4.0-162-generic
2023-09-05 19:19:19.478 | > I: /boot/initrd.img is now a symlink to initrd.img-5.4.0-162-generic
2023-09-05 19:19:19.478 | > Setting up libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
2023-09-05 19:19:19.478 | > Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:19:19.478 | > Setting up iw (5.4-1) ...
2023-09-05 19:19:19.478 | > Setting up crda (3.18-1build1) ...
2023-09-05 19:19:19.478 | > Setting up linux-modules-extra-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.478 | > Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up linux-image-generic (5.4.0.162.159) ...
2023-09-05 19:19:19.478 | > Setting up binutils (2.34-6ubuntu1.6) ...
2023-09-05 19:19:19.478 | > Setting up dpkg-dev (1.19.7ubuntu3.2) ...
2023-09-05 19:19:19.478 | > Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:19:19.478 | > Setting up cpp (4:9.3.0-1ubuntu2) ...
2023-09-05 19:19:19.478 | > Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
2023-09-05 19:19:19.478 | > Setting up gcc (4:9.3.0-1ubuntu2) ...
2023-09-05 19:19:19.478 | > Setting up dkms (2.8.1-5ubuntu2) ...
2023-09-05 19:19:19.478 | > Processing triggers for man-db (2.9.1-1) ...
2023-09-05 19:19:19.478 | > Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
2023-09-05 19:19:19.478 | > Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
2023-09-05 19:19:19.478 | > Processing triggers for linux-image-5.4.0-162-generic (5.4.0-162.179) ...
2023-09-05 19:19:19.478 | > /etc/kernel/postinst.d/dkms:
2023-09-05 19:19:19.478 | >  * dkms: running auto installation service for kernel 5.4.0-162-generic
2023-09-05 19:19:19.478 | >    ...done.
2023-09-05 19:19:19.478 | > /etc/kernel/postinst.d/initramfs-tools:
2023-09-05 19:19:19.478 | > update-initramfs: Generating /boot/initrd.img-5.4.0-162-generic
2023-09-05 19:19:19.478 | > cryptsetup: WARNING: Couldn't determine root device
2023-09-05 19:19:19.478 | > W: Couldn't identify type of root file system for fsck hook
2023-09-05 19:19:19.478 | > W: plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//.so) missing, skipping that theme.
2023-09-05 19:19:19.478 | > W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
2023-09-05 19:19:19.478 | > W: mdadm: failed to auto-generate temporary mdadm.conf file.
2023-09-05 19:19:19.478 | returncode: 0
2023-09-05 19:19:19.485 | dib-run-parts 01-package-installs completed
2023-09-05 19:19:19.485 | dib-run-parts Running /tmp/in_target.d/install.d/05-set-cloud-init-sources
2023-09-05 19:19:19.487 | + set -eu
2023-09-05 19:19:19.487 | + set -o pipefail
2023-09-05 19:19:19.487 | + DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:19:19.487 | + '[' -z Ec2 ']'
2023-09-05 19:19:19.487 | + '[' -d /etc/cloud/cloud.cfg.d ']'
2023-09-05 19:19:19.487 | + cat
2023-09-05 19:19:19.488 | + [[ Ec2 =~ Ec2 ]]
2023-09-05 19:19:19.488 | + cat
2023-09-05 19:19:19.490 | dib-run-parts 05-set-cloud-init-sources completed
2023-09-05 19:19:19.490 | dib-run-parts Running /tmp/in_target.d/install.d/10-cloud-init
2023-09-05 19:19:19.492 | + set -eu
2023-09-05 19:19:19.492 | + set -o pipefail
2023-09-05 19:19:19.492 | + mkdir -p /etc/cloud/cloud.cfg.d
2023-09-05 19:19:19.493 | + '[' -n '' ']'
2023-09-05 19:19:19.494 | dib-run-parts 10-cloud-init completed
2023-09-05 19:19:19.494 | dib-run-parts Running /tmp/in_target.d/install.d/20-install-init-scripts
2023-09-05 19:19:19.497 | + set -eu
2023-09-05 19:19:19.497 | + set -o pipefail
2023-09-05 19:19:19.497 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts
2023-09-05 19:19:19.498 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/
2023-09-05 19:19:19.498 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']'
2023-09-05 19:19:19.499 | dib-run-parts 20-install-init-scripts completed
2023-09-05 19:19:19.499 | dib-run-parts Running /tmp/in_target.d/install.d/80-disable-rfc3041
2023-09-05 19:19:19.501 | + set -e
2023-09-05 19:19:19.501 | + cat
2023-09-05 19:19:19.503 | dib-run-parts 80-disable-rfc3041 completed
2023-09-05 19:19:19.504 | dib-run-parts Running /tmp/in_target.d/install.d/99-package-uninstalls
2023-09-05 19:19:19.506 | + set -eu
2023-09-05 19:19:19.506 | + set -o pipefail
2023-09-05 19:19:19.506 | ++ dirname /tmp/in_target.d/install.d/99-package-uninstalls
2023-09-05 19:19:19.507 | + package-uninstalls -d /tmp/in_target.d/install.d
2023-09-05 19:19:19.508 | + set -eu
2023-09-05 19:19:19.508 | + set -o pipefail
2023-09-05 19:19:19.508 | ++ basename /usr/local/bin/package-uninstalls
2023-09-05 19:19:19.509 | + SCRIPTNAME=package-uninstalls
2023-09-05 19:19:19.509 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d
2023-09-05 19:19:19.510 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
2023-09-05 19:19:19.510 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.510 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
2023-09-05 19:19:19.510 | ++ set -- -d /tmp/in_target.d/install.d --
2023-09-05 19:19:19.510 | + WORKDIR=
2023-09-05 19:19:19.510 | + true
2023-09-05 19:19:19.510 | + case "$1" in
2023-09-05 19:19:19.510 | + WORKDIR=/tmp/in_target.d/install.d
2023-09-05 19:19:19.510 | + shift 2
2023-09-05 19:19:19.510 | + true
2023-09-05 19:19:19.510 | + case "$1" in
2023-09-05 19:19:19.510 | + shift
2023-09-05 19:19:19.510 | + break
2023-09-05 19:19:19.510 | + '[' -z /tmp/in_target.d/install.d ']'
2023-09-05 19:19:19.510 | + PACKAGES=
2023-09-05 19:19:19.510 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:19:19.511 | + install-packages -e
2023-09-05 19:19:19.513 | + set -eu
2023-09-05 19:19:19.513 | + set -o pipefail
2023-09-05 19:19:19.513 | + ACTION=install
2023-09-05 19:19:19.513 | + MAP_ELEMENT=
2023-09-05 19:19:19.513 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:19:19.514 | + SCRIPTNAME=install-packages
2023-09-05 19:19:19.514 | ++ getopt -o hudem: -n install-packages -- -e
2023-09-05 19:19:19.515 | + TEMP=' -e --'
2023-09-05 19:19:19.515 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.515 | + eval set -- ' -e --'
2023-09-05 19:19:19.515 | ++ set -- -e --
2023-09-05 19:19:19.515 | + true
2023-09-05 19:19:19.515 | + case "$1" in
2023-09-05 19:19:19.515 | + ACTION=remove
2023-09-05 19:19:19.515 | + shift
2023-09-05 19:19:19.515 | + true
2023-09-05 19:19:19.515 | + case "$1" in
2023-09-05 19:19:19.515 | + shift
2023-09-05 19:19:19.515 | + break
2023-09-05 19:19:19.515 | + PKGS=
2023-09-05 19:19:19.515 | + '[' -n '' ']'
2023-09-05 19:19:19.515 | + '[' -z '' ']'
2023-09-05 19:19:19.515 | + echo 'Not running install-packages remove with empty packages list'
2023-09-05 19:19:19.515 | Not running install-packages remove with empty packages list
2023-09-05 19:19:19.515 | + package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json
2023-09-05 19:19:19.554 | Running command: ['install-packages', '-e']
2023-09-05 19:19:19.554 | > + set -eu
2023-09-05 19:19:19.554 | > + set -o pipefail
2023-09-05 19:19:19.554 | > + ACTION=install
2023-09-05 19:19:19.554 | > + MAP_ELEMENT=
2023-09-05 19:19:19.554 | > ++ basename /usr/local/bin/install-packages
2023-09-05 19:19:19.554 | > + SCRIPTNAME=install-packages
2023-09-05 19:19:19.554 | > ++ getopt -o hudem: -n install-packages -- -e
2023-09-05 19:19:19.554 | > + TEMP=' -e --'
2023-09-05 19:19:19.554 | > + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.554 | > + eval set -- ' -e --'
2023-09-05 19:19:19.554 | > ++ set -- -e --
2023-09-05 19:19:19.554 | > + true
2023-09-05 19:19:19.554 | > + case "$1" in
2023-09-05 19:19:19.554 | > + ACTION=remove
2023-09-05 19:19:19.554 | > + shift
2023-09-05 19:19:19.554 | > + true
2023-09-05 19:19:19.554 | > + case "$1" in
2023-09-05 19:19:19.554 | > + shift
2023-09-05 19:19:19.554 | > + break
2023-09-05 19:19:19.554 | > + PKGS=
2023-09-05 19:19:19.554 | > + '[' -n '' ']'
2023-09-05 19:19:19.554 | > + '[' -z '' ']'
2023-09-05 19:19:19.554 | > + echo 'Not running install-packages remove with empty packages list'
2023-09-05 19:19:19.554 | > Not running install-packages remove with empty packages list
2023-09-05 19:19:19.554 | returncode: 0
2023-09-05 19:19:19.561 | dib-run-parts 99-package-uninstalls completed
2023-09-05 19:19:19.561 | dib-run-parts ----------------------- PROFILING -----------------------
2023-09-05 19:19:19.561 | dib-run-parts 
2023-09-05 19:19:19.562 | dib-run-parts Target: install.d
2023-09-05 19:19:19.562 | dib-run-parts 
2023-09-05 19:19:19.562 | dib-run-parts Script                                     Seconds
2023-09-05 19:19:19.562 | dib-run-parts ---------------------------------------  ----------
2023-09-05 19:19:19.562 | dib-run-parts 
2023-09-05 19:19:19.569 | dib-run-parts 00-baseline-environment                       0.641
2023-09-05 19:19:19.573 | dib-run-parts 00-up-to-date                                 2.240
2023-09-05 19:19:19.578 | dib-run-parts 01-package-installs                          57.155
2023-09-05 19:19:19.582 | dib-run-parts 05-set-cloud-init-sources                     0.004
2023-09-05 19:19:19.587 | dib-run-parts 10-cloud-init                                 0.003
2023-09-05 19:19:19.592 | dib-run-parts 20-install-init-scripts                       0.003
2023-09-05 19:19:19.596 | dib-run-parts 80-disable-rfc3041                            0.004
2023-09-05 19:19:19.601 | dib-run-parts 99-package-uninstalls                         0.056
2023-09-05 19:19:19.602 | dib-run-parts 
2023-09-05 19:19:19.602 | dib-run-parts --------------------- END PROFILING ---------------------
2023-09-05 19:19:19.607 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   export HOME=/home/mloza
2023-09-05 19:19:19.609 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   HOME=/home/mloza
2023-09-05 19:19:19.612 | + diskimage_builder/lib/img-functions:run_d_in_target:85                           :   trap - ERR
2023-09-05 19:19:19.614 | + diskimage_builder/lib/img-functions:run_d_in_target:86                           :   check_break after-install run_in_target bash
2023-09-05 19:19:19.617 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:19.617 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-install(,|$)' -q
2023-09-05 19:19:19.619 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:19.622 | + diskimage_builder/lib/img-functions:run_d_in_target:87                           :   sudo umount -f /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:19.637 | + diskimage_builder/lib/img-functions:run_d_in_target:88                           :   timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d; do sleep 1; done'
2023-09-05 19:19:19.653 | + diskimage_builder/lib/disk-image-create:main:364                                 :   do_extra_package_install
2023-09-05 19:19:19.655 | + diskimage_builder/lib/img-functions:do_extra_package_install:167                 :   '[' '' '!=' '' ']'
2023-09-05 19:19:19.658 | + diskimage_builder/lib/disk-image-create:main:365                                 :   run_d_in_target post-install
2023-09-05 19:19:19.660 | + diskimage_builder/lib/img-functions:run_d_in_target:65                           :   check_element
2023-09-05 19:19:19.663 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:19:19.665 | + diskimage_builder/lib/img-functions:run_d_in_target:68                           :   '[' -d /tmp/dib_build.EWSe36Au/hooks/post-install.d ']'
2023-09-05 19:19:19.667 | + diskimage_builder/lib/img-functions:run_d_in_target:69                           :   sudo mkdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:19.680 | + diskimage_builder/lib/img-functions:run_d_in_target:74                           :   sudo cp /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:19:19.694 | + diskimage_builder/lib/img-functions:run_d_in_target:79                           :   sudo mount --bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:19.708 | + diskimage_builder/lib/img-functions:run_d_in_target:80                           :   sudo mount -o remount,ro,bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:19.723 | + diskimage_builder/lib/img-functions:run_d_in_target:81                           :   check_break before-post-install run_in_target bash
2023-09-05 19:19:19.726 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:19.726 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-post-install(,|$)' -q
2023-09-05 19:19:19.727 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:19.730 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   '[' -z '' ']'
2023-09-05 19:19:19.733 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   in_target_arg=run_in_target
2023-09-05 19:19:19.735 | + diskimage_builder/lib/img-functions:run_d_in_target:83                           :   trap 'check_break after-error run_in_target bash' ERR
2023-09-05 19:19:19.738 | + 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
2023-09-05 19:19:19.741 | + diskimage_builder/lib/img-functions:run_in_target:50                             :   cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/post-install.d'
2023-09-05 19:19:19.743 | + diskimage_builder/lib/img-functions:run_in_target:52                             :   ORIG_HOME=/home/mloza
2023-09-05 19:19:19.746 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   export HOME=/root
2023-09-05 19:19:19.749 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   HOME=/root
2023-09-05 19:19:19.751 | + diskimage_builder/lib/img-functions:run_in_target:59                             :   sudo -E chroot /tmp/dib_build.EWSe36Au/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'
2023-09-05 19:19:19.774 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults
2023-09-05 19:19:19.776 | + source /tmp/in_target.d/post-install.d/../environment.d/10-base-defaults
2023-09-05 19:19:19.776 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:19:19.776 | ++ DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:19:19.776 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:19:19.778 | + source /tmp/in_target.d/post-install.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:19:19.778 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:19:19.778 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:19:19.778 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:19:19.778 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:19:19.778 | ++ '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:19:19.778 | ++ export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:19:19.778 | ++ DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:19:19.778 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-dpkg.bash
2023-09-05 19:19:19.780 | + source /tmp/in_target.d/post-install.d/../environment.d/10-dpkg.bash
2023-09-05 19:19:19.780 | ++ export DIB_ADD_APT_KEYS=
2023-09-05 19:19:19.780 | ++ DIB_ADD_APT_KEYS=
2023-09-05 19:19:19.780 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:19:19.782 | + source /tmp/in_target.d/post-install.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:19:19.782 | ++ export DISTRO_NAME=ubuntu
2023-09-05 19:19:19.782 | ++ DISTRO_NAME=ubuntu
2023-09-05 19:19:19.782 | ++ export DIB_RELEASE=focal
2023-09-05 19:19:19.782 | ++ DIB_RELEASE=focal
2023-09-05 19:19:19.782 | ++ export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:19:19.782 | ++ DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:19:19.782 | ++ export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:19:19.782 | ++ EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:19:19.782 | ++ ARCH=amd64
2023-09-05 19:19:19.782 | ++ [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:19:19.782 | ++ default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:19.782 | ++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:19.782 | ++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:19.782 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:19:19.784 | + source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:19:19.784 | ++ export DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:19:19.784 | ++ DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:19:19.784 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:19:19.786 | + source /tmp/in_target.d/post-install.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:19:19.786 | ++ [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:19:19.786 | ++ export DIB_INIT_SYSTEM=systemd
2023-09-05 19:19:19.786 | ++ DIB_INIT_SYSTEM=systemd
2023-09-05 19:19:19.786 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests
2023-09-05 19:19:19.788 | + source /tmp/in_target.d/post-install.d/../environment.d/14-manifests
2023-09-05 19:19:19.788 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:19:19.788 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:19:19.788 | ++ export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:19:19.788 | ++ DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:19:19.788 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/15-block-device.bash
2023-09-05 19:19:19.790 | + source /tmp/in_target.d/post-install.d/../environment.d/15-block-device.bash
2023-09-05 19:19:19.790 | ++ [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:19:19.790 | ++ export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:19:19.790 | ++ DIB_BLOCK_DEVICE=mbr
2023-09-05 19:19:19.790 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:19:19.791 | + source /tmp/in_target.d/post-install.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:19:19.792 | ++ export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:19:19.792 | ++ DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:19:19.792 | ++ export DIB_LOCAL_IMAGE=
2023-09-05 19:19:19.792 | ++ DIB_LOCAL_IMAGE=
2023-09-05 19:19:19.792 | dib-run-parts Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system
2023-09-05 19:19:19.793 | + source /tmp/in_target.d/post-install.d/../environment.d/99-dib-init-system
2023-09-05 19:19:19.793 | ++ '[' -z systemd ']'
2023-09-05 19:19:19.793 | ++ case $DIB_INIT_SYSTEM in
2023-09-05 19:19:19.793 | dib-run-parts Running /tmp/in_target.d/post-install.d/00-package-installs
2023-09-05 19:19:19.795 | + set -eu
2023-09-05 19:19:19.795 | + set -o pipefail
2023-09-05 19:19:19.796 | ++ dirname /tmp/in_target.d/post-install.d/00-package-installs
2023-09-05 19:19:19.796 | + package-installs -d /tmp/in_target.d/post-install.d
2023-09-05 19:19:19.797 | + set -eu
2023-09-05 19:19:19.797 | + set -o pipefail
2023-09-05 19:19:19.798 | ++ basename /usr/local/bin/package-installs
2023-09-05 19:19:19.798 | + SCRIPTNAME=package-installs
2023-09-05 19:19:19.799 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d
2023-09-05 19:19:19.799 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
2023-09-05 19:19:19.799 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.799 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
2023-09-05 19:19:19.799 | ++ set -- -d /tmp/in_target.d/post-install.d --
2023-09-05 19:19:19.799 | + WORKDIR=
2023-09-05 19:19:19.799 | + true
2023-09-05 19:19:19.799 | + case "$1" in
2023-09-05 19:19:19.799 | + WORKDIR=/tmp/in_target.d/post-install.d
2023-09-05 19:19:19.799 | + shift 2
2023-09-05 19:19:19.799 | + true
2023-09-05 19:19:19.799 | + case "$1" in
2023-09-05 19:19:19.799 | + shift
2023-09-05 19:19:19.799 | + break
2023-09-05 19:19:19.799 | + '[' -z /tmp/in_target.d/post-install.d ']'
2023-09-05 19:19:19.799 | + PACKAGES=
2023-09-05 19:19:19.800 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:19:19.801 | + '[' -n '' ']'
2023-09-05 19:19:19.801 | + package-installs-v2 --phase post-install.d /tmp/package-installs.json
2023-09-05 19:19:19.835 | Nothing to install
2023-09-05 19:19:19.842 | dib-run-parts 00-package-installs completed
2023-09-05 19:19:19.842 | dib-run-parts Running /tmp/in_target.d/post-install.d/10-enable-init-scripts
2023-09-05 19:19:19.844 | + set -eu
2023-09-05 19:19:19.844 | + set -o pipefail
2023-09-05 19:19:19.844 | ++ dirname /tmp/in_target.d/post-install.d/10-enable-init-scripts
2023-09-05 19:19:19.845 | + SCRIPTS_DIR=/tmp/in_target.d/post-install.d/../init-scripts/systemd/
2023-09-05 19:19:19.845 | + [[ -d /tmp/in_target.d/post-install.d/../init-scripts/systemd/ ]]
2023-09-05 19:19:19.846 | dib-run-parts 10-enable-init-scripts completed
2023-09-05 19:19:19.846 | dib-run-parts Running /tmp/in_target.d/post-install.d/95-package-uninstalls
2023-09-05 19:19:19.848 | + set -eu
2023-09-05 19:19:19.848 | + set -o pipefail
2023-09-05 19:19:19.848 | ++ dirname /tmp/in_target.d/post-install.d/95-package-uninstalls
2023-09-05 19:19:19.849 | + package-uninstalls -d /tmp/in_target.d/post-install.d
2023-09-05 19:19:19.850 | + set -eu
2023-09-05 19:19:19.850 | + set -o pipefail
2023-09-05 19:19:19.850 | ++ basename /usr/local/bin/package-uninstalls
2023-09-05 19:19:19.851 | + SCRIPTNAME=package-uninstalls
2023-09-05 19:19:19.851 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d
2023-09-05 19:19:19.852 | + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
2023-09-05 19:19:19.852 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.852 | + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
2023-09-05 19:19:19.852 | ++ set -- -d /tmp/in_target.d/post-install.d --
2023-09-05 19:19:19.852 | + WORKDIR=
2023-09-05 19:19:19.852 | + true
2023-09-05 19:19:19.852 | + case "$1" in
2023-09-05 19:19:19.852 | + WORKDIR=/tmp/in_target.d/post-install.d
2023-09-05 19:19:19.852 | + shift 2
2023-09-05 19:19:19.852 | + true
2023-09-05 19:19:19.852 | + case "$1" in
2023-09-05 19:19:19.852 | + shift
2023-09-05 19:19:19.852 | + break
2023-09-05 19:19:19.852 | + '[' -z /tmp/in_target.d/post-install.d ']'
2023-09-05 19:19:19.852 | + PACKAGES=
2023-09-05 19:19:19.852 | ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
2023-09-05 19:19:19.854 | + install-packages -e
2023-09-05 19:19:19.855 | + set -eu
2023-09-05 19:19:19.855 | + set -o pipefail
2023-09-05 19:19:19.855 | + ACTION=install
2023-09-05 19:19:19.855 | + MAP_ELEMENT=
2023-09-05 19:19:19.855 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:19:19.856 | + SCRIPTNAME=install-packages
2023-09-05 19:19:19.856 | ++ getopt -o hudem: -n install-packages -- -e
2023-09-05 19:19:19.857 | + TEMP=' -e --'
2023-09-05 19:19:19.857 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:19.857 | + eval set -- ' -e --'
2023-09-05 19:19:19.857 | ++ set -- -e --
2023-09-05 19:19:19.857 | + true
2023-09-05 19:19:19.857 | + case "$1" in
2023-09-05 19:19:19.857 | + ACTION=remove
2023-09-05 19:19:19.857 | + shift
2023-09-05 19:19:19.857 | + true
2023-09-05 19:19:19.857 | + case "$1" in
2023-09-05 19:19:19.857 | + shift
2023-09-05 19:19:19.857 | + break
2023-09-05 19:19:19.857 | + PKGS=
2023-09-05 19:19:19.857 | + '[' -n '' ']'
2023-09-05 19:19:19.857 | + '[' -z '' ']'
2023-09-05 19:19:19.857 | + echo 'Not running install-packages remove with empty packages list'
2023-09-05 19:19:19.857 | Not running install-packages remove with empty packages list
2023-09-05 19:19:19.858 | + package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json
2023-09-05 19:19:19.892 | Nothing to uninstall
2023-09-05 19:19:19.898 | dib-run-parts 95-package-uninstalls completed
2023-09-05 19:19:19.898 | dib-run-parts Running /tmp/in_target.d/post-install.d/97-dkms
2023-09-05 19:19:19.900 | + set -eu
2023-09-05 19:19:19.900 | + set -o pipefail
2023-09-05 19:19:19.900 | ++ dkms status
2023-09-05 19:19:19.901 | ++ tr ,:/ ' '
2023-09-05 19:19:19.901 | ++ awk '{ print $1 "/" $2 }'
2023-09-05 19:19:19.935 | + modules=
2023-09-05 19:19:19.936 | ++ ls '/usr/src/linux-headers-*-*-*' -d
2023-09-05 19:19:19.937 | ls: cannot access '/usr/src/linux-headers-*-*-*': No such file or directory
2023-09-05 19:19:19.938 | ++ sed -e 's|/usr/src/linux-headers-||'
2023-09-05 19:19:19.940 | ++ echo ''
2023-09-05 19:19:19.940 | + kernels=
2023-09-05 19:19:19.940 | + '[' -z '' ']'
2023-09-05 19:19:19.941 | ++ sed -e 's|/usr/src/kernels/||'
2023-09-05 19:19:19.942 | ++ ls '/usr/src/kernels/*' -d
2023-09-05 19:19:19.944 | ls: cannot access '/usr/src/kernels/*': No such file or directory
2023-09-05 19:19:19.945 | ++ echo ''
2023-09-05 19:19:19.945 | + kernels=
2023-09-05 19:19:19.945 | + '[' -z '' ']'
2023-09-05 19:19:19.945 | + echo 'Warning: No kernel versions found for DKMS'
2023-09-05 19:19:19.945 | Warning: No kernel versions found for DKMS
2023-09-05 19:19:19.945 | + __ARCH=amd64
2023-09-05 19:19:19.945 | + unset ARCH
2023-09-05 19:19:19.945 | + ARCH=amd64
2023-09-05 19:19:19.945 | + dkms status
2023-09-05 19:19:19.985 | dib-run-parts 97-dkms completed
2023-09-05 19:19:19.985 | dib-run-parts Running /tmp/in_target.d/post-install.d/99-autoremove
2023-09-05 19:19:19.988 | + set -eu
2023-09-05 19:19:19.988 | + set -o pipefail
2023-09-05 19:19:19.988 | + apt-get -y autoremove
2023-09-05 19:19:20.057 | Reading package lists...
2023-09-05 19:19:20.279 | Building dependency tree...
2023-09-05 19:19:20.280 | Reading state information...
2023-09-05 19:19:20.576 | The following packages will be REMOVED:
2023-09-05 19:19:20.578 |   libfreetype6
2023-09-05 19:19:20.850 | 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2023-09-05 19:19:20.850 | After this operation, 857 kB disk space will be freed.
2023-09-05 19:19:20.879 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 43029 files and directories currently installed.)
2023-09-05 19:19:20.881 | Removing libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
2023-09-05 19:19:20.896 | Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
2023-09-05 19:19:22.162 | dib-run-parts 99-autoremove completed
2023-09-05 19:19:22.162 | dib-run-parts ----------------------- PROFILING -----------------------
2023-09-05 19:19:22.163 | dib-run-parts 
2023-09-05 19:19:22.164 | dib-run-parts Target: post-install.d
2023-09-05 19:19:22.164 | dib-run-parts 
2023-09-05 19:19:22.164 | dib-run-parts Script                                     Seconds
2023-09-05 19:19:22.164 | dib-run-parts ---------------------------------------  ----------
2023-09-05 19:19:22.164 | dib-run-parts 
2023-09-05 19:19:22.171 | dib-run-parts 00-package-installs                           0.047
2023-09-05 19:19:22.175 | dib-run-parts 10-enable-init-scripts                        0.003
2023-09-05 19:19:22.180 | dib-run-parts 95-package-uninstalls                         0.051
2023-09-05 19:19:22.184 | dib-run-parts 97-dkms                                       0.086
2023-09-05 19:19:22.189 | dib-run-parts 99-autoremove                                 2.176
2023-09-05 19:19:22.190 | dib-run-parts 
2023-09-05 19:19:22.190 | dib-run-parts --------------------- END PROFILING ---------------------
2023-09-05 19:19:22.195 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   export HOME=/home/mloza
2023-09-05 19:19:22.197 | + diskimage_builder/lib/img-functions:run_in_target:60                             :   HOME=/home/mloza
2023-09-05 19:19:22.200 | + diskimage_builder/lib/img-functions:run_d_in_target:85                           :   trap - ERR
2023-09-05 19:19:22.203 | + diskimage_builder/lib/img-functions:run_d_in_target:86                           :   check_break after-post-install run_in_target bash
2023-09-05 19:19:22.206 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:22.206 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-post-install(,|$)' -q
2023-09-05 19:19:22.207 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:22.212 | + diskimage_builder/lib/img-functions:run_d_in_target:87                           :   sudo umount -f /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:22.226 | + diskimage_builder/lib/img-functions:run_d_in_target:88                           :   timeout 10 sh -c ' while ! sudo rmdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d; do sleep 1; done'
2023-09-05 19:19:22.242 | + diskimage_builder/lib/disk-image-create:main:366                                 :   run_d post-root
2023-09-05 19:19:22.245 | + diskimage_builder/lib/common-functions:run_d:247                                 :   check_element
2023-09-05 19:19:22.247 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:19:22.250 | + diskimage_builder/lib/common-functions:run_d:248                                 :   check_break before-post-root bash
2023-09-05 19:19:22.253 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:22.253 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-post-root(,|$)' -q
2023-09-05 19:19:22.254 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:22.258 | + diskimage_builder/lib/common-functions:run_d:249                                 :   '[' -d /tmp/dib_build.EWSe36Au/hooks/post-root.d ']'
2023-09-05 19:19:22.260 | + diskimage_builder/lib/common-functions:run_d:260                                 :   check_break after-post-root bash
2023-09-05 19:19:22.263 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:22.263 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-post-root(,|$)' -q
2023-09-05 19:19:22.265 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:22.269 | + diskimage_builder/lib/disk-image-create:main:370                                 :   '[' -e /tmp/dib_build.EWSe36Au/mnt/lost+found ']'
2023-09-05 19:19:22.271 | + diskimage_builder/lib/disk-image-create:main:374                                 :   unmount_image
2023-09-05 19:19:22.274 | + diskimage_builder/lib/img-functions:unmount_image:22                             :   sync
2023-09-05 19:19:22.283 | + diskimage_builder/lib/img-functions:unmount_image:26                             :   unmount_dir /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:22.286 | + diskimage_builder/lib/common-functions:unmount_dir:422                           :   local dir=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:22.288 | + diskimage_builder/lib/common-functions:unmount_dir:423                           :   local real_dir
2023-09-05 19:19:22.290 | + diskimage_builder/lib/common-functions:unmount_dir:424                           :   local mnts
2023-09-05 19:19:22.292 | + diskimage_builder/lib/common-functions:unmount_dir:425                           :   local split_mounts
2023-09-05 19:19:22.295 | + diskimage_builder/lib/common-functions:unmount_dir:426                           :   local found_mountpoint
2023-09-05 19:19:22.297 | + diskimage_builder/lib/common-functions:unmount_dir:428                           :   '[' '!' -d /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:19:22.300 | ++ diskimage_builder/lib/common-functions:unmount_dir:435                           :   readlink -e /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:22.303 | + diskimage_builder/lib/common-functions:unmount_dir:435                           :   real_dir=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:22.305 | + diskimage_builder/lib/common-functions:unmount_dir:438                           :   IFS='|'
2023-09-05 19:19:22.307 | + diskimage_builder/lib/common-functions:unmount_dir:438                           :   read -ra split_mounts
2023-09-05 19:19:22.311 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   awk '{print $2}'
2023-09-05 19:19:22.311 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   grep '^/tmp/dib_build.EWSe36Au/mnt/'
2023-09-05 19:19:22.311 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   sort -r
2023-09-05 19:19:22.316 | + diskimage_builder/lib/common-functions:unmount_dir:443                           :   mnts='/tmp/dib_build.EWSe36Au/mnt/var/cache/apt/archives
2023-09-05 19:19:22.316 | /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:22.316 | /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:22.316 | /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:22.316 | /tmp/dib_build.EWSe36Au/mnt/dev'
2023-09-05 19:19:22.318 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:22.321 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:22.323 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:22.326 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:22.328 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:22.330 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/var/cache/apt/archives'
2023-09-05 19:19:22.330 | Unmount /tmp/dib_build.EWSe36Au/mnt/var/cache/apt/archives
2023-09-05 19:19:22.333 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/var/cache/apt/archives
2023-09-05 19:19:22.349 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:22.351 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:22.354 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:22.356 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:22.358 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:22.360 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/sys'
2023-09-05 19:19:22.360 | Unmount /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:22.363 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:22.377 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:22.379 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:22.381 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:22.384 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:22.386 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:22.389 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/proc'
2023-09-05 19:19:22.389 | Unmount /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:22.391 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:22.406 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:22.408 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:22.411 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:22.414 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:22.416 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:22.419 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/dev/pts'
2023-09-05 19:19:22.419 | Unmount /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:22.421 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:22.435 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:22.438 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:22.440 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:22.442 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:22.444 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:22.447 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/dev'
2023-09-05 19:19:22.447 | Unmount /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:19:22.449 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:19:22.464 | + diskimage_builder/lib/img-functions:unmount_image:27                             :   '[' -n '' ']'
2023-09-05 19:19:22.466 | + diskimage_builder/lib/img-functions:unmount_image:30                             :   '[' -n '' ']'
2023-09-05 19:19:22.468 | + diskimage_builder/lib/disk-image-create:main:375                                 :   mv /tmp/dib_build.EWSe36Au/mnt /tmp/dib_build.EWSe36Au/built
2023-09-05 19:19:22.479 | + diskimage_builder/lib/disk-image-create:main:382                                 :   du_output=/tmp/dib_build.EWSe36Au/du_output.tmp
2023-09-05 19:19:22.481 | + diskimage_builder/lib/disk-image-create:main:384                                 :   '[' -n '' ']'
2023-09-05 19:19:22.484 | Calculating image size (this may take a minute)...
2023-09-05 19:19:22.669 | + diskimage_builder/lib/disk-image-create:main:403                                 :   [[ 0 != 0 ]]
2023-09-05 19:19:22.671 | + diskimage_builder/lib/disk-image-create:main:437                                 :   rm -f /tmp/dib_build.EWSe36Au/du_output.tmp
2023-09-05 19:19:22.674 | + diskimage_builder/lib/disk-image-create:main:439                                 :   '[' -n '' ']'
2023-09-05 19:19:22.677 | + diskimage_builder/lib/disk-image-create:main:442                                 :   journal_size=64
2023-09-05 19:19:22.679 | + diskimage_builder/lib/disk-image-create:main:445                                 :   '[' ext4 = ext4 ']'
2023-09-05 19:19:22.682 | + diskimage_builder/lib/disk-image-create:main:449                                 :   MKFS_OPTS='-i 4096 -J size=64 '
2023-09-05 19:19:22.684 | + diskimage_builder/lib/disk-image-create:main:464                                 :   [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:19:22.687 | + diskimage_builder/lib/disk-image-create:main:470                                 :   '[' -z '' ']'
2023-09-05 19:19:22.689 | + diskimage_builder/lib/disk-image-create:main:471                                 :   du_size=4199922
2023-09-05 19:19:22.691 | + diskimage_builder/lib/disk-image-create:main:482                                 :   [[ cloud-init-datasources vm cache-url sysprep install-types base bootloader ubuntu-common install-bin block-device-mbr pkg-map ubuntu dkms dpkg dib-init-system manifests package-installs =~ block-device-efi ]]
2023-09-05 19:19:22.694 | ++ diskimage_builder/lib/disk-image-create:main:490                                 :   echo 4199922
2023-09-05 19:19:22.694 | ++ diskimage_builder/lib/disk-image-create:main:490                                 :   awk ' { if ($1 % 64 != 0) print $1 + 64 - ( $1 % 64); else print $1; } '
2023-09-05 19:19:22.699 | + diskimage_builder/lib/disk-image-create:main:490                                 :   export DIB_IMAGE_SIZE=4199936
2023-09-05 19:19:22.701 | + diskimage_builder/lib/disk-image-create:main:490                                 :   DIB_IMAGE_SIZE=4199936
2023-09-05 19:19:22.703 | + diskimage_builder/lib/disk-image-create:main:492                                 :   '[' -n '' ']'
2023-09-05 19:19:22.706 | + diskimage_builder/lib/disk-image-create:main:496                                 :   export TMP_IMAGE_DIR
2023-09-05 19:19:22.708 | + diskimage_builder/lib/disk-image-create:main:499                                 :   eval_run_d block-device IMAGE_BLOCK_DEVICE=
2023-09-05 19:19:22.711 | ++ diskimage_builder/lib/common-functions:eval_run_d:162                            :   mktemp
2023-09-05 19:19:22.714 | + diskimage_builder/lib/common-functions:eval_run_d:162                            :   local run_output=/tmp/tmp.y7mxQEdrsL
2023-09-05 19:19:22.716 | + diskimage_builder/lib/common-functions:eval_run_d:163                            :   trap 'rm -f /tmp/tmp.y7mxQEdrsL; check_break after-error bash' ERR
2023-09-05 19:19:22.719 | + diskimage_builder/lib/common-functions:eval_run_d:164                            :   run_d block-device /tmp/tmp.y7mxQEdrsL
2023-09-05 19:19:22.722 | + diskimage_builder/lib/common-functions:run_d:247                                 :   check_element
2023-09-05 19:19:22.725 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:19:22.727 | + diskimage_builder/lib/common-functions:run_d:248                                 :   check_break before-block-device bash
2023-09-05 19:19:22.730 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:22.730 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-block-device(,|$)' -q
2023-09-05 19:19:22.732 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:22.736 | + diskimage_builder/lib/common-functions:run_d:249                                 :   '[' -d /tmp/dib_build.EWSe36Au/hooks/block-device.d ']'
2023-09-05 19:19:22.738 | + diskimage_builder/lib/common-functions:run_d:260                                 :   check_break after-block-device bash
2023-09-05 19:19:22.741 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:22.741 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-block-device(,|$)' -q
2023-09-05 19:19:22.743 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:22.747 | + diskimage_builder/lib/common-functions:eval_run_d:165                            :   grep -q IMAGE_BLOCK_DEVICE= /tmp/tmp.y7mxQEdrsL
2023-09-05 19:19:22.751 | + diskimage_builder/lib/common-functions:eval_run_d:169                            :   rm /tmp/tmp.y7mxQEdrsL
2023-09-05 19:19:22.755 | + diskimage_builder/lib/common-functions:eval_run_d:170                            :   trap - ERR
2023-09-05 19:19:22.757 | + diskimage_builder/lib/disk-image-create:main:501                                 :   '[' -z ']'
2023-09-05 19:19:22.760 | + diskimage_builder/lib/disk-image-create:main:504                                 :   echo 'image-size: 4199936KiB'
2023-09-05 19:19:22.762 | + diskimage_builder/lib/disk-image-create:main:506                                 :   '[' -n '-i 4096 -J size=64 ' ']'
2023-09-05 19:19:22.765 | + diskimage_builder/lib/disk-image-create:main:507                                 :   echo 'root-fs-opts: '\''-i 4096 -J size=64 '\'''
2023-09-05 19:19:22.767 | + diskimage_builder/lib/disk-image-create:main:513                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py init
2023-09-05 19:19:22.946 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:22.946 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:22.948 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'partitioning': {'base': 'image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'mkfs': {'mount': {'mount_point': '/', 'fstab': {'options': 'defaults', 'fsck-passno': 1}}}}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:260
2023-09-05 19:19:22.948 | DEBUG diskimage_builder.block_device.blockdevice [-] Config before merge [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:262
2023-09-05 19:19:22.948 | DEBUG diskimage_builder.block_device.blockdevice [-] Final config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}]] cmd_init /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:264
2023-09-05 19:19:22.949 | INFO diskimage_builder.block_device.blockdevice [-] Wrote final block device config to [/tmp/dib_build.EWSe36Au/states/block-device/config.json]
2023-09-05 19:19:22.984 | + diskimage_builder/lib/disk-image-create:main:516                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py create
2023-09-05 19:19:23.235 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:23.235 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:23.236 | INFO diskimage_builder.block_device.blockdevice [-] create() called
2023-09-05 19:19:23.236 | DEBUG diskimage_builder.block_device.blockdevice [-] Using config [[{'local_loop': {'name': 'image0'}}, {'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}, {'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}, {'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}, {'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}]] cmd_create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:414
2023-09-05 19:19:23.236 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'local_loop': {'name': 'image0'}}] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:172
2023-09-05 19:19:23.236 | DEBUG diskimage_builder.block_device.level0.localloop [-] Creating LocalLoop object; config [{'name': 'image0'}] default_config [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level0/localloop.py:75
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.level0.localloop [-] Using default image size [4300734464] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level0/localloop.py:83
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.config [-] Adding image0 : <diskimage_builder.block_device.level0.localloop.LocalLoopNode object at 0x7f95bce7e010> create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:202
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'fstab': {'base': 'mount_mkfs_root', 'name': 'fstab_mount_mkfs_root', 'options': 'defaults', 'fsck-passno': 1}}] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:172
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.config [-] Adding fstab_mount_mkfs_root : <diskimage_builder.block_device.level4.fstab.FstabNode object at 0x7f95bce7e790> create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:202
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mount': {'base': 'mkfs_root', 'name': 'mount_mkfs_root', 'mount_point': '/'}}] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:172
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.level3.mount [-] MountPoint created [<diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7f95bce7e910>] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level3/mount.py:42
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.level3.mount [-] Ordered mounts now: [('/', 'mount_mkfs_root')] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level3/mount.py:191
2023-09-05 19:19:23.237 | DEBUG diskimage_builder.block_device.config [-] Adding mount_mkfs_root : <diskimage_builder.block_device.level3.mount.MountPointNode object at 0x7f95bce7e910> create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:202
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'mkfs': {'base': 'root', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}}] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:172
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Create filesystem object; config [{'base': 'root', 'name': 'mkfs_root', 'type': 'ext4', 'opts': '-i 4096 -J size=64 ', 'label': 'cloudimg-rootfs'}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level2/mkfs.py:44
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Filesystem created [<diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7f95bce7e9d0>] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level2/mkfs.py:98
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.config [-] Adding mkfs_root : <diskimage_builder.block_device.level2.mkfs.FilesystemNode object at 0x7f95bce7e9d0> create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:202
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.config [-] Config entry [{'partitioning': {'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}}] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:172
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Creating Partitioning object; config [{'base': 'image0', 'name': 'partitioning_image0', 'label': 'mbr', 'partitions': [{'name': 'root', 'flags': ['boot', 'primary'], 'size': '100%', 'base': 'image0'}]}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/partitioning.py:35
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.config [-] Adding root : <diskimage_builder.block_device.level1.partition.PartitionNode object at 0x7f95bce7f110> create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:202
2023-09-05 19:19:23.238 | DEBUG diskimage_builder.block_device.config [-] Edges for image0: f:[] t:[] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:216
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.config [-] Edges for fstab_mount_mkfs_root: f:['mount_mkfs_root'] t:[] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:216
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.config [-] Edges for mount_mkfs_root: f:['mkfs_root'] t:[] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:216
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.config [-] Edges for mkfs_root: f:['root'] t:[] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:216
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.config [-] Edges for root: f:['image0'] t:[] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:216
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.config [-] Call order: ['image0', 'root', 'mkfs_root', 'mount_mkfs_root', 'fstab_mount_mkfs_root'] create_graph /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/config.py:241
2023-09-05 19:19:23.239 | DEBUG diskimage_builder.block_device.level0.localloop [-] [image0] Creating loop on [/tmp/dib_image.eeiKWSLx/image0.raw] with size [4300734464] create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level0/localloop.py:95
2023-09-05 19:19:23.240 | INFO diskimage_builder.block_device.level0.localloop [-] Create image file [/tmp/dib_image.eeiKWSLx/image0.raw]
2023-09-05 19:19:23.240 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev attach
2023-09-05 19:19:23.240 | DEBUG diskimage_builder.block_device.level0.localloop [-] Calling [sudo losetup --show -f /tmp/dib_image.eeiKWSLx/image0.raw] loopdev_attach /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level0/localloop.py:43
2023-09-05 19:19:23.240 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup --show -f /tmp/dib_image.eeiKWSLx/image0.raw]
2023-09-05 19:19:23.260 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /dev/loop0 exec_sudo /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/utils.py:135
2023-09-05 19:19:23.262 | INFO diskimage_builder.block_device.level0.localloop [-] New block device [/dev/loop0]
2023-09-05 19:19:23.262 | DEBUG diskimage_builder.block_device.level0.localloop [-] Created loop  name [image0] device [/dev/loop0] image [/tmp/dib_image.eeiKWSLx/image0.raw] create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level0/localloop.py:109
2023-09-05 19:19:23.262 | INFO diskimage_builder.block_device.level1.partitioning [-] Creating partition on [image0] [/tmp/dib_image.eeiKWSLx/image0.raw]
2023-09-05 19:19:23.263 | INFO diskimage_builder.block_device.level1.mbr [-] Create MBR disk partitioning object
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Not partitioned space [4298637312] _create_mbr /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/partitioning.py:108
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Add new partition primary [True] boot [True] size [4298637312] type [83] add_partition /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:346
2023-09-05 19:19:23.263 | INFO diskimage_builder.block_device.level1.mbr [-] Partition absolute [2048] relative [0] length [8395776] absolute end [8398848]
2023-09-05 19:19:23.263 | INFO diskimage_builder.block_device.level1.mbr [-] Write partition entry blockno [0] entry [0] start [2048] length [8395776]
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Convert LBA to CHS [2048] -> [0, 32, 33] lba2chs /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:196
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Convert LBA to CHS [8397824] -> [524, 202, 51] lba2chs /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:196
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Encode CHS to disk format [0 32 33] -> [20 21 00] encode_chs /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:217
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Encode CHS to disk format [524 202 51] -> [ca b3 0c] encode_chs /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:217
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.mbr [-] Next free [8398848] add_primary_partition /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/mbr.py:311
2023-09-05 19:19:23.263 | DEBUG diskimage_builder.block_device.level1.partitioning [-] Create partition [root] [1] _create_mbr /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level1/partitioning.py:114
2023-09-05 19:19:23.263 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync]
2023-09-05 19:19:23.283 | INFO diskimage_builder.block_device.utils [-] Calling [sudo kpartx -uvs /dev/loop0]
2023-09-05 19:19:23.306 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: add map loop0p1 (254:0): 0 8395776 linear 7:0 2048 exec_sudo /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/utils.py:135
2023-09-05 19:19:23.307 | DEBUG diskimage_builder.block_device.level2.mkfs [-] Creating fs command [['mkfs', '-t', 'ext4', '-i', '4096', '-J', 'size=64', '-L', 'cloudimg-rootfs', '-U', '98519cab-02c6-42a3-a933-32bfb8f6a84c', '-q', '/dev/mapper/loop0p1']] create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level2/mkfs.py:135
2023-09-05 19:19:23.307 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkfs -t ext4 -i 4096 -J size=64 -L cloudimg-rootfs -U 98519cab-02c6-42a3-a933-32bfb8f6a84c -q /dev/mapper/loop0p1]
2023-09-05 19:19:23.365 | DEBUG diskimage_builder.block_device.level3.mount [-] mount called [/] create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level3/mount.py:80
2023-09-05 19:19:23.365 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.EWSe36Au/mnt/]
2023-09-05 19:19:23.381 | INFO diskimage_builder.block_device.level3.mount [-] Mounting [mount_mkfs_root] to [/tmp/dib_build.EWSe36Au/mnt/]
2023-09-05 19:19:23.381 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mount /dev/mapper/loop0p1 /tmp/dib_build.EWSe36Au/mnt/]
2023-09-05 19:19:23.405 | DEBUG diskimage_builder.block_device.level4.fstab [-] fstab create called [fstab_mount_mkfs_root] create /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/level4/fstab.py:38
2023-09-05 19:19:23.406 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing state to: /tmp/dib_build.EWSe36Au/states/block-device/state.json save_state /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:101
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-] {'blockdev': {'image0': {'device': '/dev/loop0',   debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                          'image': '/tmp/dib_image.eeiKWSLx/image0.raw'}, debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]               'root': {'device': '/dev/mapper/loop0p1'}}, debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'filesys': {'mkfs_root': {'device': '/dev/mapper/loop0p1', debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                            'fstype': 'ext4',       debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                            'label': 'cloudimg-rootfs', debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                            'opts': ['-i',          debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                     '4096',        debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                     '-J',          debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                     'size=64'],    debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                            'uuid': '98519cab-02c6-42a3-a933-32bfb8f6a84c'}}, debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'fs_labels': ['cloudimg-rootfs'],                 debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'fstab': {'mount_mkfs_root': {'base': 'mount_mkfs_root', debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                'dump-freq': 0,     debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                'fsck-passno': 1,   debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                'name': 'fstab_mount_mkfs_root', debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                                'options': 'defaults'}}, debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'mount': {'/': {'base': 'mkfs_root',              debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                  'name': 'mount_mkfs_root',        debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                  'path': '/tmp/dib_build.EWSe36Au/mnt/'}}, debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'mount_order': ['/'],                             debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]  'sorted_mount_points': [('/',                     debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.407 | DEBUG diskimage_builder.block_device.blockdevice [-]                           'mount_mkfs_root')]}     debug_dump /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:112
2023-09-05 19:19:23.408 | INFO diskimage_builder.block_device.blockdevice [-] create() finished
2023-09-05 19:19:23.444 | ++ diskimage_builder/lib/disk-image-create:main:520                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval image-block-device
2023-09-05 19:19:23.631 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:23.631 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:23.631 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-device]
2023-09-05 19:19:23.665 | + diskimage_builder/lib/disk-image-create:main:520                                 :   IMAGE_BLOCK_DEVICE=/dev/loop0
2023-09-05 19:19:23.667 | + diskimage_builder/lib/disk-image-create:main:521                                 :   export IMAGE_BLOCK_DEVICE
2023-09-05 19:19:23.670 | ++ diskimage_builder/lib/disk-image-create:main:527                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py getval image-block-devices
2023-09-05 19:19:23.853 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:23.853 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:23.853 | INFO diskimage_builder.block_device.blockdevice [-] Getting value for [image-block-devices]
2023-09-05 19:19:23.887 | + diskimage_builder/lib/disk-image-create:main:527                                 :   IMAGE_BLOCK_DEVICES=' [image0]=/dev/loop0  [root]=/dev/mapper/loop0p1 '
2023-09-05 19:19:23.889 | + diskimage_builder/lib/disk-image-create:main:528                                 :   export IMAGE_BLOCK_DEVICES
2023-09-05 19:19:23.892 | + diskimage_builder/lib/disk-image-create:main:531                                 :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py writefstab
2023-09-05 19:19:24.076 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:24.076 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:24.076 | INFO diskimage_builder.block_device.blockdevice [-] Creating fstab
2023-09-05 19:19:24.076 | DEBUG diskimage_builder.block_device.blockdevice [-] Writing fstab entry for [/] cmd_writefstab /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:381
2023-09-05 19:19:24.076 | INFO diskimage_builder.block_device.utils [-] Calling [sudo mkdir -p /tmp/dib_build.EWSe36Au/built/etc]
2023-09-05 19:19:24.089 | INFO diskimage_builder.block_device.utils [-] Calling [sudo cp /tmp/dib_build.EWSe36Au/states/block-device/fstab /tmp/dib_build.EWSe36Au/built/etc/fstab]
2023-09-05 19:19:24.135 | + diskimage_builder/lib/disk-image-create:main:535                                 :   LOOPDEV=/dev/loop0
2023-09-05 19:19:24.137 | + diskimage_builder/lib/disk-image-create:main:547                                 :   sudo cp -ra /tmp/dib_build.EWSe36Au/built/bin /tmp/dib_build.EWSe36Au/built/boot /tmp/dib_build.EWSe36Au/built/dev /tmp/dib_build.EWSe36Au/built/etc /tmp/dib_build.EWSe36Au/built/home /tmp/dib_build.EWSe36Au/built/lib /tmp/dib_build.EWSe36Au/built/lib32 /tmp/dib_build.EWSe36Au/built/lib64 /tmp/dib_build.EWSe36Au/built/libx32 /tmp/dib_build.EWSe36Au/built/media /tmp/dib_build.EWSe36Au/built/mnt /tmp/dib_build.EWSe36Au/built/opt /tmp/dib_build.EWSe36Au/built/proc /tmp/dib_build.EWSe36Au/built/root /tmp/dib_build.EWSe36Au/built/run /tmp/dib_build.EWSe36Au/built/sbin /tmp/dib_build.EWSe36Au/built/snap /tmp/dib_build.EWSe36Au/built/srv /tmp/dib_build.EWSe36Au/built/sys /tmp/dib_build.EWSe36Au/built/tmp /tmp/dib_build.EWSe36Au/built/usr /tmp/dib_build.EWSe36Au/built/var /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:30.207 | + diskimage_builder/lib/disk-image-create:main:548                                 :   sudo rm -fr /tmp/dib_build.EWSe36Au/built/bin /tmp/dib_build.EWSe36Au/built/boot /tmp/dib_build.EWSe36Au/built/dev /tmp/dib_build.EWSe36Au/built/etc /tmp/dib_build.EWSe36Au/built/home /tmp/dib_build.EWSe36Au/built/lib /tmp/dib_build.EWSe36Au/built/lib32 /tmp/dib_build.EWSe36Au/built/lib64 /tmp/dib_build.EWSe36Au/built/libx32 /tmp/dib_build.EWSe36Au/built/media /tmp/dib_build.EWSe36Au/built/mnt /tmp/dib_build.EWSe36Au/built/opt /tmp/dib_build.EWSe36Au/built/proc /tmp/dib_build.EWSe36Au/built/root /tmp/dib_build.EWSe36Au/built/run /tmp/dib_build.EWSe36Au/built/sbin /tmp/dib_build.EWSe36Au/built/snap /tmp/dib_build.EWSe36Au/built/srv /tmp/dib_build.EWSe36Au/built/sys /tmp/dib_build.EWSe36Au/built/tmp /tmp/dib_build.EWSe36Au/built/usr /tmp/dib_build.EWSe36Au/built/var
2023-09-05 19:19:30.698 | + diskimage_builder/lib/disk-image-create:main:550                                 :   mount_proc_dev_sys
2023-09-05 19:19:30.701 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:405                    :   sudo mount -t proc none /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:30.716 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:406                    :   sudo mount --bind /dev /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:19:30.731 | ++ diskimage_builder/lib/common-functions:mount_proc_dev_sys:407                    :   mount_dev_pts_options
2023-09-05 19:19:30.734 | +++ diskimage_builder/lib/common-functions:mount_dev_pts_options:400                 :   findmnt --first-only /dev/pts --noheadings --output OPTIONS
2023-09-05 19:19:30.738 | ++ diskimage_builder/lib/common-functions:mount_dev_pts_options:400                 :   echo '-o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000'
2023-09-05 19:19:30.740 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:407                    :   sudo mount -t devpts -o rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 devpts /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:30.756 | + diskimage_builder/lib/common-functions:mount_proc_dev_sys:415                    :   sudo mount -o ro -t sysfs none /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:30.771 | + diskimage_builder/lib/disk-image-create:main:551                                 :   run_d pre-finalise
2023-09-05 19:19:30.773 | + diskimage_builder/lib/common-functions:run_d:247                                 :   check_element
2023-09-05 19:19:30.775 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:19:30.777 | + diskimage_builder/lib/common-functions:run_d:248                                 :   check_break before-pre-finalise bash
2023-09-05 19:19:30.780 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:30.780 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-pre-finalise(,|$)' -q
2023-09-05 19:19:30.782 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:30.785 | + diskimage_builder/lib/common-functions:run_d:249                                 :   '[' -d /tmp/dib_build.EWSe36Au/hooks/pre-finalise.d ']'
2023-09-05 19:19:30.787 | + diskimage_builder/lib/common-functions:run_d:260                                 :   check_break after-pre-finalise bash
2023-09-05 19:19:30.790 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:30.790 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-pre-finalise(,|$)' -q
2023-09-05 19:19:30.791 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:30.795 | + diskimage_builder/lib/disk-image-create:main:552                                 :   run_d_in_target finalise
2023-09-05 19:19:30.797 | + diskimage_builder/lib/img-functions:run_d_in_target:65                           :   check_element
2023-09-05 19:19:30.800 | + diskimage_builder/lib/common-functions:check_element:155                         :   '[' -d /tmp/dib_build.EWSe36Au/hooks ']'
2023-09-05 19:19:30.802 | + diskimage_builder/lib/img-functions:run_d_in_target:68                           :   '[' -d /tmp/dib_build.EWSe36Au/hooks/finalise.d ']'
2023-09-05 19:19:30.805 | + diskimage_builder/lib/img-functions:run_d_in_target:69                           :   sudo mkdir /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:30.818 | + diskimage_builder/lib/img-functions:run_d_in_target:74                           :   sudo cp /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-run-parts /tmp/dib_build.EWSe36Au/hooks
2023-09-05 19:19:30.832 | + diskimage_builder/lib/img-functions:run_d_in_target:79                           :   sudo mount --bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:30.848 | + diskimage_builder/lib/img-functions:run_d_in_target:80                           :   sudo mount -o remount,ro,bind /tmp/dib_build.EWSe36Au/hooks /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:30.862 | + diskimage_builder/lib/img-functions:run_d_in_target:81                           :   check_break before-finalise run_in_target bash
2023-09-05 19:19:30.865 | + diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:30.865 | + diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)before-finalise(,|$)' -q
2023-09-05 19:19:30.867 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:30.870 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   '[' -z '' ']'
2023-09-05 19:19:30.873 | + diskimage_builder/lib/img-functions:run_d_in_target:82                           :   in_target_arg=run_in_target
2023-09-05 19:19:30.875 | + diskimage_builder/lib/img-functions:run_d_in_target:83                           :   trap 'check_break after-error run_in_target bash' ERR
2023-09-05 19:19:30.878 | + diskimage_builder/lib/img-functions:run_d_in_target:84                           :   run_in_target /tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d
2023-09-05 19:19:30.881 | + diskimage_builder/lib/img-functions:run_in_target:50                             :   cmd='/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d'
2023-09-05 19:19:30.884 | + diskimage_builder/lib/img-functions:run_in_target:52                             :   ORIG_HOME=/home/mloza
2023-09-05 19:19:30.886 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   export HOME=/root
2023-09-05 19:19:30.889 | + diskimage_builder/lib/img-functions:run_in_target:53                             :   HOME=/root
2023-09-05 19:19:30.891 | + diskimage_builder/lib/img-functions:run_in_target:59                             :   sudo -E chroot /tmp/dib_build.EWSe36Au/mnt env -u TMPDIR -u VIRTUAL_ENV 'PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' sh -c '/tmp/in_target.d/dib-run-parts /tmp/in_target.d/finalise.d'
2023-09-05 19:19:30.914 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults
2023-09-05 19:19:30.915 | + source /tmp/in_target.d/finalise.d/../environment.d/10-base-defaults
2023-09-05 19:19:30.915 | ++ export DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:19:30.915 | ++ DIB_AVOID_PACKAGES_UPDATE=0
2023-09-05 19:19:30.916 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:19:30.917 | + source /tmp/in_target.d/finalise.d/../environment.d/10-bootloader-default-cmdline
2023-09-05 19:19:30.918 | ++ export 'DIB_BOOTLOADER_DEFAULT_CMDLINE=nofb nomodeset gfxpayload=text'
2023-09-05 19:19:30.918 | ++ DIB_BOOTLOADER_DEFAULT_CMDLINE='nofb nomodeset gfxpayload=text'
2023-09-05 19:19:30.918 | ++ export DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:19:30.918 | ++ DIB_BOOTLOADER_SERIAL_CONSOLE=
2023-09-05 19:19:30.918 | ++ '[' '!' -v DIB_BOOTLOADER_VIRTUAL_TERMINAL ']'
2023-09-05 19:19:30.918 | ++ export DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:19:30.918 | ++ DIB_BOOTLOADER_VIRTUAL_TERMINAL=tty0
2023-09-05 19:19:30.918 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-dpkg.bash
2023-09-05 19:19:30.920 | + source /tmp/in_target.d/finalise.d/../environment.d/10-dpkg.bash
2023-09-05 19:19:30.920 | ++ export DIB_ADD_APT_KEYS=
2023-09-05 19:19:30.920 | ++ DIB_ADD_APT_KEYS=
2023-09-05 19:19:30.920 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:19:30.922 | + source /tmp/in_target.d/finalise.d/../environment.d/10-ubuntu-distro-name.bash
2023-09-05 19:19:30.922 | ++ export DISTRO_NAME=ubuntu
2023-09-05 19:19:30.922 | ++ DISTRO_NAME=ubuntu
2023-09-05 19:19:30.922 | ++ export DIB_RELEASE=focal
2023-09-05 19:19:30.922 | ++ DIB_RELEASE=focal
2023-09-05 19:19:30.922 | ++ export DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:19:30.922 | ++ DIB_DEBIAN_COMPONENTS=main,universe
2023-09-05 19:19:30.922 | ++ export EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:19:30.922 | ++ EFI_BOOT_DIR=EFI/ubuntu
2023-09-05 19:19:30.922 | ++ ARCH=amd64
2023-09-05 19:19:30.922 | ++ [[ arm64 armhf powerpc ppc64el s390x =~ amd64 ]]
2023-09-05 19:19:30.922 | ++ default_ubuntu_mirror=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:30.922 | ++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:30.922 | ++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu
2023-09-05 19:19:30.922 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:19:30.924 | + source /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash
2023-09-05 19:19:30.924 | ++ export DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:19:30.924 | ++ DIB_DEFAULT_INSTALLTYPE=source
2023-09-05 19:19:30.924 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:19:30.926 | + source /tmp/in_target.d/finalise.d/../environment.d/11-ubuntu-init-system.bash
2023-09-05 19:19:30.926 | ++ [[ focal == \t\r\u\s\t\y ]]
2023-09-05 19:19:30.926 | ++ export DIB_INIT_SYSTEM=systemd
2023-09-05 19:19:30.926 | ++ DIB_INIT_SYSTEM=systemd
2023-09-05 19:19:30.926 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/14-manifests
2023-09-05 19:19:30.928 | + source /tmp/in_target.d/finalise.d/../environment.d/14-manifests
2023-09-05 19:19:30.928 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:19:30.928 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests
2023-09-05 19:19:30.928 | ++ export DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:19:30.928 | ++ DIB_MANIFEST_SAVE_DIR=ubuntu-focal.d/
2023-09-05 19:19:30.928 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/15-block-device.bash
2023-09-05 19:19:30.930 | + source /tmp/in_target.d/finalise.d/../environment.d/15-block-device.bash
2023-09-05 19:19:30.930 | ++ [[ arm64 aarch64 =~ amd64 ]]
2023-09-05 19:19:30.930 | ++ export DIB_BLOCK_DEVICE=mbr
2023-09-05 19:19:30.930 | ++ DIB_BLOCK_DEVICE=mbr
2023-09-05 19:19:30.930 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:19:30.932 | + source /tmp/in_target.d/finalise.d/../environment.d/99-cloud-init-datasources.bash
2023-09-05 19:19:30.932 | ++ export DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:19:30.932 | ++ DIB_CLOUD_INIT_DATASOURCES=Ec2
2023-09-05 19:19:30.932 | ++ export DIB_LOCAL_IMAGE=
2023-09-05 19:19:30.932 | ++ DIB_LOCAL_IMAGE=
2023-09-05 19:19:30.932 | dib-run-parts Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system
2023-09-05 19:19:30.934 | + source /tmp/in_target.d/finalise.d/../environment.d/99-dib-init-system
2023-09-05 19:19:30.934 | ++ '[' -z systemd ']'
2023-09-05 19:19:30.934 | ++ case $DIB_INIT_SYSTEM in
2023-09-05 19:19:30.934 | dib-run-parts Running /tmp/in_target.d/finalise.d/50-bootloader
2023-09-05 19:19:30.936 | + set -eu
2023-09-05 19:19:30.936 | + set -o pipefail
2023-09-05 19:19:30.936 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:30.936 | + [[ -f /tmp/grub/install ]]
2023-09-05 19:19:30.936 | + BOOT_DEV=/dev/loop0
2023-09-05 19:19:30.936 | + declare -A DEVICES
2023-09-05 19:19:30.936 | + eval 'DEVICES=(' '[image0]=/dev/loop0' '[root]=/dev/mapper/loop0p1' ')'
2023-09-05 19:19:30.936 | ++ DEVICES=([image0]=/dev/loop0 [root]=/dev/mapper/loop0p1)
2023-09-05 19:19:30.936 | + DIB_BLOCK_DEVICE=mbr
2023-09-05 19:19:30.936 | + [[ amd64 =~ ppc ]]
2023-09-05 19:19:30.936 | + [[ mbr == \m\b\r ]]
2023-09-05 19:19:30.936 | + install-packages -m bootloader grub-pc
2023-09-05 19:19:30.938 | + set -eu
2023-09-05 19:19:30.938 | + set -o pipefail
2023-09-05 19:19:30.938 | + ACTION=install
2023-09-05 19:19:30.938 | + MAP_ELEMENT=
2023-09-05 19:19:30.938 | ++ basename /usr/local/bin/install-packages
2023-09-05 19:19:30.939 | + SCRIPTNAME=install-packages
2023-09-05 19:19:30.939 | ++ getopt -o hudem: -n install-packages -- -m bootloader grub-pc
2023-09-05 19:19:30.940 | + TEMP=' -m '\''bootloader'\'' -- '\''grub-pc'\'''
2023-09-05 19:19:30.940 | + '[' 0 '!=' 0 ']'
2023-09-05 19:19:30.940 | + eval set -- ' -m '\''bootloader'\'' -- '\''grub-pc'\'''
2023-09-05 19:19:30.940 | ++ set -- -m bootloader -- grub-pc
2023-09-05 19:19:30.940 | + true
2023-09-05 19:19:30.940 | + case "$1" in
2023-09-05 19:19:30.940 | + MAP_ELEMENT=bootloader
2023-09-05 19:19:30.940 | + shift 2
2023-09-05 19:19:30.940 | + true
2023-09-05 19:19:30.940 | + case "$1" in
2023-09-05 19:19:30.940 | + shift
2023-09-05 19:19:30.940 | + break
2023-09-05 19:19:30.940 | + PKGS=grub-pc
2023-09-05 19:19:30.940 | + '[' -n bootloader ']'
2023-09-05 19:19:30.940 | ++ pkg-map --element bootloader grub-pc
2023-09-05 19:19:30.979 | INFO:root:Mapping for bootloader : grub-pc
2023-09-05 19:19:30.984 | + PKGS=grub-pc
2023-09-05 19:19:30.984 | + '[' -z grub-pc ']'
2023-09-05 19:19:30.984 | + install_deb_packages install grub-pc
2023-09-05 19:19:30.984 | + DEBIAN_FRONTEND=noninteractive
2023-09-05 19:19:30.984 | + http_proxy=
2023-09-05 19:19:30.984 | + https_proxy=
2023-09-05 19:19:30.984 | + no_proxy=
2023-09-05 19:19:30.984 | + apt-get --option Dpkg::Options::=--force-confold --option Dpkg::Options::=--force-confdef --assume-yes install grub-pc
2023-09-05 19:19:31.045 | Reading package lists...
2023-09-05 19:19:31.262 | Building dependency tree...
2023-09-05 19:19:31.262 | Reading state information...
2023-09-05 19:19:31.553 | The following additional packages will be installed:
2023-09-05 19:19:31.555 |   grub-common grub-gfxpayload-lists grub-pc-bin grub2-common libfreetype6
2023-09-05 19:19:31.556 | Suggested packages:
2023-09-05 19:19:31.556 |   multiboot-doc grub-emu xorriso desktop-base
2023-09-05 19:19:31.556 | Recommended packages:
2023-09-05 19:19:31.556 |   os-prober
2023-09-05 19:19:31.576 | The following NEW packages will be installed:
2023-09-05 19:19:31.576 |   grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common
2023-09-05 19:19:31.578 |   libfreetype6
2023-09-05 19:19:31.644 | 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
2023-09-05 19:19:31.644 | Need to get 3902 kB of archives.
2023-09-05 19:19:31.644 | After this operation, 19.7 MB of additional disk space will be used.
2023-09-05 19:19:31.644 | Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.3 [341 kB]
2023-09-05 19:19:31.758 | Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-common amd64 2.04-1ubuntu26.17 [1872 kB]
2023-09-05 19:19:31.815 | Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub2-common amd64 2.04-1ubuntu26.17 [590 kB]
2023-09-05 19:19:31.823 | Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-pc-bin amd64 2.04-1ubuntu26.17 [971 kB]
2023-09-05 19:19:31.836 | Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-pc amd64 2.04-1ubuntu26.17 [125 kB]
2023-09-05 19:19:31.837 | Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 grub-gfxpayload-lists amd64 0.7 [3658 B]
2023-09-05 19:19:32.139 | Preconfiguring packages ...
2023-09-05 19:19:32.289 | Fetched 3902 kB in 0s (15.7 MB/s)
2023-09-05 19:19:32.304 | Selecting previously unselected package libfreetype6:amd64.
2023-09-05 19:19:32.325 | (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 43023 files and directories currently installed.)
2023-09-05 19:19:32.327 | Preparing to unpack .../0-libfreetype6_2.10.1-2ubuntu0.3_amd64.deb ...
2023-09-05 19:19:32.328 | Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
2023-09-05 19:19:32.374 | Selecting previously unselected package grub-common.
2023-09-05 19:19:32.380 | Preparing to unpack .../1-grub-common_2.04-1ubuntu26.17_amd64.deb ...
2023-09-05 19:19:32.394 | Unpacking grub-common (2.04-1ubuntu26.17) ...
2023-09-05 19:19:32.613 | Selecting previously unselected package grub2-common.
2023-09-05 19:19:32.621 | Preparing to unpack .../2-grub2-common_2.04-1ubuntu26.17_amd64.deb ...
2023-09-05 19:19:32.621 | Unpacking grub2-common (2.04-1ubuntu26.17) ...
2023-09-05 19:19:32.681 | Selecting previously unselected package grub-pc-bin.
2023-09-05 19:19:32.687 | Preparing to unpack .../3-grub-pc-bin_2.04-1ubuntu26.17_amd64.deb ...
2023-09-05 19:19:32.688 | Unpacking grub-pc-bin (2.04-1ubuntu26.17) ...
2023-09-05 19:19:32.808 | Selecting previously unselected package grub-pc.
2023-09-05 19:19:32.817 | Preparing to unpack .../4-grub-pc_2.04-1ubuntu26.17_amd64.deb ...
2023-09-05 19:19:32.825 | Unpacking grub-pc (2.04-1ubuntu26.17) ...
2023-09-05 19:19:32.840 | Selecting previously unselected package grub-gfxpayload-lists.
2023-09-05 19:19:32.847 | Preparing to unpack .../5-grub-gfxpayload-lists_0.7_amd64.deb ...
2023-09-05 19:19:32.847 | Unpacking grub-gfxpayload-lists (0.7) ...
2023-09-05 19:19:32.871 | Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
2023-09-05 19:19:32.872 | Setting up grub-common (2.04-1ubuntu26.17) ...
2023-09-05 19:19:33.040 | Created symlink /etc/systemd/system/multi-user.target.wants/grub-common.service -> /lib/systemd/system/grub-common.service.
2023-09-05 19:19:33.040 | Created symlink /etc/systemd/system/sleep.target.wants/grub-common.service -> /lib/systemd/system/grub-common.service.
2023-09-05 19:19:33.274 | Created symlink /etc/systemd/system/multi-user.target.wants/grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service.
2023-09-05 19:19:33.274 | Created symlink /etc/systemd/system/rescue.target.wants/grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service.
2023-09-05 19:19:33.274 | Created symlink /etc/systemd/system/emergency.target.wants/grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service.
2023-09-05 19:19:33.274 | Created symlink /etc/systemd/system/sleep.target.wants/grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service.
2023-09-05 19:19:33.296 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2023-09-05 19:19:33.299 | Running in chroot, ignoring request.
2023-09-05 19:19:33.302 | invoke-rc.d: policy-rc.d denied execution of start.
2023-09-05 19:19:33.303 | Setting up grub2-common (2.04-1ubuntu26.17) ...
2023-09-05 19:19:33.305 | Setting up grub-pc-bin (2.04-1ubuntu26.17) ...
2023-09-05 19:19:33.307 | Setting up grub-pc (2.04-1ubuntu26.17) ...
2023-09-05 19:19:33.555 | 
2023-09-05 19:19:33.555 | Creating config file /etc/default/grub with new version
2023-09-05 19:19:33.673 | Setting up grub-gfxpayload-lists (0.7) ...
2023-09-05 19:19:33.681 | Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2023-09-05 19:19:33.753 | Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
2023-09-05 19:19:33.768 | Processing triggers for systemd (245.4-4ubuntu3.22) ...
2023-09-05 19:19:33.771 | Processing triggers for man-db (2.9.1-1) ...
2023-09-05 19:19:35.323 | ++ type -p grub-install
2023-09-05 19:19:35.323 | + GRUBNAME=/usr/sbin/grub-install
2023-09-05 19:19:35.323 | + '[' -z /usr/sbin/grub-install ']'
2023-09-05 19:19:35.323 | + type grub2-mkconfig
2023-09-05 19:19:35.323 | /tmp/in_target.d/finalise.d/50-bootloader: line 49: type: grub2-mkconfig: not found
2023-09-05 19:19:35.323 | + GRUB_MKCONFIG=grub-mkconfig
2023-09-05 19:19:35.323 | ++ /usr/sbin/grub-install --version
2023-09-05 19:19:35.325 | + [[ ! /usr/sbin/grub-install (GRUB) 2.04-1ubuntu26.17 =~  2\. ]]
2023-09-05 19:19:35.325 | + '[' -d /boot/grub2 ']'
2023-09-05 19:19:35.325 | + GRUB_CFG=/boot/grub/grub.cfg
2023-09-05 19:19:35.325 | + GRUBENV=/boot/grub/grubenv
2023-09-05 19:19:35.325 | + mkdir -p /boot/grub
2023-09-05 19:19:35.326 | + [[ -L /boot/grub/grubenv ]]
2023-09-05 19:19:35.326 | + echo GRUB_DEVICE=LABEL=cloudimg-rootfs
2023-09-05 19:19:35.326 | + echo GRUB_DISABLE_LINUX_UUID=true
2023-09-05 19:19:35.326 | + echo GRUB_TIMEOUT=5
2023-09-05 19:19:35.326 | + echo 'GRUB_TERMINAL="serial console"'
2023-09-05 19:19:35.326 | + echo GRUB_GFXPAYLOAD_LINUX=auto
2023-09-05 19:19:35.326 | + sed -i 's/\ boot=[0-9A-Za-z/=\-]\+//' /etc/default/grub
2023-09-05 19:19:35.328 | + [[ -n '' ]]
2023-09-05 19:19:35.328 | + BOOT_FS=
2023-09-05 19:19:35.328 | + BOOT_FIPS=
2023-09-05 19:19:35.328 | + [[ -x /bin/fips-mode-setup ]]
2023-09-05 19:19:35.328 | + [[ -n '' ]]
2023-09-05 19:19:35.328 | + [[ powerpc ppc64 ppc64le =~ amd64 ]]
2023-09-05 19:19:35.328 | + [[ arm64 =~ amd64 ]]
2023-09-05 19:19:35.328 | + SERIAL_CONSOLE=console=ttyS0,115200
2023-09-05 19:19:35.328 | + [[ -n tty0 ]]
2023-09-05 19:19:35.328 | + VIRTUAL_TERMINAL=console=tty0
2023-09-05 19:19:35.328 | + GRUB_CMDLINE_LINUX_DEFAULT='console=tty0 console=ttyS0,115200 no_timer_check'
2023-09-05 19:19:35.328 | + echo 'GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200 no_timer_check nofb nomodeset gfxpayload=text  "'
2023-09-05 19:19:35.328 | + echo 'GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"'
2023-09-05 19:19:35.328 | + PROBER_DISABLED=
2023-09-05 19:19:35.328 | + grep -qe '^\s*GRUB_DISABLE_OS_PROBER=true' /etc/default/grub
2023-09-05 19:19:35.329 | + PROBER_DISABLED=true
2023-09-05 19:19:35.329 | + echo GRUB_DISABLE_OS_PROBER=true
2023-09-05 19:19:35.329 | + grub-mkconfig -o /boot/grub/grub.cfg
2023-09-05 19:19:35.367 | Sourcing file `/etc/default/grub'
2023-09-05 19:19:35.407 | Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
2023-09-05 19:19:35.407 | Sourcing file `/etc/default/grub.d/init-select.cfg'
2023-09-05 19:19:35.409 | Generating grub configuration file ...
2023-09-05 19:19:35.427 | grub-probe: error: unknown filesystem.
2023-09-05 19:19:35.452 | Found linux image: /boot/vmlinuz-5.4.0-162-generic
2023-09-05 19:19:35.459 | Found initrd image: /boot/initrd.img-5.4.0-162-generic
2023-09-05 19:19:35.486 | /usr/sbin/grub-probe: error: unknown filesystem.
2023-09-05 19:19:35.575 | done
2023-09-05 19:19:35.575 | + [[ -e /boot/loader/entries ]]
2023-09-05 19:19:35.575 | + '[' -n true ']'
2023-09-05 19:19:35.575 | + sed -i '$d' /etc/default/grub
2023-09-05 19:19:35.576 | + '[' -d /sys/firmware/efi ']'
2023-09-05 19:19:35.576 | + [[ mbr == \e\f\i ]]
2023-09-05 19:19:35.577 | + [[ -e /boot/loader/entries ]]
2023-09-05 19:19:35.577 | + [[ ! amd64 =~ ppc ]]
2023-09-05 19:19:35.577 | + [[ -z mbr ]]
2023-09-05 19:19:35.577 | + echo 'Installing GRUB2...'
2023-09-05 19:19:35.577 | Installing GRUB2...
2023-09-05 19:19:35.577 | + GRUB_OPTS='--force '
2023-09-05 19:19:35.577 | + [[ amd64 =~ ppc ]]
2023-09-05 19:19:35.577 | + modules='part_msdos part_gpt lvm'
2023-09-05 19:19:35.577 | + [[ mbr == \m\b\r ]]
2023-09-05 19:19:35.577 | + [[ ! x86_64 amd64 =~ amd64 ]]
2023-09-05 19:19:35.577 | + /usr/sbin/grub-install '--modules=part_msdos part_gpt lvm biosdisk' --target=i386-pc --force /dev/loop0
2023-09-05 19:19:35.618 | Installing for i386-pc platform.
2023-09-05 19:19:35.681 | /usr/sbin/grub-install: error: unknown filesystem.
2023-09-05 19:19:35.691 | ++ diskimage_builder/lib/img-functions:run_in_target:59                             :   check_break after-error run_in_target bash
2023-09-05 19:19:35.694 | ++ diskimage_builder/lib/common-functions:check_break:144                           :   echo ''
2023-09-05 19:19:35.694 | ++ diskimage_builder/lib/common-functions:check_break:144                           :   egrep -e '(,|^)after-error(,|$)' -q
2023-09-05 19:19:35.695 | egrep: warning: egrep is obsolescent; using grep -E
2023-09-05 19:19:35.699 | + diskimage_builder/lib/img-functions:run_in_target:1                              :   trap_cleanup
2023-09-05 19:19:35.701 | + diskimage_builder/lib/img-functions:trap_cleanup:36                              :   exitval=1
2023-09-05 19:19:35.704 | + diskimage_builder/lib/img-functions:trap_cleanup:37                              :   cleanup
2023-09-05 19:19:35.706 | + diskimage_builder/lib/img-functions:cleanup:42                                   :   unmount_image
2023-09-05 19:19:35.709 | + diskimage_builder/lib/img-functions:unmount_image:22                             :   sync
2023-09-05 19:19:36.204 | + diskimage_builder/lib/img-functions:unmount_image:26                             :   unmount_dir /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:36.207 | + diskimage_builder/lib/common-functions:unmount_dir:422                           :   local dir=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:36.209 | + diskimage_builder/lib/common-functions:unmount_dir:423                           :   local real_dir
2023-09-05 19:19:36.212 | + diskimage_builder/lib/common-functions:unmount_dir:424                           :   local mnts
2023-09-05 19:19:36.214 | + diskimage_builder/lib/common-functions:unmount_dir:425                           :   local split_mounts
2023-09-05 19:19:36.216 | + diskimage_builder/lib/common-functions:unmount_dir:426                           :   local found_mountpoint
2023-09-05 19:19:36.219 | + diskimage_builder/lib/common-functions:unmount_dir:428                           :   '[' '!' -d /tmp/dib_build.EWSe36Au/mnt ']'
2023-09-05 19:19:36.221 | ++ diskimage_builder/lib/common-functions:unmount_dir:435                           :   readlink -e /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:36.225 | + diskimage_builder/lib/common-functions:unmount_dir:435                           :   real_dir=/tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:36.228 | + diskimage_builder/lib/common-functions:unmount_dir:438                           :   IFS='|'
2023-09-05 19:19:36.231 | + diskimage_builder/lib/common-functions:unmount_dir:438                           :   read -ra split_mounts
2023-09-05 19:19:36.234 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   awk '{print $2}'
2023-09-05 19:19:36.234 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   grep '^/tmp/dib_build.EWSe36Au/mnt/'
2023-09-05 19:19:36.235 | ++ diskimage_builder/lib/common-functions:unmount_dir:443                           :   sort -r
2023-09-05 19:19:36.240 | + diskimage_builder/lib/common-functions:unmount_dir:443                           :   mnts='/tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:36.240 | /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:36.240 | /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:36.240 | /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:36.240 | /tmp/dib_build.EWSe36Au/mnt/dev'
2023-09-05 19:19:36.243 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:36.245 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:36.247 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:36.250 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:36.252 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:36.255 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d'
2023-09-05 19:19:36.255 | Unmount /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:36.257 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/tmp/in_target.d
2023-09-05 19:19:36.271 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:36.274 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:36.277 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:36.279 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:36.282 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:36.284 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/sys'
2023-09-05 19:19:36.284 | Unmount /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:36.287 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/sys
2023-09-05 19:19:36.301 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:36.303 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:36.305 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:36.308 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:36.310 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:36.313 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/proc'
2023-09-05 19:19:36.313 | Unmount /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:36.316 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/proc
2023-09-05 19:19:36.332 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:36.334 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:36.337 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:36.339 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:36.342 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:36.344 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/dev/pts'
2023-09-05 19:19:36.344 | Unmount /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:36.347 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/dev/pts
2023-09-05 19:19:36.364 | + diskimage_builder/lib/common-functions:unmount_dir:444                           :   for m in $mnts
2023-09-05 19:19:36.367 | + diskimage_builder/lib/common-functions:unmount_dir:446                           :   found_mountpoint=false
2023-09-05 19:19:36.369 | + diskimage_builder/lib/common-functions:unmount_dir:447                           :   for mountpoint in "${split_mounts[@]}"
2023-09-05 19:19:36.372 | + diskimage_builder/lib/common-functions:unmount_dir:448                           :   [[ / != \/ ]]
2023-09-05 19:19:36.375 | + diskimage_builder/lib/common-functions:unmount_dir:456                           :   '[' false == false ']'
2023-09-05 19:19:36.378 | + diskimage_builder/lib/common-functions:unmount_dir:458                           :   echo 'Unmount /tmp/dib_build.EWSe36Au/mnt/dev'
2023-09-05 19:19:36.378 | Unmount /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:19:36.380 | + diskimage_builder/lib/common-functions:unmount_dir:459                           :   sudo umount -fl /tmp/dib_build.EWSe36Au/mnt/dev
2023-09-05 19:19:36.396 | + diskimage_builder/lib/img-functions:unmount_image:27                             :   '[' -n '' ']'
2023-09-05 19:19:36.399 | + diskimage_builder/lib/img-functions:unmount_image:30                             :   '[' -n '' ']'
2023-09-05 19:19:36.401 | + diskimage_builder/lib/img-functions:cleanup:43                                   :   /home/mloza/kolla/env/bin/python3 /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/lib/dib-block-device.py umount
2023-09-05 19:19:36.599 | DEBUG diskimage_builder.block_device.blockdevice [-] Creating BlockDevice object __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:229
2023-09-05 19:19:36.600 | DEBUG diskimage_builder.block_device.blockdevice [-] Params [{'config': '/tmp/dib_build.EWSe36Au/block-device/config.yaml', 'image-dir': '/tmp/dib_image.eeiKWSLx', 'root-fs-type': 'ext4', 'root-label': None, 'mount-base': '/tmp/dib_build.EWSe36Au/mnt', 'build-dir': '/tmp/dib_build.EWSe36Au', 'image-size': '4199936KiB', 'root-fs-opts': '-i 4096 -J size=64 '}] __init__ /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/blockdevice.py:232
2023-09-05 19:19:36.600 | INFO diskimage_builder.block_device.level3.mount [-] Called for [mount_mkfs_root]
2023-09-05 19:19:36.600 | INFO diskimage_builder.block_device.utils [-] Calling [sudo sync]
2023-09-05 19:19:36.616 | INFO diskimage_builder.block_device.utils [-] Calling [sudo fstrim --verbose /tmp/dib_build.EWSe36Au/mnt/]
2023-09-05 19:19:36.628 | DEBUG diskimage_builder.block_device.utils [-] exec_sudo: /tmp/dib_build.EWSe36Au/mnt/: 1.3 GiB (1345130496 bytes) trimmed exec_sudo /home/mloza/kolla/env/lib/python3.11/site-packages/diskimage_builder/block_device/utils.py:135
2023-09-05 19:19:36.629 | INFO diskimage_builder.block_device.utils [-] Calling [sudo umount /tmp/dib_build.EWSe36Au/mnt/]
2023-09-05 19:19:37.129 | INFO diskimage_builder.block_device.utils [-] Calling [sudo kpartx -d /dev/loop0]
2023-09-05 19:19:37.147 | INFO diskimage_builder.block_device.level0.localloop [-] loopdev detach
2023-09-05 19:19:37.147 | INFO diskimage_builder.block_device.utils [-] Calling [sudo losetup -d /dev/loop0]
2023-09-05 19:19:37.211 | + diskimage_builder/lib/img-functions:cleanup:44                                   :   cleanup_build_dir
2023-09-05 19:19:37.214 | + diskimage_builder/lib/common-functions:cleanup_build_dir:217                     :   timeout 10 sh -c ' while ! sudo rm -rf /tmp/dib_build.EWSe36Au/built; do sleep 1; done'
2023-09-05 19:19:37.230 | + diskimage_builder/lib/common-functions:cleanup_build_dir:221                     :   sudo rm -rf /tmp/dib_build.EWSe36Au/mnt
2023-09-05 19:19:37.244 | + diskimage_builder/lib/common-functions:cleanup_build_dir:222                     :   kill_chroot_processes /tmp/dib_build.EWSe36Au
2023-09-05 19:19:37.293 | + diskimage_builder/lib/common-functions:cleanup_build_dir:223                     :   tmpfs_check 0
2023-09-05 19:19:37.296 | + diskimage_builder/lib/common-functions:tmpfs_check:23                            :   local echo_message=0
2023-09-05 19:19:37.299 | + diskimage_builder/lib/common-functions:tmpfs_check:24                            :   '[' 0 == 0 ']'
2023-09-05 19:19:37.301 | + diskimage_builder/lib/common-functions:tmpfs_check:25                            :   '[' -r /proc/meminfo ']'
2023-09-05 19:19:37.304 | ++ diskimage_builder/lib/common-functions:tmpfs_check:26                            :   awk '/^MemTotal/ { print $2 }' /proc/meminfo
2023-09-05 19:19:37.310 | + diskimage_builder/lib/common-functions:tmpfs_check:26                            :   total_kB=65725732
2023-09-05 19:19:37.312 | + diskimage_builder/lib/common-functions:tmpfs_check:29                            :   RAM_NEEDED=4
2023-09-05 19:19:37.316 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   '[' 65725732 -lt 4194304 ']'
2023-09-05 19:19:37.318 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   return 0
2023-09-05 19:19:37.321 | + diskimage_builder/lib/common-functions:cleanup_build_dir:226                     :   timeout 120 sh -c 'while ! sudo umount -f /tmp/dib_build.EWSe36Au; do sleep 1; done'
2023-09-05 19:19:37.339 | + diskimage_builder/lib/common-functions:cleanup_build_dir:231                     :   rm -rf --one-file-system /tmp/dib_build.EWSe36Au
2023-09-05 19:19:37.343 | + diskimage_builder/lib/img-functions:cleanup:45                                   :   cleanup_image_dir
2023-09-05 19:19:37.346 | + diskimage_builder/lib/common-functions:cleanup_image_dir:235                     :   kill_chroot_processes /tmp/dib_image.eeiKWSLx
2023-09-05 19:19:37.395 | + diskimage_builder/lib/common-functions:cleanup_image_dir:236                     :   tmpfs_check 0
2023-09-05 19:19:37.398 | + diskimage_builder/lib/common-functions:tmpfs_check:23                            :   local echo_message=0
2023-09-05 19:19:37.400 | + diskimage_builder/lib/common-functions:tmpfs_check:24                            :   '[' 0 == 0 ']'
2023-09-05 19:19:37.403 | + diskimage_builder/lib/common-functions:tmpfs_check:25                            :   '[' -r /proc/meminfo ']'
2023-09-05 19:19:37.406 | ++ diskimage_builder/lib/common-functions:tmpfs_check:26                            :   awk '/^MemTotal/ { print $2 }' /proc/meminfo
2023-09-05 19:19:37.411 | + diskimage_builder/lib/common-functions:tmpfs_check:26                            :   total_kB=65725732
2023-09-05 19:19:37.414 | + diskimage_builder/lib/common-functions:tmpfs_check:29                            :   RAM_NEEDED=4
2023-09-05 19:19:37.417 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   '[' 65725732 -lt 4194304 ']'
2023-09-05 19:19:37.419 | + diskimage_builder/lib/common-functions:tmpfs_check:30                            :   return 0
2023-09-05 19:19:37.422 | + diskimage_builder/lib/common-functions:cleanup_image_dir:237                     :   timeout 120 sh -c 'while ! sudo umount -f /tmp/dib_image.eeiKWSLx; do sleep 1; done'
2023-09-05 19:19:37.666 | + diskimage_builder/lib/common-functions:cleanup_image_dir:242                     :   rm -rf --one-file-system /tmp/dib_image.eeiKWSLx
2023-09-05 19:19:37.669 | + diskimage_builder/lib/img-functions:trap_cleanup:38                              :   exit 1