[2026-04-27 17:11:27,670][ INFO][PID:3965273] Marking build as starting [2026-04-27 17:11:27,757][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:27,760][ INFO][PID:3965273] VM allocation process starts [2026-04-27 17:11:27,776][ INFO][PID:3965273] Trying to allocate VM: ResallocHost, ticket_id=2606648, requested_tags=['arch_aarch64', 'copr_builder'] [2026-04-27 17:11:32,782][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:37,792][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:42,795][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:47,804][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:52,836][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:11:57,842][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:02,846][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:07,848][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:12,862][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:17,875][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:22,883][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:27,886][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:32,894][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:37,911][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:42,917][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:47,930][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:52,942][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:12:57,973][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:02,988][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:07,991][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:12,995][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:17,998][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:23,001][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:28,004][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:33,014][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:38,029][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:43,047][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:46,297][ INFO][PID:3965273] Allocated host ResallocHost, ticket_id=2606648, hostname=3.93.194.181, name=aws_aarch64_reserved_prod_08301013_20260427_170414, requested_tags=['arch_aarch64', 'copr_builder'] [2026-04-27 17:13:46,298][ INFO][PID:3965273] Allocating ssh connection to builder [2026-04-27 17:13:46,301][ INFO][PID:3965273] Checking that builder machine is OK [2026-04-27 17:13:46,805][ INFO][PID:3965273] Installed copr-rpmbuild version: 1.8 [2026-04-27 17:13:46,809][ INFO][PID:3965273] Running remote command: copr-builder-ready srpm-builds [2026-04-27 17:13:47,309][ INFO][PID:3965273] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-04-27 17:13:47,311][ INFO][PID:3965273] Filling build.info file with builder info [2026-04-27 17:13:47,381][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:13:47,384][ INFO][PID:3965273] 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": 1777310027.3838542, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "10396395", "build_id": 10396395, "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\", \"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\", \"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": true, "distributions_in_build": [ "epel-8", "epel-9" ], "distributions_in_project": [ "epel-8", "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": "10396395", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 10396395, "mockchain_macros": { "copr_username": "jkolo", "copr_projectname": "kernel-rpi", "vendor": "Fedora Project COPR (jkolo/kernel-rpi)" } } ] } [2026-04-27 17:13:47,551][ INFO][PID:3965273] Sending fedora-messaging bus message in build.start [2026-04-27 17:13:49,495][ INFO][PID:3965273] Sending fedora-messaging bus message in chroot.start [2026-04-27 17:13:49,673][ INFO][PID:3965273] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10396395 --detached [2026-04-27 17:13:50,427][ INFO][PID:3965273] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.93.194.181' (ED25519) to the list of known hosts. [2026-04-27 17:13:50,429][ INFO][PID:3965273] Downloading the builder-live.log file, attempt 1 [2026-04-27 17:13:50,440][ INFO][PID:3965273] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.93.194.181 copr-rpmbuild-log [2026-04-27 17:13:55,508][ INFO][PID:3965273] Periodic builder liveness probe: alive [2026-04-27 17:13:55,525][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:00,534][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:05,536][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:10,545][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:15,554][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:20,556][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:25,571][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:30,580][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:35,584][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:40,590][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:45,598][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:50,605][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:14:55,610][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:00,623][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:05,633][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:10,640][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:15,651][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:20,656][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:25,670][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:30,690][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:35,695][ INFO][PID:3965273] Checking for cancel request [2026-04-27 17:15:36,706][ INFO][PID:3965273] Downloading results from builder [2026-04-27 17:15:36,708][ INFO][PID:3965273] rsyncing of mockbuilder@3.93.194.181:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395 started [2026-04-27 17:15:36,712][ INFO][PID:3965273] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.93.194.181:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/ &> /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/build-10396395.rsync.log [2026-04-27 17:15:38,993][ INFO][PID:3965273] rsyncing finished. [2026-04-27 17:15:38,997][ INFO][PID:3965273] VM Release request [2026-04-27 17:15:39,019][ INFO][PID:3965273] Searching for 'success' file in resultdir [2026-04-27 17:15:39,022][ INFO][PID:3965273] Getting build details [2026-04-27 17:15:39,029][ INFO][PID:3965273] Retrieving SRPM info from /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395 [2026-04-27 17:15:39,033][ INFO][PID:3965273] SRPM URL: https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10396395/kernel-rpi4-6.18.24-4.rpi4.src.rpm [2026-04-27 17:15:39,034][ INFO][PID:3965273] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10396395/kernel-rpi4-6.18.24-4.rpi4.src.rpm', 'pkg_name': 'kernel-rpi4', 'pkg_version': '6.18.24-4.rpi4'} [2026-04-27 17:15:39,037][ INFO][PID:3965273] Finished build: id=10396395 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/jkolo/kernel-rpi chroot=srpm-builds [2026-04-27 17:15:39,049][ INFO][PID:3965273] Worker succeeded build, took 111.66598010063171 [2026-04-27 17:15:39,051][ INFO][PID:3965273] 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": 1777310139.0498343, "started_on": 1777310027.3838542, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "10396395", "build_id": 10396395, "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\", \"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\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "kernel-rpi4", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/jkolo/kernel-rpi/srpm-builds/10396395/kernel-rpi4-6.18.24-4.rpi4.src.rpm", "uses_devel_repo": null, "sandbox": "jkolo/kernel-rpi--jkolo", "results": { "architecture_specific_tags": { "epel-8": { "exclusivearch": [ "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tejl", "armv5tel", "armv5tl", "armv6hl", "armv6l", "armv7hl", "armv7hnl", "armv7l" ] }, "epel-9": { "exclusivearch": [ "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tejl", "armv5tel", "armv5tl", "armv6hl", "armv6l", "armv7hl", "armv7hnl", "armv7l", "armv8hcnl", "armv8hl", "armv8hnl", "armv8l" ] } }, "name": "kernel-rpi4", "epoch": null, "version": "6.18.24", "release": "4.rpi4" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "distributions_in_build": [ "epel-8", "epel-9" ], "distributions_in_project": [ "epel-8", "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": "10396395", "built_packages": "", "tags": [ "arch_aarch64" ], "pkg_version": "6.18.24-4.rpi4", "id": 10396395, "mockchain_macros": { "copr_username": "jkolo", "copr_projectname": "kernel-rpi", "vendor": "Fedora Project COPR (jkolo/kernel-rpi)" } } ] } [2026-04-27 17:15:39,347][ INFO][PID:3965273] Sending fedora-messaging bus message in build.end [2026-04-27 17:15:39,508][ INFO][PID:3965273] Compressing /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/builder-live.log by gzip [2026-04-27 17:15:39,517][ INFO][PID:3965273] Running command 'gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/builder-live.log' as PID 4013481 [2026-04-27 17:15:39,557][ INFO][PID:3965273] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/builder-live.log) [2026-04-27 17:15:39,560][ INFO][PID:3965273] Compressing /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/backend.log by gzip [2026-04-27 17:15:39,571][ INFO][PID:3965273] Running command 'gzip /var/lib/copr/public_html/results/jkolo/kernel-rpi/srpm-builds/10396395/backend.log' as PID 4013491