rhel-10-0@cockpit-project/cockpit-podman#93fb631f6b79 Running on: rhos-01-26 Job({ "subject": { "repo": "cockpit-project/cockpit-podman", "sha": "93fb631f6b794c0ae04405630829120933999612", "pull": 1821, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-download" ], "command": null, "env": { "TEST_OS": "rhel-10-0", "TEST_REVISION": "93fb631f6b794c0ae04405630829120933999612", "COCKPIT_BOTS_REF": "main", "BASE_BRANCH": "main", "TEST_PULL": "1821" }, "timeout": 120, "context": "rhel-10-0", "slug": "pull-1821-93fb631f-20240828-133741-rhel-10-0", "title": null, "report": null }) Using container image: ghcr.io/cockpit-project/tasks:2024-07-24 + [checkout-and-run] --revision=93fb631f6b794c0ae04405630829120933999612 --rebase=main https://github.com/cockpit-project/cockpit-podman + cat /run/.containerenv + uname -a Linux 44c2b29b122b 6.9.7-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 27 18:11:45 UTC 2024 x86_64 GNU/Linux + mkdir -p /var/tmp/attachments + git clone -- https://github.com/cockpit-project/cockpit-podman make-checkout-workdir Cloning into 'make-checkout-workdir'... + cd make-checkout-workdir + git fetch -- origin 93fb631f6b794c0ae04405630829120933999612 From https://github.com/cockpit-project/cockpit-podman * branch 93fb631f6b794c0ae04405630829120933999612 -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at 93fb631 support searching for an image with a tag + git fetch -- origin main From https://github.com/cockpit-project/cockpit-podman * branch main -> FETCH_HEAD + git rebase -- 0a9d7ba5ec83e08e5082326d51e5115a23a15bd5 Rebasing (1/6) Rebasing (2/6) Rebasing (3/6) Rebasing (4/6) Rebasing (5/6) Rebasing (6/6) Successfully rebased and updated detached HEAD. + git log HEAD '^0a9d7ba5ec83e08e5082326d51e5115a23a15bd5' commit 5f5008e5ad9ffac376de9edf23af408c9a1a7e55 Author: tomasmatus Date: Wed Aug 28 12:14:28 2024 +0200 support searching for an image with a tag Utilizes `podman manifest inspect` in the background and when manifest is found for the user input image url it is possible to select this image from the search dropdown. Normal `podman search` queries are disabled when image tag is specified as the search API doesn't seem to support searching for specific tags. commit fa6ca8ddcb48861bc9b55c557eb7038bd82518c8 Author: tomasmatus Date: Mon Aug 26 11:17:12 2024 +0200 nosearch: always query manifest commit a26d36ad6295671a90c746ea1c4025da3958e8cb Author: tomasmatus Date: Wed Aug 21 10:00:41 2024 +0200 nosearch: use manifest instead of tagging commit 0449f0b8a978119b2ae607df19e1da380ddc0707 Author: tomasmatus Date: Tue Aug 20 09:16:43 2024 +0200 nosearch: fixes after review commit 197fdf6187a57ecdce520b76e553dae23ccf6dc4 Author: tomasmatus Date: Wed Aug 14 14:41:59 2024 +0200 ghcr: drop unnecessary cleanup commit a01da7b21411d37e68e6a43a0a565db1834be732 Author: tomasmatus Date: Wed Aug 14 14:22:18 2024 +0200 fix searching on non-searchable image registries fixes: #1220 Add support to pull images from registries which do not support search API. + git log -n1 0a9d7ba5ec83e08e5082326d51e5115a23a15bd5 commit 0a9d7ba5ec83e08e5082326d51e5115a23a15bd5 Author: GitHub Workflow Date: Tue Aug 27 18:13:09 2024 +0000 po: Update from Fedora Weblate Closes #1837 + .cockpit-ci/run git archive 'e61c1de5b7a6069a1f4dec2ce871b2e912921878^{tree}' -- pkg/lib test/common test/static-code tools/node-modules | tar x tools/node-modules make_package_lock_json REMOVE node_modules CLONE node_modules [ref: dc5dda7ecaaca4810c229695e2904830b8e63a52] COPY package-lock.json test/static-code WARNING: skipping /static-code/test-typescript: no tsc tools/node-modules make_package_lock_json make package-lock.json && NODE_ENV=production ./build.js make[1]: Entering directory '/work/make-checkout-workdir' tools/node-modules make_package_lock_json make[1]: Leaving directory '/work/make-checkout-workdir' 13:39:54: Build finished in 1551 ms provides=$(npm ls --omit dev --package-lock-only --depth=Infinity | grep -Eo '[^[:space:]]+@[^[:space:]]+' | sort -u | sed 's/^/Provides: bundled(npm(/; s/\(.*\)@/\1)) = /'); \ awk -v p="$provides" '{gsub(/%{VERSION}/, "93.7.g5f5008e"); gsub(/%{NPM_PROVIDES}/, p)}1' packaging/cockpit-podman.spec.in > cockpit-podman.spec sed 's/VERSION/93.7.g5f5008e/; s/SOURCE/cockpit-podman-93.7.g5f5008e.tar.xz/' packaging/arch/PKGBUILD.in > packaging/arch/PKGBUILD sed 's/VERSION/93.7.g5f5008e/' packaging/debian/changelog.in > packaging/debian/changelog if type appstream-util >/dev/null 2>&1; then appstream-util validate-relax --nonet *.metainfo.xml; fi org.cockpit-project.podman.metainfo.xml: OK tar --xz --sort=name --mtime "@1724840068" --mode=go=rX,u+rw,a-s --numeric-owner --owner=0 --group=0 -cf cockpit-podman-93.7.g5f5008e.tar.xz --transform 's,^,cockpit-podman/,' \ --exclude '*.in' --exclude test/reference \ $(git ls-files | grep -v node_modules) \ pkg/lib test/common test/static-code tools/node-modules package-lock.json cockpit-podman.spec node_modules/sizzle \ packaging/arch/PKGBUILD packaging/debian/changelog dist/ test/common/make-bots FETCH bots [ref: main] CLONE bots [ref: main] # HACK for ostree images: skip the rpm build/install if [ "${TEST_OS%coreos}" != "$TEST_OS" ] || [ "${TEST_OS%bootc}" != "$TEST_OS" ] || [ "$TEST_OS" = "rhel4edge" ]; then \ bots/image-customize --verbose --fresh --no-network --no-network \ --run-command 'mkdir -p /usr/local/share/cockpit' \ --upload dist/:/usr/local/share/cockpit/podman \ --script /work/make-checkout-workdir/test/vm.install rhel-10-0; \ else \ bots/image-customize --verbose --fresh --no-network --build cockpit-podman-93.7.g5f5008e.tar.xz \ --script /work/make-checkout-workdir/test/vm.install rhel-10-0; \ fi + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading cockpit-podman-93.7.g5f5008e.tar.xz rsync --recursive --perms --copy-links -e 'ssh -p 2201 -o ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-515' --verbose ./cockpit-podman-93.7.g5f5008e.tar.xz 'root@[127.0.0.2]:/var/tmp/cockpit-podman-93.7.g5f5008e.tar.xz' sending incremental file list cockpit-podman-93.7.g5f5008e.tar.xz sent 970,915 bytes received 35 bytes 647,300.00 bytes/sec total size is 970,568 speedup is 1.00 + (which pbuilder || which mock || which pacman) 2>/dev/null + setenforce 0 + su builder -c 'rpmbuild --define "_topdir /var/tmp/build" -ts "/var/tmp/cockpit-podman-93.7.g5f5008e.tar.xz"' warning: source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing + cat /etc/os-release + su builder -c ' mock --no-clean --no-cleanup-after --disablerepo=* --offline --resultdir /var/tmp/build --verbose --rebuild /var/tmp/build/SRPMS/*.src.rpm' INFO: mock.py version 5.6 starting (python version = 3.12.5, NVR = mock-5.6-1.fc40), args: /usr/libexec/mock/mock --no-clean --no-cleanup-after '--disablerepo=*' --offline --resultdir /var/tmp/build --verbose --rebuild /var/tmp/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf'} DEBUG: config_paths: ['/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/default.cfg'] DEBUG: version: 5.6 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /var/tmp/build DEBUG: rootdir: /var/lib/mock/rhel-candidate-x86_64/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: False DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 86400 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1002 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: False DEBUG: isolation: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: fedora:latest DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: False DEBUG: cleanup_on_failure: False DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.12/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/rhel-candidate-x86_64/ccache/u1002/', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/rhel-candidate-x86_64/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/tmp/build'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: groupinstall build DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: None DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'rhel-10-0-127-0-0-2-2201'} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: [] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: system_yum_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf_command: /usr/bin/dnf-3 DEBUG: system_dnf_command: /usr/bin/dnf-3 DEBUG: dnf_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: system_dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (rhel-candidate-x86_64; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: config_path: /etc/mock DEBUG: chroot_name: default DEBUG: config_file: /etc/mock/default.cfg DEBUG: dnf.conf: [main] cachedir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 keepcache=1 install_weak_deps=0 strict=1 # repos [build] name=build baseurl=http://download.devel.redhat.com/brewroot/repos/rhel-10.0-beta-build/latest/x86_64/ module_hotfixes=1 DEBUG: root: rhel-candidate-x86_64 DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: ['--disablerepo', '*'] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: Local file: /var/tmp/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm INFO: Start(/var/tmp/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm) Config(rhel-candidate-x86_64) DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64 DEBUG: ensuring that dir exists: /var/tmp/build Mock Version: 5.6 INFO: Mock Version: 5.6 INFO: Mock Version: 5.6 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/mapper DEBUG: kernel version == 6.10.0-15.el10.x86_64 DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: resultdir = /var/lib/mock/rhel-candidate-x86_64-bootstrap/results DEBUG: searching for 'dnf' package manager or alternatives INFO: Package manager dnf detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/mock DEBUG: Updating files in /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/blacklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: Updating files in /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blacklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc DEBUG: method _cleanup_homedir skipped in bootstrap DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root DEBUG: ensuring that dir exists: /var/tmp/build INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/dnf_cache INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 48 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 1 DEBUG: On-line CPU(s) list: 0 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 1 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5190.24 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean flushbyasid pausefilter pfthreshold v_vmsave_vmload vgif umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 64 KiB (1 instance) DEBUG: L1i cache: 64 KiB (1 instance) DEBUG: L2 cache: 512 KiB (1 instance) DEBUG: L3 cache: 16 MiB (1 instance) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Reg file data sampling: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 2011156 363456 1608092 2072 183148 1647700 DEBUG: Swap: 0 0 0 DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: /dev/vda4 xfs 18G 4.3G 14G 24% / DEBUG: /dev/vda4 xfs 18G 4.3G 14G 24% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/mapper DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/dev/mapper DEBUG: kernel version == 6.10.0-15.el10.x86_64 DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/fstab DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/rhel-candidate-x86_64/root DEBUG: resultdir = /var/tmp/build INFO: Package manager dnf detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/mock DEBUG: Updating files in /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/blacklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: Updating files in /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./blacklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64/yum_cache', '/var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64/dnf_cache', '/var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5dbe2ca2f6174e60a5e88c21b4660390', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/sh', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'rpm', '-q', 'rpm', 'rpm-sequoia', 'python3-dnf', 'python3-dnf-plugins-core', 'yum', 'yum-utils', 'dnf5', 'dnf5-plugins'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: rpm-4.19.1.1-3.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 DEBUG: python3-dnf-4.20.0-6.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-5.el10.noarch DEBUG: package yum is not installed DEBUG: package yum-utils is not installed DEBUG: package dnf5 is not installed DEBUG: package dnf5-plugins is not installed DEBUG: Child return code was: 4 INFO: Buildroot is handled by package management downloaded with a bootstrap image: rpm-4.19.1.1-3.el10.x86_64 rpm-sequoia-1.6.0-3.el10.x86_64 python3-dnf-4.20.0-6.el10.noarch python3-dnf-plugins-core-4.7.0-5.el10.noarch DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1002', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: failed to reset the lastlog entry of UID 1002: No such file or directory DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/.initialized Finish: chroot init Start: build phase for cockpit-podman-93.7.g5f5008e-1.el10.src.rpm Start: build setup for cockpit-podman-93.7.g5f5008e-1.el10.src.rpm DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'a1ff35a6dcc54e2986f0220a4e270a62', '-D', '/var/lib/mock/rhel-candidate-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: Updating / installing... DEBUG: cockpit-podman-93.7.g5f5008e-1.el10 ######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9e9f072f763b4058884abb0b1252bde8', '-D', '/var/lib/mock/rhel-candidate-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qpl', '/builddir/build/originals/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: cockpit-podman-93.7.g5f5008e.tar.xz DEBUG: cockpit-podman.spec DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd4bf1e9274cd43fc927e55383fdc8408', '-D', '/var/lib/mock/rhel-candidate-x86_64/root', '-a', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/sh', '-c', 'case $(rpmbuild --help) in *--noclean*) exit 0; esac; exit 1'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/cockpit-podman.spec'], chrootPath='/var/lib/mock/rhel-candidate-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=1002gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11']unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '15042e9be3fd4f088173f682aff394dd', '-D', '/var/lib/mock/rhel-candidate-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/cockpit-podman.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/rhel-candidate-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/rhel-candidate-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/rhel-candidate-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/rhel-candidate-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/rhel-candidate-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.8bxpd5dn', '/var/lib/mock/rhel-candidate-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/rhel-candidate-x86_64/root/', '-C', '--disablerepo', '*', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/rhel-candidate-x86_64/root//builddir/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.e57n5n1g:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ac552ed2350a42e79070fd9e9db922e3', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.e57n5n1g:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/rhel-candidate-x86_64/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/rhel-candidate-x86_64/root/', '-C', '--disablerepo', '*', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/rhel-candidate-x86_64/root//builddir/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/rhel-candidate-x86_64/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Package gettext-0.22.5-3.el10.x86_64 is already installed. DEBUG: Package libappstream-glib-0.8.3-2.el10.x86_64 is already installed. DEBUG: Package make-1:4.4.1-7.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: build setup for cockpit-podman-93.7.g5f5008e-1.el10.src.rpm Start: Outputting list of installed packages DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args None DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '76c7b7b6c94c4a62a7c93874201fdd0e', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/sh', '-c', "rpm -qa --root '/var/lib/mock/rhel-candidate-x86_64/root' --qf '%{nevra} %{buildtime} %{size} %{pkgid} installed\\n'"] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: libgcc-14.1.1-5.el10.x86_64 1718125698 281228 a049d19a42a8cddb17a180c1e34485cd installed DEBUG: rust-toolset-srpm-macros-1.79.0-3.el10.noarch 1723739682 2058 578a8777bac18f93998c50f11b3a5be6 installed DEBUG: redhat-release-10.0-14.el10.x86_64 1723619374 66409 d520744c92f967cd5c2882f3d5a63356 installed DEBUG: setup-2.14.5-3.el10.noarch 1719268025 737724 b359283f8c1f49d0bc15ef6b37ec90bd installed DEBUG: filesystem-3.18-9.el10.x86_64 1719246923 106 cdd4f0b0f78828cbc1d714e84a0091cf installed DEBUG: basesystem-11-21.el10.noarch 1719244028 0 ce548198deb251303e24b2907db64947 installed DEBUG: qt6-srpm-macros-6.7.1-4.el10.noarch 1721643591 456 c590624eff495c52a0611ed08d1386db installed DEBUG: publicsuffix-list-dafsa-20240107-4.el10.noarch 1719262327 69171 0ca56a4550aa41819ce4ac2eb86b8b65 installed DEBUG: pkgconf-m4-2.1.0-2.el10.noarch 1719266469 14252 3e6ce235efbbb1a9979a74a2a49d758d installed DEBUG: perl-srpm-macros-1-56.el10.noarch 1723185888 861 24d45a8303eede23fb76ae2f1804d24c installed DEBUG: pcre2-syntax-10.44-1.el10.2.noarch 1721813147 257634 7aac2477ab8bdb6551081e382ced6041 installed DEBUG: package-notes-srpm-macros-0.5-12.el10.noarch 1719258565 1601 d1650804fe86562789699dbdb5d278f0 installed DEBUG: openblas-srpm-macros-2-18.el10.noarch 1719257964 112 17008032a8f90c566b378e2cd1e56d3e installed DEBUG: ocaml-srpm-macros-10-3.el10.noarch 1719257892 1959 fa2450305e00bdb0a93e838c59b6246e installed DEBUG: ncurses-base-6.4-13.20240127.el10.noarch 1719261583 334036 1707069199ac53216450f9c6eef9c27d installed DEBUG: glibc-gconv-extra-2.39-17.el10.x86_64 1719252337 8153652 051c882a61d37818069b15fb40994b5b installed DEBUG: glibc-minimal-langpack-2.39-17.el10.x86_64 1719252337 0 c26320f2bbaa4fac30df94a5646a0e73 installed DEBUG: glibc-common-2.39-17.el10.x86_64 1719252337 1066605 b8a471a4033ef89def0c738b003518b4 installed DEBUG: glibc-2.39-17.el10.x86_64 1719252337 6537996 ef73663eb7876783eedafa6856057668 installed DEBUG: ncurses-libs-6.4-13.20240127.el10.x86_64 1719261604 990215 01c4a042fc10efef2b2b95fdf3a0c1f2 installed DEBUG: bash-5.2.26-4.el10.x86_64 1719242244 8542564 981a17a9556186d40fd8de25460082d8 installed DEBUG: zlib-ng-compat-2.1.6-3.el10.x86_64 1719274381 137120 872a4c6d0faf79fe821e85cf3f3d1758 installed DEBUG: bzip2-libs-1.0.8-19.el10.x86_64 1719244501 82604 2b2e45ebef85747ac3beb18bd97e5ec9 installed DEBUG: xz-libs-1:5.6.2-2.el10.x86_64 1723107320 219515 74f74ba9f65e6011a45470ad7d19f2ff installed DEBUG: readline-8.2-9.el10.x86_64 1719269886 500853 44071387b500f178e788fddafdf9cc76 installed DEBUG: libstdc++-14.1.1-5.el10.x86_64 1718125698 2973607 fa6f16b9da3d7acb4cae330f01799e3e installed DEBUG: libuuid-2.40.2-4.el10.x86_64 1720625080 38341 db98e7000274653fdc93f7a306d60c84 installed DEBUG: popt-1.19-7.el10.x86_64 1719266756 140114 b725865cd0ce7eb5f35aaa40a4906711 installed DEBUG: libblkid-2.40.2-4.el10.x86_64 1720625080 268826 03e97fa1c51afa08f5182379be151688 installed DEBUG: gmp-1:6.2.1-9.el10.x86_64 1719249741 825840 3bb8d325a7836c4d1dda9828ab777789 installed DEBUG: libattr-2.5.2-4.el10.x86_64 1719244041 29165 a6b6d4af41d0fd402067c50957ab52c2 installed DEBUG: libacl-2.3.2-3.el10.x86_64 1721398337 40954 81c165cc3b7f8f173ed9621a65c2d3e2 installed DEBUG: libxcrypt-4.4.36-9.el10.x86_64 1720621900 273221 ebcc6326f1a1846022a81f7e2d15a6ea installed DEBUG: libzstd-1.5.5-8.el10.x86_64 1721902057 749294 43fd25937838ba306ab6e35cc740f2cf installed DEBUG: elfutils-libelf-0.191-5.el10.x86_64 1719321609 1219520 d7b8cc9cf1ef3df3b8c87382b6ddf736 installed DEBUG: crypto-policies-20240807-1.git7ea320f.el10.noarch 1723139949 111753 93d691e0a1f2e103331aaa9b0d03aac0 installed DEBUG: gdbm-libs-1:1.23-8.el10.x86_64 1721899860 124794 8612e060747e765a97188c7401cc96ba installed DEBUG: libeconf-0.6.2-3.el10.x86_64 1719256485 59368 0508e769ec39abc244225659118e9227 installed DEBUG: dwz-0.15-7.el10.x86_64 1719245706 301972 96726098529af4ae38b8b05ae6d3728f installed DEBUG: mpfr-4.2.1-4.el10.x86_64 1719259953 847901 04068ca1dfb0670483f1fd0b51632d9f installed DEBUG: gawk-5.3.0-4.el10.x86_64 1719248288 1799301 967afd62e07907e6e287f51143ddd68c installed DEBUG: unzip-6.0-64.el10.x86_64 1719272895 408259 3f8970fab452924b3a2d82fd6a9e04c2 installed DEBUG: file-libs-5.45-6.el10.x86_64 1719247027 10410230 44ed213e77c94246118771a9e6888309 installed DEBUG: file-5.45-6.el10.x86_64 1719247027 105975 022c8944146d11b8829d6bcf54145d92 installed DEBUG: alternatives-1.30-1.el10.x86_64 1723038850 67921 97ed3e6b1b7e282fe9cba0b7872ad5bd installed DEBUG: jansson-2.14-2.el10.x86_64 1719254106 91237 cf1074ce9da6eada02acff25ef21cd5b installed DEBUG: libcap-ng-0.8.4-5.el10.x86_64 1719255122 74883 6560f686e4309f024547688b1dd7ed52 installed DEBUG: audit-libs-4.0-9.el10.x86_64 1719244176 322785 87be8dd67df1afb906bddaea1d539d17 installed DEBUG: pam-libs-1.6.1-3.el10.x86_64 1719265031 138207 deee321ca1eb8182407917a1649e55fc installed DEBUG: libcap-2.69-6.el10.x86_64 1723715133 229015 533663daa27a691180b906de9731b896 installed DEBUG: systemd-libs-256-11.el10.x86_64 1722339684 2141336 e47f918d740ca2d1fc595ef2d6e6e378 installed DEBUG: libsepol-3.7-2.el10.x86_64 1723458952 841459 57d8099a30245cb5e8a53303c787e261 installed DEBUG: libsmartcols-2.40.2-4.el10.x86_64 1720625080 180594 202ae52b98ffcf812b5927af339cf78e installed DEBUG: libtasn1-4.19.0-7.el10.x86_64 1719257097 183972 d91fa232e2b6aa295bca72893964b692 installed DEBUG: libunistring-1.1-9.el10.x86_64 1719257327 1812845 96a392fe0494f88072ed6f60b5855883 installed DEBUG: libidn2-2.3.7-2.el10.x86_64 1719256563 336946 e82296a6c52cc39abd1884dafea7f2f3 installed DEBUG: lua-libs-5.4.6-6.el10.x86_64 1719258568 283651 b9143707c049f188e5d80f915c6a8084 installed DEBUG: lz4-libs-1.9.4-7.el10.x86_64 1719258249 140659 9dd346fb72c9d96fb41ead50a1bd95bb installed DEBUG: pcre2-10.44-1.el10.2.x86_64 1721813135 681426 d80ba7c8ba0e051ce1428bb4e9f7e2a5 installed DEBUG: libselinux-3.7-3.el10.x86_64 1723465886 185373 4d449759965d2667ce6e36a79bfe81e2 installed DEBUG: sed-4.9-2.el10.x86_64 1719271153 878047 2aaf80b790f1beefdb762aeac97a3caa installed DEBUG: grep-3.11-9.el10.x86_64 1719252241 1038114 002d9caf60e30f64e685f278ab864bde installed DEBUG: findutils-1:4.10.0-1.el10.x86_64 1717423155 1942943 de8720d9a6c929d3aa80cc23785cfe47 installed DEBUG: xz-1:5.6.2-2.el10.x86_64 1723107320 1245120 df9be48b072d0009c5e9b480fabc4458 installed DEBUG: libmount-2.40.2-4.el10.x86_64 1720625080 360258 22f0d1cae013ad7316ce0540040bc12b installed DEBUG: util-linux-core-2.40.2-4.el10.x86_64 1720625080 1517790 1d4032b3d7a91250215ecdfd3ea00294 installed DEBUG: libsemanage-3.7-2.el10.x86_64 1723468018 300494 b6f69ddf58fa375c06efc40e3d0f9d09 installed DEBUG: shadow-utils-2:4.15.0-3.el10.x86_64 1719271129 4303301 285e89eb2a8e6c9bd833a634027ebec9 installed DEBUG: libutempter-1.2.1-14.el10.x86_64 1719257234 59073 6f9183465955e34d4a657fe8e84155ce installed DEBUG: tar-2:1.35-4.el10.x86_64 1719242355 3093246 2fe3e9c8e40c74d7ae6e6ba494237217 installed DEBUG: zstd-1.5.5-8.el10.x86_64 1721902057 1632277 0a85e8b1aacc8088ece564245b54232d installed DEBUG: libpsl-0.21.5-4.el10.x86_64 1719256989 82464 8040fe17e6d34003086f5d4150f283dc installed DEBUG: zip-3.0-42.el10.x86_64 1720011793 734967 ff621cacaacf0e985187eff38f34d56c installed DEBUG: cyrus-sasl-lib-2.1.28-22.el10.x86_64 1718908198 729086 b01e3ba2bef3781d8aebd672096acae2 installed DEBUG: gdbm-1:1.23-8.el10.x86_64 1721899860 475991 1169df1656bfad20ca4f8edc1a295922 installed DEBUG: libfdisk-2.40.2-4.el10.x86_64 1720625080 371594 0c2c770255fa396a5064cb47ee05c2f2 installed DEBUG: libxml2-2.12.5-2.el10.x86_64 1719257659 1816331 b64f2704ef9c55a70adf6b0e5685fd7d installed DEBUG: bzip2-1.0.8-19.el10.x86_64 1719244501 97909 e60c0ec4eb72fee5c60aa3fcf05f9cf3 installed DEBUG: sqlite-libs-3.45.1-3.el10.x86_64 1719272481 1472408 1c28d1f3ae913829d41249dcebc9fe4e installed DEBUG: ed-1.20-3.el10.x86_64 1719245560 149876 5eb318460353f1998c8630aa688dc03b installed DEBUG: patch-2.7.6-25.el10.x86_64 1719265079 273106 2d12fd908079153ce7b96192a1e0af9e installed DEBUG: elfutils-default-yama-scope-0.191-5.el10.noarch 1719321655 1810 4fced68a8b92f39faee5a57c3f7a910e installed DEBUG: cpio-2.15-2.el10.x86_64 1719245061 1146570 e6723ceca962cccd180d0507d8f27e7c installed DEBUG: diffutils-3.10-7.el10.x86_64 1722368705 1657992 61725de466890e1ce8f44e1082bf1288 installed DEBUG: keyutils-libs-1.6.3-4.el10.x86_64 1719254296 55651 81cbb5b9e77af2485c47a907cebe5c8d installed DEBUG: libbrotli-1.1.0-4.el10.x86_64 1719244731 865770 f1a01b7812ce01f4e7e4703fcec4c177 installed DEBUG: libcom_err-1.47.1-2.el10.x86_64 1722076402 68809 bfaa8f845e4fd0f9801c9a95374a760c installed DEBUG: libffi-3.4.4-8.el10.x86_64 1719256803 87632 282f09e59656d0390c54c7f0a89d288f installed DEBUG: p11-kit-0.25.5-4.el10.x86_64 1722335289 2274608 a0492dceeb75e79b58a4decabecb84ae installed DEBUG: p11-kit-trust-0.25.5-4.el10.x86_64 1722335289 408972 78228eb649c5ff3abc349d66066ec53a installed DEBUG: libgomp-14.1.1-5.el10.x86_64 1718125698 540260 2de2ad97451a7988f36614aaa6858506 installed DEBUG: libnghttp2-1.62.1-1.el10.x86_64 1722939615 170100 f8bbda6dbb5d30408a6faa8844d182eb installed DEBUG: libpkgconf-2.1.0-2.el10.x86_64 1719266521 80065 5417713dc3402055276a42ea775e07df installed DEBUG: pkgconf-2.1.0-2.el10.x86_64 1719266521 84378 d64827310b877375f53e6bea291d2cd4 installed DEBUG: pkgconf-pkg-config-2.1.0-2.el10.x86_64 1719266521 989 bd8a6299a9405aa00f1257c5c0d1a386 installed DEBUG: libverto-0.3.2-9.el10.x86_64 1719257540 30141 988b999c5e19b547c28a16d278303da1 installed DEBUG: libssh-config-0.10.6-7.el10.noarch 1719257570 277 793ebb868621ecf1ae87d734a2d2c8c1 installed DEBUG: kernel-srpm-macros-1.0-24.el10.noarch 1719250228 1949 a8669205017b7e7e97ff31809bc9e9ca installed DEBUG: coreutils-common-9.5-2.el10.x86_64 1721042691 11695971 b81e78a8586eb480ed355cf95c369545 installed DEBUG: openssl-fips-provider-so-3.0.7-6.el10.x86_64 1715093806 1337154 db636e2bf9c750ff1e6c7518fa9a18de installed DEBUG: openssl-fips-provider-3.0.7-6.el10.x86_64 1715093806 251 620f72958f2b4ca072626569020e7d0b installed DEBUG: openssl-libs-1:3.2.2-10.el10.x86_64 1723662246 6194376 988767defb4879cf5b0197d8d4e28db8 installed DEBUG: coreutils-9.5-2.el10.x86_64 1721042691 5795354 2dcf2a2ca0e005191d53e156fe902d05 installed DEBUG: ca-certificates-2023.2.62_v7.0.401-7.el10.noarch 1719244313 2420919 4172d408f5ce848497fb80c58d7d41d1 installed DEBUG: authselect-libs-1.5.0-7.el10.x86_64 1722599133 820118 8b69d98c3acea5dcc59faf74a5da0c33 installed DEBUG: gzip-1.13-2.el10.x86_64 1719252704 402450 927bcedb677504e94f63838927e36df2 installed DEBUG: cracklib-2.9.11-7.el10.x86_64 1722342533 245085 19eb858d627aaf71ea40628b8b189c06 installed DEBUG: krb5-libs-1.21.3-1.el10.x86_64 1720785582 2421770 4abaac9b08be8f33e29edef78991c14b installed DEBUG: libarchive-3.7.2-7.el10.x86_64 1719254771 944684 60b73c51f912a3fed168f45f3f5af281 installed DEBUG: libssh-0.10.6-7.el10.x86_64 1719257692 529723 fb32fec44b9216e89206a6a9df94b623 installed DEBUG: cracklib-dicts-2.9.11-7.el10.x86_64 1722342533 9815811 de8751ef301bd3f433cb8faeb3081471 installed DEBUG: libpwquality-1.4.5-11.el10.x86_64 1722341171 427738 2328bcd159eb1308e3b09a9a6b315bf4 installed DEBUG: authselect-1.5.0-7.el10.x86_64 1722599133 160745 13309ff0eb8b1aa41212b504b49a15de installed DEBUG: pam-1.6.1-3.el10.x86_64 1719265031 1836708 c5e0d55cc59c25c096168ef76e9d3b9d installed DEBUG: libevent-2.1.12-15.el10.x86_64 1723712225 917034 c3479c6c60282cab90a64c31bac0dc07 installed DEBUG: openldap-2.6.7-4.el10.x86_64 1720149891 520006 59ddb0f231b546fd983c57812b08e3cd installed DEBUG: libcurl-8.6.0-8.el10.x86_64 1720596169 783094 766bec574c4dd2f3f6faa3260d4b89df installed DEBUG: elfutils-libs-0.191-5.el10.x86_64 1719321609 665661 c95ad4dc927bde06dc04239f6b590f15 installed DEBUG: elfutils-debuginfod-client-0.191-5.el10.x86_64 1719321609 66364 3253567549a1aac797976203fbc6a44c installed DEBUG: binutils-gold-2.41-45.el10.x86_64 1719249206 2161203 6dbb7e2c91727141447efa849aec648b installed DEBUG: binutils-2.41-45.el10.x86_64 1719249206 27851129 8047fe92b09a6397d70933f85feeb35f installed DEBUG: elfutils-0.191-5.el10.x86_64 1719321609 2662306 16fc9e0b51aa9c61636f4d8afd5a8064 installed DEBUG: gdb-minimal-14.2-2.el10.x86_64 1719249673 12900524 7c6f31e3d8e2b804dafdd6e2f8140314 installed DEBUG: debugedit-5.0-15.el10.x86_64 1719245249 203706 ece27d85dd7fbb2f5d6396926589b207 installed DEBUG: curl-8.6.0-8.el10.x86_64 1720596169 752192 9b0d889605fe26b89dd5fa210cb85ec1 installed DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 1719271038 2424714 3264f27f47ec5dfce73a23bc8a3cc977 installed DEBUG: rpm-libs-4.19.1.1-3.el10.x86_64 1723554096 730992 ecf84d7bfbbf389cb9900d6e4c0ffbb6 installed DEBUG: rpm-4.19.1.1-3.el10.x86_64 1723554096 3095564 61db8049db01a902298ccb67f8e06d3d installed DEBUG: efi-srpm-macros-6-3.el10.noarch 1722354052 41044 e0ab7da43765ae4b7fe2a0c0b1655818 installed DEBUG: lua-srpm-macros-1-14.el10.noarch 1719256830 1367 32702ed8f7aa5912c75da7eeb9f589d4 installed DEBUG: rpm-build-libs-4.19.1.1-3.el10.x86_64 1723554096 199040 c600b813c7c62bd8539849cdee5e950f installed DEBUG: fonts-srpm-macros-1:2.0.5-17.el10.noarch 1723689654 57184 d1d5f6604e18cb1616e9c0e4b1bac907 installed DEBUG: forge-srpm-macros-0.2.0-4.el10.noarch 1719245779 38310 f38a261fff396e5402531826b4f2ea42 installed DEBUG: go-srpm-macros-3.6.0-1.el10.noarch 1721984963 61912 0131a6206be81f17aed4391003658c7d installed DEBUG: python-srpm-macros-3.12-8.1.el10.noarch 1719579935 51802 e25cc048d272ec3dbc0d760b53e4db5d installed DEBUG: redhat-rpm-config-285-1.el10.noarch 1719242552 187893 3492761f785b66edca16e3549fe471d2 installed DEBUG: rpm-build-4.19.1.1-3.el10.x86_64 1723554096 177765 91b49cd92c9b46cfc157fd627ff24993 installed DEBUG: pyproject-srpm-macros-1.12.0-2.el10.noarch 1719262544 1514 767599763f51a355df09ae58605bd3cb installed DEBUG: util-linux-2.40.2-4.el10.x86_64 1720625080 3858096 8a8a19f22860eb94b4fd023183bd7513 installed DEBUG: redhat-ca-certificate-1.1.0-2.el8eng.noarch 1593535955 1517 11c6ee4bf868dbdf4cdccf6017b6580d installed DEBUG: which-2.21-42.el10.x86_64 1719273387 82124 99e31ed9c36ab8cb159cdee490c06a63 installed DEBUG: info-7.1-3.el10.x86_64 1719272193 370423 dd79b4b01d43205cfdfaa0381392ba4c installed DEBUG: make-1:4.4.1-7.el10.x86_64 1719258383 1880399 fa57918e7105ee683a639a86e92f8d47 installed DEBUG: libgpg-error-1.50-1.el10.x86_64 1720000683 906748 748fcf4f1640b7562a0f9886fa6d1278 installed DEBUG: nettle-3.10-1.el10.x86_64 1721973360 1177490 ad8bbfb55d2d50710921235c095700d5 installed DEBUG: gnutls-3.8.6-6.el10.x86_64 1722332750 3722535 aabedaaa6c46918a42cf5914f60ba460 installed DEBUG: glib2-2.80.4-1.el10.x86_64 1720632114 15327703 3f6b2f5b8f14b467f07e888cf7184927 installed DEBUG: libuv-1:1.48.0-2.el10.x86_64 1719257449 555833 52549fe0cd31e2aa64c0770f58c3c1fa installed DEBUG: expat-2.6.2-1.el10.x86_64 1719999073 295651 613492adb53907ac36d1dc416703511b installed DEBUG: json-glib-1.8.0-4.el10.x86_64 1719254193 574876 f7bf484649faab37f4c3e6253decf750 installed DEBUG: zlib-ng-compat-devel-2.1.6-3.el10.x86_64 1719274381 105862 4dee51c3a4a7948f175c4a3763ad51c0 installed DEBUG: m4-1.4.19-10.el10.x86_64 1719275104 607110 3d28b79f4b7f2c004d03fa3b080d730e installed DEBUG: xml-common-0.6.3-64.el10.noarch 1719267903 80280 5d51d7bc37fbd4ec912b66dc221cfe9b installed DEBUG: python-rpm-macros-3.12-8.1.el10.noarch 1719579935 22627 73fcca431d71a849c0fec904cc6024a8 installed DEBUG: libxslt-1.1.39-5.el10.x86_64 1722955768 489021 cdf8a323356d51597a17e1f30b2e4224 installed DEBUG: libsolv-0.7.29-7.el10.x86_64 1723146004 938074 fc0750d9dda248e178667b7412235aa2 installed DEBUG: libmpc-1.3.1-6.el10.x86_64 1719256926 164500 83e591b306ee871d2a469330f5f7c65c installed DEBUG: libkadm5-1.21.3-1.el10.x86_64 1720785582 219254 4c333f929f8b08bb5c1c682d2e5f2f8b installed DEBUG: json-c-0.17-4.el10.x86_64 1719254196 84316 0836d511477ceacac6c218b12bc0cc00 installed DEBUG: tpm2-tss-4.1.3-2.el10.x86_64 1719273106 1765528 00a20bd21e9879769861f0f44f1f9b5b installed DEBUG: gettext-libs-0.22.5-3.el10.x86_64 1719254341 1759442 25b9458875ec2caf303fa990f5a5a06f installed DEBUG: emacs-filesystem-1:29.2-5.el10.noarch 1715261277 0 67b3ccd5757f94af916a9fe3906d6700 installed DEBUG: cmake-filesystem-3.28.2-2.el10.x86_64 1719247977 0 22c1e355584e289972459b799e4a30e5 installed DEBUG: checkpolicy-3.7-1.el10.x86_64 1719835969 1595069 70d1ad4d97610d627562ef2cc555ea63 installed DEBUG: ima-evm-utils-1.5-5.el10.x86_64 1719253009 148283 7961163891af15707531e396333a9597 installed DEBUG: cpp-14.1.1-5.el10.x86_64 1718125698 40396868 de6e2ff0550923f143dfba637a4725cc installed DEBUG: python3-rpm-macros-3.12-8.1.el10.noarch 1719579935 6586 3e439ebc359cbb14e02590dc9873ea8a installed DEBUG: flex-2.6.4-18.el10.x86_64 1719402659 824676 95cd3fd407f7fc8f5a7f5a21b5db48b1 installed DEBUG: librhsm-0.0.3-15.el10.x86_64 1719256989 84464 3109ea74a51946405d4e60a608b4dcaf installed DEBUG: libcomps-0.1.21-2.el10.x86_64 1719256485 210319 28f2f545a0d799168f3dac5cc343a055 installed DEBUG: nodejs-libs-1:22.4.1-3.el10.x86_64 1723723975 77868871 41c60a128518bac7409924b7294fb673 installed DEBUG: gsettings-desktop-schemas-47~alpha-1.el10.x86_64 1721140955 5413157 166cd6ddec7d5da8f9dccecf9b037dd6 installed DEBUG: libbabeltrace-1.5.11-8.el10.x86_64 1719244156 527549 4f57b223c822fefb9c4bc85d2c359d3f installed DEBUG: librepo-1.18.0-2.el10.x86_64 1721061857 233889 5b53a947e7fba8d7cc43028feec8d773 installed DEBUG: polkit-libs-124-3.el10.x86_64 1719266835 212800 63692549f729c5a31dfba47973768ee8 installed DEBUG: shared-mime-info-2.3-7.el10.x86_64 1719271035 5418925 ecdb7e27994088a66d2c2298abf03de2 installed DEBUG: gnutls-c++-3.8.6-6.el10.x86_64 1722332750 74200 f9c14ef15d2c3fe7cd6169a4e54553a2 installed DEBUG: libassuan-2.5.6-5.el10.x86_64 1719256323 171454 2c5d1f508f53da27009ee4fbfd55d5ea installed DEBUG: libgcrypt-1.11.0-3.el10.x86_64 1722250352 1627578 9545c607710fc98654bf9e37fd0e278a installed DEBUG: libgpg-error-devel-1.50-1.el10.x86_64 1720000683 250957 c777ff870a5d7cab6b9fc4533d97e252 installed DEBUG: libksba-1.6.7-1.el10.x86_64 1720001306 403844 db18940e71c02c3721237ebc443c8691 installed DEBUG: xz-devel-1:5.6.2-2.el10.x86_64 1723107320 261732 552448316baf7c6e942771939b619b31 installed DEBUG: libxml2-devel-2.12.5-2.el10.x86_64 1719257659 3550781 b46d589185d218764ffa50bedf3da3b4 installed DEBUG: words-3.0-46.el10.noarch 1719270638 4959394 fa459c7ce0d96d0b94d91207666d8c2d installed DEBUG: tzdata-2024a-4.el10.noarch 1719269283 1707934 c427ab4fd4578f9da3846b1afc4b0fbd installed DEBUG: sysprof-capture-devel-46.0-3.el10.x86_64 1720026986 260141 a11d89483fb190179687fc9bdd27b37f installed DEBUG: sgml-common-0.6.3-64.el10.noarch 1719267903 172087 fed8b7c8c716ec4a9052248bfa44c7cc installed DEBUG: docbook-dtds-1.0-87.el10.noarch 1719913256 8665321 8c57f5a4ae1b0a845dc8a07559615abc installed DEBUG: docbook-style-xsl-1.79.2-23.el10.noarch 1719244772 16312283 11d315173cab8a820c36207d81e60d15 installed DEBUG: python3-pip-wheel-23.3.2-3.el10.noarch 1719263549 1600309 1d574236ec44225fad798eb3c9106032 installed DEBUG: protobuf-c-1.5.0-5.el10.x86_64 1722960594 55280 078ef8cb2ba7c9acdc3f9a074acf4e4c installed DEBUG: procps-ng-4.0.4-4.el10.x86_64 1719267001 1070452 af2a37ab5ba3aeaaf0b89a047e06a5ff installed DEBUG: pcre2-utf32-10.44-1.el10.2.x86_64 1721813135 583632 f933dc3aaf24cf78ec7bd990c3bb0152 installed DEBUG: pcre2-utf16-10.44-1.el10.2.x86_64 1721813135 612400 b946c17c99638c03144442ae1e4b1d51 installed DEBUG: pcre2-devel-10.44-1.el10.2.x86_64 1721813135 2057710 562b26d3cb895ae34e69b3a11741ee4e installed DEBUG: pcp-conf-6.3.0-2.el10.x86_64 1723147701 78062 75886aa09a678a0a6aa986b3eda07253 installed DEBUG: p11-kit-devel-0.25.5-4.el10.x86_64 1722335289 567529 4b134e3297411250cf84f55b5b5cdc52 installed DEBUG: openssl-1:3.2.2-10.el10.x86_64 1723662246 1745973 9e5705d437f51485c0fad75236595dbd installed DEBUG: openssh-9.8p1-3.el10.x86_64 1722876353 1876304 7886901d995cbd1b290675dfe3ba4d6b installed DEBUG: npth-1.6-19.el10.x86_64 1719262271 50731 42e9aa2b9fc21062a4300960f3171a5e installed DEBUG: gnupg2-2.4.5-1.el10.x86_64 1720097697 9979021 a41d39be5c7a48696f2c793512b00efa installed DEBUG: rpm-sign-libs-4.19.1.1-3.el10.x86_64 1723554096 28022 a62f6f2858f1433d1f8bede992e9a249 installed DEBUG: ncurses-6.4-13.20240127.el10.x86_64 1719261604 639818 443f3aa20d0d89f447b97ac2322284a7 installed DEBUG: mpdecimal-2.5.1-11.el10.x86_64 1720012664 205687 9d561662d7c135f8df064fdc2b32d070 installed DEBUG: python3-3.12.5-1.el10.x86_64 1723471942 32282 16f5be2a63022e033a1f53fc306c23bb installed DEBUG: python3-libs-3.12.5-1.el10.x86_64 1723471942 43577062 ff3e86d04a132ce84ccf09b2b2d55bd5 installed DEBUG: python3-libselinux-3.7-3.el10.x86_64 1723465886 632305 f742d666b0b9ca92a779a38c474432dd installed DEBUG: python3-packaging-23.2-5.el10.noarch 1719263689 431178 87565c1dc75aa1c540034cf1168cf93d installed DEBUG: python3-rpm-generators-14-11.el10.noarch 1719264137 83703 ae5972a22059ed3af1b451750c2d9ee2 installed DEBUG: python3-libsemanage-3.7-2.el10.x86_64 1723468018 411834 b2d2f2cb1a3757e396dec4a1ae44d431 installed DEBUG: python3-libcomps-0.1.21-2.el10.x86_64 1719256485 146826 b4e5198dc8c5ca7b80142bc47f7ff999 installed DEBUG: unbound-libs-1.19.0-10.el10.x86_64 1719273241 1424603 81ade7ce2789f08f25ee838e3841255e installed DEBUG: gnutls-dane-3.8.6-6.el10.x86_64 1722332750 67268 da9c3e4f31480287f62e4444e3ef8c8e installed DEBUG: python3-audit-4.0-9.el10.x86_64 1719244176 251376 bdc19c2c1107a9ec167564efff13b798 installed DEBUG: python3-distro-1.9.0-4.el10.noarch 1719263111 206712 dec079245d6a0e3b5fbc799b5a5325b7 installed DEBUG: python3-pip-23.3.2-3.el10.noarch 1719263549 14870276 016a0f461386e853482f27cf17d68662 installed DEBUG: python3-rpm-4.19.1.1-3.el10.x86_64 1723554096 175577 3aaf988d706dc1426fdd9efaec4a1901 installed DEBUG: python3-setuptools-69.0.3-5.el10.noarch 1722087064 7496294 081c5b3bd49bba4177aa803694cff576 installed DEBUG: python3-setools-4.5.1-3.el10.x86_64 1719271127 3018640 98a7288f3322140f13077c14415b8846 installed DEBUG: lmdb-libs-0.9.32-2.el10.x86_64 1719258054 107862 8c25cd6f77979fa0108d950bd9a509d4 installed DEBUG: libzstd-devel-1.5.5-8.el10.x86_64 1721902057 202817 11713ce5303aa309a873ea7599b3e878 installed DEBUG: libyaml-0.2.5-15.el10.x86_64 1719257727 137587 50079e60e3a2057613e8b7c087f8b90d installed DEBUG: libmodulemd-2.15.0-11.el10.x86_64 1719577342 738544 e70a6b5d3f4e999cc12004e0001e1dc7 installed DEBUG: libdnf-0.73.1-5.el10.x86_64 1721128305 2240462 b9a2c5ed54b813a61565cd96a3e586cd installed DEBUG: python3-libdnf-0.73.1-5.el10.x86_64 1721128305 4044008 eebb6855b0940d4c244b2ed163dde888 installed DEBUG: python3-hawkey-0.73.1-5.el10.x86_64 1721128305 317308 5431abe9f2dcd82dc604682ce011f05d installed DEBUG: libverto-devel-0.3.2-9.el10.x86_64 1719257540 26313 cd1994b89dbffcb9492edf5924483b45 installed DEBUG: libtasn1-tools-4.19.0-7.el10.x86_64 1719257097 67065 669cfccec69d2d5b1588071a5d8554d5 installed DEBUG: libtasn1-devel-4.19.0-7.el10.x86_64 1719257097 77922 ad2015bb821ac076c59694b7f877e204 installed DEBUG: libss-1.47.1-2.el10.x86_64 1722076402 77063 953905fbfc884f6cbca53920846a7e16 installed DEBUG: libsepol-devel-3.7-2.el10.x86_64 1723458952 123210 4079123781e04012e75b296e45577b38 installed DEBUG: libselinux-devel-3.7-3.el10.x86_64 1723465886 129421 bc37ff98919a12e296966a07df3ddf4d installed DEBUG: libselinux-utils-3.7-3.el10.x86_64 1723465886 352540 67eec82a7bfacfb51975efd46e50b452 installed DEBUG: policycoreutils-3.7-1.el10.x86_64 1719834940 714065 b9de0ec2ccb0475eb9d6f6f4a4103c14 installed DEBUG: pcp-selinux-6.3.0-2.el10.x86_64 1723147701 18844 b837a4e1efaf714311af097fef297b0d installed DEBUG: python3-policycoreutils-3.7-1.el10.noarch 1719834897 6102175 87e60eadb8e44c05358d046058d77754 installed DEBUG: policycoreutils-python-utils-3.7-1.el10.noarch 1719834897 96435 ae990fa428b9ef7a3100e59056c4949f installed DEBUG: libseccomp-2.5.3-9.el10.x86_64 1719257408 175284 45853f159b4e6ed1f9186346981fd8fa installed DEBUG: libpng-2:1.6.40-7.el10.x86_64 1723501293 243470 b52be8bc2af95fa26082377f3d3e68ec installed DEBUG: libjpeg-turbo-3.0.2-3.el10.x86_64 1719257042 869243 6b20b0ddc2baebeec691c495072daff9 installed DEBUG: gdk-pixbuf2-2.42.12-1.el10.x86_64 1721385446 2627325 858e83448da2a7e0b9777d4e5e3129eb installed DEBUG: libipt-2.1-4.el10.x86_64 1719251864 117110 1c86363cee0a5bbfa30db6d84149f6ce installed DEBUG: libidn2-devel-2.3.7-2.el10.x86_64 1719256563 258177 96c961cb2e9f791c7c23e717225fa077 installed DEBUG: libicu-74.2-2.el10.x86_64 1719274430 36663903 3b3115174136cc16ac002f9cb0332d27 installed DEBUG: boost-regex-1.83.0-4.el10.x86_64 1719246296 289800 e18e461dd94c768edab1e278606d34cb installed DEBUG: source-highlight-3.1.9-24.el10.x86_64 1721155051 3227593 6fedc2cd0d8ad1c64be5ffb70b44a090 installed DEBUG: gdb-headless-14.2-2.el10.x86_64 1719249673 15236860 fed77aba78e7c0232f5e241887da90a5 installed DEBUG: libffi-devel-3.4.4-8.el10.x86_64 1719256803 34049 94468ce82dc16b22c597c2acd2206a9f installed DEBUG: libev-4.33-12.el10.x86_64 1719256418 107778 8abd51a28f1e1d486921d05e193439a2 installed DEBUG: libverto-libev-0.3.2-9.el10.x86_64 1719257540 15996 5ffa34cb0f608b3aa417a1196b6df3c8 installed DEBUG: libedit-3.1-51.20230828cvs.el10.x86_64 1719256419 249710 22e2a7ec908a22aea0755d8d9a80804a installed DEBUG: libcom_err-devel-1.47.1-2.el10.x86_64 1722076402 17068 65df002b1368edfda084094708b79999 installed DEBUG: libcbor-0.11.0-2.el10.x86_64 1719255097 75655 75319d1769c63c842ef7a007de58b91f installed DEBUG: libfido2-1.14.0-5.el10.x86_64 1719256477 243436 1a8aa02978d85806c8e2f04f0edd20d3 installed DEBUG: libblkid-devel-2.40.2-4.el10.x86_64 1720625080 45964 c31f017238917e430f1733a3efd70a38 installed DEBUG: libmount-devel-2.40.2-4.el10.x86_64 1720625080 65070 e4853ad09c3a1e8ce9f3f1b649179fc3 installed DEBUG: glib2-devel-2.80.4-1.el10.x86_64 1720632114 16174609 18ceb1754835e72647dce86476a322dc installed DEBUG: polkit-docs-124-3.el10.noarch 1719266814 965821 13e2fabd47268de350efbc66d9c81a25 installed DEBUG: polkit-devel-124-3.el10.x86_64 1719266835 409738 3f19e8b77453db3353fdb874a3a5a186 installed DEBUG: krb5-pkinit-1.21.3-1.el10.x86_64 1720785582 132292 123bf371e02ff0ae78b959990a2a8983 installed DEBUG: keyutils-libs-devel-1.6.3-4.el10.x86_64 1719254296 49397 15ed587873a5250e5eea3db04b702713 installed DEBUG: kernel-headers-6.11.0-0.rc2.16.el10.x86_64 1723056673 6756418 761447940fd2025b645886b0d7031fba installed DEBUG: hostname-3.23-13.el10.x86_64 1719252380 50744 21cccb59636671b4d151e75faeb12582 installed DEBUG: groff-base-1.23.0-7.el10.x86_64 1719251685 4034752 bfb076321a1bd7ab5b29fe116bb3e649 installed DEBUG: perl-Digest-1.20-510.el10.noarch 1723101512 36069 8e1973cd0133f5f8d4e8630506e86fe3 installed DEBUG: perl-Digest-MD5-2.59-5.el10.x86_64 1723051215 61170 4f6530fed1344e1282d431a995cb6dfa installed DEBUG: perl-B-0:1.89-510.el10.x86_64 1723190354 509945 33b607bcf027b5478098cb84028f5a7b installed DEBUG: perl-FileHandle-0:2.05-510.el10.noarch 1723190333 9568 0a017b15e84c41bf832014ec3574c470 installed DEBUG: perl-Data-Dumper-2.189-511.el10.x86_64 1723197353 114343 899b404c0a141375429ea1a671274edd installed DEBUG: perl-libnet-3.15-510.el10.noarch 1723116140 295919 97bbf811b5d19552070833d5706728b8 installed DEBUG: perl-AutoLoader-0:5.74-510.el10.noarch 1723190333 21029 37001ecbd0c4afac5e91945869843bd0 installed DEBUG: perl-URI-5.27-2.el10.noarch 1719261542 245510 8700fec9ba8e140a6011faec49611ed8 installed DEBUG: perl-Text-Tabs+Wrap-2024.001-510.el10.noarch 1723099161 23049 7b7a6f439fc87cdc781994e12722ef06 installed DEBUG: perl-Mozilla-CA-20231213-4.el10.noarch 1719260743 9370 25fa11a215259f21996350557777979c installed DEBUG: perl-if-0:0.61.000-510.el10.noarch 1723190333 5948 ab2212bd32a98c8bc47539fcbe2adc38 installed DEBUG: perl-locale-0:1.12-510.el10.noarch 1723190333 6653 69ec711ccc638c42411831c1bdbbe8c8 installed DEBUG: perl-IO-Socket-IP-0.42-511.el10.noarch 1723201443 100992 e35cea2960adb6c9714b9024b79f6f6c installed DEBUG: perl-Time-Local-2:1.350-510.el10.noarch 1723122328 70557 40433fd5bc44b03913fa47ffed1c8881 installed DEBUG: perl-File-Path-2.18-510.el10.noarch 1723124197 65004 2299793b6a6c952a8f9d94a5fd340705 installed DEBUG: perl-IO-Socket-SSL-2.085-2.el10.noarch 1719260309 701396 2f60d20dc11e26d123f366f3f0f574f1 installed DEBUG: perl-Net-SSLeay-1.94-6.el10.x86_64 1723127729 1408056 4f52ab159a946852ca60b8d75b9dc8b8 installed DEBUG: perl-Pod-Escapes-1:1.07-510.el10.noarch 1723103719 25478 8283157d077f9353bd668fe4ab47ffdb installed DEBUG: perl-Class-Struct-0:0.68-510.el10.noarch 1723190333 25968 4bfa32421104efd299bb3f269a271472 installed DEBUG: perl-Term-ANSIColor-5.01-511.el10.noarch 1723203512 99820 d767d26129430ab8a6c13357db00360d installed DEBUG: perl-POSIX-0:2.20-510.el10.x86_64 1723190354 236697 2c2704b74bac57d6677c9c431956eaed installed DEBUG: perl-IPC-Open3-0:1.22-510.el10.noarch 1723190333 22996 419eb2fb94aadad2db4a400331c83980 installed DEBUG: perl-File-Temp-1:0.231.100-510.el10.noarch 1723118561 166175 49f6697829ee5e823c5a6e259236dcf2 installed DEBUG: perl-HTTP-Tiny-0.088-511.el10.noarch 1723199899 155788 8a9dadad72376c15e863d39dea3882a3 installed DEBUG: perl-Term-Cap-1.18-510.el10.noarch 1723113717 29960 ee2e8d83a6ec4c494413f0224da6688f installed DEBUG: perl-Pod-Simple-1:3.45-510.el10.noarch 1723114532 573334 f5e192ac70c4c070f8316f9db36e91b5 installed DEBUG: perl-Socket-4:2.038-510.el10.x86_64 1723110302 126972 4320ca7621af382ac41d9d01a32d3a6d installed DEBUG: perl-SelectSaver-0:1.02-510.el10.noarch 1723190333 2220 49e42860f7a76ecf9d9c4a776366258e installed DEBUG: perl-Symbol-0:1.09-510.el10.noarch 1723190333 6976 ee0071d2b7ee85120d333064f3913a56 installed DEBUG: perl-File-stat-0:1.14-510.el10.noarch 1723190333 12808 7dfb5a5e58fcba9d6482371c6a8546c9 installed DEBUG: perl-podlators-1:5.01-510.el10.noarch 1723121292 315499 51f0a98c340b1c167d6d96cecd9b3c05 installed DEBUG: perl-Pod-Perldoc-3.28.01-511.el10.noarch 1723203256 166971 bc0e29ca1529c0ed01ef7aa917488b89 installed DEBUG: perl-Fcntl-0:1.18-510.el10.x86_64 1723190354 46095 f8133b70d20e2612d05d297b935490d2 installed DEBUG: perl-Text-ParseWords-3.31-510.el10.noarch 1723120577 13841 65fbb592a764161b3cfd418c92de2db5 installed DEBUG: perl-base-0:2.27-510.el10.noarch 1723190333 12844 a0e923b041ec318b791b274722fd52e3 installed DEBUG: perl-mro-0:1.29-510.el10.x86_64 1723190354 46724 334d754d3b9bb5d5bf526746e95cd1ea installed DEBUG: perl-IO-0:1.55-510.el10.x86_64 1723190354 154711 1fff83b1513cb9e56c6e9095889e9a75 installed DEBUG: perl-overloading-0:0.02-510.el10.noarch 1723190333 4960 267ee6de1684e575e41a5bcb763bda05 installed DEBUG: perl-Pod-Usage-4:2.03-510.el10.noarch 1723126090 86712 711c60c72108e53e1f87af980c359364 installed DEBUG: perl-Errno-0:1.38-510.el10.x86_64 1723190354 8574 434bf51755306e2584652c64fa5e1879 installed DEBUG: perl-File-Basename-0:2.86-510.el10.noarch 1723190333 14342 e594cacdf39fad61faa0be0030410488 installed DEBUG: perl-Getopt-Std-0:1.14-510.el10.noarch 1723190333 11449 9b2f965a1e6a9e99093dc786fb0677d4 installed DEBUG: perl-MIME-Base64-3.16-510.el10.x86_64 1723121290 47176 835fcca6ff8a8156ccdb90c0e29217ae installed DEBUG: perl-Scalar-List-Utils-5:1.63-510.el10.x86_64 1723112751 148967 8fcda60f3548996e3ae2d2276e9db460 installed DEBUG: perl-constant-1.33-511.el10.noarch 1723197303 26840 2f4068690587258269d87599f8101cf9 installed DEBUG: perl-Storable-1:3.32-510.el10.x86_64 1723106329 242020 2cc275507388d7bf1fcefefa69078660 installed DEBUG: perl-overload-0:1.37-510.el10.noarch 1723190333 73252 89c0fa4f847628748fd8a2f4ae8652d8 installed DEBUG: perl-parent-1:0.241-510.el10.noarch 1723121197 9961 dfb3967eb74a67793e23fc3d3cef9622 installed DEBUG: perl-vars-0:1.05-510.el10.noarch 1723190333 3960 aa6beff04353b8961db16b15d763018a installed DEBUG: perl-Getopt-Long-1:2.58-2.el10.noarch 1723051321 147857 fd8908d321d64611ecf9e3fdac31227e installed DEBUG: perl-Carp-1.54-510.el10.noarch 1723119369 47655 a7306e2afe88980250f9dcb9c5f88424 installed DEBUG: perl-Exporter-5.78-510.el10.noarch 1723107562 55544 c24e00baa71c91c5ea0163f6192ce8e8 installed DEBUG: perl-PathTools-3.91-510.el10.x86_64 1723120506 179870 64aff01ea22507f7a11381993f12cdbb installed DEBUG: perl-DynaLoader-0:1.56-510.el10.x86_64 1723190354 32841 fac8af9708a846b982f61c1717e47a77 installed DEBUG: perl-Encode-4:3.21-510.el10.x86_64 1723117174 4931706 dc418294014ac118cc4d4d437865eab1 installed DEBUG: perl-libs-4:5.40.0-510.el10.x86_64 1723190354 10318966 362a98a022a36824662004b25277b34e installed DEBUG: perl-interpreter-4:5.40.0-510.el10.x86_64 1723190354 125256 682478af1c06bd432145ef8ee0c9df5e installed DEBUG: perl-threads-1:2.40-510.el10.x86_64 1723107922 113755 8b7e67ecb9fc68fd5c48088510f1891f installed DEBUG: perl-threads-shared-1.69-510.el10.x86_64 1723110428 81607 36d2db434bbe901b46a94a34389eb554 installed DEBUG: perl-Thread-Queue-3.14-510.el10.noarch 1723101436 29535 998e6a49730cfc3e279d4f47d64839e2 installed DEBUG: perl-File-Compare-0:1.100.800-510.el10.noarch 1723190333 5716 74eb4f624f552ae735378a6ebd728e43 installed DEBUG: perl-File-Copy-0:2.41-510.el10.noarch 1723190333 20089 9bc67f5ee73345d4d1adf742241f97e2 installed DEBUG: perl-File-Find-0:1.44-510.el10.noarch 1723190333 42952 4de541401f908e3ccdb9f0fb2d9fea70 installed DEBUG: autoconf-2.71-11.el10.noarch 1719245723 2538885 0ddf77579dcac049955624543ac9a690 installed DEBUG: gmp-c++-1:6.2.1-9.el10.x86_64 1719249741 32496 403b5ac4b7b46e154d232277a1c96d2d installed DEBUG: gmp-devel-1:6.2.1-9.el10.x86_64 1719249741 359017 8e71a46bfc982832a7aa64db075b2a19 installed DEBUG: nettle-devel-3.10-1.el10.x86_64 1721973360 1601854 3c008b8dd8738399b765b86afe7b75bc installed DEBUG: glibc-headers-2.39-17.el10.x86_64 1719252337 2294313 4f52143c7e5cd4fefa19462a33390773 installed DEBUG: libxcrypt-devel-4.4.36-9.el10.x86_64 1720621900 30995 ade7cf659c45d05e2b209a35f1a24e71 installed DEBUG: glibc-devel-2.39-17.el10.x86_64 1719252337 36640 1613cd138d319038d109dfaf33704cb7 installed DEBUG: gcc-14.1.1-5.el10.x86_64 1718125698 114509331 9e49b877adb6365f1305b4da9e89abb9 installed DEBUG: gettext-envsubst-0.22.5-3.el10.x86_64 1719254341 80786 9f2277115716df650e455fd1be4bc877 installed DEBUG: gettext-runtime-0.22.5-3.el10.x86_64 1719254341 492817 86f131a46f4df7227dbb3dfbe002c2fc installed DEBUG: duktape-2.7.0-8.el10.x86_64 1719245778 630936 6eac5679e7aa73cb531fc1e8b2d203d9 installed DEBUG: libproxy-0.5.5-3.el10.x86_64 1719256955 117858 1c44840cb642dbc2ecce4872d4ff0562 installed DEBUG: dnf-data-4.20.0-6.el10.noarch 1722941410 38912 d6ce7e7582bbbc245f279f7e49a0446d installed DEBUG: python3-dnf-4.20.0-6.el10.noarch 1722941410 2734749 c75caff6f15394c123751a7a979c112b installed DEBUG: policycoreutils-devel-3.7-1.el10.x86_64 1719834940 337552 07eb1b08d8d2c2b94e952c6cfedbee46 installed DEBUG: dbus-libs-1:1.14.10-4.el10.x86_64 1719245503 381835 87644c22eb519dc850117a8482e448a7 installed DEBUG: avahi-libs-0.8-27.el10.x86_64 1719244447 170422 d24fdbed16da7e49ef83e64a7936029c installed DEBUG: pcp-libs-6.3.0-2.el10.x86_64 1723147701 1621030 2945787b239b138014fb3fd2e1136068 installed DEBUG: pcp-6.3.0-2.el10.x86_64 1723147701 5403117 9955349b3610b1a441a028133d45eb59 installed DEBUG: dbus-common-1:1.14.10-4.el10.noarch 1719245527 11504 1939a7fe92413c8c2a185276225f6ce8 installed DEBUG: dbus-broker-35-6.el10.x86_64 1721025318 395960 7e31d40e19294472dc035d3cbac77765 installed DEBUG: dbus-1:1.14.10-4.el10.x86_64 1719245503 0 2e62f51a387a171e89ffdfa551dee493 installed DEBUG: systemd-pam-256-11.el10.x86_64 1722339684 642725 4b94c2a6bf49a53969de9ed1d0a97234 installed DEBUG: systemd-256-11.el10.x86_64 1722339684 16566650 6a68d7d047a0b096dc78e058dfbc471c installed DEBUG: logrotate-3.22.0-1.el10.x86_64 1719216336 152609 9cd550561962350084394e4258941002 installed DEBUG: brotli-1.1.0-4.el10.x86_64 1719244731 32522 29f80f972cb76c0b978d199823783e2e installed DEBUG: brotli-devel-1.1.0-4.el10.x86_64 1719244731 67168 37c16899190e0950c6f33b94929483e4 installed DEBUG: annobin-docs-12.55-2.el10.noarch 1719244145 98483 f6b4ff8761e44327f6c85746f14363a7 installed DEBUG: annobin-plugin-gcc-12.55-2.el10.x86_64 1719244165 997855 f3f908382e4fe3830a596469f9717974 installed DEBUG: gnutls-devel-3.8.6-6.el10.x86_64 1722332750 5901195 138ba0dddf3a8493d81813ad7bb62702 installed DEBUG: krb5-server-1.21.3-1.el10.x86_64 1720785582 794143 873b5affba5bd4417fb1f0983dc1c424 installed DEBUG: pcp-libs-devel-6.3.0-2.el10.x86_64 1723147701 206027 e38662ae0a719c59718b5c88635bccfa installed DEBUG: glib-networking-2.80.0-2.el10.x86_64 1719249571 739905 fd1ebaa882cf9cd59f13013925479106 installed DEBUG: gettext-0.22.5-3.el10.x86_64 1719254341 5454473 6baa491ffe36f3218f2d722092a2ece5 installed DEBUG: gcc-plugin-annobin-14.1.1-5.el10.x86_64 1718125698 57914 063bd431878a13fed843ae51610c82d1 installed DEBUG: automake-1.16.5-17.el10.noarch 1719244582 1826986 b23bbf73842edecb38d6f0d9af335599 installed DEBUG: krb5-devel-1.21.3-1.el10.x86_64 1720785582 722845 93ba7976661b45c9dba225bccba28eee installed DEBUG: json-glib-devel-1.8.0-4.el10.x86_64 1719254193 2655036 3554f4373539d68294b201dea73a093e installed DEBUG: openssh-clients-9.8p1-3.el10.x86_64 1722876353 2756801 6bd4fb5112fd7e89f53ad4cced92e24b installed DEBUG: gdb-14.2-2.el10.x86_64 1719249673 454678 ca1ee7736602c1ab105ccaa3e95d7f84 installed DEBUG: libappstream-glib-0.8.3-2.el10.x86_64 1719254343 1480365 a2ed0c02250a9abc2d9f4b4529dd2951 installed DEBUG: python3-devel-3.12.5-1.el10.x86_64 1723471942 1299813 226d92b1ebfef9d37e87a8a5d5e3dc3a installed DEBUG: nodejs-1:22.4.1-3.el10.x86_64 1723723975 151224 15f7e91388f65a6962e52adb722d974f installed DEBUG: xmlto-0.0.28-24.el10.x86_64 1719273964 117191 c5e50d8fb14cea3200b98865d743fedc installed DEBUG: libxslt-devel-1.1.39-5.el10.x86_64 1722955768 988672 8608952bdbb1eba530af1e3025b8d6a6 installed DEBUG: libssh-devel-0.10.6-7.el10.x86_64 1719257692 158748 6548cd5f8862d5c508dd664032252085 installed DEBUG: desktop-file-utils-0.26-13.el10.x86_64 1719245632 235443 3d6122dcf6c38aa1370995cdaf88c37d installed DEBUG: systemd-rpm-macros-256-11.el10.noarch 1722339727 9574 13105fdb8955293f1bf6d86cfcc06857 installed DEBUG: systemd-devel-256-11.el10.x86_64 1722339684 569141 d9200dbe6c9effb19453ace829e04f7c installed DEBUG: rpm-plugin-selinux-4.19.1.1-3.el10.x86_64 1723554096 16413 8b78df1bb20cc085771bbeaa8ddd6c0b installed DEBUG: pam-devel-1.6.1-3.el10.x86_64 1719265031 169324 ac5a51dce67bc88041089650f3cc352c installed DEBUG: openssl-devel-1:3.2.2-10.el10.x86_64 1723662246 4490923 0d55a9051d95a6858a285103560a5085 installed DEBUG: selinux-policy-40.13.7-1.el10.noarch 1723140849 28727 486bf5ffc8c7e78f4c58a3f344ba442d installed DEBUG: selinux-policy-targeted-40.13.7-1.el10.noarch 1723140849 19888014 76f5b4e4df8b78393d696771e681f928 installed DEBUG: selinux-policy-devel-40.13.7-1.el10.noarch 1723140849 14632751 e7d2bb9d53b1388cc709b7328595cc8c installed DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: Outputting list of installed packages Start: rpmbuild cockpit-podman-93.7.g5f5008e-1.el10.src.rpm INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/cockpit-podman.spec'], chrootPath='/var/lib/mock/rhel-candidate-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=1002gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11']unshare_net=TrueprintOutput=False) DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '574a9ba7936c41549428149735c3a5cc', '-D', '/var/lib/mock/rhel-candidate-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.qs4xmzfy:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/cockpit-podman.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.U10M1G DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf cockpit-podman DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/cockpit-podman-93.7.g5f5008e.tar.xz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd cockpit-podman DEBUG: + rm -rf /builddir/build/BUILD/cockpit-podman-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/cockpit-podman-SPECPARTS DEBUG: + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.keWwbu DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd cockpit-podman DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Bor4k4 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd cockpit-podman DEBUG: + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 'INSTALL=/usr/bin/install -p' PREFIX=/usr DEBUG: echo cs de es fi fr ja ka ko pl sk sv tr uk zh_CN | tr ' ' '\n' > po/LINGUAS DEBUG: mkdir -p /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/cockpit/podman DEBUG: cp -r dist/* /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/cockpit/podman DEBUG: mkdir -p /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/metainfo/ DEBUG: msgfmt --xml -d po \ DEBUG: --template org.cockpit-project.podman.metainfo.xml \ DEBUG: -o /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/metainfo/org.cockpit-project.podman.metainfo.xml DEBUG: + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64//usr/share/metainfo/org.cockpit-project.podman.metainfo.xml DEBUG: /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64//usr/share/metainfo/org.cockpit-project.podman.metainfo.xml: OK DEBUG: + /usr/bin/find-debuginfo -j1 --strict-build-id -m -i --build-id-seed 93.7.g5f5008e-1.el10 --unique-debug-suffix -93.7.g5f5008e-1.el10.x86_64 --unique-debug-src-base cockpit-podman-93.7.g5f5008e-1.el10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/cockpit-podman DEBUG: find-debuginfo: starting DEBUG: Extracting debug info from 0 files DEBUG: Creating .debug symlinks for symlinks to ELF files DEBUG: find-debuginfo: done DEBUG: + /usr/lib/rpm/check-buildroot DEBUG: + /usr/lib/rpm/redhat/brp-ldconfig DEBUG: + /usr/lib/rpm/brp-compress DEBUG: + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip DEBUG: + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip DEBUG: + /usr/lib/rpm/check-rpaths DEBUG: + /usr/lib/rpm/redhat/brp-mangle-shebangs DEBUG: + /usr/lib/rpm/brp-remove-la-files DEBUG: + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j1 DEBUG: + /usr/lib/rpm/redhat/brp-python-hardlink DEBUG: Processing files: cockpit-podman-93.7.g5f5008e-1.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y084C0 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd cockpit-podman DEBUG: + DOCDIR=/builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/doc/cockpit-podman DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/doc/cockpit-podman DEBUG: + cp -pr /builddir/build/BUILD/cockpit-podman/README.md /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/doc/cockpit-podman DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XE1GYw DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd cockpit-podman DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/licenses/cockpit-podman DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/licenses/cockpit-podman DEBUG: + cp -pr /builddir/build/BUILD/cockpit-podman/LICENSE /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/licenses/cockpit-podman DEBUG: + cp -pr /builddir/build/BUILD/cockpit-podman/dist/index.js.LEGAL.txt /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/licenses/cockpit-podman DEBUG: + cp -pr /builddir/build/BUILD/cockpit-podman/dist/index.css.LEGAL.txt /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64/usr/share/licenses/cockpit-podman DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1 bundled(npm(@patternfly/react-core)) = 5.3.4 bundled(npm(@patternfly/react-icons)) = 5.3.2 bundled(npm(@patternfly/react-styles)) = 5.3.1 bundled(npm(@patternfly/react-table)) = 5.3.4 bundled(npm(@patternfly/react-tokens)) = 5.3.1 bundled(npm(@xterm/addon-canvas)) = 0.7.0 bundled(npm(@xterm/xterm)) = 5.5.0 bundled(npm(attr-accept)) = 2.2.2 bundled(npm(docker-names)) = 1.2.1 bundled(npm(file-selector)) = 0.6.0 bundled(npm(focus-trap)) = 7.5.2 bundled(npm(ipaddr.js)) = 2.2.0 bundled(npm(js-tokens)) = 4.0.0 bundled(npm(lodash)) = 4.17.21 bundled(npm(loose-envify)) = 1.4.0 bundled(npm(object-assign)) = 4.1.1 bundled(npm(prop-types)) = 15.8.1 bundled(npm(react)) = 18.3.1 bundled(npm(react-dom)) = 18.3.1 bundled(npm(react-dropzone)) = 14.2.3 bundled(npm(react-is)) = 16.13.1 bundled(npm(scheduler)) = 0.23.2 bundled(npm(tabbable)) = 6.2.0 bundled(npm(throttle-debounce)) = 5.0.2 bundled(npm(tslib)) = 2.6.3 cockpit-podman = 93.7.g5f5008e-1.el10 metainfo() metainfo(org.cockpit-project.podman.metainfo.xml) DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cockpit-podman-93.7.g5f5008e-1.el10.x86_64 DEBUG: Wrote: /builddir/build/RPMS/cockpit-podman-93.7.g5f5008e-1.el10.noarch.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 Finish: rpmbuild cockpit-podman-93.7.g5f5008e-1.el10.src.rpm DEBUG: Copying packages to result dir Finish: build phase for cockpit-podman-93.7.g5f5008e-1.el10.src.rpm INFO: Done(/var/tmp/build/SRPMS/cockpit-podman-93.7.g5f5008e-1.el10.src.rpm) Config(default) 0 minutes 6 seconds INFO: Results and/or logs in: /var/tmp/build Finish: run DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + packages=$(find /var/tmp/build -name "*.rpm" -not -name "*.src.rpm"); rpm -U --force --verbose $packages Uploading /work/make-checkout-workdir/test/vm.install rsync --recursive --perms --copy-links -e 'ssh -p 2201 -o ControlPath=/tmp/.cockpit-test-resources/ssh-%h-%p-%r-515' --verbose /work/make-checkout-workdir/test/vm.install 'root@[127.0.0.2]:/var/tmp/vm.install' sending incremental file list vm.install sent 1,866 bytes received 35 bytes 3,802.00 bytes/sec total size is 1,771 speedup is 0.93 + chmod a+x /var/tmp/vm.install + /var/tmp/vm.install Warning: ALREADY_ENABLED: cockpit Copying blob sha256:56bfbe9d4dae850dc6cf1de7f90ed9ec3848bfcbcc030917566bdb81cb057003 Copying blob sha256:7e60f6c289e24851487ab430d624139c43e90805f87c0d48816725c96b468e47 Copying config sha256:5f20a898a29353bd8827f0a8014f45438f249d75176262c058b586a49e9183f2 Writing manifest to image destination Copying blob sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed Copying blob sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33 Copying config sha256:56a9b5a744a674481a5c034fec45ebf470a58ab844cd0da4d26b89bd27df5e36 Writing manifest to image destination Copying blob sha256:a1c01e366b99afb656cec4b16561b6ab299fa471011b4414826407af3a5884f8 Copying blob sha256:414fa8d4b08681291f1df5d79769b70f8e0836fd0f3a86fa7e11f7ab9ddc4ce0 Copying blob sha256:e5dfe2b43270bc5eb6ac9021609a90c2beacae1eebc90db5b96c2b3997448511 Copying blob sha256:44bce369696406a99f5d433a09943b787a28b3912bb5b693c77345a18401e3ea Copying blob sha256:4bc1ddfc34abe57103cf30d7d295e8ea920689ea9992000fb33c29b3fa11b50c Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 Writing manifest to image destination The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=, Also=, or Alias= settings in the [Install] section, and DefaultInstance= for template units). This means they are not meant to be enabled or disabled using systemctl. Possible reasons for having these kinds of units are: • A unit may be statically enabled by being symlinked from another unit's .wants/, .requires/, or .upholds/ directory. • A unit's purpose may be to act as a helper for some other unit which has a requirement dependency on it. • A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, ...). • In case of template units, the unit is meant to be enabled with some instance name specified. Removed '/etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer'. killing ssh master process 593 test/common/pixel-tests pull Submodule 'test/reference' (https://github.com/cockpit-project/pixel-test-reference) registered for path 'test/reference' Cloning into '/work/make-checkout-workdir/test/reference'... Submodule path 'test/reference': checked out '618b490bd3db1fc4a106652d5fb708a8e4309207' TEST_AUDIT_NO_SELINUX=1 test/common/run-tests --track-naughties 1..39 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-2n1y9nl3.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-79ftw2rj.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-8ff7ofzo.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-jn4kto9l.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-wdtzucrx.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-qu4d9r50.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-3on_5hk2.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/rhel-10-0 -F qcow2 /tmp/bots-run/cockpit-hlykeqyj.qcow2 # 1 TEST PASSED [35s on 44c2b29b122b] ok 7 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodUser [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [39s on 44c2b29b122b] ok 3 /work/make-checkout-workdir/test/check-application TestApplication.testCheckpointRestore [ND@2] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [41s on 44c2b29b122b] ok 5 /work/make-checkout-workdir/test/check-application TestApplication.testCommitUser [ND@4] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [46s on 44c2b29b122b] ok 4 /work/make-checkout-workdir/test/check-application TestApplication.testCommitSystem [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [49s on 44c2b29b122b] ok 2 /work/make-checkout-workdir/test/check-application TestApplication.testBasicUser [ND@1] # RETRY 1 (test affected tests 3 times) # ---------------------------------------------------------------------- # testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 53429 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. Created symlink '/etc/systemd/system/sockets.target.wants/podman.socket' → '/usr/lib/systemd/system/podman.socket'. Getting image source signatures Copying blob sha256:7e60f6c289e24851487ab430d624139c43e90805f87c0d48816725c96b468e47 Copying blob sha256:56bfbe9d4dae850dc6cf1de7f90ed9ec3848bfcbcc030917566bdb81cb057003 Copying config sha256:5f20a898a29353bd8827f0a8014f45438f249d75176262c058b586a49e9183f2 Writing manifest to image destination Getting image source signatures Copying blob sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33 Copying blob sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed Copying config sha256:56a9b5a744a674481a5c034fec45ebf470a58ab844cd0da4d26b89bd27df5e36 Writing manifest to image destination Getting image source signatures Copying blob sha256:4bc1ddfc34abe57103cf30d7d295e8ea920689ea9992000fb33c29b3fa11b50c Copying blob sha256:a1c01e366b99afb656cec4b16561b6ab299fa471011b4414826407af3a5884f8 Copying blob sha256:414fa8d4b08681291f1df5d79769b70f8e0836fd0f3a86fa7e11f7ab9ddc4ce0 Copying blob sha256:e5dfe2b43270bc5eb6ac9021609a90c2beacae1eebc90db5b96c2b3997448511 Copying blob sha256:44bce369696406a99f5d433a09943b787a28b3912bb5b693c77345a18401e3ea Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 Writing manifest to image destination Created symlink '/home/admin/.config/systemd/user/sockets.target.wants/podman.socket' → '/usr/lib/systemd/user/podman.socket'. > warn: failed to poll tuned Object(4) > warn: failed to poll tuned Object(4) ----- user containers ----- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ----- system containers ----- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES Traceback (most recent call last): File "/work/make-checkout-workdir/test/check-application", line 2790, in testCreateContainerInPodSystem self._testCreateContainerInPod(True) File "/work/make-checkout-workdir/test/check-application", line 2774, in _testCreateContainerInPod b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') File "/work/make-checkout-workdir/test/common/testlib.py", line 512, in click self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click") File "/work/make-checkout-workdir/test/common/testlib.py", line 504, in mouse self.wait_visible(selector) File "/work/make-checkout-workdir/test/common/testlib.py", line 749, in wait_visible self.wait_js_func('ph_is_visible', selector) File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args)))) File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None testlib.Error: timeout wait_js_cond(ph_is_visible(".pf-v5-c-modal-box__footer #create-image-create-run-btn:not([disabled]):not([aria-disabled=true])")): Error: .pf-v5-c-modal-box__footer #create-image-create-run-btn:not([disabled]):not([aria-disabled=true]) not found Wrote screenshot to TestApplication-testCreateContainerInPodSystem-rhel-10-0-127.0.0.2-2801-FAIL.png Wrote HTML dump to TestApplication-testCreateContainerInPodSystem-rhel-10-0-127.0.0.2-2801-FAIL.html Wrote JS log to TestApplication-testCreateContainerInPodSystem-rhel-10-0-127.0.0.2-2801-FAIL.js.log Journal extracted to TestApplication-testCreateContainerInPodSystem-rhel-10-0-127.0.0.2-2801-FAIL.log.gz Connection to 127.0.0.2 closed by remote host. > warn: transport closed: disconnected time="2024-08-28T09:41:36-04:00" level=error msg="Removing Pod c649d0a8c9b491ac5c33b59d6409f6db83ba312b474aec030ad17e0be0c2b31d: removing pod c649d0a8c9b491ac5c33b59d6409f6db83ba312b474aec030ad17e0be0c2b31d cgroup: removing pod c649d0a8c9b491ac5c33b59d6409f6db83ba312b474aec030ad17e0be0c2b31d cgroup: Unit machine-libpod_pod_c649d0a8c9b491ac5c33b59d6409f6db83ba312b474aec030ad17e0be0c2b31d.slice not loaded." Traceback (most recent call last): File "/work/make-checkout-workdir/test/check-application", line 2790, in testCreateContainerInPodSystem self._testCreateContainerInPod(True) File "/work/make-checkout-workdir/test/check-application", line 2774, in _testCreateContainerInPod b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') File "/work/make-checkout-workdir/test/common/testlib.py", line 512, in click self.mouse(selector + ":not([disabled]):not([aria-disabled=true])", "click") File "/work/make-checkout-workdir/test/common/testlib.py", line 504, in mouse self.wait_visible(selector) File "/work/make-checkout-workdir/test/common/testlib.py", line 749, in wait_visible self.wait_js_func('ph_is_visible', selector) File "/work/make-checkout-workdir/test/common/testlib.py", line 733, in wait_js_func self.wait_js_cond("%s(%s)" % (func, ','.join(map(jsquote, args)))) File "/work/make-checkout-workdir/test/common/testlib.py", line 730, in wait_js_cond raise Error(f"timeout\nwait_js_cond({cond}): {last_error.msg}") from None testlib.Error: timeout wait_js_cond(ph_is_visible(".pf-v5-c-modal-box__footer #create-image-create-run-btn:not([disabled]):not([aria-disabled=true])")): Error: .pf-v5-c-modal-box__footer #create-image-create-run-btn:not([disabled]):not([aria-disabled=true]) not found # Result testCreateContainerInPodSystem (__main__.TestApplication.testCreateContainerInPodSystem) failed # 1 TEST FAILED [51s on 44c2b29b122b] not ok 6 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodSystem [ND@5] # 1 TEST PASSED [16s on 44c2b29b122b] ok 7 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodUser [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [52s on 44c2b29b122b] ok 8 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerSystem [ND@7] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [22s on 44c2b29b122b] ok 3 /work/make-checkout-workdir/test/check-application TestApplication.testCheckpointRestore [ND@2] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [21s on 44c2b29b122b] ok 5 /work/make-checkout-workdir/test/check-application TestApplication.testCommitUser [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 7 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerInPodUser [ND@5] # 1 TEST PASSED [73s on 44c2b29b122b] ok 1 /work/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [27s on 44c2b29b122b] ok 4 /work/make-checkout-workdir/test/check-application TestApplication.testCommitSystem [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [26s on 44c2b29b122b] ok 9 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerUser [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [30s on 44c2b29b122b] ok 2 /work/make-checkout-workdir/test/check-application TestApplication.testBasicUser [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [29s on 44c2b29b122b] ok 8 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerSystem [ND@7] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [21s on 44c2b29b122b] ok 5 /work/make-checkout-workdir/test/check-application TestApplication.testCommitUser [ND@4] # 1 TEST PASSED [23s on 44c2b29b122b] ok 3 /work/make-checkout-workdir/test/check-application TestApplication.testCheckpointRestore [ND@2] # 1 TEST PASSED [26s on 44c2b29b122b] ok 10 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerValidation [ND@5] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [29s on 44c2b29b122b] ok 4 /work/make-checkout-workdir/test/check-application TestApplication.testCommitSystem [ND@3] # 1 TEST PASSED [26s on 44c2b29b122b] ok 9 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerUser [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [20s on 44c2b29b122b] ok 12 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodUser [ND@2] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [22s on 44c2b29b122b] ok 11 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodSystem [ND@4] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [30s on 44c2b29b122b] ok 2 /work/make-checkout-workdir/test/check-application TestApplication.testBasicUser [ND@1] # 1 TEST PASSED [29s on 44c2b29b122b] ok 8 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerSystem [ND@7] # 1 TEST PASSED [26s on 44c2b29b122b] ok 10 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerValidation [ND@5] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [20s on 44c2b29b122b] ok 12 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodUser [ND@2] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [55s on 44c2b29b122b] ok 1 /work/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [26s on 44c2b29b122b] ok 9 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerUser [ND@6] # 1 TEST PASSED [22s on 44c2b29b122b] ok 11 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodSystem [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [30s on 44c2b29b122b] ok 13 /work/make-checkout-workdir/test/check-application TestApplication.testDownloadImage [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [19s on 44c2b29b122b] ok 12 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodUser [ND@2] # 1 TEST PASSED [26s on 44c2b29b122b] ok 10 /work/make-checkout-workdir/test/check-application TestApplication.testCreateContainerValidation [ND@5] # 1 TEST PASSED [44s on 44c2b29b122b] ok 15 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckUser [ND@7] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [24s on 44c2b29b122b] ok 11 /work/make-checkout-workdir/test/check-application TestApplication.testCreatePodSystem [ND@4] # 1 TEST PASSED [52s on 44c2b29b122b] ok 14 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckSystem [ND@1] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [31s on 44c2b29b122b] ok 13 /work/make-checkout-workdir/test/check-application TestApplication.testDownloadImage [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 18 /work/make-checkout-workdir/test/check-application TestApplication.testLogErrors [ND@5] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [15s on 44c2b29b122b] ok 19 /work/make-checkout-workdir/test/check-application TestApplication.testManifest [ND@7] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [42s on 44c2b29b122b] ok 16 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsSystem [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [53s on 44c2b29b122b] ok 1 /work/make-checkout-workdir/test/check-application TestApplication.testBasicSystem [ND@0] # 1 TEST PASSED [17s on 44c2b29b122b] ok 18 /work/make-checkout-workdir/test/check-application TestApplication.testLogErrors [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [37s on 44c2b29b122b] ok 17 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsUser [ND@2] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [14s on 44c2b29b122b] ok 19 /work/make-checkout-workdir/test/check-application TestApplication.testManifest [ND@7] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [30s on 44c2b29b122b] ok 13 /work/make-checkout-workdir/test/check-application TestApplication.testDownloadImage [ND@5] # ---------------------------------------------------------------------- # testNonSearchableRegistry (__main__.TestApplication.testNonSearchableRegistry) # Result testNonSearchableRegistry (__main__.TestApplication.testNonSearchableRegistry) skipped: rhel-10-0: nginx not installed ok 21 /work/make-checkout-workdir/test/check-application TestApplication.testNonSearchableRegistry [ND@5] # SKIP testNonSearchableRegistry (__main__.TestApplication.testNonSearchableRegistry) rhel-10-0: nginx not installed # 1 TEST PASSED [44s on 44c2b29b122b] ok 15 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckUser [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [13s on 44c2b29b122b] ok 19 /work/make-checkout-workdir/test/check-application TestApplication.testManifest [ND@7] # 1 TEST PASSED [18s on 44c2b29b122b] ok 18 /work/make-checkout-workdir/test/check-application TestApplication.testLogErrors [ND@3] # 1 TEST PASSED [38s on 44c2b29b122b] ok 16 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsSystem [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [52s on 44c2b29b122b] ok 14 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckSystem [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [33s on 44c2b29b122b] ok 17 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsUser [ND@2] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 24 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerUser [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 23 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerSystem [ND@7] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [48s on 44c2b29b122b] ok 20 /work/make-checkout-workdir/test/check-application TestApplication.testMultipleContainers [ND@0] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 24 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerUser [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 23 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerSystem [ND@7] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [44s on 44c2b29b122b] ok 15 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckUser [ND@4] # 1 TEST PASSED [35s on 44c2b29b122b] ok 16 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsSystem [ND@6] # 1 TEST PASSED [34s on 44c2b29b122b] ok 17 /work/make-checkout-workdir/test/check-application TestApplication.testLifecycleOperationsUser [ND@2] # 1 TEST PASSED [16s on 44c2b29b122b] ok 24 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerUser [ND@3] # 1 TEST PASSED [17s on 44c2b29b122b] ok 23 /work/make-checkout-workdir/test/check-application TestApplication.testPauseResumeContainerSystem [ND@7] # 1 TEST PASSED [18s on 44c2b29b122b] ok 26 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledUser [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [53s on 44c2b29b122b] ok 14 /work/make-checkout-workdir/test/check-application TestApplication.testHealthcheckSystem [ND@1] # 1 TEST PASSED [23s on 44c2b29b122b] ok 25 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledSystem [ND@4] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [24s on 44c2b29b122b] ok 28 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersSystem [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [80s on 44c2b29b122b] ok 22 /work/make-checkout-workdir/test/check-application TestApplication.testNotRunning [ND@5] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [48s on 44c2b29b122b] ok 20 /work/make-checkout-workdir/test/check-application TestApplication.testMultipleContainers [ND@0] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [19s on 44c2b29b122b] ok 29 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersUser [ND@7] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 26 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledUser [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [35s on 44c2b29b122b] ok 27 /work/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 30 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesRoot [ND@4] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [24s on 44c2b29b122b] ok 25 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledSystem [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 29 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersUser [ND@0] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [23s on 44c2b29b122b] ok 28 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersSystem [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [19s on 44c2b29b122b] ok 26 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledUser [ND@6] # 1 TEST PASSED [18s on 44c2b29b122b] ok 30 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesRoot [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [19s on 44c2b29b122b] ok 29 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersUser [ND@0] # 1 TEST PASSED [23s on 44c2b29b122b] ok 25 /work/make-checkout-workdir/test/check-application TestApplication.testPodmanRestartEnabledSystem [ND@1] # 1 TEST PASSED [33s on 44c2b29b122b] ok 27 /work/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 31 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystem [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [22s on 44c2b29b122b] ok 28 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedContainersSystem [ND@3] # 1 TEST PASSED [47s on 44c2b29b122b] ok 20 /work/make-checkout-workdir/test/check-application TestApplication.testMultipleContainers [ND@5] # 1 TEST PASSED [18s on 44c2b29b122b] ok 30 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesRoot [ND@4] # 1 TEST PASSED [16s on 44c2b29b122b] ok 32 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystemSelections [ND@0] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [15s on 44c2b29b122b] ok 33 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesUser [ND@1] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 31 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystem [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 35 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerSystem [ND@5] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 36 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerUser [ND@4] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 33 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesUser [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 32 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystemSelections [ND@0] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [34s on 44c2b29b122b] ok 27 /work/make-checkout-workdir/test/check-application TestApplication.testPods [ND@2] # 1 TEST PASSED [32s on 44c2b29b122b] ok 34 /work/make-checkout-workdir/test/check-application TestApplication.testPullImage [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [17s on 44c2b29b122b] ok 31 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystem [ND@6] # 1 TEST PASSED [16s on 44c2b29b122b] ok 35 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerSystem [ND@5] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 36 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerUser [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [86s on 44c2b29b122b] ok 22 /work/make-checkout-workdir/test/check-application TestApplication.testNotRunning [ND@7] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [16s on 44c2b29b122b] ok 33 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesUser [ND@1] # 1 TEST PASSED [17s on 44c2b29b122b] ok 32 /work/make-checkout-workdir/test/check-application TestApplication.testPruneUnusedImagesSystemSelections [ND@0] # 1 TEST PASSED [17s on 44c2b29b122b] ok 35 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerSystem [ND@5] # 1 TEST PASSED [17s on 44c2b29b122b] ok 36 /work/make-checkout-workdir/test/check-application TestApplication.testRenameContainerUser [ND@4] # 1 TEST PASSED [28s on 44c2b29b122b] ok 34 /work/make-checkout-workdir/test/check-application TestApplication.testPullImage [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 39 /work/make-checkout-workdir/test/check-application TestApplication.testSpecialContainers [ND@1] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [43s on 44c2b29b122b] ok 37 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageSystem [ND@2] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [40s on 44c2b29b122b] ok 38 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageUser [ND@6] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [18s on 44c2b29b122b] ok 39 /work/make-checkout-workdir/test/check-application TestApplication.testSpecialContainers [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [28s on 44c2b29b122b] ok 34 /work/make-checkout-workdir/test/check-application TestApplication.testPullImage [ND@3] # 1 TEST PASSED [18s on 44c2b29b122b] ok 39 /work/make-checkout-workdir/test/check-application TestApplication.testSpecialContainers [ND@1] # 1 TEST PASSED [38s on 44c2b29b122b] ok 38 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageUser [ND@6] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [42s on 44c2b29b122b] ok 37 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageSystem [ND@2] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [79s on 44c2b29b122b] ok 22 /work/make-checkout-workdir/test/check-application TestApplication.testNotRunning [ND@7] # 1 TEST PASSED [37s on 44c2b29b122b] ok 38 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageUser [ND@6] # 1 TEST PASSED [41s on 44c2b29b122b] ok 37 /work/make-checkout-workdir/test/check-application TestApplication.testRunImageSystem [ND@2] # 1 TESTS FAILED [494s on 44c2b29b122b, 0 destructive tests, 39 nondestructive tests: 0: 378s, 1: 434s, 2: 493s, 3: 422s, 4: 386s, 5: 383s, 6: 483s, 7: 448s] make: *** [Makefile:199: check] Error 1 *** Failure: Container exited with code 2