[2026-08-26 18:18:08,984][ INFO][PID:3793486] Marking build as starting [2026-08-26 18:18:09,055][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:09,060][ INFO][PID:3793486] VM allocation process starts [2026-08-26 18:18:09,100][ INFO][PID:3793486] Trying to allocate VM: ResallocHost, ticket_id=4651639, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-26 18:18:14,106][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:19,109][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:24,110][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:29,116][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:34,119][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:39,121][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:44,123][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:49,125][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:54,126][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:18:59,128][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:04,129][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:09,131][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:14,314][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:19,317][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:24,322][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:29,324][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:34,328][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:39,335][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:44,338][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:49,547][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:54,550][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:19:59,553][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:04,555][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:09,556][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:14,561][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:19,564][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:24,565][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:27,269][ INFO][PID:3793486] Allocated host ResallocHost, ticket_id=4651639, hostname=2620:52:6:1161:dead:beef:cafe:c11a, name=vmhost_x86_01_prod_21123209_20260826_181819, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-26 18:20:27,270][ INFO][PID:3793486] Allocating ssh connection to builder [2026-08-26 18:20:27,270][ INFO][PID:3793486] Checking that builder machine is OK [2026-08-26 18:20:27,829][ INFO][PID:3793486] Installed copr-rpmbuild version: 1.9 [2026-08-26 18:20:27,830][ INFO][PID:3793486] Running remote command: copr-builder-ready srpm-builds [2026-08-26 18:20:28,145][ INFO][PID:3793486] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-08-26 18:20:28,148][ INFO][PID:3793486] Filling build.info file with builder info [2026-08-26 18:20:28,151][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:28,153][ INFO][PID:3793486] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "@rocky-testing", "project_name": "rakudo-rpms", "project_dirname": "rakudo-rpms", "submitter": "grayeul", "ended_on": null, "started_on": 1787768428.153562, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10907666", "build_id": 10907666, "package_name": "raku-file-directory-tree", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# Script for copr to build raku-file-directory-tree rpm from source\\n\\nGITURL=https://github.com/raku-community-modules/File-Directory-Tree\\nPKGBASENAME=raku-file-directory-tree\\n\\n# First pull the latest from git\\ngit clone ${GITURL} ${PKGBASENAME}\\ncd ${PKGBASENAME}\\n\\n# Now check tags for latest version\\npkgVers=$(git tag -l --sort=v:refname | tail -1)\\necho \\\"Found version: $pkgVers\\\"\\ngit switch --detach ${pkgVers}\\ngit log | head\\n\\n# Now pull submodules\\ngit submodule update --init\\n# Go back up to create tarball\\ncd ..\\ntar czf ${PKGBASENAME}-${pkgVers}.tar.gz ${PKGBASENAME}\\n\\n# Pull down the spec file:\\ncurl -O --output-dir . https://git.resf.org/testing/rakudorpms-specfiles/raw/branch/main/${PKGBASENAME}.spec\\nsed -i ${PKGBASENAME}.spec -e \\\"/^Version/s/VERSION/${pkgVers}/\\\"\\n\\necho \\\"Should now have spec file and tarball to build SRPM\\\"\\n\\n\", \"chroot\": \"epel-10-x86_64\", \"builddeps\": \"git curl\", \"resultdir\": \"\", \"repos\": \"http://dl.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os/\\nhttp://dl.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/os/\\nhttps://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/epel-10-$basearch/\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "@rocky-testing/rakudo-rpms--grayeul", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [ { "baseurl": "http://dl.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os/", "id": "http_dl_rockylinux_org_pub_rocky_releasever_BaseOS_basearch_os", "name": "Additional repo http_dl_rockylinux_org_pub_rocky_releasever_BaseOS_basearch_os" }, { "baseurl": "http://dl.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/os/", "id": "http_dl_rockylinux_org_pub_rocky_releasever_AppStream_basearch_os", "name": "Additional repo http_dl_rockylinux_org_pub_rocky_releasever_AppStream_basearch_os" }, { "baseurl": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/epel-10-$basearch/", "id": "https_download_copr_fedorainfracloud_org_results_rocky_testing_rakudo_rpms_epel_10_basearch", "name": "Additional repo https_download_copr_fedorainfracloud_org_results_rocky_testing_rakudo_rpms_epel_10_basearch" } ], "background": true, "distributions_in_build": [ "epel-9" ], "distributions_in_project": [ "epel-10", "epel-9" ], "destdir": "/var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms", "result_dir": "10907666", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10907666, "mockchain_macros": { "copr_username": "@rocky-testing", "copr_projectname": "rakudo-rpms", "vendor": "Fedora Project COPR (@rocky-testing/rakudo-rpms)" } } ] } [2026-08-26 18:20:28,203][ INFO][PID:3793486] Sending fedora-messaging bus message in build.start [2026-08-26 18:20:28,873][ INFO][PID:3793486] Sending fedora-messaging bus message in chroot.start [2026-08-26 18:20:28,902][ INFO][PID:3793486] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10907666 --detached [2026-08-26 18:20:29,509][ INFO][PID:3793486] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c11a' (ED25519) to the list of known hosts. [2026-08-26 18:20:29,511][ INFO][PID:3793486] Downloading the builder-live.log file, attempt 1 [2026-08-26 18:20:29,513][ INFO][PID:3793486] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:6:1161:dead:beef:cafe:c11a copr-rpmbuild-log [2026-08-26 18:20:34,519][ INFO][PID:3793486] Periodic builder liveness probe: alive [2026-08-26 18:20:34,520][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:39,522][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:44,523][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:49,528][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:54,537][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:20:59,543][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:21:04,547][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:21:09,549][ INFO][PID:3793486] Checking for cancel request [2026-08-26 18:22:00,789][ INFO][PID:3793486] Downloading results from builder [2026-08-26 18:22:00,790][ INFO][PID:3793486] rsyncing of mockbuilder@[2620:52:6:1161:dead:beef:cafe:c11a]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666 started [2026-08-26 18:22:00,793][ INFO][PID:3793486] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:6:1161:dead:beef:cafe:c11a]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/ &> /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/build-10907666.rsync.log [2026-08-26 18:22:01,294][ INFO][PID:3793486] rsyncing finished. [2026-08-26 18:22:01,296][ INFO][PID:3793486] VM Release request [2026-08-26 18:22:01,330][ INFO][PID:3793486] Searching for 'success' file in resultdir [2026-08-26 18:22:01,332][ INFO][PID:3793486] Getting build details [2026-08-26 18:22:01,335][ INFO][PID:3793486] Retrieving SRPM info from /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666 [2026-08-26 18:22:01,340][ INFO][PID:3793486] SRPM URL: https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/raku-file-directory-tree-0.2-1.src.rpm [2026-08-26 18:22:01,341][ INFO][PID:3793486] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/raku-file-directory-tree-0.2-1.src.rpm', 'pkg_name': 'raku-file-directory-tree', 'pkg_version': '0.2-1'} [2026-08-26 18:22:01,344][ INFO][PID:3793486] Finished build: id=10907666 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms chroot=srpm-builds [2026-08-26 18:22:01,346][ INFO][PID:3793486] Worker succeeded build, took 93.19309091567993 [2026-08-26 18:22:01,348][ INFO][PID:3793486] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "@rocky-testing", "project_name": "rakudo-rpms", "project_dirname": "rakudo-rpms", "submitter": "grayeul", "ended_on": 1787768521.346653, "started_on": 1787768428.153562, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10907666", "build_id": 10907666, "package_name": "raku-file-directory-tree", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# Script for copr to build raku-file-directory-tree rpm from source\\n\\nGITURL=https://github.com/raku-community-modules/File-Directory-Tree\\nPKGBASENAME=raku-file-directory-tree\\n\\n# First pull the latest from git\\ngit clone ${GITURL} ${PKGBASENAME}\\ncd ${PKGBASENAME}\\n\\n# Now check tags for latest version\\npkgVers=$(git tag -l --sort=v:refname | tail -1)\\necho \\\"Found version: $pkgVers\\\"\\ngit switch --detach ${pkgVers}\\ngit log | head\\n\\n# Now pull submodules\\ngit submodule update --init\\n# Go back up to create tarball\\ncd ..\\ntar czf ${PKGBASENAME}-${pkgVers}.tar.gz ${PKGBASENAME}\\n\\n# Pull down the spec file:\\ncurl -O --output-dir . https://git.resf.org/testing/rakudorpms-specfiles/raw/branch/main/${PKGBASENAME}.spec\\nsed -i ${PKGBASENAME}.spec -e \\\"/^Version/s/VERSION/${pkgVers}/\\\"\\n\\necho \\\"Should now have spec file and tarball to build SRPM\\\"\\n\\n\", \"chroot\": \"epel-10-x86_64\", \"builddeps\": \"git curl\", \"resultdir\": \"\", \"repos\": \"http://dl.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os/\\nhttp://dl.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/os/\\nhttps://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/epel-10-$basearch/\"}", "pkg_name": "raku-file-directory-tree", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/raku-file-directory-tree-0.2-1.src.rpm", "uses_devel_repo": null, "sandbox": "@rocky-testing/rakudo-rpms--grayeul", "results": { "architecture_specific_tags": { "epel-9": { "buildarch": [ "noarch" ] } }, "name": "raku-file-directory-tree", "epoch": null, "version": "0.2", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [ { "baseurl": "http://dl.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os/", "id": "http_dl_rockylinux_org_pub_rocky_releasever_BaseOS_basearch_os", "name": "Additional repo http_dl_rockylinux_org_pub_rocky_releasever_BaseOS_basearch_os" }, { "baseurl": "http://dl.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/os/", "id": "http_dl_rockylinux_org_pub_rocky_releasever_AppStream_basearch_os", "name": "Additional repo http_dl_rockylinux_org_pub_rocky_releasever_AppStream_basearch_os" }, { "baseurl": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/epel-10-$basearch/", "id": "https_download_copr_fedorainfracloud_org_results_rocky_testing_rakudo_rpms_epel_10_basearch", "name": "Additional repo https_download_copr_fedorainfracloud_org_results_rocky_testing_rakudo_rpms_epel_10_basearch" } ], "background": true, "distributions_in_build": [ "epel-9" ], "distributions_in_project": [ "epel-10", "epel-9" ], "destdir": "/var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms", "result_dir": "10907666", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "0.2-1", "id": 10907666, "mockchain_macros": { "copr_username": "@rocky-testing", "copr_projectname": "rakudo-rpms", "vendor": "Fedora Project COPR (@rocky-testing/rakudo-rpms)" } } ] } [2026-08-26 18:22:01,620][ INFO][PID:3793486] Sending fedora-messaging bus message in build.end [2026-08-26 18:22:01,873][ INFO][PID:3793486] Compressing /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/builder-live.log by gzip [2026-08-26 18:22:01,877][ INFO][PID:3793486] Running command 'gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/builder-live.log' as PID 3824322 [2026-08-26 18:22:01,921][ INFO][PID:3793486] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/builder-live.log) [2026-08-26 18:22:01,922][ INFO][PID:3793486] Compressing /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/backend.log by gzip [2026-08-26 18:22:01,925][ INFO][PID:3793486] Running command 'gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907666/backend.log' as PID 3824327