[2022-01-16 13:27:23,022][ INFO][PID:3271856] Marking build as starting [2022-01-16 13:27:23,065][ INFO][PID:3271856] Trying to allocate VM [2022-01-16 13:27:26,112][ INFO][PID:3271856] Allocating ssh connection to builder [2022-01-16 13:27:26,112][ INFO][PID:3271856] Checking that builder machine is OK [2022-01-16 13:27:26,677][ INFO][PID:3271856] Filling build.info file with builder info [2022-01-16 13:27:26,677][ INFO][PID:3271856] Marking build as running on frontend [2022-01-16 13:27:26,702][ INFO][PID:3271856] Sending fedora-messaging bus message in build.start [2022-01-16 13:27:27,093][ INFO][PID:3271856] Sending fedora-messaging bus message in chroot.start [2022-01-16 13:27:27,103][ INFO][PID:3271856] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --build-id 3189580 --chroot fedora-rawhide-x86_64 --detached [2022-01-16 13:27:27,572][ INFO][PID:3271856] Downloading the builder-live.log file, attempt 1 [2022-01-16 13:36:28,586][ INFO][PID:3271856] Downloading results from builder [2022-01-16 13:36:29,171][ INFO][PID:3271856] Releasing VM back to pool [2022-01-16 13:36:29,181][ INFO][PID:3271856] Searching for 'success' file in resultdir [2022-01-16 13:36:29,181][ INFO][PID:3271856] Going to sign pkgs from source: 3189580-fedora-rawhide-x86_64 in chroot: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 [2022-01-16 13:36:29,181][ INFO][PID:3271856] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -p' (attempt #1) [2022-01-16 13:36:29,567][ INFO][PID:3271856] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-0.7.0-1.fc36.src.rpm' (attempt #1) [2022-01-16 13:36:30,364][ INFO][PID:3271856] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-0.7.0-1.fc36.src.rpm [2022-01-16 13:36:30,365][ INFO][PID:3271856] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-debuginfo-0.7.0-1.fc36.x86_64.rpm' (attempt #1) [2022-01-16 13:36:31,174][ INFO][PID:3271856] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-debuginfo-0.7.0-1.fc36.x86_64.rpm [2022-01-16 13:36:31,174][ INFO][PID:3271856] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-0.7.0-1.fc36.x86_64.rpm' (attempt #1) [2022-01-16 13:36:31,852][ INFO][PID:3271856] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-0.7.0-1.fc36.x86_64.rpm [2022-01-16 13:36:31,853][ INFO][PID:3271856] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-debugsource-0.7.0-1.fc36.x86_64.rpm' (attempt #1) [2022-01-16 13:36:32,496][ INFO][PID:3271856] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/jd-debugsource-0.7.0-1.fc36.x86_64.rpm [2022-01-16 13:36:32,497][ INFO][PID:3271856] Sign done [2022-01-16 13:36:32,497][ INFO][PID:3271856] Incremental createrepo run, adding 03189580-jd into https://download.copr.fedorainfracloud.org/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64, (auto-create-repo=True) [2022-01-16 13:36:32,498][ INFO][PID:3271856] Running command 'copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03189580-jd' as PID 3298591 [2022-01-16 13:39:45,520][ INFO][PID:3271856] Finished with code 1 (copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03189580-jd) [2022-01-16 13:39:45,520][ ERROR][PID:3271856] Createrepo failed, stderr: Sub-command failed Traceback (most recent call last): File "/usr/bin/copr-repo", line 445, in main main_try_lock(opts, batch) File "/usr/bin/copr-repo", line 397, in main_try_lock main_locked(opts, batch, opts.log) File "/usr/bin/copr-repo", line 361, in main_locked add_appdata(opts) File "/usr/bin/copr-repo", line 226, in add_appdata run_cmd([ File "/usr/lib/python3.10/site-packages/copr_backend/helpers.py", line 132, in run_cmd raise CommandException( copr_backend.helpers.CommandException: Command '/usr/bin/timeout --kill-after=240 180 /usr/bin/appstream-builder --temp-dir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/tmp --cache-dir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/cache --packages-dir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --output-dir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/appdata --basename=appstream --include-failed --min-icon-size=48 --veto-ignore=missing-parents --enable-hidpi --origin=odubaj/compat-autoconf269' failed with status '124' stdout: Scanning packages... Processing packages... stderr: [2022-01-16 13:39:45,521][ INFO][PID:3271856] Finished build: id=3189580 failed=True timeout=18000 destdir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269 chroot=fedora-rawhide-x86_64 [2022-01-16 13:39:45,521][ ERROR][PID:3271856] Backend process error: createrepo failed [2022-01-16 13:39:45,522][ INFO][PID:3271856] Worker failed build, took 738.8442149162292 [2022-01-16 13:39:45,552][ INFO][PID:3271856] Sending fedora-messaging bus message in build.end [2022-01-16 13:39:45,566][ INFO][PID:3271856] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/builder-live.log by gzip [2022-01-16 13:39:45,598][ INFO][PID:3271856] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03189580-jd/backend.log by gzip