[2025-10-22 12:00:58,184][ INFO][PID:2311777] Marking build as starting [2025-10-22 12:00:58,206][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:00:58,207][ INFO][PID:2311777] VM allocation process starts [2025-10-22 12:00:58,225][ INFO][PID:2311777] Trying to allocate VM: ResallocHost, ticket_id=5787524, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-22 12:01:01,248][ INFO][PID:2311777] Allocated host ResallocHost, ticket_id=5787524, hostname=2620:52:3:1:dead:beef:cafe:c10d, name=copr_hv_x86_64_01_prod_07596447_20251022_115824, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-22 12:01:01,249][ INFO][PID:2311777] Allocating ssh connection to builder [2025-10-22 12:01:01,249][ INFO][PID:2311777] Checking that builder machine is OK [2025-10-22 12:01:01,942][ INFO][PID:2311777] Running remote command: copr-builder-ready srpm-builds [2025-10-22 12:01:02,314][ INFO][PID:2311777] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-22 12:01:02,315][ INFO][PID:2311777] Filling build.info file with builder info [2025-10-22 12:01:02,316][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:02,317][ INFO][PID:2311777] 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": 1761134462.3168573, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9715627", "build_id": 9715627, "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\": \"tmph2jq2b0i\", \"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--f883caa8-93d8-4272-b954-def406c45fa5", "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": "09715627", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9715627, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-10-22 12:01:02,348][ INFO][PID:2311777] Sending fedora-messaging bus message in build.start [2025-10-22 12:01:03,154][ INFO][PID:2311777] Sending fedora-messaging bus message in chroot.start [2025-10-22 12:01:03,180][ INFO][PID:2311777] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9715627 --detached [2025-10-22 12:01:03,803][ INFO][PID:2311777] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c10d' (ED25519) to the list of known hosts. [2025-10-22 12:01:03,804][ INFO][PID:2311777] Downloading the builder-live.log file, attempt 1 [2025-10-22 12:01:03,805][ INFO][PID:2311777] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c10d copr-rpmbuild-log [2025-10-22 12:01:08,810][ INFO][PID:2311777] Periodic builder liveness probe: alive [2025-10-22 12:01:08,811][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:13,812][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:18,814][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:23,819][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:28,820][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:33,821][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:38,822][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:43,824][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:48,825][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:53,826][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:01:58,827][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:03,828][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:08,829][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:13,831][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:18,832][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:23,834][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:28,837][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:33,839][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:38,840][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:43,843][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:48,844][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:53,845][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:02:58,846][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:03,847][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:08,848][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:13,849][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:18,851][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:23,852][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:28,853][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:33,854][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:38,856][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:43,857][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:48,858][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:53,859][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:03:58,860][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:03,861][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:08,863][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:13,864][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:18,865][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:23,866][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:28,867][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:33,868][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:38,870][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:43,871][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:48,873][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:53,875][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:04:58,880][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:03,882][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:08,883][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:13,884][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:18,885][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:23,886][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:28,887][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:33,890][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:38,891][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:43,893][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:48,895][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:53,900][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:05:58,907][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:03,912][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:08,914][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:13,916][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:18,917][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:23,919][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:28,920][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:33,921][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:38,923][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:43,924][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:48,926][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:53,927][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:06:58,928][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:07:03,929][ INFO][PID:2311777] Checking for cancel request [2025-10-22 12:07:05,490][ INFO][PID:2311777] Downloading results from builder [2025-10-22 12:07:05,491][ INFO][PID:2311777] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c10d]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627 started [2025-10-22 12:07:05,492][ INFO][PID:2311777] 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:c10d]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/build-09715627.rsync.log [2025-10-22 12:07:05,882][ INFO][PID:2311777] rsyncing finished. [2025-10-22 12:07:05,882][ INFO][PID:2311777] Releasing VM back to pool [2025-10-22 12:07:05,893][ INFO][PID:2311777] Searching for 'success' file in resultdir [2025-10-22 12:07:05,894][ ERROR][PID:2311777] Build failed: Backend process error: No success file => build failure [2025-10-22 12:07:05,895][ INFO][PID:2311777] Finished build: id=9715627 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci chroot=srpm-builds [2025-10-22 12:07:05,896][ ERROR][PID:2311777] Backend process error: No success file => build failure [2025-10-22 12:07:05,897][ INFO][PID:2311777] Worker failed build, took 363.58058977127075 [2025-10-22 12:07:05,898][ INFO][PID:2311777] 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": 1761134825.897447, "started_on": 1761134462.3168573, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9715627", "build_id": 9715627, "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\": \"tmph2jq2b0i\", \"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--f883caa8-93d8-4272-b954-def406c45fa5", "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": "09715627", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9715627, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-10-22 12:07:05,926][ INFO][PID:2311777] Sending fedora-messaging bus message in build.end [2025-10-22 12:07:06,013][ INFO][PID:2311777] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/builder-live.log by gzip [2025-10-22 12:07:06,014][ INFO][PID:2311777] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/builder-live.log' as PID 2363991 [2025-10-22 12:07:06,032][ INFO][PID:2311777] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/builder-live.log) [2025-10-22 12:07:06,033][ INFO][PID:2311777] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/backend.log by gzip [2025-10-22 12:07:06,034][ INFO][PID:2311777] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09715627/backend.log' as PID 2363992