[2025-09-07 08:26:11,718][ INFO][PID:1111358] Marking build as starting [2025-09-07 08:26:11,740][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:11,741][ INFO][PID:1111358] VM allocation process starts [2025-09-07 08:26:11,756][ INFO][PID:1111358] Trying to allocate VM: ResallocHost, ticket_id=4952675, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-07 08:26:14,776][ INFO][PID:1111358] Allocated host ResallocHost, ticket_id=4952675, hostname=2620:52:3:1:dead:beef:cafe:c18b, name=copr_hv_x86_64_03_prod_06613407_20250907_080051, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-07 08:26:14,776][ INFO][PID:1111358] Allocating ssh connection to builder [2025-09-07 08:26:14,777][ INFO][PID:1111358] Checking that builder machine is OK [2025-09-07 08:26:15,372][ INFO][PID:1111358] Running remote command: copr-builder-ready srpm-builds [2025-09-07 08:26:15,697][ INFO][PID:1111358] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-07 08:26:15,698][ INFO][PID:1111358] Filling build.info file with builder info [2025-09-07 08:26:15,698][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:15,699][ INFO][PID:1111358] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "manky201", "project_name": "codeberg.org-avant-hello-world-7", "project_dirname": "codeberg.org-avant-hello-world-7", "submitter": "manky201", "ended_on": null, "started_on": 1757233575.6993794, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9531748", "build_id": 9531748, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh\\nset -e\\n\\ngit config --global user.email \\\"hello@packit.dev\\\"\\ngit config --global user.name \\\"Packit\\\"\\n\\nresultdir=$PWD\\ntmpdir=$(mktemp -d)\\ncd \\\"$tmpdir\\\"\\n\\necho \\\"Cloning repository...\\\"\\ngit clone --depth 1 https://codeberg.org/avant/hello-world repo\\ncd repo\\n\\necho \\\"Checking out PR...\\\"\\ngit fetch origin pull/7/head:pr-7\\ngit checkout pr-7\\n\\necho \\\"Repository checkout completed\\\"\\n\\n# Find package directory and spec file\\npackage_name=\\\"\\\"\\necho \\\"Looking for package: $package_name\\\"\\n\\nif [ -n \\\"$package_name\\\" ] && [ -d \\\"$package_name\\\" ]; then\\n echo \\\"Found package directory: $package_name\\\"\\n cd \\\"$package_name\\\"\\n specfile=\\\"$package_name.spec\\\"\\n if [ ! -f \\\"$specfile\\\" ]; then\\n specfile=$(find . -maxdepth 1 -name \\\"*.spec\\\" -type f | head -1)\\n if [ -z \\\"$specfile\\\" ]; then\\n echo \\\"Error: No spec file found in $package_name directory\\\"\\n exit 1\\n fi\\n fi\\nelse\\n # Find spec file in current directory or subdirectories\\n specfile=$(find . -name \\\"*.spec\\\" -type f | head -1)\\n if [ -z \\\"$specfile\\\" ]; then\\n echo \\\"Error: No spec file found in repository\\\"\\n exit 1\\n fi\\n # Change to directory containing the spec file\\n specdir=$(dirname \\\"$specfile\\\")\\n if [ \\\"$specdir\\\" != \\\".\\\" ]; then\\n cd \\\"$specdir\\\"\\n specfile=$(basename \\\"$specfile\\\")\\n fi\\nfi\\n\\necho \\\"Found spec file: $specfile\\\"\\necho \\\"Working in directory: $(pwd)\\\"\\n\\n# Run spectool to download sources\\necho \\\"Running spectool to download sources...\\\"\\nspectool -g -R \\\"$specfile\\\"\\n\\n# Create result directory and copy files\\nmkdir -p \\\"$resultdir\\\"\\ncp \\\"$specfile\\\" \\\"$resultdir/\\\"\\n\\n# Copy patch files\\necho \\\"Copying patch files...\\\"\\nfor patch in *.patch; do\\n if [ -f \\\"$patch\\\" ]; then\\n cp \\\"$patch\\\" \\\"$resultdir/\\\"\\n fi\\ndone\\n\\n# Copy source files\\necho \\\"Copying source files...\\\"\\nfor source in *.tar.gz *.tar.bz2 *.tar.xz *.zip *.tgz *.tbz2 *.txz; do\\n if [ -f \\\"$source\\\" ]; then\\n cp \\\"$source\\\" \\\"$resultdir/\\\"\\n fi\\ndone\\n\\n# Clean up\\ncd \\\"$resultdir\\\"\\nrm -rf \\\"$tmpdir\\\"\\n\\necho \\\"Source preparation completed successfully\\\"\\necho \\\"Files in result directory:\\\"\\nls -la \\\"$resultdir\\\"\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"packit\", \"resultdir\": null, \"repos\": \"copr://packit/packit-dev\", \"fedora_review\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "manky201/codeberg.org-avant-hello-world-7--manky201", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [ { "baseurl": "https://download.copr.fedorainfracloud.org/results/packit/packit-dev/fedora-42-x86_64/", "id": "copr_packit_packit_dev", "name": "Additional repo copr_packit_packit_dev" } ], "background": false, "destdir": "/var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/manky201/codeberg.org-avant-hello-world-7", "result_dir": "09531748", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9531748, "mockchain_macros": { "copr_username": "manky201", "copr_projectname": "codeberg.org-avant-hello-world-7", "vendor": "Fedora Project COPR (manky201/codeberg.org-avant-hello-world-7)" } } ] } [2025-09-07 08:26:15,721][ INFO][PID:1111358] Sending fedora-messaging bus message in build.start [2025-09-07 08:26:16,419][ INFO][PID:1111358] Sending fedora-messaging bus message in chroot.start [2025-09-07 08:26:16,443][ INFO][PID:1111358] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9531748 --detached [2025-09-07 08:26:17,025][ INFO][PID:1111358] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c18b' (ED25519) to the list of known hosts. [2025-09-07 08:26:17,026][ INFO][PID:1111358] Downloading the builder-live.log file, attempt 1 [2025-09-07 08:26:17,027][ INFO][PID:1111358] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c18b copr-rpmbuild-log [2025-09-07 08:26:22,035][ INFO][PID:1111358] Periodic builder liveness probe: alive [2025-09-07 08:26:22,036][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:27,037][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:32,038][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:37,039][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:42,040][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:47,042][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:52,044][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:26:57,045][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:02,046][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:07,047][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:12,049][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:17,050][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:22,051][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:27,052][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:32,053][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:37,054][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:42,055][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:47,057][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:52,058][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:27:57,061][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:02,062][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:07,064][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:12,065][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:17,067][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:22,070][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:27,073][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:32,074][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:37,082][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:42,084][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:47,085][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:52,088][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:28:57,089][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:02,091][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:07,093][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:12,094][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:17,098][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:22,214][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:27,298][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:32,357][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:37,384][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:42,440][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:47,522][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:52,524][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:29:57,537][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:30:02,541][ INFO][PID:1111358] Checking for cancel request [2025-09-07 08:30:07,287][ INFO][PID:1111358] Downloading results from builder [2025-09-07 08:30:07,287][ INFO][PID:1111358] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748 started [2025-09-07 08:30:07,296][ INFO][PID:1111358] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/ &> /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/build-09531748.rsync.log [2025-09-07 08:30:15,908][ INFO][PID:1111358] rsyncing finished. [2025-09-07 08:30:15,909][ INFO][PID:1111358] Releasing VM back to pool [2025-09-07 08:30:15,964][ INFO][PID:1111358] Searching for 'success' file in resultdir [2025-09-07 08:30:15,965][ INFO][PID:1111358] Getting build details [2025-09-07 08:30:15,966][ INFO][PID:1111358] Retrieving SRPM info from /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748 [2025-09-07 08:30:15,967][ INFO][PID:1111358] SRPM URL: https://download.copr.fedorainfracloud.org/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/hello-2.12.2-1.src.rpm [2025-09-07 08:30:15,969][ INFO][PID:1111358] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/hello-2.12.2-1.src.rpm', 'pkg_name': 'hello', 'pkg_version': '2.12.2-1'} [2025-09-07 08:30:15,970][ INFO][PID:1111358] Finished build: id=9531748 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7 chroot=srpm-builds [2025-09-07 08:30:15,976][ INFO][PID:1111358] Worker succeeded build, took 240.27673363685608 [2025-09-07 08:30:15,977][ INFO][PID:1111358] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "manky201", "project_name": "codeberg.org-avant-hello-world-7", "project_dirname": "codeberg.org-avant-hello-world-7", "submitter": "manky201", "ended_on": 1757233815.976113, "started_on": 1757233575.6993794, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9531748", "build_id": 9531748, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh\\nset -e\\n\\ngit config --global user.email \\\"hello@packit.dev\\\"\\ngit config --global user.name \\\"Packit\\\"\\n\\nresultdir=$PWD\\ntmpdir=$(mktemp -d)\\ncd \\\"$tmpdir\\\"\\n\\necho \\\"Cloning repository...\\\"\\ngit clone --depth 1 https://codeberg.org/avant/hello-world repo\\ncd repo\\n\\necho \\\"Checking out PR...\\\"\\ngit fetch origin pull/7/head:pr-7\\ngit checkout pr-7\\n\\necho \\\"Repository checkout completed\\\"\\n\\n# Find package directory and spec file\\npackage_name=\\\"\\\"\\necho \\\"Looking for package: $package_name\\\"\\n\\nif [ -n \\\"$package_name\\\" ] && [ -d \\\"$package_name\\\" ]; then\\n echo \\\"Found package directory: $package_name\\\"\\n cd \\\"$package_name\\\"\\n specfile=\\\"$package_name.spec\\\"\\n if [ ! -f \\\"$specfile\\\" ]; then\\n specfile=$(find . -maxdepth 1 -name \\\"*.spec\\\" -type f | head -1)\\n if [ -z \\\"$specfile\\\" ]; then\\n echo \\\"Error: No spec file found in $package_name directory\\\"\\n exit 1\\n fi\\n fi\\nelse\\n # Find spec file in current directory or subdirectories\\n specfile=$(find . -name \\\"*.spec\\\" -type f | head -1)\\n if [ -z \\\"$specfile\\\" ]; then\\n echo \\\"Error: No spec file found in repository\\\"\\n exit 1\\n fi\\n # Change to directory containing the spec file\\n specdir=$(dirname \\\"$specfile\\\")\\n if [ \\\"$specdir\\\" != \\\".\\\" ]; then\\n cd \\\"$specdir\\\"\\n specfile=$(basename \\\"$specfile\\\")\\n fi\\nfi\\n\\necho \\\"Found spec file: $specfile\\\"\\necho \\\"Working in directory: $(pwd)\\\"\\n\\n# Run spectool to download sources\\necho \\\"Running spectool to download sources...\\\"\\nspectool -g -R \\\"$specfile\\\"\\n\\n# Create result directory and copy files\\nmkdir -p \\\"$resultdir\\\"\\ncp \\\"$specfile\\\" \\\"$resultdir/\\\"\\n\\n# Copy patch files\\necho \\\"Copying patch files...\\\"\\nfor patch in *.patch; do\\n if [ -f \\\"$patch\\\" ]; then\\n cp \\\"$patch\\\" \\\"$resultdir/\\\"\\n fi\\ndone\\n\\n# Copy source files\\necho \\\"Copying source files...\\\"\\nfor source in *.tar.gz *.tar.bz2 *.tar.xz *.zip *.tgz *.tbz2 *.txz; do\\n if [ -f \\\"$source\\\" ]; then\\n cp \\\"$source\\\" \\\"$resultdir/\\\"\\n fi\\ndone\\n\\n# Clean up\\ncd \\\"$resultdir\\\"\\nrm -rf \\\"$tmpdir\\\"\\n\\necho \\\"Source preparation completed successfully\\\"\\necho \\\"Files in result directory:\\\"\\nls -la \\\"$resultdir\\\"\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"packit\", \"resultdir\": null, \"repos\": \"copr://packit/packit-dev\", \"fedora_review\": true}", "pkg_name": "hello", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/hello-2.12.2-1.src.rpm", "uses_devel_repo": null, "sandbox": "manky201/codeberg.org-avant-hello-world-7--manky201", "results": { "name": "hello", "epoch": null, "version": "2.12.2", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [ { "baseurl": "https://download.copr.fedorainfracloud.org/results/packit/packit-dev/fedora-42-x86_64/", "id": "copr_packit_packit_dev", "name": "Additional repo copr_packit_packit_dev" } ], "background": false, "destdir": "/var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/manky201/codeberg.org-avant-hello-world-7", "result_dir": "09531748", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2.12.2-1", "id": 9531748, "mockchain_macros": { "copr_username": "manky201", "copr_projectname": "codeberg.org-avant-hello-world-7", "vendor": "Fedora Project COPR (manky201/codeberg.org-avant-hello-world-7)" } } ] } [2025-09-07 08:30:16,021][ INFO][PID:1111358] Sending fedora-messaging bus message in build.end [2025-09-07 08:30:16,055][ INFO][PID:1111358] Compressing /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/builder-live.log by gzip [2025-09-07 08:30:16,057][ INFO][PID:1111358] Running command 'gzip /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/builder-live.log' as PID 1147062 [2025-09-07 08:30:16,069][ INFO][PID:1111358] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/builder-live.log) [2025-09-07 08:30:16,070][ INFO][PID:1111358] Compressing /var/lib/copr/public_html/results/manky201/codeberg.org-avant-hello-world-7/srpm-builds/09531748/backend.log by gzip