[2025-11-15 22:01:30,371][ INFO][PID:1278578] Marking build as starting [2025-11-15 22:01:30,400][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:01:30,401][ INFO][PID:1278578] VM allocation process starts [2025-11-15 22:01:30,410][ INFO][PID:1278578] Trying to allocate VM: ResallocHost, ticket_id=6199951, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-15 22:01:33,458][ INFO][PID:1278578] Allocated host ResallocHost, ticket_id=6199951, hostname=2620:52:3:1:dead:beef:cafe:c111, name=copr_hv_x86_64_01_prod_08015869_20251115_211619, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-15 22:01:33,459][ INFO][PID:1278578] Allocating ssh connection to builder [2025-11-15 22:01:33,459][ INFO][PID:1278578] Checking that builder machine is OK [2025-11-15 22:01:34,046][ INFO][PID:1278578] Running remote command: copr-builder-ready srpm-builds [2025-11-15 22:01:34,387][ INFO][PID:1278578] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-15 22:01:34,388][ INFO][PID:1278578] Filling build.info file with builder info [2025-11-15 22:01:34,388][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:01:34,389][ INFO][PID:1278578] 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-ci", "project_dirname": "pgjdbc-ci", "submitter": null, "ended_on": null, "started_on": 1763244094.3892443, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9801577", "build_id": 9801577, "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\": \"tmpeagmr98e\", \"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-ci--a9c6b0c9-6ad3-4835-84f5-6bf3d2e48ba4", "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-ci", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc-ci", "result_dir": "09801577", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9801577, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-11-15 22:01:34,422][ INFO][PID:1278578] Sending fedora-messaging bus message in build.start [2025-11-15 22:01:35,074][ INFO][PID:1278578] Sending fedora-messaging bus message in chroot.start [2025-11-15 22:01:35,098][ INFO][PID:1278578] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9801577 --detached [2025-11-15 22:01:35,723][ INFO][PID:1278578] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c111' (ED25519) to the list of known hosts. [2025-11-15 22:01:35,724][ INFO][PID:1278578] Downloading the builder-live.log file, attempt 1 [2025-11-15 22:01:35,726][ INFO][PID:1278578] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c111 copr-rpmbuild-log [2025-11-15 22:01:40,732][ INFO][PID:1278578] Periodic builder liveness probe: alive [2025-11-15 22:01:40,733][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:01:45,733][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:01:50,734][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:01:55,735][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:00,737][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:05,739][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:10,740][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:15,741][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:20,742][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:25,743][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:30,744][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:35,746][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:40,784][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:45,785][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:50,786][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:02:55,787][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:00,788][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:05,789][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:10,790][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:15,792][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:20,793][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:25,794][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:30,795][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:35,796][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:40,797][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:45,798][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:50,799][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:03:55,800][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:00,801][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:05,802][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:10,803][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:15,804][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:20,805][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:25,806][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:30,807][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:35,808][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:40,809][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:45,810][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:50,811][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:04:55,812][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:00,813][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:05,814][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:10,816][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:15,817][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:20,818][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:25,820][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:30,821][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:35,822][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:40,823][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:45,824][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:50,824][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:05:55,826][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:00,827][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:05,827][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:10,828][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:15,830][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:20,831][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:25,832][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:30,838][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:35,839][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:40,840][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:45,841][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:50,842][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:06:55,843][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:07:00,844][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:07:05,845][ INFO][PID:1278578] Checking for cancel request [2025-11-15 22:07:10,198][ INFO][PID:1278578] Downloading results from builder [2025-11-15 22:07:10,199][ INFO][PID:1278578] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c111]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577 started [2025-11-15 22:07:10,199][ INFO][PID:1278578] 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:c111]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/build-09801577.rsync.log [2025-11-15 22:07:10,597][ INFO][PID:1278578] rsyncing finished. [2025-11-15 22:07:10,598][ INFO][PID:1278578] Releasing VM back to pool [2025-11-15 22:07:10,606][ INFO][PID:1278578] Searching for 'success' file in resultdir [2025-11-15 22:07:10,606][ ERROR][PID:1278578] Build failed: Backend process error: No success file => build failure [2025-11-15 22:07:10,607][ INFO][PID:1278578] Finished build: id=9801577 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci chroot=srpm-builds [2025-11-15 22:07:10,611][ ERROR][PID:1278578] Backend process error: No success file => build failure [2025-11-15 22:07:10,611][ INFO][PID:1278578] Worker failed build, took 336.2222590446472 [2025-11-15 22:07:10,612][ INFO][PID:1278578] 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-ci", "project_dirname": "pgjdbc-ci", "submitter": null, "ended_on": 1763244430.6115034, "started_on": 1763244094.3892443, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9801577", "build_id": 9801577, "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\": \"tmpeagmr98e\", \"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-ci--a9c6b0c9-6ad3-4835-84f5-6bf3d2e48ba4", "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-ci", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc-ci", "result_dir": "09801577", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9801577, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-11-15 22:07:10,640][ INFO][PID:1278578] Sending fedora-messaging bus message in build.end [2025-11-15 22:07:10,664][ INFO][PID:1278578] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/builder-live.log by gzip [2025-11-15 22:07:10,665][ INFO][PID:1278578] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/builder-live.log' as PID 1302552 [2025-11-15 22:07:10,673][ INFO][PID:1278578] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/builder-live.log) [2025-11-15 22:07:10,674][ INFO][PID:1278578] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/backend.log by gzip [2025-11-15 22:07:10,675][ INFO][PID:1278578] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09801577/backend.log' as PID 1302553