[2024-12-02 05:12:51,457][  INFO][PID:2791876] Marking build as starting
[2024-12-02 05:12:51,507][  INFO][PID:2791876] Trying to allocate VM
[2024-12-02 05:12:54,547][  INFO][PID:2791876] Allocated host ResallocHost, ticket_id=6156982, hostname=2620:52:3:1:dead:beef:cafe:c19b
[2024-12-02 05:12:54,548][  INFO][PID:2791876] Allocating ssh connection to builder
[2024-12-02 05:12:54,548][  INFO][PID:2791876] Checking that builder machine is OK
[2024-12-02 05:12:55,205][  INFO][PID:2791876] Running remote command: copr-builder-ready srpm-builds
[2024-12-02 05:12:55,562][  INFO][PID:2791876] Red Hat subscription not needed for srpm-builds
Builder is ready to be used

[2024-12-02 05:12:55,563][  INFO][PID:2791876] Filling build.info file with builder info
[2024-12-02 05:12:55,564][  INFO][PID:2791876] Sending build state back to frontend: {
    "builds": [
        {
            "timeout": 108000,
            "frontend_base_url": "https://copr.fedorainfracloud.org",
            "memory_reqs": null,
            "enable_net": true,
            "project_owner": "dirextric",
            "project_name": "libimobiledevice-git",
            "project_dirname": "libimobiledevice-git",
            "submitter": null,
            "ended_on": null,
            "started_on": 1733116375.5644486,
            "submitted_on": null,
            "status": 3,
            "chroot": "srpm-builds",
            "arch": "x86_64",
            "buildroot_pkgs": null,
            "task_id": "8332632",
            "build_id": 8332632,
            "package_name": "libusbmuxd-git",
            "package_version": null,
            "git_repo": null,
            "git_hash": null,
            "git_branch": null,
            "source_type": 9,
            "source_json": "{\"script\": \"#!/bin/bash\\n\\n# Be safe.\\nset -euo pipefail\\n\\n# Get latest commit details.\\nlatest_commit_hash=$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libusbmuxd/commits\\\" | jq -r .[0].sha)\\nlatest_commit_time=$(date --date=\\\"$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libusbmuxd/commits\\\" | jq -r .[0].commit.committer.date)\\\" --utc +%Y%m%dT%H%M%SZ)\\n\\n# Get latest tag name.\\ngraphql_auth=\\\"Authorization: bearer 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\\\"\\ngraphql_query='{ \\\"query\\\": \\\"query { repository(owner: \\\\\\\"libimobiledevice\\\\\\\", name: \\\\\\\"libusbmuxd\\\\\\\") { refs(refPrefix: \\\\\\\"refs/tags/\\\\\\\", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) { edges { node { name } } } } }\\\" }'\\nlatest_git_tag=$(curl -s -H \\\"${graphql_auth}\\\" -X POST -d \\\"${graphql_query}\\\" https://api.github.com/graphql | jq -r .data.repository.refs.edges[0].node.name)\\n\\n# Get libusbmuxd-git.spec and source tarballs.\\ncurl -JLOsS \\\"https://gitlab.com/dirextric/libimobiledevice-data/-/raw/master/libusbmuxd-git.spec\\\"\\ncurl -LOsS \\\"https://github.com/libimobiledevice/libusbmuxd/archive/${latest_commit_hash}.tar.gz\\\"\\n\\n# Populate libusbmuxd-git.spec with latest commit and tag values.\\nsed -i 's/REPLACEME_LIBUSBMUXD_REVISION/'\\\"${latest_commit_hash}\\\"'/g' libusbmuxd-git.spec\\nsed -i 's/REPLACEME_LIBUSBMUXD_VERSION/'\\\"${latest_commit_time}\\\"'/g' libusbmuxd-git.spec\\nsed -i 's/REPLACEME_LIBUSBMUXD_TAG/'\\\"${latest_git_tag}\\\"'/g' libusbmuxd-git.spec\\n\\n# Create output folder and move libusbmuxd-git.spec and source tarball into output folder.\\nmkdir output\\nmv libusbmuxd-git.spec output/\\nmv \\\"${latest_commit_hash}\\\".tar.gz output/\\n\", \"chroot\": \"fedora-41-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"output/\", \"tmp\": \"tmpog2uwmg5\", \"hook_data\": true}",
            "pkg_name": null,
            "pkg_main_version": null,
            "pkg_epoch": null,
            "pkg_release": null,
            "srpm_url": null,
            "uses_devel_repo": null,
            "sandbox": "dirextric/libimobiledevice-git--7de37c3e-492c-4622-a358-837e8286096e",
            "results": null,
            "appstream": false,
            "allow_user_ssh": null,
            "ssh_public_keys": null,
            "storage": null,
            "background": true,
            "repos": [],
            "destdir": "/var/lib/copr/public_html/results/dirextric/libimobiledevice-git",
            "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git",
            "result_dir": "08332632",
            "built_packages": "",
            "tags": [
                "arch_x86_64"
            ],
            "id": 8332632,
            "mockchain_macros": {
                "copr_username": "dirextric",
                "copr_projectname": "libimobiledevice-git",
                "vendor": "Fedora Project COPR (dirextric/libimobiledevice-git)"
            }
        }
    ]
}
[2024-12-02 05:12:55,619][  INFO][PID:2791876] Sending fedora-messaging bus message in build.start
[2024-12-02 05:12:56,213][  INFO][PID:2791876] Sending fedora-messaging bus message in chroot.start
[2024-12-02 05:12:56,234][  INFO][PID:2791876] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/8332632 --detached
[2024-12-02 05:12:56,763][  INFO][PID:2791876] Downloading the builder-live.log file, attempt 1
[2024-12-02 05:12:56,765][  INFO][PID:2791876] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c19b copr-rpmbuild-log
[2024-12-02 05:13:01,769][  INFO][PID:2791876] Periodic builder liveness probe: alive
[2024-12-02 05:13:48,267][  INFO][PID:2791876] Downloading results from builder
[2024-12-02 05:13:48,268][  INFO][PID:2791876] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c19b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632 started
[2024-12-02 05:13:48,269][  INFO][PID:2791876] 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:c19b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/ &> /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/build-08332632.rsync.log
[2024-12-02 05:13:48,656][  INFO][PID:2791876] rsyncing finished.
[2024-12-02 05:13:48,657][  INFO][PID:2791876] Releasing VM back to pool
[2024-12-02 05:13:48,672][  INFO][PID:2791876] Searching for 'success' file in resultdir
[2024-12-02 05:13:48,673][  INFO][PID:2791876] Getting build details
[2024-12-02 05:13:48,674][  INFO][PID:2791876] Retrieving SRPM info from /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632
[2024-12-02 05:13:48,676][  INFO][PID:2791876] SRPM URL: https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/08332632/libusbmuxd-git-20241202T051243Z-1.src.rpm
[2024-12-02 05:13:48,676][  INFO][PID:2791876] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/08332632/libusbmuxd-git-20241202T051243Z-1.src.rpm', 'pkg_name': 'libusbmuxd-git', 'pkg_version': '20241202T051243Z-1'}
[2024-12-02 05:13:48,677][  INFO][PID:2791876] Finished build: id=8332632 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/dirextric/libimobiledevice-git chroot=srpm-builds 
[2024-12-02 05:13:48,680][  INFO][PID:2791876] Worker succeeded build, took 53.11557412147522
[2024-12-02 05:13:48,681][  INFO][PID:2791876] Sending build state back to frontend: {
    "builds": [
        {
            "timeout": 108000,
            "frontend_base_url": "https://copr.fedorainfracloud.org",
            "memory_reqs": null,
            "enable_net": true,
            "project_owner": "dirextric",
            "project_name": "libimobiledevice-git",
            "project_dirname": "libimobiledevice-git",
            "submitter": null,
            "ended_on": 1733116428.6800227,
            "started_on": 1733116375.5644486,
            "submitted_on": null,
            "status": 1,
            "chroot": "srpm-builds",
            "arch": "x86_64",
            "buildroot_pkgs": null,
            "task_id": "8332632",
            "build_id": 8332632,
            "package_name": "libusbmuxd-git",
            "package_version": null,
            "git_repo": null,
            "git_hash": null,
            "git_branch": null,
            "source_type": 9,
            "source_json": "{\"script\": \"#!/bin/bash\\n\\n# Be safe.\\nset -euo pipefail\\n\\n# Get latest commit details.\\nlatest_commit_hash=$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libusbmuxd/commits\\\" | jq -r .[0].sha)\\nlatest_commit_time=$(date --date=\\\"$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libusbmuxd/commits\\\" | jq -r .[0].commit.committer.date)\\\" --utc +%Y%m%dT%H%M%SZ)\\n\\n# Get latest tag name.\\ngraphql_auth=\\\"Authorization: bearer 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\\\"\\ngraphql_query='{ \\\"query\\\": \\\"query { repository(owner: \\\\\\\"libimobiledevice\\\\\\\", name: \\\\\\\"libusbmuxd\\\\\\\") { refs(refPrefix: \\\\\\\"refs/tags/\\\\\\\", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) { edges { node { name } } } } }\\\" }'\\nlatest_git_tag=$(curl -s -H \\\"${graphql_auth}\\\" -X POST -d \\\"${graphql_query}\\\" https://api.github.com/graphql | jq -r .data.repository.refs.edges[0].node.name)\\n\\n# Get libusbmuxd-git.spec and source tarballs.\\ncurl -JLOsS \\\"https://gitlab.com/dirextric/libimobiledevice-data/-/raw/master/libusbmuxd-git.spec\\\"\\ncurl -LOsS \\\"https://github.com/libimobiledevice/libusbmuxd/archive/${latest_commit_hash}.tar.gz\\\"\\n\\n# Populate libusbmuxd-git.spec with latest commit and tag values.\\nsed -i 's/REPLACEME_LIBUSBMUXD_REVISION/'\\\"${latest_commit_hash}\\\"'/g' libusbmuxd-git.spec\\nsed -i 's/REPLACEME_LIBUSBMUXD_VERSION/'\\\"${latest_commit_time}\\\"'/g' libusbmuxd-git.spec\\nsed -i 's/REPLACEME_LIBUSBMUXD_TAG/'\\\"${latest_git_tag}\\\"'/g' libusbmuxd-git.spec\\n\\n# Create output folder and move libusbmuxd-git.spec and source tarball into output folder.\\nmkdir output\\nmv libusbmuxd-git.spec output/\\nmv \\\"${latest_commit_hash}\\\".tar.gz output/\\n\", \"chroot\": \"fedora-41-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"output/\", \"tmp\": \"tmpog2uwmg5\", \"hook_data\": true}",
            "pkg_name": "libusbmuxd-git",
            "pkg_main_version": null,
            "pkg_epoch": null,
            "pkg_release": null,
            "srpm_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/08332632/libusbmuxd-git-20241202T051243Z-1.src.rpm",
            "uses_devel_repo": null,
            "sandbox": "dirextric/libimobiledevice-git--7de37c3e-492c-4622-a358-837e8286096e",
            "results": {
                "name": "libusbmuxd-git",
                "epoch": null,
                "version": "20241202T051243Z",
                "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/dirextric/libimobiledevice-git",
            "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git",
            "result_dir": "08332632",
            "built_packages": "",
            "tags": [
                "arch_x86_64"
            ],
            "pkg_version": "20241202T051243Z-1",
            "id": 8332632,
            "mockchain_macros": {
                "copr_username": "dirextric",
                "copr_projectname": "libimobiledevice-git",
                "vendor": "Fedora Project COPR (dirextric/libimobiledevice-git)"
            }
        }
    ]
}
[2024-12-02 05:13:48,757][  INFO][PID:2791876] Sending fedora-messaging bus message in build.end
[2024-12-02 05:13:48,782][  INFO][PID:2791876] Compressing /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/builder-live.log by gzip
[2024-12-02 05:13:48,784][  INFO][PID:2791876] Running command 'gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/builder-live.log' as PID 2794028
[2024-12-02 05:13:48,789][  INFO][PID:2791876] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/builder-live.log)
[2024-12-02 05:13:48,790][  INFO][PID:2791876] Compressing /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/backend.log by gzip
[2024-12-02 05:13:48,791][  INFO][PID:2791876] Running command 'gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/08332632/backend.log' as PID 2794031