Project

General

Profile

Actions

action #67855

open

[tests][ci] circleci often abort in "cache" unable to read container image from registry.opensuse.org

Added by okurz almost 4 years ago. Updated over 3 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Regressions/Crashes
Target version:
Start date:
2020-06-09
Due date:
% Done:

0%

Estimated time:

Description

Observation

I have seen an observation similar to the following often in past weeks, latest example https://app.circleci.com/pipelines/github/os-autoinst/openQA/3231/workflows/17a0a4f7-8fe9-47e3-a50d-191a87c75cc8/jobs/30830/steps:

Starting container registry.opensuse.org/devel/openqa/ci/containers/base:latest
  image cache not found on this host, downloading registry.opensuse.org/devel/openqa/ci/containers/base:latest
latest: Pulling from devel/openqa/ci/containers/base
81e5221d78cb: Pulling fs layer
3e86cb3bb3f5: Pulling fs layer
81e5221d78cb: Verifying Checksum
81e5221d78cb: Download complete
81e5221d78cb: Pull complete
  error starting container registry.opensuse.org/devel/openqa/ci/containers/base:latest: Error: No such image: registry.opensuse.org/devel/openqa/ci/containers/base:latest

Error: No such image: registry.opensuse.org/devel/openqa/ci/containers/base:latest

so while it looks like the layers of the container are downloaded still after 10m there is the error error starting container registry.opensuse.org/devel/openqa/ci/containers/base:latest: Error: No such image: registry.opensuse.org/devel/openqa/ci/containers/base:latest. Probably the base 81e5221d78cb is present in cache but 3e86cb3bb3f5 fails to load. Locally I can see that this blob has 492 MiB so maybe it's just a bit big.

Acceptance criteria

  • AC1: Multiple circleci jobs succeed to create the container based environment

Suggestions

  • Maybe it can already help if we use --no-recommends within the package installs within Dockerfile to reduce the size of layers -> nope, see #67855#note-1
  • Add a retry within the circleci jobs or on the level of how circleci jobs are triggered

Related issues 2 (0 open2 closed)

Related to openQA Infrastructure - action #152941: circleCI job runs into 20m timeout due to slow download from registry.opensuse.orgResolvedokurz2023-12-27

Actions
Copied to openQA Project - action #72316: [tests][ci] circleci can fail in `zypper ref` due to temporary repository problemsResolvedokurz2020-06-09

Actions
Actions

Also available in: Atom PDF