[2023-04-23 11:47:23,430][  INFO][PID:1314630] Marking build as starting
[2023-04-23 11:47:23,520][  INFO][PID:1314630] Trying to allocate VM
[2023-04-23 11:47:26,622][  INFO][PID:1314630] Allocated host ResallocHost, ticket_id=2164831, hostname=2620:52:3:1:dead:beef:cafe:c1cf
[2023-04-23 11:47:26,623][  INFO][PID:1314630] Allocating ssh connection to builder
[2023-04-23 11:47:26,623][  INFO][PID:1314630] Checking that builder machine is OK
[2023-04-23 11:47:27,364][  INFO][PID:1314630] Filling build.info file with builder info
[2023-04-23 11:47:27,365][  INFO][PID:1314630] Marking build as running on frontend
[2023-04-23 11:47:27,453][  INFO][PID:1314630] Sending fedora-messaging bus message in build.start
[2023-04-23 11:47:28,871][  INFO][PID:1314630] Sending fedora-messaging bus message in chroot.start
[2023-04-23 11:47:28,971][  INFO][PID:1314630] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --build-id 5833006 --chroot fedora-rawhide-x86_64 --detached
[2023-04-23 11:47:29,534][  INFO][PID:1314630] Downloading the builder-live.log file, attempt 1
[2023-04-23 11:48:51,295][  INFO][PID:1314630] Downloading results from builder
[2023-04-23 11:48:51,751][  INFO][PID:1314630] Releasing VM back to pool
[2023-04-23 11:48:51,762][  INFO][PID:1314630] Searching for 'success' file in resultdir
[2023-04-23 11:48:51,763][  INFO][PID:1314630] Going to sign pkgs from source: 5833006-fedora-rawhide-x86_64 in chroot: /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64
[2023-04-23 11:48:51,763][  INFO][PID:1314630] Calling '/bin/sign -u iucar#cran@copr.fedorahosted.org -p' (attempt #1)
[2023-04-23 11:48:52,330][  INFO][PID:1314630] Calling '/bin/sign -4 -h sha256 -u iucar#cran@copr.fedorahosted.org -r /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/R-CRAN-WRSS-3.1-1.fc39.copr5833006.noarch.rpm' (attempt #1)
[2023-04-23 11:48:53,979][  INFO][PID:1314630] signed rpm: /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/R-CRAN-WRSS-3.1-1.fc39.copr5833006.noarch.rpm
[2023-04-23 11:48:53,982][  INFO][PID:1314630] Calling '/bin/sign -4 -h sha256 -u iucar#cran@copr.fedorahosted.org -r /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/R-CRAN-WRSS-3.1-1.fc39.copr5833006.src.rpm' (attempt #1)
[2023-04-23 11:48:55,965][  INFO][PID:1314630] signed rpm: /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/R-CRAN-WRSS-3.1-1.fc39.copr5833006.src.rpm
[2023-04-23 11:48:55,966][  INFO][PID:1314630] Sign done
[2023-04-23 11:48:55,967][  INFO][PID:1314630] Incremental createrepo run, adding 05833006-R-CRAN-WRSS into https://download.copr.fedorainfracloud.org/results/iucar/cran/fedora-rawhide-x86_64, (auto-create-repo=True)
[2023-04-23 11:48:55,968][  INFO][PID:1314630] Running command 'copr-repo --batched /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64 --add 05833006-R-CRAN-WRSS --no-appstream-metadata' as PID 1319488
[2023-04-23 11:49:19,929][  INFO][PID:1314630] Finished after 23 seconds with exit code 1 (copr-repo --batched /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64 --add 05833006-R-CRAN-WRSS --no-appstream-metadata)
stdout:

stderr:
Unexpected exception
Traceback (most recent call last):
  File "/usr/bin/copr-repo", line 462, in main
    main_try_lock(opts, batch)
  File "/usr/bin/copr-repo", line 414, in main_try_lock
    main_locked(opts, batch, opts.log)
  File "/usr/bin/copr-repo", line 342, in main_locked
    (batch_full, batch_add, batch_delete, batch_rpms_to_remove) = batch.options()
                                                                  ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/copr_backend/createrepo.py", line 155, in options
    task_opts = json.loads(task_dict["task"])
                           ~~~~~~~~~^^^^^^^^
KeyError: 'task'
Traceback (most recent call last):
  File "/usr/bin/copr-repo", line 472, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/bin/copr-repo", line 462, in main
    main_try_lock(opts, batch)
  File "/usr/bin/copr-repo", line 414, in main_try_lock
    main_locked(opts, batch, opts.log)
  File "/usr/bin/copr-repo", line 342, in main_locked
    (batch_full, batch_add, batch_delete, batch_rpms_to_remove) = batch.options()
                                                                  ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/copr_backend/createrepo.py", line 155, in options
    task_opts = json.loads(task_dict["task"])
                           ~~~~~~~~~^^^^^^^^
KeyError: 'task'


[2023-04-23 11:49:19,930][ ERROR][PID:1314630] Createrepo failed
[2023-04-23 11:49:19,930][ ERROR][PID:1314630] Build failed: Backend process error: createrepo failed
[2023-04-23 11:49:19,931][  INFO][PID:1314630] Finished build: id=5833006 failed=True timeout=18000 destdir=/var/lib/copr/public_html/results/iucar/cran chroot=fedora-rawhide-x86_64 
[2023-04-23 11:49:19,933][ ERROR][PID:1314630] Backend process error: createrepo failed
[2023-04-23 11:49:19,933][  INFO][PID:1314630] Worker failed build, took 112.56765866279602
[2023-04-23 11:49:19,997][  INFO][PID:1314630] Sending fedora-messaging bus message in build.end
[2023-04-23 11:49:20,014][  INFO][PID:1314630] Compressing /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/builder-live.log by gzip
[2023-04-23 11:49:20,015][  INFO][PID:1314630] Running command 'gzip /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/builder-live.log' as PID 1320758
[2023-04-23 11:49:20,021][  INFO][PID:1314630] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/builder-live.log)
[2023-04-23 11:49:20,022][  INFO][PID:1314630] Compressing /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/backend.log by gzip
[2023-04-23 11:49:20,023][  INFO][PID:1314630] Running command 'gzip /var/lib/copr/public_html/results/iucar/cran/fedora-rawhide-x86_64/05833006-R-CRAN-WRSS/backend.log' as PID 1320759