[2021-12-08 20:23:38,848][ INFO][PID:1417531] Marking build as starting [2021-12-08 20:23:38,905][ INFO][PID:1417531] Trying to allocate VM [2021-12-08 20:23:41,953][ INFO][PID:1417531] Allocating ssh connection to builder [2021-12-08 20:23:41,953][ INFO][PID:1417531] Checking that builder machine is OK [2021-12-08 20:23:42,574][ INFO][PID:1417531] Filling build.info file with builder info [2021-12-08 20:23:42,575][ INFO][PID:1417531] Marking build as running on frontend [2021-12-08 20:23:42,600][ INFO][PID:1417531] Sending fedora-messaging bus message in build.start [2021-12-08 20:23:42,992][ INFO][PID:1417531] Sending fedora-messaging bus message in chroot.start [2021-12-08 20:23:43,001][ INFO][PID:1417531] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --build-id 3014326 --chroot fedora-rawhide-x86_64 --detached [2021-12-08 20:23:43,559][ INFO][PID:1417531] Downloading the builder-live.log file, attempt 1 [2021-12-08 20:25:39,780][ INFO][PID:1417531] Downloading results from builder [2021-12-08 20:25:40,147][ INFO][PID:1417531] Releasing VM back to pool [2021-12-08 20:25:40,156][ INFO][PID:1417531] Searching for 'success' file in resultdir [2021-12-08 20:25:40,157][ INFO][PID:1417531] Going to sign pkgs from source: 3014326-fedora-rawhide-x86_64 in chroot: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 [2021-12-08 20:25:40,157][ INFO][PID:1417531] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -p' (attempt #1) [2021-12-08 20:25:40,585][ INFO][PID:1417531] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-debuginfo-3.0.33-1.fc36.x86_64.rpm' (attempt #1) [2021-12-08 20:25:41,337][ INFO][PID:1417531] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-debuginfo-3.0.33-1.fc36.x86_64.rpm [2021-12-08 20:25:41,337][ INFO][PID:1417531] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-3.0.33-1.fc36.x86_64.rpm' (attempt #1) [2021-12-08 20:25:42,156][ INFO][PID:1417531] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-3.0.33-1.fc36.x86_64.rpm [2021-12-08 20:25:42,156][ INFO][PID:1417531] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-3.0.33-1.fc36.src.rpm' (attempt #1) [2021-12-08 20:25:42,837][ INFO][PID:1417531] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-3.0.33-1.fc36.src.rpm [2021-12-08 20:25:42,838][ INFO][PID:1417531] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-debugsource-3.0.33-1.fc36.x86_64.rpm' (attempt #1) [2021-12-08 20:25:43,520][ INFO][PID:1417531] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/privoxy-debugsource-3.0.33-1.fc36.x86_64.rpm [2021-12-08 20:25:43,520][ INFO][PID:1417531] Sign done [2021-12-08 20:25:43,521][ INFO][PID:1417531] Incremental createrepo run, adding 03014326-privoxy into https://download.copr.fedorainfracloud.org/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64, (auto-create-repo=True) [2021-12-08 20:25:43,521][ INFO][PID:1417531] Running command 'copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03014326-privoxy' as PID 1424035 [2021-12-08 20:28:53,625][ INFO][PID:1417531] Finished with code 1 (copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03014326-privoxy) [2021-12-08 20:28:53,625][ ERROR][PID:1417531] 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: [2021-12-08 20:28:53,625][ INFO][PID:1417531] Finished build: id=3014326 failed=True timeout=18000 destdir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269 chroot=fedora-rawhide-x86_64 [2021-12-08 20:28:53,626][ ERROR][PID:1417531] Backend process error: createrepo failed [2021-12-08 20:28:53,626][ INFO][PID:1417531] Worker failed build, took 311.05108070373535 [2021-12-08 20:28:53,652][ INFO][PID:1417531] Sending fedora-messaging bus message in build.end [2021-12-08 20:28:53,664][ INFO][PID:1417531] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/builder-live.log by gzip [2021-12-08 20:28:53,669][ INFO][PID:1417531] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03014326-privoxy/backend.log by gzip