[2025-07-02 14:47:41,781][ INFO][PID:175062] Marking build as starting [2025-07-02 14:47:41,801][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:47:41,802][ INFO][PID:175062] VM allocation process starts [2025-07-02 14:47:41,838][ INFO][PID:175062] Trying to allocate VM: ResallocHost, ticket_id=3760990, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-02 14:47:44,851][ INFO][PID:175062] Allocated host ResallocHost, ticket_id=3760990, hostname=34.201.111.5, name=aws_x86_64_normalreserved_prod_05112080_20250702_143327, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-02 14:47:44,852][ INFO][PID:175062] Allocating ssh connection to builder [2025-07-02 14:47:44,852][ INFO][PID:175062] Checking that builder machine is OK [2025-07-02 14:47:45,316][ INFO][PID:175062] Running remote command: copr-builder-ready srpm-builds [2025-07-02 14:47:45,525][ INFO][PID:175062] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-02 14:47:45,526][ INFO][PID:175062] Filling build.info file with builder info [2025-07-02 14:47:45,526][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:47:45,527][ INFO][PID:175062] 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": 1751467665.5272753, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9232703", "build_id": 9232703, "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-42-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmpzqxfysnm\", \"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--f1a83fe9-ea76-47b4-8093-cc3ab3c91cdb", "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": "09232703", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9232703, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-07-02 14:47:45,547][ INFO][PID:175062] Sending fedora-messaging bus message in build.start [2025-07-02 14:47:46,190][ INFO][PID:175062] Sending fedora-messaging bus message in chroot.start [2025-07-02 14:47:46,213][ INFO][PID:175062] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9232703 --detached [2025-07-02 14:47:46,567][ INFO][PID:175062] Downloading the builder-live.log file, attempt 1 [2025-07-02 14:47:46,568][ INFO][PID:175062] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@34.201.111.5 copr-rpmbuild-log [2025-07-02 14:47:51,573][ INFO][PID:175062] Periodic builder liveness probe: alive [2025-07-02 14:47:51,573][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:47:56,574][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:01,575][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:06,576][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:11,577][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:16,578][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:21,579][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:26,580][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:31,581][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:36,582][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:41,584][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:46,585][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:51,586][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:48:56,587][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:01,588][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:06,589][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:11,590][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:16,590][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:21,591][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:26,592][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:31,593][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:36,594][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:41,595][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:46,597][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:51,598][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:49:56,599][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:01,600][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:06,601][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:11,602][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:16,603][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:21,604][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:26,605][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:31,606][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:36,607][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:41,608][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:46,609][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:51,610][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:50:56,611][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:01,612][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:06,614][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:11,615][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:16,616][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:21,617][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:26,618][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:31,620][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:36,621][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:41,622][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:46,623][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:51,624][ INFO][PID:175062] Checking for cancel request [2025-07-02 14:51:53,288][ INFO][PID:175062] Downloading results from builder [2025-07-02 14:51:53,288][ INFO][PID:175062] rsyncing of mockbuilder@34.201.111.5:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703 started [2025-07-02 14:51:53,289][ INFO][PID:175062] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@34.201.111.5:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/ &> /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/build-09232703.rsync.log [2025-07-02 14:51:53,513][ INFO][PID:175062] rsyncing finished. [2025-07-02 14:51:53,513][ INFO][PID:175062] Releasing VM back to pool [2025-07-02 14:51:53,541][ INFO][PID:175062] Searching for 'success' file in resultdir [2025-07-02 14:51:53,542][ INFO][PID:175062] Getting build details [2025-07-02 14:51:53,542][ INFO][PID:175062] Retrieving SRPM info from /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703 [2025-07-02 14:51:53,543][ INFO][PID:175062] SRPM URL: https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc/srpm-builds/09232703/postgresql-jdbc-42.7.7-1.20250702_145149.gitd0dcce5.src.rpm [2025-07-02 14:51:53,544][ INFO][PID:175062] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc/srpm-builds/09232703/postgresql-jdbc-42.7.7-1.20250702_145149.gitd0dcce5.src.rpm', 'pkg_name': 'postgresql-jdbc', 'pkg_version': '42.7.7-1.20250702_145149.gitd0dcce5'} [2025-07-02 14:51:53,544][ INFO][PID:175062] Finished build: id=9232703 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/@pgjdbc/pgjdbc chroot=srpm-builds [2025-07-02 14:51:53,546][ INFO][PID:175062] Worker succeeded build, took 248.01908802986145 [2025-07-02 14:51:53,547][ INFO][PID:175062] 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": 1751467913.5463634, "started_on": 1751467665.5272753, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9232703", "build_id": 9232703, "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-42-x86_64\", \"builddeps\": \"git java-21-openjdk-devel python-unversioned-command\", \"resultdir\": \"srpm_results\", \"repos\": \"\", \"tmp\": \"tmpzqxfysnm\", \"hook_data\": true}", "pkg_name": "postgresql-jdbc", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/@pgjdbc/pgjdbc/srpm-builds/09232703/postgresql-jdbc-42.7.7-1.20250702_145149.gitd0dcce5.src.rpm", "uses_devel_repo": null, "sandbox": "@pgjdbc/pgjdbc--f1a83fe9-ea76-47b4-8093-cc3ab3c91cdb", "results": { "name": "postgresql-jdbc", "epoch": null, "version": "42.7.7", "release": "1.20250702_145149.gitd0dcce5", "exclusivearch": [ "aarch64", "ppc64le", "s390x", "x86_64", "riscv64", "noarch" ], "excludearch": [] }, "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": "09232703", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "42.7.7-1.20250702_145149.gitd0dcce5", "id": 9232703, "mockchain_macros": { "copr_username": "@pgjdbc", "copr_projectname": "pgjdbc", "vendor": "Fedora Project COPR (@pgjdbc/pgjdbc)" } } ] } [2025-07-02 14:51:53,592][ INFO][PID:175062] Sending fedora-messaging bus message in build.end [2025-07-02 14:51:53,615][ INFO][PID:175062] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/builder-live.log by gzip [2025-07-02 14:51:53,616][ INFO][PID:175062] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/builder-live.log' as PID 187930 [2025-07-02 14:51:53,622][ INFO][PID:175062] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/builder-live.log) [2025-07-02 14:51:53,623][ INFO][PID:175062] Compressing /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/backend.log by gzip [2025-07-02 14:51:53,623][ INFO][PID:175062] Running command 'gzip /var/lib/copr/public_html/results/@pgjdbc/pgjdbc/srpm-builds/09232703/backend.log' as PID 187931