Description of problem: Please re-assign if installer isn't the right component. See: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/585 [Feature:Builds][Conformance] oc new-app should succeed with a --name of 58 characters [Suite:openshift/conformance/parallel/minimal] expand_less 1m13s fail [github.com/openshift/origin/test/extended/builds/new_app.go:56]: Unexpected error: <*errors.errorString | 0xc004b80310>: { s: "The build \"a234567890123456789012345678901234567890123456789012345678-1\" status is \"Failed\"", } The build "a234567890123456789012345678901234567890123456789012345678-1" status is "Failed" occurred Prior runs of release-openshift-ocp-installer-e2e-aws fail on different issues. This is the first occurrence of this failure in the past couple of days.
changing component to Build as per Mrunal's suggestion.
Don't see this issue anymore in the latest run at https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/589 but I see timeout error waiting for secret deletion: [Feature:OpenShiftControllerManager] TestDockercfgTokenDeletedController [Suite:openshift/conformance/parallel] expand_less 5m17s fail [github.com/onsi/ginkgo/internal/leafnodes/runner.go:64]: waiting for secret deletion: timed out waiting for the condition The overall test shows green in prow though. I'll investigate the latest failure and file a new bug if necessary.
Looks like we are still seeing issues w/ imagestreamtags resolving to the external registry instead of the internal registry, resulting in an authentication failure.
From the full build log [1], causal error was: 2019-11-25T12:10:19.946189082Z F1125 12:10:19.946129 1 helpers.go:114] error: build error: After retrying 2 times, Pull image still failed due to error: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication so I think this is a dup of bug 1775973. Feel free to reopen if I'm wrong... [1]: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/585/build-log.txt *** This bug has been marked as a duplicate of bug 1775973 ***