Bug 1882455 - s390 permafail: oc new-app failing
Summary: s390 permafail: oc new-app failing
Keywords:
Status: CLOSED DUPLICATE of bug 1881135
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Samples
Version: 4.6
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.6.0
Assignee: Adam Kaplan
QA Contact: wewang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-24 15:47 UTC by David Eads
Modified: 2020-09-24 15:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-24 15:58:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Eads 2020-09-24 15:47:10 UTC
`[Feature:Builds] oc new-app should fail with a --name longer than 58 characters` is permafailing on s390 here https://testgrid.k8s.io/redhat-openshift-ocp-release-4.6-informing#release-openshift-origin-installer-e2e-remote-libvirt-s390x-4.6

https://prow.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-e2e-remote-libvirt-s390x-4.6/1308979535697416192 is an example

failing like fail [github.com/openshift/origin/test/extended/builds/new_app.go:44]: Unexpected error:
    <*errors.errorString | 0xc001c6e100>: {
        s: "Failed to import expected imagestreams, latest error status: ImageStream Error: &errors.StatusError{ErrStatus:v1.Status{TypeMeta:v1.TypeMeta{Kind:\"\", APIVersion:\"\"}, ListMeta:v1.ListMeta{SelfLink:\"\", ResourceVersion:\"\", Continue:\"\", RemainingItemCount:(*int64)(nil)}, Status:\"Failure\", Message:\"imagestreams.image.openshift.io \\\"postgresql\\\" not found\", Reason:\"NotFound\", Details:(*v1.StatusDetails)(0xc001093860), Code:404}} \n",
    }
    Failed to import expected imagestreams, latest error status: ImageStream Error: &errors.StatusError{ErrStatus:v1.Status{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ListMeta:v1.ListMeta{SelfLink:"", ResourceVersion:"", Continue:"", RemainingItemCount:(*int64)(nil)}, Status:"Failure", Message:"imagestreams.image.openshift.io \"postgresql\" not found", Reason:"NotFound", Details:(*v1.StatusDetails)(0xc001093860), Code:404}}

Comment 1 Adam Kaplan 2020-09-24 15:58:42 UTC
We broke this in the fix for [1], will address in a related BZ fix [2].

[1] https://github.com/openshift/cluster-samples-operator/pull/326
[2] https://github.com/openshift/cluster-samples-operator/pull/327

*** This bug has been marked as a duplicate of bug 1881135 ***


Note You need to log in before you can comment on or make changes to this bug.