[2022-01-19 22:01:01,079][ INFO][PID:1825039] Marking build as starting [2022-01-19 22:01:01,115][ INFO][PID:1825039] Trying to allocate VM [2022-01-19 22:01:13,240][ INFO][PID:1825039] Allocating ssh connection to builder [2022-01-19 22:01:13,240][ INFO][PID:1825039] Checking that builder machine is OK [2022-01-19 22:01:13,783][ INFO][PID:1825039] Filling build.info file with builder info [2022-01-19 22:01:13,784][ INFO][PID:1825039] Marking build as running on frontend [2022-01-19 22:01:13,825][ INFO][PID:1825039] Sending fedora-messaging bus message in build.start [2022-01-19 22:01:14,379][ INFO][PID:1825039] Sending fedora-messaging bus message in chroot.start [2022-01-19 22:01:14,393][ INFO][PID:1825039] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --build-id 3200193 --chroot fedora-rawhide-x86_64 --detached [2022-01-19 22:01:14,878][ INFO][PID:1825039] Downloading the builder-live.log file, attempt 1 [2022-01-19 22:04:10,033][ INFO][PID:1825039] Downloading results from builder [2022-01-19 22:04:10,255][ INFO][PID:1825039] Releasing VM back to pool [2022-01-19 22:04:10,266][ INFO][PID:1825039] Searching for 'success' file in resultdir [2022-01-19 22:04:10,267][ INFO][PID:1825039] Going to sign pkgs from source: 3200193-fedora-rawhide-x86_64 in chroot: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 [2022-01-19 22:04:10,267][ INFO][PID:1825039] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -p' (attempt #1) [2022-01-19 22:04:10,786][ INFO][PID:1825039] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-5.1.8-3.fc36.x86_64.rpm' (attempt #1) [2022-01-19 22:04:11,601][ INFO][PID:1825039] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-5.1.8-3.fc36.x86_64.rpm [2022-01-19 22:04:11,601][ INFO][PID:1825039] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-5.1.8-3.fc36.src.rpm' (attempt #1) [2022-01-19 22:04:12,312][ INFO][PID:1825039] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-5.1.8-3.fc36.src.rpm [2022-01-19 22:04:12,313][ INFO][PID:1825039] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-debuginfo-5.1.8-3.fc36.x86_64.rpm' (attempt #1) [2022-01-19 22:04:13,143][ INFO][PID:1825039] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-debuginfo-5.1.8-3.fc36.x86_64.rpm [2022-01-19 22:04:13,144][ INFO][PID:1825039] Calling '/bin/sign -u odubaj#compat-autoconf269@copr.fedorahosted.org -r /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-debugsource-5.1.8-3.fc36.x86_64.rpm' (attempt #1) [2022-01-19 22:04:13,977][ INFO][PID:1825039] signed rpm: /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/autofs-debugsource-5.1.8-3.fc36.x86_64.rpm [2022-01-19 22:04:13,977][ INFO][PID:1825039] Sign done [2022-01-19 22:04:13,978][ INFO][PID:1825039] Incremental createrepo run, adding 03200193-autofs into https://download.copr.fedorainfracloud.org/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64, (auto-create-repo=True) [2022-01-19 22:04:13,979][ INFO][PID:1825039] Running command 'copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03200193-autofs' as PID 1907896 [2022-01-19 22:07:28,701][ INFO][PID:1825039] Finished with code 1 (copr-repo --batched /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64 --add 03200193-autofs) [2022-01-19 22:07:28,701][ ERROR][PID:1825039] 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-19 22:07:28,702][ INFO][PID:1825039] Finished build: id=3200193 failed=True timeout=18000 destdir=/var/lib/copr/public_html/results/odubaj/compat-autoconf269 chroot=fedora-rawhide-x86_64 [2022-01-19 22:07:28,703][ ERROR][PID:1825039] Backend process error: createrepo failed [2022-01-19 22:07:28,703][ INFO][PID:1825039] Worker failed build, took 374.919198513031 [2022-01-19 22:07:28,738][ INFO][PID:1825039] Sending fedora-messaging bus message in build.end [2022-01-19 22:07:28,752][ INFO][PID:1825039] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/builder-live.log by gzip [2022-01-19 22:07:28,759][ INFO][PID:1825039] Compressing /var/lib/copr/public_html/results/odubaj/compat-autoconf269/fedora-rawhide-x86_64/03200193-autofs/backend.log by gzip