[2026-08-26 18:18:12,554][ INFO][PID:3793911] Marking build as starting [2026-08-26 18:18:12,638][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:12,644][ INFO][PID:3793911] VM allocation process starts [2026-08-26 18:18:12,665][ INFO][PID:3793911] Trying to allocate VM: ResallocHost, ticket_id=4651642, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-26 18:18:17,671][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:22,674][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:27,678][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:32,681][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:37,683][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:42,685][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:47,686][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:52,687][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:18:57,689][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:02,691][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:07,692][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:12,694][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:17,699][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:22,700][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:27,703][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:32,705][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:37,707][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:42,715][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:47,717][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:52,722][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:19:57,726][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:02,729][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:07,733][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:12,736][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:17,738][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:22,741][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:27,742][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:30,838][ INFO][PID:3793911] Allocated host ResallocHost, ticket_id=4651642, hostname=2620:52:6:1161:dead:beef:cafe:c13b, name=vmhost_x86_04_prod_21123222_20260826_181832, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-26 18:20:30,838][ INFO][PID:3793911] Allocating ssh connection to builder [2026-08-26 18:20:30,839][ INFO][PID:3793911] Checking that builder machine is OK [2026-08-26 18:20:31,412][ INFO][PID:3793911] Installed copr-rpmbuild version: 1.9 [2026-08-26 18:20:31,413][ INFO][PID:3793911] Running remote command: copr-builder-ready srpm-builds [2026-08-26 18:20:31,720][ INFO][PID:3793911] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-08-26 18:20:31,721][ INFO][PID:3793911] Filling build.info file with builder info [2026-08-26 18:20:31,722][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:31,723][ INFO][PID:3793911] 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": 1787768431.7233028, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10907668", "build_id": 10907668, "package_name": "raku-mime-base64", "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-mime-base64 rpm from source\\n\\nGITURL=https://github.com/raku-community-modules/MIME-Base64\\nPKGBASENAME=raku-mime-base64\\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)\\n# Need to hardcode version for now\\npkgVers=1.2.5\\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": "10907668", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10907668, "mockchain_macros": { "copr_username": "@rocky-testing", "copr_projectname": "rakudo-rpms", "vendor": "Fedora Project COPR (@rocky-testing/rakudo-rpms)" } } ] } [2026-08-26 18:20:31,769][ INFO][PID:3793911] Sending fedora-messaging bus message in build.start [2026-08-26 18:20:32,358][ INFO][PID:3793911] Sending fedora-messaging bus message in chroot.start [2026-08-26 18:20:32,387][ INFO][PID:3793911] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10907668 --detached [2026-08-26 18:20:33,021][ INFO][PID:3793911] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c13b' (ED25519) to the list of known hosts. [2026-08-26 18:20:33,023][ INFO][PID:3793911] Downloading the builder-live.log file, attempt 1 [2026-08-26 18:20:33,025][ INFO][PID:3793911] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:6:1161:dead:beef:cafe:c13b copr-rpmbuild-log [2026-08-26 18:20:38,039][ INFO][PID:3793911] Periodic builder liveness probe: alive [2026-08-26 18:20:38,040][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:43,042][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:48,047][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:53,050][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:20:58,053][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:03,106][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:08,108][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:13,109][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:18,112][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:23,113][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:28,115][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:33,116][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:38,117][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:43,119][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:48,120][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:53,122][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:21:58,123][ INFO][PID:3793911] Checking for cancel request [2026-08-26 18:22:00,566][ INFO][PID:3793911] Downloading results from builder [2026-08-26 18:22:00,568][ INFO][PID:3793911] rsyncing of mockbuilder@[2620:52:6:1161:dead:beef:cafe:c13b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668 started [2026-08-26 18:22:00,570][ INFO][PID:3793911] 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:c13b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/ &> /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/build-10907668.rsync.log [2026-08-26 18:22:01,084][ INFO][PID:3793911] rsyncing finished. [2026-08-26 18:22:01,085][ INFO][PID:3793911] VM Release request [2026-08-26 18:22:01,098][ INFO][PID:3793911] Searching for 'success' file in resultdir [2026-08-26 18:22:01,100][ INFO][PID:3793911] Getting build details [2026-08-26 18:22:01,101][ INFO][PID:3793911] Retrieving SRPM info from /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668 [2026-08-26 18:22:01,103][ INFO][PID:3793911] SRPM URL: https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/raku-mime-base64-1.2.5-1.src.rpm [2026-08-26 18:22:01,104][ INFO][PID:3793911] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/raku-mime-base64-1.2.5-1.src.rpm', 'pkg_name': 'raku-mime-base64', 'pkg_version': '1.2.5-1'} [2026-08-26 18:22:01,105][ INFO][PID:3793911] Finished build: id=10907668 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms chroot=srpm-builds [2026-08-26 18:22:01,107][ INFO][PID:3793911] Worker succeeded build, took 89.38443684577942 [2026-08-26 18:22:01,108][ INFO][PID:3793911] 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.1077397, "started_on": 1787768431.7233028, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10907668", "build_id": 10907668, "package_name": "raku-mime-base64", "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-mime-base64 rpm from source\\n\\nGITURL=https://github.com/raku-community-modules/MIME-Base64\\nPKGBASENAME=raku-mime-base64\\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)\\n# Need to hardcode version for now\\npkgVers=1.2.5\\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-mime-base64", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/raku-mime-base64-1.2.5-1.src.rpm", "uses_devel_repo": null, "sandbox": "@rocky-testing/rakudo-rpms--grayeul", "results": { "architecture_specific_tags": { "epel-9": { "buildarch": [ "noarch" ] } }, "name": "raku-mime-base64", "epoch": null, "version": "1.2.5", "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": "10907668", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "1.2.5-1", "id": 10907668, "mockchain_macros": { "copr_username": "@rocky-testing", "copr_projectname": "rakudo-rpms", "vendor": "Fedora Project COPR (@rocky-testing/rakudo-rpms)" } } ] } [2026-08-26 18:22:01,165][ INFO][PID:3793911] Sending fedora-messaging bus message in build.end [2026-08-26 18:22:01,209][ INFO][PID:3793911] Compressing /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/builder-live.log by gzip [2026-08-26 18:22:01,213][ INFO][PID:3793911] Running command 'gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/builder-live.log' as PID 3824189 [2026-08-26 18:22:01,227][ INFO][PID:3793911] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/builder-live.log) [2026-08-26 18:22:01,228][ INFO][PID:3793911] Compressing /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/backend.log by gzip [2026-08-26 18:22:01,230][ INFO][PID:3793911] Running command 'gzip /var/lib/copr/public_html/results/@rocky-testing/rakudo-rpms/srpm-builds/10907668/backend.log' as PID 3824195