[2025-09-08 06:04:35,350][ INFO][PID:1929962] Marking build as starting [2025-09-08 06:04:35,421][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:04:35,422][ INFO][PID:1929962] VM allocation process starts [2025-09-08 06:04:35,452][ INFO][PID:1929962] Trying to allocate VM: ResallocHost, ticket_id=4960868, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-08 06:04:38,480][ INFO][PID:1929962] Allocated host ResallocHost, ticket_id=4960868, hostname=2620:52:3:1:dead:beef:cafe:c14f, name=copr_hv_x86_64_02_prod_06661527_20250908_060045, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-08 06:04:38,481][ INFO][PID:1929962] Allocating ssh connection to builder [2025-09-08 06:04:38,482][ INFO][PID:1929962] Checking that builder machine is OK [2025-09-08 06:04:39,095][ INFO][PID:1929962] Running remote command: copr-builder-ready srpm-builds [2025-09-08 06:04:39,442][ INFO][PID:1929962] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-08 06:04:39,443][ INFO][PID:1929962] Filling build.info file with builder info [2025-09-08 06:04:39,443][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:04:39,444][ INFO][PID:1929962] 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": 1757311479.444616, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9533351", "build_id": 9533351, "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\": \"tmpk85oms4j\", \"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--38d07819-3f31-4ded-9a9b-c6ee983524d6", "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": "09533351", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9533351, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-08 06:04:39,468][ INFO][PID:1929962] Sending fedora-messaging bus message in build.start [2025-09-08 06:04:40,608][ INFO][PID:1929962] Sending fedora-messaging bus message in chroot.start [2025-09-08 06:04:40,657][ INFO][PID:1929962] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9533351 --detached [2025-09-08 06:04:41,280][ INFO][PID:1929962] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c14f' (ED25519) to the list of known hosts. [2025-09-08 06:04:41,282][ INFO][PID:1929962] Downloading the builder-live.log file, attempt 1 [2025-09-08 06:04:41,290][ INFO][PID:1929962] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c14f copr-rpmbuild-log [2025-09-08 06:04:46,317][ INFO][PID:1929962] Periodic builder liveness probe: alive [2025-09-08 06:04:46,319][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:04:51,322][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:04:56,325][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:01,328][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:06,329][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:11,332][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:16,333][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:21,338][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:26,339][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:31,341][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:36,356][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:41,415][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:46,505][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:51,534][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:05:56,669][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:01,701][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:06,715][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:11,724][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:16,749][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:21,802][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:26,809][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:31,880][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:36,924][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:41,949][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:47,005][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:52,020][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:06:57,071][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:02,155][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:07,210][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:12,248][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:17,261][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:22,384][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:27,464][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:32,470][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:37,543][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:42,703][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:47,711][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:52,742][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:07:57,771][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:02,873][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:07,932][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:13,098][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:18,136][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:23,148][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:28,206][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:33,223][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:38,246][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:43,299][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:48,336][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:53,417][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:08:58,434][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:09:03,574][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:09:08,667][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:09:13,826][ INFO][PID:1929962] Checking for cancel request [2025-09-08 06:09:14,087][ INFO][PID:1929962] Downloading results from builder [2025-09-08 06:09:14,089][ INFO][PID:1929962] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c14f]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351 started [2025-09-08 06:09:14,091][ INFO][PID:1929962] 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:c14f]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/build-09533351.rsync.log [2025-09-08 06:09:14,462][ INFO][PID:1929962] rsyncing finished. [2025-09-08 06:09:14,463][ INFO][PID:1929962] Releasing VM back to pool [2025-09-08 06:09:14,479][ INFO][PID:1929962] Searching for 'success' file in resultdir [2025-09-08 06:09:14,481][ ERROR][PID:1929962] Build failed: Backend process error: No success file => build failure [2025-09-08 06:09:14,483][ INFO][PID:1929962] Finished build: id=9533351 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc chroot=srpm-builds [2025-09-08 06:09:14,486][ ERROR][PID:1929962] Backend process error: No success file => build failure [2025-09-08 06:09:14,487][ INFO][PID:1929962] Worker failed build, took 275.0427830219269 [2025-09-08 06:09:14,488][ INFO][PID:1929962] 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": 1757311754.487399, "started_on": 1757311479.444616, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9533351", "build_id": 9533351, "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\": \"tmpk85oms4j\", \"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--38d07819-3f31-4ded-9a9b-c6ee983524d6", "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": "09533351", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9533351, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-09-08 06:09:14,524][ INFO][PID:1929962] Sending fedora-messaging bus message in build.end [2025-09-08 06:09:14,557][ INFO][PID:1929962] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/builder-live.log by gzip [2025-09-08 06:09:14,560][ INFO][PID:1929962] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/builder-live.log' as PID 1966574 [2025-09-08 06:09:14,572][ INFO][PID:1929962] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/builder-live.log) [2025-09-08 06:09:14,574][ INFO][PID:1929962] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/backend.log by gzip [2025-09-08 06:09:14,577][ INFO][PID:1929962] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09533351/backend.log' as PID 1966579