[2026-02-09 17:13:43,311][ INFO][PID:1318535] Marking build as starting [2026-02-09 17:13:43,455][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:13:43,458][ INFO][PID:1318535] VM allocation process starts [2026-02-09 17:13:43,488][ INFO][PID:1318535] Trying to allocate VM: ResallocHost, ticket_id=1240971, requested_tags=['copr_builder', 'arch_x86_64'] [2026-02-09 17:13:48,491][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:13:53,493][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:13:58,497][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:03,505][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:08,508][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:13,512][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:18,514][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:23,516][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:28,521][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:33,522][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:38,529][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:43,530][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:48,534][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:53,536][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:14:58,556][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:03,558][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:08,561][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:13,562][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:18,563][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:23,564][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:28,568][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:33,570][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:38,572][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:43,573][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:48,575][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:53,581][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:15:58,582][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:01,667][ INFO][PID:1318535] Allocated host ResallocHost, ticket_id=1240971, hostname=98.93.177.42, name=aws_x86_64_normalreserved_prod_02095847_20260209_171436, requested_tags=['copr_builder', 'arch_x86_64'] [2026-02-09 17:16:01,667][ INFO][PID:1318535] Allocating ssh connection to builder [2026-02-09 17:16:01,668][ INFO][PID:1318535] Checking that builder machine is OK [2026-02-09 17:16:02,016][ INFO][PID:1318535] Running remote command: copr-builder-ready srpm-builds [2026-02-09 17:16:02,232][ INFO][PID:1318535] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-02-09 17:16:02,233][ INFO][PID:1318535] Filling build.info file with builder info [2026-02-09 17:16:02,253][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:02,254][ INFO][PID:1318535] 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": 1770657362.2544947, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10109615", "build_id": 10109615, "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-44-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmpmq5_w7ai\", \"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--36d4c8d4-7b5f-431e-b480-b1f71dd98445", "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": "10109615", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10109615, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2026-02-09 17:16:02,299][ INFO][PID:1318535] Sending fedora-messaging bus message in build.start [2026-02-09 17:16:03,030][ INFO][PID:1318535] Sending fedora-messaging bus message in chroot.start [2026-02-09 17:16:03,073][ INFO][PID:1318535] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10109615 --detached [2026-02-09 17:16:03,427][ INFO][PID:1318535] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '98.93.177.42' (ED25519) to the list of known hosts. [2026-02-09 17:16:03,429][ INFO][PID:1318535] Downloading the builder-live.log file, attempt 1 [2026-02-09 17:16:03,430][ INFO][PID:1318535] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@98.93.177.42 copr-rpmbuild-log [2026-02-09 17:16:08,437][ INFO][PID:1318535] Periodic builder liveness probe: alive [2026-02-09 17:16:08,438][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:13,439][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:18,441][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:23,444][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:28,448][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:33,451][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:38,452][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:43,453][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:48,457][ INFO][PID:1318535] Checking for cancel request [2026-02-09 17:16:53,304][ INFO][PID:1318535] Downloading results from builder [2026-02-09 17:16:53,314][ INFO][PID:1318535] rsyncing of mockbuilder@98.93.177.42:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615 started [2026-02-09 17:16:53,322][ INFO][PID:1318535] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@98.93.177.42:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/build-10109615.rsync.log [2026-02-09 17:16:53,620][ INFO][PID:1318535] rsyncing finished. [2026-02-09 17:16:53,623][ INFO][PID:1318535] Releasing VM back to pool [2026-02-09 17:16:53,643][ INFO][PID:1318535] Searching for 'success' file in resultdir [2026-02-09 17:16:53,646][ ERROR][PID:1318535] Build failed: Backend process error: No success file => build failure [2026-02-09 17:16:53,646][ INFO][PID:1318535] Finished build: id=10109615 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci chroot=srpm-builds [2026-02-09 17:16:53,649][ ERROR][PID:1318535] Backend process error: No success file => build failure [2026-02-09 17:16:53,650][ INFO][PID:1318535] Worker failed build, took 51.39605784416199 [2026-02-09 17:16:53,651][ INFO][PID:1318535] 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": 1770657413.6505525, "started_on": 1770657362.2544947, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10109615", "build_id": 10109615, "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-44-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmpmq5_w7ai\", \"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--36d4c8d4-7b5f-431e-b480-b1f71dd98445", "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": "10109615", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10109615, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc-ci", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc-ci)" } } ] } [2026-02-09 17:16:53,716][ INFO][PID:1318535] Sending fedora-messaging bus message in build.end [2026-02-09 17:16:53,776][ INFO][PID:1318535] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/builder-live.log by gzip [2026-02-09 17:16:53,779][ INFO][PID:1318535] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/builder-live.log' as PID 1347402 [2026-02-09 17:16:53,793][ INFO][PID:1318535] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/builder-live.log) [2026-02-09 17:16:53,794][ INFO][PID:1318535] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/backend.log by gzip [2026-02-09 17:16:53,798][ INFO][PID:1318535] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc-ci/srpm-builds/10109615/backend.log' as PID 1347404