dispatching a baseimg builder Creating directory (/tmp/koji/tasks/8001/558001/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/8001/558001/output_image/dc203345-cf90-4e30-a460-30ac747fc69e.meta Created file /tmp/koji/tasks/8001/558001/output_image/dc203345-cf90-4e30-a460-30ac747fc69e.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 (dc203345-cf90-4e30-a460-30ac747fc69e): {'type': 'BaseImage', 'icicle': None, 'data': '/tmp/koji/tasks/8001/558001/output_image/dc203345-cf90-4e30-a460-30ac747fc69e.body', 'status': 'NEW', 'percent_complete': 0, 'identifier': 'dc203345-cf90-4e30-a460-30ac747fc69e', '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="https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/AppStream/x86_64/os/\nrepo --name="koji-override-1" --baseurl=https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/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}, 'properties': {}, 'template': "\n"} Attempting to match list target (['Fedora', '22', 'x86_64']) create_base_image() called for TinMan plugin - creating a BaseImage libvirt bridge name is virbr0 Libvirt type is kvm Starting new HTTPS connection (1): build.openanolis.cn:443 Install URL validation failed: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 366, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 777, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1037, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 649, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 273, in __init__ self.url = self._check_url(iso=iso_allowed, url=url_allowed) File "/usr/lib/python3.6/site-packages/oz/RedHat.py", line 774, in _check_url info = oz.ozutil.http_get_header(url, redirect=False) File "/usr/lib/python3.6/site-packages/oz/ozutil.py", line 849, in http_get_header response = requests_session.head(url, allow_redirects=redirect, stream=True, timeout=10) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 577, in head return self.request('HEAD', url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) Removed builder from BuildDispatcher on notification from image dc203345-cf90-4e30-a460-30ac747fc69e: 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 (dc203345-cf90-4e30-a460-30ac747fc69e): {'type': 'BaseImage', 'icicle': None, 'data': '/tmp/koji/tasks/8001/558001/output_image/dc203345-cf90-4e30-a460-30ac747fc69e.body', 'status': 'FAILED', 'percent_complete': 0, 'identifier': 'dc203345-cf90-4e30-a460-30ac747fc69e', '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="https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/AppStream/x86_64/os/\nrepo --name="koji-override-1" --baseurl=https://build.openanolis.cn/kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/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': "HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))"}, 'properties': {}, 'template': "\n"} Exception encountered in _build_image_from_template thread HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib64/python3.6/ssl.py", line 366, in wrap_socket _context=self, _session=session) File "/usr/lib64/python3.6/ssl.py", line 777, in __init__ self.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 1037, in do_handshake self._sslobj.do_handshake() File "/usr/lib64/python3.6/ssl.py", line 649, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) During handling of the above exception, another exception occurred: 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 320, in create_base_image self._init_oz() File "/usr/lib/python3.6/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 297, in _init_oz self.init_guest() File "/usr/lib/python3.6/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 403, in init_guest self.guest = oz.GuestFactory.guest_factory(self.tdlobj, self.oz_config, install_script_name) File "/usr/lib/python3.6/site-packages/oz/GuestFactory.py", line 103, in guest_factory diskbus, macaddress) File "/usr/lib/python3.6/site-packages/oz/Fedora.py", line 340, in get_class output_disk, macaddress, None) File "/usr/lib/python3.6/site-packages/oz/Fedora.py", line 267, in __init__ self.config.useuefi) File "/usr/lib/python3.6/site-packages/oz/RedHat.py", line 729, in __init__ initrdtype, macaddress, useuefi) File "/usr/lib/python3.6/site-packages/oz/RedHat.py", line 46, in __init__ url_allowed, macaddress, useuefi) File "/usr/lib/python3.6/site-packages/oz/Linux.py", line 39, in __init__ url_allowed, macaddress, useuefi) File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 1330, in __init__ url_allowed, macaddress, useuefi) File "/usr/lib/python3.6/site-packages/oz/Guest.py", line 273, in __init__ self.url = self._check_url(iso=iso_allowed, url=url_allowed) File "/usr/lib/python3.6/site-packages/oz/RedHat.py", line 774, in _check_url info = oz.ozutil.http_get_header(url, redirect=False) File "/usr/lib/python3.6/site-packages/oz/ozutil.py", line 849, in http_get_header response = requests_session.head(url, allow_redirects=redirect, stream=True, timeout=10) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 577, in head return self.request('HEAD', url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='build.openanolis.cn', port=443): Max retries exceeded with url: /kojifiles/output/product/an-8-8-GA/compose/BaseOS/x86_64/os/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),)) ABORT called in TinMan plugin No Oz guest object present - nothing to do https://172.16.0.137:443 "POST /kojihub?session-id=7906521&session-key=52-xWZuDnK8c9gqSe7oI5j&callnum=13 HTTP/1.1" 200 114