Hide Forgot
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[]'
This might be a dup of the POST bug 1779282 ? Symptoms aren't quite the same, but certainly has a similar vibe.
@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 ***