[2025-01-15 11:53:25,247][  INFO][PID:1975171] Marking build as starting
[2025-01-15 11:53:25,283][  INFO][PID:1975171] Trying to allocate VM
[2025-01-15 11:53:28,338][  INFO][PID:1975171] Allocated host ResallocHost, ticket_id=685088, hostname=2620:52:3:1:dead:beef:cafe:c115, name=copr_hv_x86_64_01_prod_00567257_20250115_115118
[2025-01-15 11:53:28,339][  INFO][PID:1975171] Allocating ssh connection to builder
[2025-01-15 11:53:28,339][  INFO][PID:1975171] Checking that builder machine is OK
[2025-01-15 11:53:29,053][  INFO][PID:1975171] Running remote command: copr-builder-ready srpm-builds
[2025-01-15 11:53:29,439][  INFO][PID:1975171] Red Hat subscription not needed for srpm-builds
Builder is ready to be used

[2025-01-15 11:53:29,440][  INFO][PID:1975171] Filling build.info file with builder info
[2025-01-15 11:53:29,442][  INFO][PID:1975171] Sending build state back to frontend: {
    "builds": [
        {
            "timeout": 108000,
            "frontend_base_url": "https://copr.fedorainfracloud.org",
            "memory_reqs": null,
            "enable_net": true,
            "project_owner": "praiskup",
            "project_name": "resalloc-ci",
            "project_dirname": "resalloc-ci",
            "submitter": null,
            "ended_on": null,
            "started_on": 1736942009.4419825,
            "submitted_on": null,
            "status": 3,
            "chroot": "srpm-builds",
            "arch": "x86_64",
            "buildroot_pkgs": null,
            "task_id": "8515590",
            "build_id": 8515590,
            "package_name": "resalloc",
            "package_version": null,
            "git_repo": null,
            "git_hash": null,
            "git_branch": null,
            "source_type": 9,
            "source_json": "{\"script\": \"#! /bin/bash -x\\n\\nset -e\\n\\nclone_url_parent=https://github.com/praiskup/resalloc\\n\\nworkdir=$(basename \\\"$clone_url_parent\\\")\\nworkdir=${workdir%%.git}\\n\\nhook_payload=$(readlink -f \\\"${HOOK_PAYLOAD-hook_payload}\\\")\\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\\nwebhook-checkout \\\"$hook_payload\\\"\\n\\ncd rpm || exit 1\\nmake srpm\\n\", \"chroot\": \"fedora-41-x86_64\", \"builddeps\": \"git make python3-argparse-manpage+setuptools python-unversioned-command\", \"resultdir\": \"resalloc/rpm\", \"tmp\": \"tmp7r5xxyhq\", \"hook_data\": true}",
            "pkg_name": null,
            "pkg_main_version": null,
            "pkg_epoch": null,
            "pkg_release": null,
            "srpm_url": null,
            "uses_devel_repo": null,
            "sandbox": "praiskup/resalloc-ci--01042fc3-aebd-47b3-9ca8-1d73686f4378",
            "results": null,
            "appstream": false,
            "allow_user_ssh": null,
            "ssh_public_keys": null,
            "storage": null,
            "background": true,
            "repos": [],
            "destdir": "/var/lib/copr/public_html/results/praiskup/resalloc-ci",
            "results_repo_url": "https://download.copr.fedorainfracloud.org/results/praiskup/resalloc-ci",
            "result_dir": "08515590",
            "built_packages": "",
            "tags": [
                "arch_x86_64"
            ],
            "id": 8515590,
            "mockchain_macros": {
                "copr_username": "praiskup",
                "copr_projectname": "resalloc-ci",
                "vendor": "Fedora Project COPR (praiskup/resalloc-ci)"
            }
        }
    ]
}
[2025-01-15 11:53:29,477][  INFO][PID:1975171] Sending fedora-messaging bus message in build.start
[2025-01-15 11:53:30,197][  INFO][PID:1975171] Sending fedora-messaging bus message in chroot.start
[2025-01-15 11:53:30,218][  INFO][PID:1975171] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/8515590 --detached
[2025-01-15 11:53:30,881][  INFO][PID:1975171] Downloading the builder-live.log file, attempt 1
[2025-01-15 11:53:30,888][  INFO][PID:1975171] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c115 copr-rpmbuild-log
[2025-01-15 11:53:35,889][  INFO][PID:1975171] Periodic builder liveness probe: alive
[2025-01-15 11:55:05,285][  INFO][PID:1975171] Downloading results from builder
[2025-01-15 11:55:05,286][  INFO][PID:1975171] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c115]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590 started
[2025-01-15 11:55:05,286][  INFO][PID:1975171] 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:c115]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/ &> /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/build-08515590.rsync.log
[2025-01-15 11:55:05,690][  INFO][PID:1975171] rsyncing finished.
[2025-01-15 11:55:05,691][  INFO][PID:1975171] Releasing VM back to pool
[2025-01-15 11:55:05,699][  INFO][PID:1975171] Searching for 'success' file in resultdir
[2025-01-15 11:55:05,700][  INFO][PID:1975171] Getting build details
[2025-01-15 11:55:05,701][  INFO][PID:1975171] Retrieving SRPM info from /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590
[2025-01-15 11:55:05,701][  INFO][PID:1975171] SRPM URL: https://download.copr.fedorainfracloud.org/results/praiskup/resalloc-ci/srpm-builds/08515590/resalloc-5.7.2_gdcc5d70-1.src.rpm
[2025-01-15 11:55:05,702][  INFO][PID:1975171] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/praiskup/resalloc-ci/srpm-builds/08515590/resalloc-5.7.2_gdcc5d70-1.src.rpm', 'pkg_name': 'resalloc', 'pkg_version': '5.7.2_gdcc5d70-1'}
[2025-01-15 11:55:05,702][  INFO][PID:1975171] Finished build: id=8515590 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/praiskup/resalloc-ci chroot=srpm-builds 
[2025-01-15 11:55:05,704][  INFO][PID:1975171] Worker succeeded build, took 96.26212167739868
[2025-01-15 11:55:05,704][  INFO][PID:1975171] Sending build state back to frontend: {
    "builds": [
        {
            "timeout": 108000,
            "frontend_base_url": "https://copr.fedorainfracloud.org",
            "memory_reqs": null,
            "enable_net": true,
            "project_owner": "praiskup",
            "project_name": "resalloc-ci",
            "project_dirname": "resalloc-ci",
            "submitter": null,
            "ended_on": 1736942105.7041042,
            "started_on": 1736942009.4419825,
            "submitted_on": null,
            "status": 1,
            "chroot": "srpm-builds",
            "arch": "x86_64",
            "buildroot_pkgs": null,
            "task_id": "8515590",
            "build_id": 8515590,
            "package_name": "resalloc",
            "package_version": null,
            "git_repo": null,
            "git_hash": null,
            "git_branch": null,
            "source_type": 9,
            "source_json": "{\"script\": \"#! /bin/bash -x\\n\\nset -e\\n\\nclone_url_parent=https://github.com/praiskup/resalloc\\n\\nworkdir=$(basename \\\"$clone_url_parent\\\")\\nworkdir=${workdir%%.git}\\n\\nhook_payload=$(readlink -f \\\"${HOOK_PAYLOAD-hook_payload}\\\")\\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\\nwebhook-checkout \\\"$hook_payload\\\"\\n\\ncd rpm || exit 1\\nmake srpm\\n\", \"chroot\": \"fedora-41-x86_64\", \"builddeps\": \"git make python3-argparse-manpage+setuptools python-unversioned-command\", \"resultdir\": \"resalloc/rpm\", \"tmp\": \"tmp7r5xxyhq\", \"hook_data\": true}",
            "pkg_name": "resalloc",
            "pkg_main_version": null,
            "pkg_epoch": null,
            "pkg_release": null,
            "srpm_url": "https://download.copr.fedorainfracloud.org/results/praiskup/resalloc-ci/srpm-builds/08515590/resalloc-5.7.2_gdcc5d70-1.src.rpm",
            "uses_devel_repo": null,
            "sandbox": "praiskup/resalloc-ci--01042fc3-aebd-47b3-9ca8-1d73686f4378",
            "results": {
                "name": "resalloc",
                "epoch": null,
                "version": "5.7.2_gdcc5d70",
                "release": "1",
                "exclusivearch": [],
                "excludearch": []
            },
            "appstream": false,
            "allow_user_ssh": null,
            "ssh_public_keys": null,
            "storage": null,
            "background": true,
            "repos": [],
            "destdir": "/var/lib/copr/public_html/results/praiskup/resalloc-ci",
            "results_repo_url": "https://download.copr.fedorainfracloud.org/results/praiskup/resalloc-ci",
            "result_dir": "08515590",
            "built_packages": "",
            "tags": [
                "arch_x86_64"
            ],
            "pkg_version": "5.7.2_gdcc5d70-1",
            "id": 8515590,
            "mockchain_macros": {
                "copr_username": "praiskup",
                "copr_projectname": "resalloc-ci",
                "vendor": "Fedora Project COPR (praiskup/resalloc-ci)"
            }
        }
    ]
}
[2025-01-15 11:55:05,749][  INFO][PID:1975171] Sending fedora-messaging bus message in build.end
[2025-01-15 11:55:05,768][  INFO][PID:1975171] Compressing /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/builder-live.log by gzip
[2025-01-15 11:55:05,769][  INFO][PID:1975171] Running command 'gzip /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/builder-live.log' as PID 1990310
[2025-01-15 11:55:05,774][  INFO][PID:1975171] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/builder-live.log)
[2025-01-15 11:55:05,775][  INFO][PID:1975171] Compressing /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/backend.log by gzip
[2025-01-15 11:55:05,776][  INFO][PID:1975171] Running command 'gzip /var/lib/copr/public_html/results/praiskup/resalloc-ci/srpm-builds/08515590/backend.log' as PID 1990311