dispatching a baseimg builder Creating directory (/tmp/koji/tasks/8191/558191/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/8191/558191/output_image/667d408e-e5fb-4881-b067-f748d53ca8fc.meta Created file /tmp/koji/tasks/8191/558191/output_image/667d408e-e5fb-4881-b067-f748d53ca8fc.body Getting metadata in class () my metadata is (()) Executing metadata in class () my metadata is (('identifier', 'data', 'template', 'icicle', 'status_detail', 'status', 'percent_complete', 'parameters', 'properties')) Saved metadata for image (667d408e-e5fb-4881-b067-f748d53ca8fc): {'type': 'BaseImage', 'parameters': {'install_script': '#version=F26\nignoredisk --only-use=vda\n# Keyboard layouts\nkeyboard \'us\'\n# Root password\nrootpw --iscrypted thereisnopasswordanditslocked\n# Use network installation\nurl --url="http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/AppStream/aarch64/os/\n# Shutdown after installation\nshutdown\n# Network information\nnetwork --bootproto=dhcp --device=link --activate\nnetwork --bootproto=dhcp --hostname=localhost.localdomain\n# System timezone\ntimezone UTC --isUtc\n# Use text mode install\ntext\n# System authorization information\nauth --enableshadow --passalgo=sha512\nfirstboot --disable\n# SELinux configuration\nselinux --enforcing\n\n# System services\nservices --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=8000\n\n%post --erroronfail\npasswd -d root\npasswd -l root\n\n# pvgrub support\necho -n "Creating grub.conf for pvgrub"\nrootuuid=$( awk \'$2=="/" { print $1 };\' /etc/fstab )\nmkdir /boot/grub\necho -e \'default=0\\ntimeout=0\\n\\n\' > /boot/grub/grub.conf\nfor kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do\n echo "title CentOS Linux 8 ($kv)" >> /boot/grub/grub.conf\n echo -e "\\troot (hd0)" >> /boot/grub/grub.conf\n echo -e "\\tkernel /boot/vmlinuz-$kv ro root=$rootuuid console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf\n echo -e "\\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf\n echo\ndone\nln -sf grub.conf /boot/grub/menu.lst\nln -sf /boot/grub/grub.conf /etc/grub.conf\n\n# setup systemd to boot to the right runlevel\nrm -f /etc/systemd/system/default.target\nln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target\necho .\n\ndnf -C -y remove linux-firmware\n\n# Remove firewalld; it is required to be present for install/image building.\n# but we dont ship it in cloud\ndnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"\ndnf -C -y remove avahi\\* \nsed -i \'/^#NAutoVTs=.*/ a\\\nNAutoVTs=0\' /etc/systemd/logind.conf\n\ncat > /etc/sysconfig/network << EOF\nNETWORKING=yes\nNOZEROCONF=yes\nEOF\n\n# Remove build-time resolvers to fix #16948\necho > /etc/resolv.conf\n\n# For cloud images, \'eth0\' _is_ the predictable device name, since\n# we don\'t want to be tied to specific virtual (!) hardware\nrm -f /etc/udev/rules.d/70*\nln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules\n\n# simple eth0 config, again not hard-coded to the build hardware\ncat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF\nDEVICE="eth0"\nBOOTPROTO="dhcp"\nONBOOT="yes"\nTYPE="Ethernet"\nUSERCTL="yes"\nPEERDNS="yes"\nIPV6INIT="no"\nPERSISTENT_DHCLIENT="1"\nEOF\n\necho "virtual-guest" > /etc/tuned/active_profile\n\n# generic localhost names\ncat > /etc/hosts << EOF\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\nEOF\necho .\n\nsystemctl mask tmp.mount\n\ncat < /etc/sysconfig/kernel\n# UPDATEDEFAULT specifies if new-kernel-pkg should make\n# new kernels the default\nUPDATEDEFAULT=yes\n\n# DEFAULTKERNEL specifies the default kernel package type\nDEFAULTKERNEL=kernel\nEOL\n\n# make sure firstboot doesn\'t start\necho "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot\n\n# centos cloud user\necho -e \'centos\\tALL=(ALL)\\tNOPASSWD: ALL\' >> /etc/sudoers\nsed -i \'s/name: cloud-user/name: centos/g\' /etc/cloud/cloud.cfg\n\ndnf clean all\n\n# XXX instance type markers - MUST match CentOS Infra expectation\necho \'genclo\' > /etc/yum/vars/infra\n\n# change dhcp client retry/timeouts to resolve #6866\ncat >> /etc/dhcp/dhclient.conf << EOF\n\ntimeout 300;\nretry 60;\nEOF\n\n\nrm -rf /var/log/yum.log\nrm -rf /var/lib/yum/*\nrm -rf /root/install.log\nrm -rf /root/install.log.syslog\nrm -rf /root/anaconda-ks.cfg\nrm -rf /var/log/anaconda*\n\nrm -f /var/lib/systemd/random-seed\n\ncat /dev/null > /etc/machine-id\n\necho "Fixing SELinux contexts."\ntouch /var/log/cron\ntouch /var/log/boot.log\nmkdir -p /var/cache/yum\n/usr/sbin/fixfiles -R -a restore\n\n# reorder console entries\nsed -i \'s/console=tty0/console=tty0 console=ttyS0,115200n8/\' /boot/grub2/grub.cfg\n\ntrue\n\n%end\n\n%packages\n@core\nNetworkManager\ncentos-release\nchrony\ncloud-init\ncloud-utils-growpart\ncockpit-system\ncockpit-ws\ndhcp-client\ndnf\ndnf-utils\ndracut-config-generic\ndracut-norescue\nfirewalld\ngdisk\ngrub2\nkernel\nnfs-utils\npython3-jsonschema\nqemu-guest-agent\nrng-tools\nrsync\ntar\nyum\nyum-utils\n-aic94xx-firmware\n-alsa-firmware\n-alsa-lib\n-alsa-tools-firmware\n-biosdevname\n-iprutils\n-ivtv-firmware\n-iwl100-firmware\n-iwl1000-firmware\n-iwl105-firmware\n-iwl135-firmware\n-iwl2000-firmware\n-iwl2030-firmware\n-iwl3160-firmware\n-iwl3945-firmware\n-iwl4965-firmware\n-iwl5000-firmware\n-iwl5150-firmware\n-iwl6000-firmware\n-iwl6000g2a-firmware\n-iwl6000g2b-firmware\n-iwl6050-firmware\n-iwl7260-firmware\n-langpacks-*\n-langpacks-en\n-libertas-sd8686-firmware\n-libertas-sd8787-firmware\n-libertas-usb8388-firmware\n-plymouth\n\n%end\n', 'offline_icicle': True, 'generate_icicle': 'False'}, 'status_detail': {'activity': 'Initializing image prior to Cloud/OS customization', 'error': None}, 'data': '/tmp/koji/tasks/8191/558191/output_image/667d408e-e5fb-4881-b067-f748d53ca8fc.body', 'status': 'NEW', 'template': "\n", 'percent_complete': 0, 'icicle': None, 'identifier': '667d408e-e5fb-4881-b067-f748d53ca8fc', 'properties': {}} Attempting to match list target (['Fedora', '22', 'aarch64']) create_base_image() called for TinMan plugin - creating a BaseImage libvirt bridge name is virbr0 Libvirt type is kvm Starting new HTTP connection (1): build.openanolis.cn:80 http://build.openanolis.cn:80 "HEAD /kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/ HTTP/1.1" 404 0 Name: factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc, UUID: 4199f4f7-cee6-4c71-b03f-66de67ef2469 MAC: 52:54:00:bd:f9:53, distro: Fedora update: 22, arch: aarch64, diskimage: /tmp/koji/tasks/8191/558191/scratch_images/factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc.dsk nicmodel: virtio, clockoffset: utc mousetype: usb, disk_bus: virtio, disk_dev: vda icicletmp: /tmp/koji/tasks/8191/558191/oz_data/icicletmp/factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc, listen_port: 52797 console_listen_port: 39389 Original ISO path: /tmp/koji/tasks/8191/558191/oz_data/isos/Fedora22aarch64-url.iso Modified ISO cache: /tmp/koji/tasks/8191/558191/oz_data/isos/Fedora22aarch64-url-oz.iso Output ISO path: /tmp/koji/tasks/8191/558191/scratch_images/factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc-url-oz.iso ISO content path: /tmp/koji/tasks/8191/558191/oz_data/isocontent/factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc-url Cleaning up any old Oz guest Cleaning up guest named factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc Generating JEOS install media Grabbing named lock (Fedora-22-aarch64-url) Got named lock (Fedora-22-aarch64-url) Installtype is URL, trying to do direct kernel boot Starting new HTTP connection (1): build.openanolis.cn:80 http://build.openanolis.cn:80 "HEAD /kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os//.treeinfo HTTP/1.1" 404 0 Kernel was None, trying images/pxeboot/vmlinuz Initrd was None, trying images/pxeboot/initrd.img Fetching the original media Starting new HTTP connection (1): build.openanolis.cn:80 http://build.openanolis.cn:80 "HEAD /kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/images/pxeboot/vmlinuz HTTP/1.1" 404 0 Could not do direct boot, fetching boot.iso instead (the following error message is useful for bug reports, but can be ignored) Could not reach http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/images/pxeboot/vmlinuz to fetch boot media: {'Server': 'Tengine', 'Content-Type': 'text/html; charset=iso-8859-1', 'Content-Length': '196', 'Connection': 'keep-alive', 'Date': 'Thu, 09 Mar 2023 05:50:03 GMT', 'Ali-Swift-Global-Savetime': '1678341003', 'Via': 'cache52.l2cn3071[38,37,404-1280,M], cache65.l2cn3071[40,0], vcache16.cn4529[59,58,404-1280,M], vcache23.cn4529[61,0]', 'X-Cache': 'MISS TCP_MISS dirn:-2:-2', 'X-Swift-SaveTime': 'Thu, 09 Mar 2023 05:50:03 GMT', 'X-Swift-CacheTime': '1', 'X-Swift-Error': 'orig response 4XX error', 'Timing-Allow-Origin': '*', 'EagleId': 'dcb59e2b16783410035717488e', 'HTTP-Code': 404, 'Redirect-URL': None} Generating install media Fetching the original media Starting new HTTP connection (1): build.openanolis.cn:80 http://build.openanolis.cn:80 "HEAD /kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os//images/boot.iso HTTP/1.1" 404 0 Releasing named lock (Fedora-22-aarch64-url) Removed builder from BuildDispatcher on notification from image 667d408e-e5fb-4881-b067-f748d53ca8fc: FAILED Getting metadata in class () my metadata is (()) Executing metadata in class () my metadata is (('identifier', 'data', 'template', 'icicle', 'status_detail', 'status', 'percent_complete', 'parameters', 'properties')) Saved metadata for image (667d408e-e5fb-4881-b067-f748d53ca8fc): {'type': 'BaseImage', 'parameters': {'install_script': '#version=F26\nignoredisk --only-use=vda\n# Keyboard layouts\nkeyboard \'us\'\n# Root password\nrootpw --iscrypted thereisnopasswordanditslocked\n# Use network installation\nurl --url="http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/AppStream/aarch64/os/\n# Shutdown after installation\nshutdown\n# Network information\nnetwork --bootproto=dhcp --device=link --activate\nnetwork --bootproto=dhcp --hostname=localhost.localdomain\n# System timezone\ntimezone UTC --isUtc\n# Use text mode install\ntext\n# System authorization information\nauth --enableshadow --passalgo=sha512\nfirstboot --disable\n# SELinux configuration\nselinux --enforcing\n\n# System services\nservices --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=8000\n\n%post --erroronfail\npasswd -d root\npasswd -l root\n\n# pvgrub support\necho -n "Creating grub.conf for pvgrub"\nrootuuid=$( awk \'$2=="/" { print $1 };\' /etc/fstab )\nmkdir /boot/grub\necho -e \'default=0\\ntimeout=0\\n\\n\' > /boot/grub/grub.conf\nfor kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do\n echo "title CentOS Linux 8 ($kv)" >> /boot/grub/grub.conf\n echo -e "\\troot (hd0)" >> /boot/grub/grub.conf\n echo -e "\\tkernel /boot/vmlinuz-$kv ro root=$rootuuid console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf\n echo -e "\\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf\n echo\ndone\nln -sf grub.conf /boot/grub/menu.lst\nln -sf /boot/grub/grub.conf /etc/grub.conf\n\n# setup systemd to boot to the right runlevel\nrm -f /etc/systemd/system/default.target\nln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target\necho .\n\ndnf -C -y remove linux-firmware\n\n# Remove firewalld; it is required to be present for install/image building.\n# but we dont ship it in cloud\ndnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"\ndnf -C -y remove avahi\\* \nsed -i \'/^#NAutoVTs=.*/ a\\\nNAutoVTs=0\' /etc/systemd/logind.conf\n\ncat > /etc/sysconfig/network << EOF\nNETWORKING=yes\nNOZEROCONF=yes\nEOF\n\n# Remove build-time resolvers to fix #16948\necho > /etc/resolv.conf\n\n# For cloud images, \'eth0\' _is_ the predictable device name, since\n# we don\'t want to be tied to specific virtual (!) hardware\nrm -f /etc/udev/rules.d/70*\nln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules\n\n# simple eth0 config, again not hard-coded to the build hardware\ncat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF\nDEVICE="eth0"\nBOOTPROTO="dhcp"\nONBOOT="yes"\nTYPE="Ethernet"\nUSERCTL="yes"\nPEERDNS="yes"\nIPV6INIT="no"\nPERSISTENT_DHCLIENT="1"\nEOF\n\necho "virtual-guest" > /etc/tuned/active_profile\n\n# generic localhost names\ncat > /etc/hosts << EOF\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\nEOF\necho .\n\nsystemctl mask tmp.mount\n\ncat < /etc/sysconfig/kernel\n# UPDATEDEFAULT specifies if new-kernel-pkg should make\n# new kernels the default\nUPDATEDEFAULT=yes\n\n# DEFAULTKERNEL specifies the default kernel package type\nDEFAULTKERNEL=kernel\nEOL\n\n# make sure firstboot doesn\'t start\necho "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot\n\n# centos cloud user\necho -e \'centos\\tALL=(ALL)\\tNOPASSWD: ALL\' >> /etc/sudoers\nsed -i \'s/name: cloud-user/name: centos/g\' /etc/cloud/cloud.cfg\n\ndnf clean all\n\n# XXX instance type markers - MUST match CentOS Infra expectation\necho \'genclo\' > /etc/yum/vars/infra\n\n# change dhcp client retry/timeouts to resolve #6866\ncat >> /etc/dhcp/dhclient.conf << EOF\n\ntimeout 300;\nretry 60;\nEOF\n\n\nrm -rf /var/log/yum.log\nrm -rf /var/lib/yum/*\nrm -rf /root/install.log\nrm -rf /root/install.log.syslog\nrm -rf /root/anaconda-ks.cfg\nrm -rf /var/log/anaconda*\n\nrm -f /var/lib/systemd/random-seed\n\ncat /dev/null > /etc/machine-id\n\necho "Fixing SELinux contexts."\ntouch /var/log/cron\ntouch /var/log/boot.log\nmkdir -p /var/cache/yum\n/usr/sbin/fixfiles -R -a restore\n\n# reorder console entries\nsed -i \'s/console=tty0/console=tty0 console=ttyS0,115200n8/\' /boot/grub2/grub.cfg\n\ntrue\n\n%end\n\n%packages\n@core\nNetworkManager\ncentos-release\nchrony\ncloud-init\ncloud-utils-growpart\ncockpit-system\ncockpit-ws\ndhcp-client\ndnf\ndnf-utils\ndracut-config-generic\ndracut-norescue\nfirewalld\ngdisk\ngrub2\nkernel\nnfs-utils\npython3-jsonschema\nqemu-guest-agent\nrng-tools\nrsync\ntar\nyum\nyum-utils\n-aic94xx-firmware\n-alsa-firmware\n-alsa-lib\n-alsa-tools-firmware\n-biosdevname\n-iprutils\n-ivtv-firmware\n-iwl100-firmware\n-iwl1000-firmware\n-iwl105-firmware\n-iwl135-firmware\n-iwl2000-firmware\n-iwl2030-firmware\n-iwl3160-firmware\n-iwl3945-firmware\n-iwl4965-firmware\n-iwl5000-firmware\n-iwl5150-firmware\n-iwl6000-firmware\n-iwl6000g2a-firmware\n-iwl6000g2b-firmware\n-iwl6050-firmware\n-iwl7260-firmware\n-langpacks-*\n-langpacks-en\n-libertas-sd8686-firmware\n-libertas-sd8787-firmware\n-libertas-usb8388-firmware\n-plymouth\n\n%end\n', 'offline_icicle': True, 'generate_icicle': 'False'}, 'status_detail': {'activity': 'Base Image build failed with exception.', 'error': "Could not reach http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os//images/boot.iso to fetch boot media: {'Server': 'Tengine', 'Content-Type': 'text/html; charset=iso-8859-1', 'Content-Length': '196', 'Connection': 'keep-alive', 'Date': 'Thu, 09 Mar 2023 05:50:03 GMT', 'Ali-Swift-Global-Savetime': '1678341003', 'Via': 'cache57.l2cn3071[46,46,404-1280,M], cache16.l2cn3071[48,0], vcache12.cn4529[70,70,404-1280,M], vcache14.cn4529[73,0]', 'X-Cache': 'MISS TCP_MISS dirn:-2:-2', 'X-Swift-SaveTime': 'Thu, 09 Mar 2023 05:50:03 GMT', 'X-Swift-CacheTime': '1', 'X-Swift-Error': 'orig response 4XX error', 'Timing-Allow-Origin': '*', 'EagleId': 'dcb59e2216783410036837012e', 'HTTP-Code': 404, 'Redirect-URL': None}"}, 'data': '/tmp/koji/tasks/8191/558191/output_image/667d408e-e5fb-4881-b067-f748d53ca8fc.body', 'status': 'FAILED', 'template': "\n", 'percent_complete': 0, 'icicle': None, 'identifier': '667d408e-e5fb-4881-b067-f748d53ca8fc', 'properties': {}} Exception encountered in _build_image_from_template thread Could not reach http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os//images/boot.iso to fetch boot media: {'Server': 'Tengine', 'Content-Type': 'text/html; charset=iso-8859-1', 'Content-Length': '196', 'Connection': 'keep-alive', 'Date': 'Thu, 09 Mar 2023 05:50:03 GMT', 'Ali-Swift-Global-Savetime': '1678341003', 'Via': 'cache57.l2cn3071[46,46,404-1280,M], cache16.l2cn3071[48,0], vcache12.cn4529[70,70,404-1280,M], vcache14.cn4529[73,0]', 'X-Cache': 'MISS TCP_MISS dirn:-2:-2', 'X-Swift-SaveTime': 'Thu, 09 Mar 2023 05:50:03 GMT', 'X-Swift-CacheTime': '1', 'X-Swift-Error': 'orig response 4XX error', 'Timing-Allow-Origin': '*', 'EagleId': 'dcb59e2216783410036837012e', 'HTTP-Code': 404, 'Redirect-URL': None} Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/imgfac/Builder.py", line 135, in _build_image_from_template self.os_plugin.create_base_image(self, template, parameters) File "/usr/lib/python3.6/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 325, in create_base_image self.threadsafe_generate_install_media(self.guest) File "/usr/lib/python3.6/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 429, in threadsafe_generate_install_media guest.generate_install_media(force_download=False) File "/usr/lib/python3.6/site-packages/oz/RedHat.py", line 690, in generate_install_media customize_or_icicle) File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 1724, in _iso_generate_install_media self._get_original_iso(url, fd, outdir, force_download) File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 1353, in _get_original_iso self._get_original_media(isourl, fd, outdir, force_download) File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 972, in _get_original_media raise oz.OzException.OzException("Could not reach %s to fetch boot media: %r" % (url, info)) oz.OzException.OzException: Could not reach http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20230309.6/compose/BaseOS/aarch64/os//images/boot.iso to fetch boot media: {'Server': 'Tengine', 'Content-Type': 'text/html; charset=iso-8859-1', 'Content-Length': '196', 'Connection': 'keep-alive', 'Date': 'Thu, 09 Mar 2023 05:50:03 GMT', 'Ali-Swift-Global-Savetime': '1678341003', 'Via': 'cache57.l2cn3071[46,46,404-1280,M], cache16.l2cn3071[48,0], vcache12.cn4529[70,70,404-1280,M], vcache14.cn4529[73,0]', 'X-Cache': 'MISS TCP_MISS dirn:-2:-2', 'X-Swift-SaveTime': 'Thu, 09 Mar 2023 05:50:03 GMT', 'X-Swift-CacheTime': '1', 'X-Swift-Error': 'orig response 4XX error', 'Timing-Allow-Origin': '*', 'EagleId': 'dcb59e2216783410036837012e', 'HTTP-Code': 404, 'Redirect-URL': None} ABORT called in TinMan plugin Domain not found: no domain with matching name 'factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc' Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 243, in abort guest_dom = self.guest.libvirt_conn.lookupByName(self.tdlobj.name) File "/usr/lib64/python3.6/site-packages/libvirt.py", line 4893, in lookupByName raise libvirtError('virDomainLookupByName() failed') libvirt.libvirtError: Domain not found: no domain with matching name 'factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc' No Oz VM found with name (factory-build-667d408e-e5fb-4881-b067-f748d53ca8fc) - nothing to do This likely means the local VM has already been destroyed or never started https://8.131.87.1:443 "POST /kojihub?session-id=7907851&session-key=66-Wg46nwvrHucFUUOiKVG&callnum=10 HTTP/1.1" 200 114