Pipeline failed unexpectedly
https://gitlab.rc.uab.edu/rc/packer-openstack-hpc-image/-/jobs/41126
Looks like pipeline failed at pipeline cleanup.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Bo-Chun Chen added Sprint 24-3 label
added Sprint 24-3 label
- Bo-Chun Chen changed the description
changed the description
- Bo-Chun Chen assigned to @louistw
assigned to @louistw
- Bo-Chun Chen changed milestone to %WIP: OOD knightly improvement
changed milestone to %WIP: OOD knightly improvement
- Author Owner
After enabling the debug trace with
CI_DEBUG_TRACE
variable, we see that the last command it ran wasawk '{print $1}'
https://gitlab.rc.uab.edu/rc/packer-openstack-hpc-image/-/jobs/41239#L1799
- Author Owner
We also see that gitlab runner adds these setting in each job:
+ set -o + grep pipefail + set -o pipefail + set -o errexit + set +o noclobber
which means any command in pipes will cause the job to fail.
Also, this failure started after I cleaned up all old images with format
ood-\d{8}
. This will make thegrep
command return non-zero. - Maintainer
Immediate fix was to add allow_failures:true
- Bo-Chun Chen mentioned in merge request !78 (merged)
mentioned in merge request !78 (merged)
- Bo-Chun Chen added Sprint 24-4 label and removed Sprint 24-3 label
added Sprint 24-4 label and removed Sprint 24-3 label
- Bo-Chun Chen added Sprint 24-3 label and removed Sprint 24-4 label
added Sprint 24-3 label and removed Sprint 24-4 label
- Bo-Chun Chen mentioned in commit 848d8839
mentioned in commit 848d8839
- Bo-Chun Chen closed with merge request !78 (merged)
closed with merge request !78 (merged)