Closed thozza closed 2 months ago
We were not able to find or create Copr project packit/rpm-software-management-mock-1410
specified in the config with the following error:
Packit received HTTP 500 Internal Server Error from Copr Service. Check the Copr status page: https://copr.fedorainfracloud.org/status/stats/, or ask for help in Fedora Build System matrix channel https://matrix.to/#/#buildsys:fedoraproject.org.
Unless the HTTP status code above is >= 500, please check your configuration for:
@
)Notes for myself:
rpm -qa
(chroot package listing)I've tried to fix this in #1456, as it is a bit more complicated, but I kept you as co-author.
The 'nspawn_args' configuration value was not used when executing the systemd-nspawn command during the chroot bootstrapping. Make sure that the value is used during the chroot bootstrapping in case systemd-nspawn isolation is used.
This issue was found when trying to workaround an issue [1] when SELinux policy forbid systemd-machine to create a varlink socket and thus start. This resulted in systemd-nspawn not being able to register a machine. To workaround this, I added the following snippet to the configuration:
so that systemd-nspawn does not try to register the machine with systemd-machine. However, this had no effect. I could see that the argument was not used when executing systemd-nspawn and it still failed.
[1] https://issues.redhat.com/browse/RHEL-49567