[2025-09-29 21:27:44,436][ INFO][PID:118646] Marking build as starting [2025-09-29 21:27:44,514][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:27:44,533][ INFO][PID:118646] VM allocation process starts [2025-09-29 21:27:44,613][ INFO][PID:118646] Trying to allocate VM: ResallocHost, ticket_id=5377478, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:27:49,634][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:27:54,635][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:27:59,642][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:04,644][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:09,646][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:14,648][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:19,651][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:24,653][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:29,654][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:34,656][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:39,660][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:44,663][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:49,666][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:52,860][ INFO][PID:118646] Allocated host ResallocHost, ticket_id=5377478, hostname=2620:52:3:1:dead:beef:cafe:c151, name=copr_hv_x86_64_02_prod_07008436_20250929_212656, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:28:52,862][ INFO][PID:118646] Allocating ssh connection to builder [2025-09-29 21:28:52,863][ INFO][PID:118646] Checking that builder machine is OK [2025-09-29 21:28:53,765][ INFO][PID:118646] Running remote command: copr-builder-ready srpm-builds [2025-09-29 21:28:54,124][ INFO][PID:118646] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-29 21:28:54,129][ INFO][PID:118646] Filling build.info file with builder info [2025-09-29 21:28:54,130][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:28:54,131][ INFO][PID:118646] 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": 1759181334.131267, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630309", "build_id": 9630309, "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\": \"tmpjfe8r581\", \"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--2c5b1707-4786-4b6a-ab16-fcfe511b5f79", "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": "09630309", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630309, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-29 21:28:54,157][ INFO][PID:118646] Sending fedora-messaging bus message in build.start [2025-09-29 21:28:55,351][ INFO][PID:118646] Sending fedora-messaging bus message in chroot.start [2025-09-29 21:28:55,423][ INFO][PID:118646] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9630309 --detached [2025-09-29 21:28:56,088][ INFO][PID:118646] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c151' (ED25519) to the list of known hosts. [2025-09-29 21:28:56,091][ INFO][PID:118646] Downloading the builder-live.log file, attempt 1 [2025-09-29 21:28:56,096][ INFO][PID:118646] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c151 copr-rpmbuild-log [2025-09-29 21:29:01,109][ INFO][PID:118646] Periodic builder liveness probe: alive [2025-09-29 21:29:01,110][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:06,114][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:11,123][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:16,125][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:21,127][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:26,129][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:31,133][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:36,137][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:41,143][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:46,145][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:51,149][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:29:56,152][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:01,157][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:06,159][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:11,161][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:16,163][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:21,167][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:26,169][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:31,171][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:36,178][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:41,182][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:46,185][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:51,194][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:30:56,199][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:01,204][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:06,205][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:11,207][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:16,209][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:21,210][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:26,284][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:31,288][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:36,289][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:41,291][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:46,294][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:51,295][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:31:56,298][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:01,304][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:06,306][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:11,308][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:16,329][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:21,338][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:26,340][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:31,351][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:36,354][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:41,357][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:46,361][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:51,364][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:32:56,369][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:01,371][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:06,381][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:11,384][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:16,388][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:21,389][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:26,395][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:31,397][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:36,400][ INFO][PID:118646] Checking for cancel request [2025-09-29 21:33:41,302][ INFO][PID:118646] Downloading results from builder [2025-09-29 21:33:41,302][ INFO][PID:118646] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c151]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309 started [2025-09-29 21:33:41,303][ INFO][PID:118646] 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:c151]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/build-09630309.rsync.log [2025-09-29 21:33:41,724][ INFO][PID:118646] rsyncing finished. [2025-09-29 21:33:41,726][ INFO][PID:118646] Releasing VM back to pool [2025-09-29 21:33:41,740][ INFO][PID:118646] Searching for 'success' file in resultdir [2025-09-29 21:33:41,741][ ERROR][PID:118646] Build failed: Backend process error: No success file => build failure [2025-09-29 21:33:41,742][ INFO][PID:118646] Finished build: id=9630309 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc chroot=srpm-builds [2025-09-29 21:33:41,745][ ERROR][PID:118646] Backend process error: No success file => build failure [2025-09-29 21:33:41,745][ INFO][PID:118646] Worker failed build, took 287.61448764801025 [2025-09-29 21:33:41,746][ INFO][PID:118646] 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": 1759181621.7457547, "started_on": 1759181334.131267, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630309", "build_id": 9630309, "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\": \"tmpjfe8r581\", \"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--2c5b1707-4786-4b6a-ab16-fcfe511b5f79", "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": "09630309", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630309, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-29 21:33:41,781][ INFO][PID:118646] Sending fedora-messaging bus message in build.end [2025-09-29 21:33:41,806][ INFO][PID:118646] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/builder-live.log by gzip [2025-09-29 21:33:41,808][ INFO][PID:118646] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/builder-live.log' as PID 192380 [2025-09-29 21:33:41,817][ INFO][PID:118646] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/builder-live.log) [2025-09-29 21:33:41,817][ INFO][PID:118646] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/backend.log by gzip [2025-09-29 21:33:41,818][ INFO][PID:118646] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09630309/backend.log' as PID 192382