Bug 1814453

Summary: Failed TestDockercfgTokenDeletedController with: error waiting for pull secret deletion: timed out waiting for the condition
Product: OpenShift Container Platform Reporter: W. Trevor King <wking>
Component: openshift-controller-managerAssignee: Adam Kaplan <adam.kaplan>
Status: CLOSED DUPLICATE QA Contact: wewang <wewang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.3.zCC: aos-bugs, mfojtik
Target Milestone: ---   
Target Release: ---   
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-03-18 15:19:08 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 W. Trevor King 2020-03-17 22:27:07 UTC
A number of 4.3 release promotion jobs have failed like [1]:

fail [github.com/onsi/ginkgo/internal/leafnodes/runner.go:64]: error waiting for pull secret deletion: timed out waiting for the condition
...
failed: (5m38s) 2020-03-16T20:53:31 "[Feature:OpenShiftControllerManager] TestDockercfgTokenDeletedController [Suite:openshift/conformance/parallel]"

4.3 release promotion jobs with this symptom from the past 48h:

$ curl -s 'https://search.svc.ci.openshift.org/search?name=^release-openshift-ocp-installer-.*-4.3&search=error+waiting+for+pull+secret+deletion:+timed+out+waiting+for+the+condition&type=build-log&maxAge=48h' | jq -r '. | keys[]'
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.3/1141
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/2221
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/2225
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/2242
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/2244
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-mirrors-4.3/572
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-upi-4.3/1210
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-gcp-ovn-4.3/833
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-gcp-ovn-4.3/837
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-gcp-ovn-4.3/838
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-metal-4.3/1672

Seems 4.3-specific.  Even if I broaden the search to include all e2e jobs [2], it only pulls in a 4.3 BYO-RHEL job and three 4.3 OKD jobs.

I'm assigning based on the Feature:OpenShiftControllerManager, but feel free to punt if timely pull-secret deletion actually belongs to a different component.

[1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.3/1141
[2]: curl -s 'https://search.svc.ci.openshift.org/search?search=error+waiting+for+pull+secret+deletion:+timed+out+waiting+for+the+condition&type=build-log&maxAge=48h' | jq -r '. | keys[]'

Comment 1 W. Trevor King 2020-03-17 22:29:46 UTC
This might be a dup of the POST bug 1779282 ?  Symptoms aren't quite the same, but certainly has a similar vibe.

Comment 2 Adam Kaplan 2020-03-18 15:19:08 UTC
@wking yes, this is a duplicate.

The backport to 4.3.z is on hold until 4.4.0 goes GA.

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