sgallagher / sscg

Simple Signed Certificate Generator
GNU General Public License v3.0
77 stars 13 forks source link

[packit] Propose downstream failed for release sscg-0.0.2 #31

Closed packit-as-a-service[bot] closed 2 years ago

packit-as-a-service[bot] commented 2 years ago

Packit failed on creating pull-requests in dist-git:

dist-git branch error
f33 Command 'rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec' failed.
f34 Command 'rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec' failed.
f35 Command 'rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec' failed.
main Command 'rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec' failed.

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

jpopelka commented 2 years ago

From logs

[2021-10-26 12:58:32,856: DEBUG/ForkPoolWorker-1] Running default implementation for ActionName.prepare_files.
[2021-10-26 12:58:32,857: DEBUG/ForkPoolWorker-1] Running ['rsync', '--archive', '--ignore-missing-args', '/tmp/sandcastle/packaging/fedora/sscg.spec', '/tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec'] ...
[2021-10-26 12:58:32,857: DEBUG/ForkPoolWorker-1] Command: rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec
[2021-10-26 12:58:32,866: INFO/ForkPoolWorker-1] rsync: [Receiver] change_dir#3 "/tmp/packit-dist-gityplt7ctf/packaging/fedora" failed: No such file or directory (2)
[2021-10-26 12:58:32,866: INFO/ForkPoolWorker-1] rsync error: errors selecting input/output files, dirs (code 3) at main.c(822) [Receiver=3.2.3]
[2021-10-26 12:58:32,966: ERROR/ForkPoolWorker-1] Command 'rsync --archive --ignore-missing-args /tmp/sandcastle/packaging/fedora/sscg.spec /tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec' failed.
[2021-10-26 12:58:33,063: DEBUG/ForkPoolWorker-1] No ref given or is not glob pattern
TomasTomecek commented 2 years ago

this is clearly wrong:

/tmp/packit-dist-gityplt7ctf/packaging/fedora/sscg.spec

should be instead

/tmp/packit-dist-gityplt7ctf/sscg.spec
sgallagher commented 2 years ago

Is that a bug on my end or yours?

TomasTomecek commented 2 years ago

It's definitely an issue on our side: we should either set that path correctly or guide you how to set synced_files so the files would be copied correctly

https://github.com/sgallagher/sscg/pull/32 I created this one in the meantime to simplify our config

sgallagher commented 2 years ago

Fixed upstream at https://github.com/packit/packit/pull/1402