[2026-06-02 22:23:31,704][ INFO][PID:2648814] Marking build as starting [2026-06-02 22:23:31,766][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:23:31,768][ INFO][PID:2648814] VM allocation process starts [2026-06-02 22:23:31,788][ INFO][PID:2648814] Trying to allocate VM: ResallocHost, ticket_id=3207172, requested_tags=['arch_aarch64', 'copr_builder'] [2026-06-02 22:23:36,793][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:23:41,795][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:23:46,798][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:23:51,816][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:23:56,841][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:01,853][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:06,866][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:11,870][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:16,871][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:21,886][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:26,891][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:31,895][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:36,901][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:41,908][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:46,916][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:51,921][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:24:56,924][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:01,940][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:06,949][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:11,954][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:16,970][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:22,004][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:27,006][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:32,011][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:37,018][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:42,023][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:47,026][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:50,257][ INFO][PID:2648814] Allocated host ResallocHost, ticket_id=3207172, hostname=54.173.251.164, name=aws_aarch64_reserved_prod_10472237_20260602_222228, requested_tags=['arch_aarch64', 'copr_builder'] [2026-06-02 22:25:50,261][ INFO][PID:2648814] Allocating ssh connection to builder [2026-06-02 22:25:50,262][ INFO][PID:2648814] Checking that builder machine is OK [2026-06-02 22:25:50,728][ INFO][PID:2648814] Installed copr-rpmbuild version: 1.8 [2026-06-02 22:25:50,732][ INFO][PID:2648814] Running remote command: copr-builder-ready srpm-builds [2026-06-02 22:25:51,103][ INFO][PID:2648814] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-02 22:25:51,108][ INFO][PID:2648814] Filling build.info file with builder info [2026-06-02 22:25:51,120][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:25:51,128][ INFO][PID:2648814] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "jkolo", "project_name": "kernel-rpi", "project_dirname": "kernel-rpi", "submitter": "jkolo", "ended_on": null, "started_on": 1780439151.1284025, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "10550027", "build_id": 10550027, "package_name": "kernel-rpi4", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# COPR custom build script for Raspberry Pi 4 kernel 6.18.y\\n# Used as \\\"Custom\\\" source type in COPR project jkolo/kernel-rpi\\n#\\n# Source: https://github.com/jkolo/kernel-rpi (fork of dwrobel/kernel)\\n# Branch: dw-6.18.y (kernel 6.18.x with RPi patches for EPEL 9)\\n#\\n# COPR configuration:\\n# Project: jkolo/kernel-rpi\\n# Chroots: epel-9-aarch64\\n# Source type: Custom\\n# Script: contents of this file\\n# Builddeps: bc bison flex elfutils-libelf-devel openssl-devel perl-interpreter\\n# perl-generators python3-devel gcc make git hostname\\n\\nset -ex\\n\\n# Clone kernel spec repository (fork with 6.18.y support)\\ngit clone --depth=1 -b dw-6.18.y https://github.com/jkolo/kernel-rpi.git && cd kernel-rpi\\n\\n# Enable RPi4 build (BCM2711, 4k pages), disable RPi5\\nsed -i 's/%define with_rpi4 .*/%define with_rpi4 1/' kernel.spec\\nsed -i 's/%define with_rpi5 .*/%define with_rpi5 0/' kernel.spec\\n\\n# Copy spec and sources to COPR result directory\\ncp kernel.spec \\\"$COPR_RESULTDIR/\\\"\\ncp *.patch* *.cfg *.config *.service *.sh *.list \\\"$COPR_RESULTDIR/\\\" 2>/dev/null || true\\n# RHEL/CentOS Stream 9 X.509 public certs (CONFIG_SYSTEM_TRUSTED_KEYS embedded\\n# trust anchor \\u2014 Source100-Source107 in kernel.spec). 8 files total.\\ncp certs/*.x509 \\\"$COPR_RESULTDIR/\\\" 2>/dev/null || true\\n\", \"chroot\": \"epel-9-aarch64\", \"builddeps\": \"bc bison flex elfutils-libelf-devel openssl-devel perl-interpreter perl-generators python3-devel gcc make git hostname rpm-build openssl\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "jkolo/kernel-rpi--jkolo", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "epel-9" ], "distributions_in_project": [ "epel-9" ], "destdir": "/var/lib/copr/public_html/results/jkolo/kernel-rpi", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi", "result_dir": "10550027", "built_packages": "", "tags": [ "arch_aarch64" ], "rpmeta_prediction": null, "id": 10550027, "mockchain_macros": { "copr_username": "jkolo", "copr_projectname": "kernel-rpi", "vendor": "Fedora Project COPR (jkolo/kernel-rpi)" } } ] } [2026-06-02 22:25:51,250][ INFO][PID:2648814] Sending fedora-messaging bus message in build.start [2026-06-02 22:25:52,553][ INFO][PID:2648814] Sending fedora-messaging bus message in chroot.start [2026-06-02 22:25:52,613][ INFO][PID:2648814] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10550027 --detached [2026-06-02 22:25:53,341][ INFO][PID:2648814] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.173.251.164' (ED25519) to the list of known hosts. [2026-06-02 22:25:53,343][ INFO][PID:2648814] Downloading the builder-live.log file, attempt 1 [2026-06-02 22:25:53,355][ INFO][PID:2648814] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.173.251.164 copr-rpmbuild-log [2026-06-02 22:25:58,365][ INFO][PID:2648814] Periodic builder liveness probe: alive [2026-06-02 22:25:58,369][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:03,375][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:08,385][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:13,395][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:18,404][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:23,409][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:28,414][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:33,416][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:38,419][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:43,423][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:48,430][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:53,438][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:26:58,439][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:03,447][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:08,469][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:13,474][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:18,480][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:23,486][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:28,526][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:33,574][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:38,577][ INFO][PID:2648814] Checking for cancel request [2026-06-02 22:27:38,912][ INFO][PID:2648814] Downloading results from builder [2026-06-02 22:27:38,913][ INFO][PID:2648814] rsyncing of mockbuilder@54.173.251.164:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027 started [2026-06-02 22:27:38,918][ INFO][PID:2648814] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.173.251.164:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/ &> /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/build-10550027.rsync.log [2026-06-02 22:27:40,083][ INFO][PID:2648814] rsyncing finished. [2026-06-02 22:27:40,084][ INFO][PID:2648814] VM Release request [2026-06-02 22:27:40,095][ INFO][PID:2648814] Searching for 'success' file in resultdir [2026-06-02 22:27:40,096][ INFO][PID:2648814] Getting build details [2026-06-02 22:27:40,096][ INFO][PID:2648814] Retrieving SRPM info from /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027 [2026-06-02 22:27:40,097][ INFO][PID:2648814] SRPM URL: https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10550027/kernel-6.18.34-13.rpi4.src.rpm [2026-06-02 22:27:40,098][ INFO][PID:2648814] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10550027/kernel-6.18.34-13.rpi4.src.rpm', 'pkg_name': 'kernel', 'pkg_version': '6.18.34-13.rpi4'} [2026-06-02 22:27:40,099][ INFO][PID:2648814] Finished build: id=10550027 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/jkolo/kernel-rpi chroot=srpm-builds [2026-06-02 22:27:40,100][ INFO][PID:2648814] Worker succeeded build, took 108.9724748134613 [2026-06-02 22:27:40,101][ INFO][PID:2648814] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "jkolo", "project_name": "kernel-rpi", "project_dirname": "kernel-rpi", "submitter": "jkolo", "ended_on": 1780439260.1008773, "started_on": 1780439151.1284025, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "10550027", "build_id": 10550027, "package_name": "kernel-rpi4", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# COPR custom build script for Raspberry Pi 4 kernel 6.18.y\\n# Used as \\\"Custom\\\" source type in COPR project jkolo/kernel-rpi\\n#\\n# Source: https://github.com/jkolo/kernel-rpi (fork of dwrobel/kernel)\\n# Branch: dw-6.18.y (kernel 6.18.x with RPi patches for EPEL 9)\\n#\\n# COPR configuration:\\n# Project: jkolo/kernel-rpi\\n# Chroots: epel-9-aarch64\\n# Source type: Custom\\n# Script: contents of this file\\n# Builddeps: bc bison flex elfutils-libelf-devel openssl-devel perl-interpreter\\n# perl-generators python3-devel gcc make git hostname\\n\\nset -ex\\n\\n# Clone kernel spec repository (fork with 6.18.y support)\\ngit clone --depth=1 -b dw-6.18.y https://github.com/jkolo/kernel-rpi.git && cd kernel-rpi\\n\\n# Enable RPi4 build (BCM2711, 4k pages), disable RPi5\\nsed -i 's/%define with_rpi4 .*/%define with_rpi4 1/' kernel.spec\\nsed -i 's/%define with_rpi5 .*/%define with_rpi5 0/' kernel.spec\\n\\n# Copy spec and sources to COPR result directory\\ncp kernel.spec \\\"$COPR_RESULTDIR/\\\"\\ncp *.patch* *.cfg *.config *.service *.sh *.list \\\"$COPR_RESULTDIR/\\\" 2>/dev/null || true\\n# RHEL/CentOS Stream 9 X.509 public certs (CONFIG_SYSTEM_TRUSTED_KEYS embedded\\n# trust anchor \\u2014 Source100-Source107 in kernel.spec). 8 files total.\\ncp certs/*.x509 \\\"$COPR_RESULTDIR/\\\" 2>/dev/null || true\\n\", \"chroot\": \"epel-9-aarch64\", \"builddeps\": \"bc bison flex elfutils-libelf-devel openssl-devel perl-interpreter perl-generators python3-devel gcc make git hostname rpm-build openssl\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "kernel", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10550027/kernel-6.18.34-13.rpi4.src.rpm", "uses_devel_repo": null, "sandbox": "jkolo/kernel-rpi--jkolo", "results": { "architecture_specific_tags": { "epel-9": { "exclusivearch": [ "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tejl", "armv5tel", "armv5tl", "armv6hl", "armv6l", "armv7hl", "armv7hnl", "armv7l", "armv8hcnl", "armv8hl", "armv8hnl", "armv8l" ] } }, "name": "kernel", "epoch": null, "version": "6.18.34", "release": "13.rpi4" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "epel-9" ], "distributions_in_project": [ "epel-9" ], "destdir": "/var/lib/copr/public_html/results/jkolo/kernel-rpi", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi", "result_dir": "10550027", "built_packages": "", "tags": [ "arch_aarch64" ], "rpmeta_prediction": null, "pkg_version": "6.18.34-13.rpi4", "id": 10550027, "mockchain_macros": { "copr_username": "jkolo", "copr_projectname": "kernel-rpi", "vendor": "Fedora Project COPR (jkolo/kernel-rpi)" } } ] } [2026-06-02 22:27:40,150][ INFO][PID:2648814] Sending fedora-messaging bus message in build.end [2026-06-02 22:27:40,181][ INFO][PID:2648814] Compressing /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/builder-live.log by gzip [2026-06-02 22:27:40,183][ INFO][PID:2648814] Running command 'gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/builder-live.log' as PID 2701252 [2026-06-02 22:27:40,190][ INFO][PID:2648814] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/builder-live.log) [2026-06-02 22:27:40,191][ INFO][PID:2648814] Compressing /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/backend.log by gzip [2026-06-02 22:27:40,193][ INFO][PID:2648814] Running command 'gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10550027/backend.log' as PID 2701256