Project

General

Profile

Actions

action #92161

closed

CI: build-docs-nightly broken since May 3

Added by tinita almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2021-05-05
Due date:
% Done:

0%

Estimated time:

Description

https://app.circleci.com/pipelines/github/os-autoinst/openQA/6383/workflows/00d8b46a-5e35-4c60-8c98-8de3353c5b8e/jobs/60119/steps

#!/bin/bash -eo pipefail
set -x
if [ -z "$CIRCLE_WORKFLOW_ID" ]; then
  bash .circleci/build_cache.sh
else
  sudo rpm -i -f $(find /var/cache/zypp/packages/ | grep '.rpm$')
fi

+ '[' -z 00d8b46a-5e35-4c60-8c98-8de3353c5b8e ']'
++ grep '.rpm$'
++ find /var/cache/zypp/packages/
+ sudo rpm -i -f
rpm: no packages given for install

Exited with code exit status 1
CircleCI received exit code 1
Actions #1

Updated by tinita almost 3 years ago

One observation is that this job has no store_artifacts step like our other jobs. With this we could have seen when the rpm list became empty.

Actions #2

Updated by okurz almost 3 years ago

  • Priority changed from Normal to Urgent

thx

Actions #3

Updated by okurz almost 3 years ago

  • Status changed from New to Resolved
  • Assignee set to okurz

andriinikitin helped. AFAIK he simply retriggered the failed job. What that should have suddenly helped I don't know. https://app.circleci.com/pipelines/github/os-autoinst/openQA?branch=master shows that the pipeline is ok again for some days. I don't think we have found a proper fix, just the workaround to retrigger. Would be good to improve for the future but as long as no one else has an idea I don't know what else to do than just to resolve the ticket.

Actions #4

Updated by tinita almost 3 years ago

Actions

Also available in: Atom PDF