2022-11-23 16:22:56,336 p=237022 u=pipeline_tests n=ansible | changed: [localhost] => {"changed": true, "method": "delete", "result": {"apiVersion": "v1", "kind": "Namespace", "metadata": {"annotations": {"openshift.io/sa.scc.mcs": "s0:c36,c20", "openshift.io/sa.scc.supplemental-groups": "1001300000/10000", "openshift.io/sa.scc.uid-range": "1001300000/10000"}, "creationTimestamp": "2022-11-23T22:10:39Z", "deletionTimestamp": "2022-11-23T22:22:56Z", "labels": {"kubernetes.io/metadata.name": "test"}, "managedFields": [{"apiVersion": "v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:labels": {".": {}, "f:kubernetes.io/metadata.name": {}}}}, "manager": "OpenAPI-Generator", "operation": "Update", "time": "2022-11-23T22:10:39Z"}, {"apiVersion": "v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:annotations": {".": {}, "f:openshift.io/sa.scc.mcs": {}, "f:openshift.io/sa.scc.supplemental-groups": {}, "f:openshift.io/sa.scc.uid-range": {}}}}, "manager": "cluster-policy-controller", "operation": "Update", "time": "2022-11-23T22:10:39Z"}], "name": "test", "resourceVersion": "833693", "uid": "1975ce7d-dde4-4423-9d3f-ff5c970932f4"}, "spec": {"finalizers": ["kubernetes"]}, "status": {"phase": "Terminating"}}} 2022-11-23 16:22:56,347 p=237022 u=pipeline_tests n=ansible | TASK [teardown_edu : Wait for namespace to be terminated] ********************** 2022-11-23 16:22:56,347 p=237022 u=pipeline_tests n=ansible | Wednesday 23 November 2022 16:22:56 -0600 (0:00:40.585) 0:18:50.686 **** 2022-11-23 16:29:30,485 p=237022 u=pipeline_tests n=ansible | fatal: [localhost]: FAILED! => {"attempts": 150, "changed": false, "resources": [{"apiVersion": "v1", "kind": "Namespace", "metadata": {"annotations": {"openshift.io/sa.scc.mcs": "s0:c36,c20", "openshift.io/sa.scc.supplemental-groups": "1001300000/10000", "openshift.io/sa.scc.uid-range": "1001300000/10000"}, "creationTimestamp": "2022-11-23T22:10:39Z", "deletionTimestamp": "2022-11-23T22:22:56Z", "labels": {"kubernetes.io/metadata.name": "test"}, "managedFields": [{"apiVersion": "v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:labels": {".": {}, "f:kubernetes.io/metadata.name": {}}}}, "manager": "OpenAPI-Generator", "operation": "Update", "time": "2022-11-23T22:10:39Z"}, {"apiVersion": "v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:annotations": {".": {}, "f:openshift.io/sa.scc.mcs": {}, "f:openshift.io/sa.scc.supplemental-groups": {}, "f:openshift.io/sa.scc.uid-range": {}}}}, "manager": "cluster-policy-controller", "operation": "Update", "time": "2022-11-23T22:10:39Z"}, {"apiVersion": "v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:status": {"f:conditions": {".": {}, "k:{\"type\":\"NamespaceContentRemaining\"}": {".": {}, "f:lastTransitionTime": {}, "f:message": {}, "f:reason": {}, "f:status": {}, "f:type": {}}, "k:{\"type\":\"NamespaceDeletionContentFailure\"}": {".": {}, "f:lastTransitionTime": {}, "f:message": {}, "f:reason": {}, "f:status": {}, "f:type": {}}, "k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}": {".": {}, "f:lastTransitionTime": {}, "f:message": {}, "f:reason": {}, "f:status": {}, "f:type": {}}, "k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}": {".": {}, "f:lastTransitionTime": {}, "f:message": {}, "f:reason": {}, "f:status": {}, "f:type": {}}, "k:{\"type\":\"NamespaceFinalizersRemaining\"}": {".": {}, "f:lastTransitionTime": {}, "f:message": {}, "f:reason": {}, "f:status": {}, "f:type": {}}}}}, "manager": "kube-controller-manager", "operation": "Update", "subresource": "status", "time": "2022-11-23T22:23:19Z"}], "name": "test", "resourceVersion": "839848", "uid": "1975ce7d-dde4-4423-9d3f-ff5c970932f4"}, "spec": {"finalizers": ["kubernetes"]}, "status": {"conditions": [{"lastTransitionTime": "2022-11-23T22:28:19Z", "message": "All resources successfully discovered", "reason": "ResourcesDiscovered", "status": "False", "type": "NamespaceDeletionDiscoveryFailure"}, {"lastTransitionTime": "2022-11-23T22:23:18Z", "message": "All legacy kube types successfully parsed", "reason": "ParsedGroupVersions", "status": "False", "type": "NamespaceDeletionGroupVersionParsingFailure"}, {"lastTransitionTime": "2022-11-23T22:23:26Z", "message": "Failed to delete all resource types, 1 remaining: unexpected items still remain in namespace: test for gvr: /v1, Resource=pods", "reason": "ContentDeletionFailed", "status": "True", "type": "NamespaceDeletionContentFailure"}, {"lastTransitionTime": "2022-11-23T22:23:18Z", "message": "Some resources are remaining: persistentvolumeclaims. has 2 resource instances, pods. has 6 resource instances", "reason": "SomeResourcesRemain", "status": "True", "type": "NamespaceContentRemaining"}, {"lastTransitionTime": "2022-11-23T22:23:18Z", "message": "Some content in the namespace has finalizers remaining: kubernetes.io/pvc-protection in 2 resource instances", "reason": "SomeFinalizersRemain", "status": "True", "type": "NamespaceFinalizersRemaining"}], "phase": "Terminating"}}]} 2022-11-23 16:29:30,487 p=237022 u=pipeline_tests n=ansible | PLAY RECAP *********************************************