[2025-09-29 21:26:34,231][ INFO][PID:105840] Marking build as starting [2025-09-29 21:26:34,264][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:26:34,265][ INFO][PID:105840] VM allocation process starts [2025-09-29 21:26:34,278][ INFO][PID:105840] Trying to allocate VM: ResallocHost, ticket_id=5377440, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:26:39,280][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:26:44,281][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:26:49,283][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:26:54,284][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:26:59,293][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:04,294][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:09,295][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:14,297][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:19,300][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:24,304][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:29,306][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:34,312][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:39,324][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:44,334][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:49,346][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:54,350][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:27:59,353][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:04,358][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:09,359][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:14,361][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:19,366][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:24,368][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:29,369][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:34,370][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:39,376][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:44,377][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:49,378][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:52,573][ INFO][PID:105840] Allocated host ResallocHost, ticket_id=5377440, hostname=2620:52:3:1:dead:beef:cafe:c10c, name=copr_hv_x86_64_01_prod_07008424_20250929_212641, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:28:52,575][ INFO][PID:105840] Allocating ssh connection to builder [2025-09-29 21:28:52,576][ INFO][PID:105840] Checking that builder machine is OK [2025-09-29 21:28:53,247][ INFO][PID:105840] Running remote command: copr-builder-ready srpm-builds [2025-09-29 21:28:53,646][ INFO][PID:105840] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-29 21:28:53,648][ INFO][PID:105840] Filling build.info file with builder info [2025-09-29 21:28:53,649][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:28:53,650][ INFO][PID:105840] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "@pgjdbc", "project_name": "pgjdbc", "project_dirname": "pgjdbc", "submitter": null, "ended_on": null, "started_on": 1759181333.6505055, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630304", "build_id": 9630304, "package_name": "postgresql-jdbc", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/bash -x\\n\\n# Prepare the source RPM tarball in Fedora Copr build system. This script\\n# shouldn'\\u0167 be executed on a localhost.\\n\\nset -e\\nset -o pipefail\\n\\nclone_url_parent=https://github.com/pgjdbc/pgjdbc.git\\n\\nworkdir=$(basename \\\"$clone_url_parent\\\")\\nworkdir=${workdir%%.git}\\n\\nhook_payload=$(readlink -f \\\"${HOOK_PAYLOAD-hook_payload}\\\")\\n\\nmkdir -p \\\"$COPR_RESULTDIR\\\"\\nresultdir=$(readlink -f \\\"$COPR_RESULTDIR\\\")\\n\\n# clone the helper scripts when needed, and add to PATH\\ntest -d copr-ci-tooling \\\\\\n || git clone --depth 1 https://github.com/praiskup/copr-ci-tooling.git\\nexport PATH=\\\"$PWD/copr-ci-tooling:$PATH\\\"\\n\\n# clone the tested project\\ngit clone \\\\\\n --recursive \\\\\\n --no-single-branch \\\\\\n \\\"$clone_url_parent\\\"\\n\\n# checkout requested revision\\ncd \\\"$workdir\\\"\\n\\ntest -f \\\"$hook_payload\\\" && webhook-checkout \\\"$hook_payload\\\"\\n\\n# generate source tarball\\n./gradlew :postgresql:sourceDistribution -Prelease -PjdkBuildVersion=21\\n\\nproject_version=$(grep pgjdbc.version gradle.properties | cut -d \\\"=\\\" -f2-)\\ncp pgjdbc/build/distributions/postgresql-$project_version-jdbc-src.tar.gz \\\"$resultdir\\\"\\n\\ngit_rev=$(git rev-parse --short=7 HEAD)\\ndate_rev=$(date +%Y%m%d_%H%M%S)\\nrelease=${date_rev}.git$git_rev\\n\\ncd packaging/rpm\\n\\nspec=postgresql-jdbc.spec\\nsed -e \\\"s!^Release:.*\\\\$!Release: 1.$release%{?dist}!\\\" \\\\\\n -e \\\"s!^Version:.*\\\\$!Version: $project_version!\\\" \\\\\\n \\\"$spec.tpl\\\" > \\\"$spec\\\"\\n\\ncp \\\"$spec\\\" \\\"$resultdir\\\"\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmp3bnre3ez\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "@pgjdbc/pgjdbc--39403bcf-da9e-4c3a-9a97-11efc660dd71", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/@pgjdbc/pgjdbc", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc", "result_dir": "09630304", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630304, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-29 21:28:53,676][ INFO][PID:105840] Sending fedora-messaging bus message in build.start [2025-09-29 21:28:54,632][ INFO][PID:105840] Sending fedora-messaging bus message in chroot.start [2025-09-29 21:28:54,680][ INFO][PID:105840] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9630304 --detached [2025-09-29 21:28:55,345][ INFO][PID:105840] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c10c' (ED25519) to the list of known hosts. [2025-09-29 21:28:55,346][ INFO][PID:105840] Downloading the builder-live.log file, attempt 1 [2025-09-29 21:28:55,349][ INFO][PID:105840] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c10c copr-rpmbuild-log [2025-09-29 21:29:00,359][ INFO][PID:105840] Periodic builder liveness probe: alive [2025-09-29 21:29:00,360][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:05,362][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:10,366][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:15,370][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:20,373][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:25,378][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:30,386][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:35,392][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:40,393][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:45,401][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:50,402][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:29:55,403][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:00,405][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:05,407][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:10,408][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:15,409][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:20,411][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:25,414][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:30,421][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:35,423][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:40,426][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:45,428][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:50,433][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:30:55,436][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:00,438][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:05,443][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:10,444][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:15,446][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:20,447][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:25,455][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:30,460][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:35,549][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:40,553][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:45,555][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:50,556][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:31:55,562][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:00,563][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:05,566][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:10,568][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:15,571][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:20,592][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:25,602][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:30,603][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:35,604][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:40,606][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:45,615][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:50,617][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:32:55,623][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:00,624][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:05,628][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:10,633][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:15,639][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:20,641][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:25,645][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:30,646][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:35,648][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:40,652][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:45,656][ INFO][PID:105840] Checking for cancel request [2025-09-29 21:33:47,483][ INFO][PID:105840] Downloading results from builder [2025-09-29 21:33:47,483][ INFO][PID:105840] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c10c]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304 started [2025-09-29 21:33:47,484][ INFO][PID:105840] 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:c10c]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/build-09630304.rsync.log [2025-09-29 21:33:47,892][ INFO][PID:105840] rsyncing finished. [2025-09-29 21:33:47,893][ INFO][PID:105840] Releasing VM back to pool [2025-09-29 21:33:47,919][ INFO][PID:105840] Searching for 'success' file in resultdir [2025-09-29 21:33:47,920][ ERROR][PID:105840] Build failed: Backend process error: No success file => build failure [2025-09-29 21:33:47,921][ INFO][PID:105840] Finished build: id=9630304 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc chroot=srpm-builds [2025-09-29 21:33:47,923][ ERROR][PID:105840] Backend process error: No success file => build failure [2025-09-29 21:33:47,923][ INFO][PID:105840] Worker failed build, took 294.2732310295105 [2025-09-29 21:33:47,924][ INFO][PID:105840] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "@pgjdbc", "project_name": "pgjdbc", "project_dirname": "pgjdbc", "submitter": null, "ended_on": 1759181627.9237366, "started_on": 1759181333.6505055, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630304", "build_id": 9630304, "package_name": "postgresql-jdbc", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/bash -x\\n\\n# Prepare the source RPM tarball in Fedora Copr build system. This script\\n# shouldn'\\u0167 be executed on a localhost.\\n\\nset -e\\nset -o pipefail\\n\\nclone_url_parent=https://github.com/pgjdbc/pgjdbc.git\\n\\nworkdir=$(basename \\\"$clone_url_parent\\\")\\nworkdir=${workdir%%.git}\\n\\nhook_payload=$(readlink -f \\\"${HOOK_PAYLOAD-hook_payload}\\\")\\n\\nmkdir -p \\\"$COPR_RESULTDIR\\\"\\nresultdir=$(readlink -f \\\"$COPR_RESULTDIR\\\")\\n\\n# clone the helper scripts when needed, and add to PATH\\ntest -d copr-ci-tooling \\\\\\n || git clone --depth 1 https://github.com/praiskup/copr-ci-tooling.git\\nexport PATH=\\\"$PWD/copr-ci-tooling:$PATH\\\"\\n\\n# clone the tested project\\ngit clone \\\\\\n --recursive \\\\\\n --no-single-branch \\\\\\n \\\"$clone_url_parent\\\"\\n\\n# checkout requested revision\\ncd \\\"$workdir\\\"\\n\\ntest -f \\\"$hook_payload\\\" && webhook-checkout \\\"$hook_payload\\\"\\n\\n# generate source tarball\\n./gradlew :postgresql:sourceDistribution -Prelease -PjdkBuildVersion=21\\n\\nproject_version=$(grep pgjdbc.version gradle.properties | cut -d \\\"=\\\" -f2-)\\ncp pgjdbc/build/distributions/postgresql-$project_version-jdbc-src.tar.gz \\\"$resultdir\\\"\\n\\ngit_rev=$(git rev-parse --short=7 HEAD)\\ndate_rev=$(date +%Y%m%d_%H%M%S)\\nrelease=${date_rev}.git$git_rev\\n\\ncd packaging/rpm\\n\\nspec=postgresql-jdbc.spec\\nsed -e \\\"s!^Release:.*\\\\$!Release: 1.$release%{?dist}!\\\" \\\\\\n -e \\\"s!^Version:.*\\\\$!Version: $project_version!\\\" \\\\\\n \\\"$spec.tpl\\\" > \\\"$spec\\\"\\n\\ncp \\\"$spec\\\" \\\"$resultdir\\\"\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmp3bnre3ez\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "@pgjdbc/pgjdbc--39403bcf-da9e-4c3a-9a97-11efc660dd71", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/@pgjdbc/pgjdbc", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc", "result_dir": "09630304", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630304, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-29 21:33:47,953][ INFO][PID:105840] Sending fedora-messaging bus message in build.end [2025-09-29 21:33:47,986][ INFO][PID:105840] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/builder-live.log by gzip [2025-09-29 21:33:47,988][ INFO][PID:105840] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/builder-live.log' as PID 193364 [2025-09-29 21:33:48,002][ INFO][PID:105840] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/builder-live.log) [2025-09-29 21:33:48,002][ INFO][PID:105840] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/backend.log by gzip [2025-09-29 21:33:48,006][ INFO][PID:105840] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630304/backend.log' as PID 193370