Katello nightly pipeline failed:
https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/2083/
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
Katello nightly pipeline failed:
https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/2083/
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
This has been failing for about a week. With branching coming up, could @katello please have a look?
not ok 48 almalinux8 install: ensure component cv 1 latest version has proper content
# (in test file fb-katello-content.bats, line 394)
# `diff cvv_content_modulemds fixtures/component_1_modulemds' failed
# $ [fb-katello-content.bats, line 11]
# $ HOSTNAME=$(hostname -f)
# $ hostname -f
# $ "$@"
# $ cvv_id=$(hammer --csv --no-headers content-view version list --organization="${ORGANIZATION}" | grep "${CONTENT_VIEW_2} 1.1" | cut -d, -f1)
# $ hammer --csv --no-headers content-view version list --organization="${ORGANIZATION}"
# $ grep "${CONTENT_VIEW_2} 1.1"
# $ cut -d, -f1
# $ hammer package list --content-view-version-id=$cvv_id --order='name DESC' --fields='filename' > cvv_content_rpms
# $ diff cvv_content_rpms fixtures/component_1_rpms
# $ hammer erratum list --content-view-version-id=$cvv_id --order='id' --fields='Errata ID' > cvv_content_errata
# $ diff cvv_content_errata fixtures/component_1_errata
# $ hammer module-stream list --content-view-version-id=$cvv_id --order='stream id' --fields="module stream name,stream,version,architecture,context" > cvv_content_modulemds
# $ diff cvv_content_modulemds fixtures/component_1_modulemds
# 4c4
# < kangaroo | 0 | 20180704111719 | noarch | deadbeef
# ---
# > walrus | 5.21 | 20180704144203 | x86_64 | deadbeef
ok 49 almalinux8 install: ensure component cv 2 latest version has proper content
not ok 50 almalinux8 install: ensure composite cv latest version has proper content
# (in test file fb-katello-content.bats, line 439)
# `diff cvv_content_modulemds_composite fixtures/composite_modulemds' failed
# $ [fb-katello-content.bats, line 11]
# $ HOSTNAME=$(hostname -f)
# $ hostname -f
# $ "$@"
# $ cvv_id=$(hammer --csv --no-headers content-view version list --organization="${ORGANIZATION}" | grep "${CONTENT_VIEW_3} 1.1" | cut -d, -f1)
# $ hammer --csv --no-headers content-view version list --organization="${ORGANIZATION}"
# $ grep "${CONTENT_VIEW_3} 1.1"
# $ cut -d, -f1
# $ hammer package list --content-view-version-id=$cvv_id --order='name DESC' --fields='filename'
# $ awk '!seen[$0]++' > cvv_content_rpms_composite
# $ diff -w cvv_content_rpms_composite fixtures/composite_rpms
# $ hammer erratum list --content-view-version-id=$cvv_id --order='id' --fields='Errata ID' > cvv_content_errata_composite
# $ diff cvv_content_errata_composite fixtures/composite_errata
# $ hammer module-stream list --content-view-version-id=$cvv_id --order='stream id' --fields="module stream name,stream,version,architecture,context" > cvv_content_modulemds_composite
# $ diff cvv_content_modulemds_composite fixtures/composite_modulemds
# 4c4
# < kangaroo | 0 | 20180704111719 | noarch | deadbeef
# ---
# > walrus | 5.21 | 20180704144203 | x86_64 | deadbeef
I think today’s failure is new. Previous failures were fixed by Fixes #37704 - Do not require content_facet_attributes for host updat… · Katello/katello@98555b6 · GitHub.
Thanks for that. I’ll admit I didn’t dig into the previous failures.
The current failure seems to be intermittent. Can we re-run it @ekohl ?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.