Project

General

Profile

Actions

Bug #6183

closed

jenkins: coverity: fails with "curl: command not found"

Added by osmith 7 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/18/2023
Due date:
% Done:

100%

Spec Reference:

Description

Since 2023-09-14, the osmocom-coverity jenkins job has been failing with "curl: command not found".

The only thing that I changed around that time is the schedule timers:
https://gerrit.osmocom.org/c/osmo-ci/+/34400

The docker container that is used, debian-bookworm-build, has curl since 2023-08-28:
https://gerrit.osmocom.org/c/docker-playground/+/34226

I've restarted the job manually on 2023-09-15 without changing anything, and then it succeeded.

But the next days it failed again.

I'm not sure yet what is causing this (maybe it is for some reason using an old docker container...?).

I've added a few debug prints to the jenkins script to narrow it down (osmith/wip branch), and configured the jenkins job to run from there until this is resolved.

Actions #1

Updated by osmith 7 months ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 90
  • the current limit for docker images was 40 GB
  • that limit is reached before the coverity container starts
  • at that point, debian-bookworm-build gets removed (and during the day, other images get removed as well that could still be used, e.g. for ttcn3 tests)
  • a different version of the docker image gets used, probably from the Osmocom registry, leading to the wget error

I've increased the size limit from 40 GB to 80 GB:
https://gerrit.osmocom.org/c/osmo-ci/+/34459

Actions #2

Updated by osmith 7 months ago

  • Status changed from In Progress to Resolved
  • % Done changed from 90 to 100
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)