Hello everyone,
we're running a self-hosted instance of OBS (2.10.12) which falls back to the build.opensuse.org instance for the definition of the base distributions.
Since some time, builds are randomly, but pretty regularly, failing with the log message:
getbinaries: missing packages: <some package names> (worker was XXX)
After a click on "Trigger Rebuild" these then usually work fine.
I understand this is a problem downloading the dependencies via the opensuse.org instance? Are we hitting some kind of limit of the upstream API, and can this be fixed by configuration on our side?
Is there anything we can do to debug this further?
thanks, Georg
On Tuesday 2022-02-22 13:56, Georg Brandl wrote:
we're running a self-hosted instance of OBS (2.10.12) which falls back to the build.opensuse.org instance for the definition of the base distributions.
Since some time, builds are randomly, but pretty regularly, failing with the log message:
getbinaries: missing packages: <some package names> (worker was XXX)
happens all the time. inbetween the time the job description is generated and between the worker actually downloading packages mentioned in the job description, the packages may go away (newer version, whatever).
On Dienstag, 22. Februar 2022, 14:08:00 CET Jan Engelhardt wrote:
On Tuesday 2022-02-22 13:56, Georg Brandl wrote:
we're running a self-hosted instance of OBS (2.10.12) which falls back to the build.opensuse.org instance for the definition of the base distributions.
Since some time, builds are randomly, but pretty regularly, failing with the log message:
getbinaries: missing packages: <some package names> (worker was XXX)
happens all the time. inbetween the time the job description is generated and between the worker actually downloading packages mentioned in the job description, the packages may go away (newer version, whatever).
right, however, the job should get recalculated and restarted therefore.
Except you use some special scheduling mechanism, eg. only source change triggering.
On 22/02/2022 14:59, Adrian Schröter wrote:
On Dienstag, 22. Februar 2022, 14:08:00 CET Jan Engelhardt wrote:
On Tuesday 2022-02-22 13:56, Georg Brandl wrote:
we're running a self-hosted instance of OBS (2.10.12) which falls back to the build.opensuse.org instance for the definition of the base distributions.
Since some time, builds are randomly, but pretty regularly, failing with the log message:
getbinaries: missing packages: <some package names> (worker was XXX)
happens all the time. inbetween the time the job description is generated and between the worker actually downloading packages mentioned in the job description, the packages may go away (newer version, whatever).
right, however, the job should get recalculated and restarted therefore.
Except you use some special scheduling mechanism, eg. only source change triggering.
Where would I check for this?
Georg
buildservice@lists.opensuse.org