[2025-09-29 21:27:45,802][ INFO][PID:118889] Marking build as starting [2025-09-29 21:27:46,081][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:27:46,103][ INFO][PID:118889] VM allocation process starts [2025-09-29 21:27:46,167][ INFO][PID:118889] Trying to allocate VM: ResallocHost, ticket_id=5377491, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:27:51,175][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:27:56,176][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:01,178][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:06,181][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:11,183][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:16,186][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:21,191][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:26,192][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:31,193][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:36,199][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:41,205][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:46,207][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:51,208][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:54,352][ INFO][PID:118889] Allocated host ResallocHost, ticket_id=5377491, hostname=98.81.22.210, name=aws_x86_64_spot_prod_07008444_20250929_212718, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 21:28:54,353][ INFO][PID:118889] Allocating ssh connection to builder [2025-09-29 21:28:54,354][ INFO][PID:118889] Checking that builder machine is OK [2025-09-29 21:28:54,722][ INFO][PID:118889] Running remote command: copr-builder-ready srpm-builds [2025-09-29 21:28:54,968][ INFO][PID:118889] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-29 21:28:54,969][ INFO][PID:118889] Filling build.info file with builder info [2025-09-29 21:28:54,971][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:28:54,975][ INFO][PID:118889] 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": 1759181334.9734538, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630310", "build_id": 9630310, "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\": \"tmp97biq9_j\", \"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--5a04c0ec-99ce-417e-8994-77fa7e82b1d4", "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": "09630310", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630310, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-09-29 21:28:54,997][ INFO][PID:118889] Sending fedora-messaging bus message in build.start [2025-09-29 21:28:56,933][ INFO][PID:118889] Sending fedora-messaging bus message in chroot.start [2025-09-29 21:28:56,976][ INFO][PID:118889] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9630310 --detached [2025-09-29 21:28:57,411][ INFO][PID:118889] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '98.81.22.210' (ED25519) to the list of known hosts. [2025-09-29 21:28:57,412][ INFO][PID:118889] Downloading the builder-live.log file, attempt 1 [2025-09-29 21:28:57,414][ INFO][PID:118889] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@98.81.22.210 copr-rpmbuild-log [2025-09-29 21:29:02,433][ INFO][PID:118889] Periodic builder liveness probe: alive [2025-09-29 21:29:02,434][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:07,439][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:12,441][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:17,444][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:22,446][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:27,448][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:32,452][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:37,454][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:42,457][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:47,459][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:52,461][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:29:57,462][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:02,464][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:07,470][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:12,474][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:17,477][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:22,479][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:27,481][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:32,485][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:37,487][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:42,490][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:47,492][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:52,496][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:30:57,497][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:02,508][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:07,509][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:12,510][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:17,511][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:22,512][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:27,516][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:32,520][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:37,521][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:42,524][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:47,526][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:52,528][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:31:57,531][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:32:02,533][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:32:07,538][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:32:12,540][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:32:17,557][ INFO][PID:118889] Checking for cancel request [2025-09-29 21:32:20,811][ INFO][PID:118889] Downloading results from builder [2025-09-29 21:32:20,812][ INFO][PID:118889] rsyncing of mockbuilder@98.81.22.210:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310 started [2025-09-29 21:32:20,824][ INFO][PID:118889] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@98.81.22.210:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/build-09630310.rsync.log [2025-09-29 21:32:21,389][ INFO][PID:118889] rsyncing finished. [2025-09-29 21:32:21,392][ INFO][PID:118889] Releasing VM back to pool [2025-09-29 21:32:21,456][ INFO][PID:118889] Searching for 'success' file in resultdir [2025-09-29 21:32:21,463][ ERROR][PID:118889] Build failed: Backend process error: No success file => build failure [2025-09-29 21:32:21,479][ INFO][PID:118889] Finished build: id=9630310 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci chroot=srpm-builds [2025-09-29 21:32:21,506][ ERROR][PID:118889] Backend process error: No success file => build failure [2025-09-29 21:32:21,514][ INFO][PID:118889] Worker failed build, took 206.54148125648499 [2025-09-29 21:32:21,526][ INFO][PID:118889] 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": 1759181541.514935, "started_on": 1759181334.9734538, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9630310", "build_id": 9630310, "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\": \"tmp97biq9_j\", \"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--5a04c0ec-99ce-417e-8994-77fa7e82b1d4", "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": "09630310", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9630310, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2025-09-29 21:32:21,599][ INFO][PID:118889] Sending fedora-messaging bus message in build.end [2025-09-29 21:32:21,655][ INFO][PID:118889] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/builder-live.log by gzip [2025-09-29 21:32:21,657][ INFO][PID:118889] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/builder-live.log' as PID 176041 [2025-09-29 21:32:21,755][ INFO][PID:118889] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/builder-live.log) [2025-09-29 21:32:21,761][ INFO][PID:118889] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/09630310/backend.log by gzip