rsyslog-pkg-ubuntu
rsyslog-pkg-ubuntu copied to clipboard
GHAWs: Unable to locate packages
From the Enable scheduled stable PPA and install packages
job:
Run sudo apt-get install rsyslog-czmq
sudo apt-get install rsyslog-czmq
shell: /bin/bash -e {0}
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package rsyslog-czmq
Error: Process completed with exit code 100.
From the Enable daily stable PPA and install packages
job:
Run sudo apt-get install rsyslog-imkmsg
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package rsyslog-imkmsg
Error: Process completed with exit code 100.
This seems to suggest that the packages are not available via the PPA. Is this intentional? If so, the workflow probably needs to be updated to remove installation of these packages.
@friedl can you pls have a look?
@atc0005 at this point our package repository does not contain packages for the zmq module. From the control files, I can see that this was provided or prepared at some point, but disabled later for reasons unknown to me right now.
I will see what we can do.
@friedl no problem, and certainly no rush on my part. I just saw the log failure and wanted to note it. The current configuration is fail fast, so it may be that there are other packages in the list which will fail when the job runs next after the availability for this package is resolved.
@atc0005 I have to correct myself here. I looked this up and found that rsyslog-czmq is available in the rsyslog package for Ubuntu 18.04 and newer. The same goes for rsyslog-imkmsg.
I have now wrapped my head around this and this seems isolated to the daily packages. In the stable release branch the packages are present, so expect this to be fixed soonish (next week).