Bug 1882455

Summary: s390 permafail: oc new-app failing
Product: OpenShift Container Platform Reporter: David Eads <deads>
Component: SamplesAssignee: Adam Kaplan <adam.kaplan>
Status: CLOSED DUPLICATE QA Contact: wewang <wewang>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.6CC: aos-bugs, wzheng
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-24 15:58:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***