Skip to content

e2e: TestTaskRunRetryFailure is flaky #9064

@vdemeester

Description

@vdemeester
2025-10-07T22:21:19.4823735Z === NAME  TestTaskRunRetryFailure
2025-10-07T22:21:19.4824430Z     taskrun_test.go:569: Error waiting for TaskRun to finish: timed out waiting for the condition
2025-10-07T22:21:19.4825175Z     taskrun_test.go:577: TaskRun status "task-run-retry-failure-bqcajcpk" is not failed, got "Unknown"
2025-10-07T22:21:19.4825757Z     taskrun_test.go:584: expected TaskRun to have failed reason Failed, got Running
2025-10-07T22:21:19.4826309Z     panic.go:636: ############################################
2025-10-07T22:21:19.4826716Z     panic.go:636: ### Dumping objects from arendelle-xgd8g ###
2025-10-07T22:21:19.4827073Z     panic.go:636: ############################################
2025-10-07T22:21:19.4827270Z     panic.go:636: 
2025-10-07T22:21:19.4827417Z         ---
2025-10-07T22:21:19.4827694Z         apiVersion: tekton.dev/v1
2025-10-07T22:21:19.4827874Z         kind: Task
2025-10-07T22:21:19.4828053Z         metadata:
2025-10-07T22:21:19.4828473Z           creationTimestamp: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4828700Z           generation: 1
2025-10-07T22:21:19.4829070Z           name: task-run-retry-failure-kmlkywdq
2025-10-07T22:21:19.4829385Z           namespace: arendelle-xgd8g
2025-10-07T22:21:19.4829684Z           resourceVersion: "10534"
2025-10-07T22:21:19.4830069Z           uid: a9744782-a51b-4432-acf6-38f39dff3ea3
2025-10-07T22:21:19.4830229Z         spec:
2025-10-07T22:21:19.4830396Z           steps:
2025-10-07T22:21:19.4830576Z           - args:
2025-10-07T22:21:19.4830750Z             - -c
2025-10-07T22:21:19.4830958Z             - exit 1
2025-10-07T22:21:19.4831185Z             command:
2025-10-07T22:21:19.4831410Z             - /bin/sh
2025-10-07T22:21:19.4831719Z             computeResources: {}
2025-10-07T22:21:19.4832465Z             image: mirror.gcr.io/busybox
2025-10-07T22:21:19.4832682Z             name: ""
2025-10-07T22:21:19.4832926Z             volumeMounts:
2025-10-07T22:21:19.4833227Z             - mountPath: /cache
2025-10-07T22:21:19.4833674Z               name: $(workspaces.cache.volume)
2025-10-07T22:21:19.4834020Z           workspaces:
2025-10-07T22:21:19.4834283Z           - description: cache
2025-10-07T22:21:19.4834501Z             name: cache
2025-10-07T22:21:19.4834639Z         
2025-10-07T22:21:19.4834781Z         ---
2025-10-07T22:21:19.4835044Z         apiVersion: tekton.dev/v1
2025-10-07T22:21:19.4835244Z         kind: TaskRun
2025-10-07T22:21:19.4835424Z         metadata:
2025-10-07T22:21:19.4835651Z           annotations:
2025-10-07T22:21:19.4836421Z             pipeline.tekton.dev/release: f0689b4
2025-10-07T22:21:19.4836922Z           creationTimestamp: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4837224Z           generation: 1
2025-10-07T22:21:19.4837404Z           labels:
2025-10-07T22:21:19.4837936Z             app.kubernetes.io/managed-by: tekton-pipelines
2025-10-07T22:21:19.4838466Z             tekton.dev/task: task-run-retry-failure-kmlkywdq
2025-10-07T22:21:19.4838851Z           name: task-run-retry-failure-bqcajcpk
2025-10-07T22:21:19.4839172Z           namespace: arendelle-xgd8g
2025-10-07T22:21:19.4839459Z           resourceVersion: "10941"
2025-10-07T22:21:19.4839923Z           uid: 4746199c-7ce6-40a3-80de-e4fbd5c0d227
2025-10-07T22:21:19.4840078Z         spec:
2025-10-07T22:21:19.4840270Z           retries: 1
2025-10-07T22:21:19.4840586Z           serviceAccountName: default
2025-10-07T22:21:19.4840766Z           taskRef:
2025-10-07T22:21:19.4840981Z             kind: Task
2025-10-07T22:21:19.4841382Z             name: task-run-retry-failure-kmlkywdq
2025-10-07T22:21:19.4841605Z           timeout: 1h0m0s
2025-10-07T22:21:19.4841828Z           workspaces:
2025-10-07T22:21:19.4842067Z           - emptyDir: {}
2025-10-07T22:21:19.4842322Z             name: cache
2025-10-07T22:21:19.4842488Z         status:
2025-10-07T22:21:19.4843877Z           conditions:
2025-10-07T22:21:19.4844310Z           - lastTransitionTime: "2025-10-07T22:11:19Z"
2025-10-07T22:21:19.4844939Z             message: Not all Steps in the Task have finished executing
2025-10-07T22:21:19.4845198Z             reason: Running
2025-10-07T22:21:19.4845443Z             status: Unknown
2025-10-07T22:21:19.4845685Z             type: Succeeded
2025-10-07T22:21:19.4846337Z           podName: task-run-retry-failure-bqcajcpk-pod
2025-10-07T22:21:19.4846571Z           provenance:
2025-10-07T22:21:19.4846822Z             featureFlags:
2025-10-07T22:21:19.4847233Z               awaitSidecarReadiness: true
2025-10-07T22:21:19.4847569Z               coschedule: workspaces
2025-10-07T22:21:19.4847893Z               enableAPIFields: alpha
2025-10-07T22:21:19.4848238Z               enableArtifacts: true
2025-10-07T22:21:19.4848678Z               enableCELInWhenExpression: true
2025-10-07T22:21:19.4849110Z               enableConciseResolverSyntax: true
2025-10-07T22:21:19.4849486Z               enableKeepPodOnCancel: true
2025-10-07T22:21:19.4849873Z               enableKubernetesSidecar: true
2025-10-07T22:21:19.4850188Z               enableParamEnum: true
2025-10-07T22:21:19.4850611Z               enableProvenanceInStatus: true
2025-10-07T22:21:19.4851045Z               enforceNonfalsifiability: none
2025-10-07T22:21:19.4851359Z               maxResultSize: 4096
2025-10-07T22:21:19.4851816Z               resultExtractionMethod: sidecar-logs
2025-10-07T22:21:19.4852331Z               runningInEnvWithInjectedSidecars: true
2025-10-07T22:21:19.4852812Z               verificationNoMatchPolicy: ignore
2025-10-07T22:21:19.4853134Z           startTime: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4853307Z           steps:
2025-10-07T22:21:19.4853612Z           - container: step-unnamed-0
2025-10-07T22:21:19.4854855Z             imageID: docker.io/library/busybox@sha256:d82f458899c9696cb26a7c02d5568f81c8c8223f8661bb2a7988b269c8b9051e
2025-10-07T22:21:19.4855138Z             name: unnamed-0
2025-10-07T22:21:19.4855376Z             terminated:
2025-10-07T22:21:19.4856730Z               containerID: containerd://30489b4c117eab8cc6c613ad2c7ce2215c69d3a12562708b0e62daab8ea72f19
2025-10-07T22:21:19.4857009Z               exitCode: 1
2025-10-07T22:21:19.4857545Z               finishedAt: "2025-10-07T22:11:19Z"
2025-10-07T22:21:19.4857805Z               reason: Error
2025-10-07T22:21:19.4858236Z               startedAt: "2025-10-07T22:11:19Z"
2025-10-07T22:21:19.4858563Z             terminationReason: Error
2025-10-07T22:21:19.4858749Z           taskSpec:
2025-10-07T22:21:19.4858936Z             steps:
2025-10-07T22:21:19.4859130Z             - args:
2025-10-07T22:21:19.4859335Z               - -c
2025-10-07T22:21:19.4859572Z               - exit 1
2025-10-07T22:21:19.4859797Z               command:
2025-10-07T22:21:19.4860130Z               - /bin/sh
2025-10-07T22:21:19.4860549Z               computeResources: {}
2025-10-07T22:21:19.4860960Z               image: mirror.gcr.io/busybox
2025-10-07T22:21:19.4861200Z               name: ""
2025-10-07T22:21:19.4861492Z               volumeMounts:
2025-10-07T22:21:19.4861820Z               - mountPath: /cache
2025-10-07T22:21:19.4862140Z                 name: ws-265da
2025-10-07T22:21:19.4862399Z             workspaces:
2025-10-07T22:21:19.4862719Z             - description: cache
2025-10-07T22:21:19.4862999Z               name: cache
2025-10-07T22:21:19.4863241Z         
2025-10-07T22:21:19.4863414Z         ---
2025-10-07T22:21:19.4863592Z         metadata:
2025-10-07T22:21:19.4863815Z           annotations:
2025-10-07T22:21:19.4864250Z             pipeline.tekton.dev/release: f0689b4
2025-10-07T22:21:19.4864562Z             tekton.dev/ready: READY
2025-10-07T22:21:19.4864970Z           creationTimestamp: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4865183Z           labels:
2025-10-07T22:21:19.4865767Z             app.kubernetes.io/managed-by: tekton-pipelines
2025-10-07T22:21:19.4866479Z             tekton.dev/task: task-run-retry-failure-kmlkywdq
2025-10-07T22:21:19.4867063Z             tekton.dev/taskRun: task-run-retry-failure-bqcajcpk
2025-10-07T22:21:19.4867719Z             tekton.dev/taskRunUID: 4746199c-7ce6-40a3-80de-e4fbd5c0d227
2025-10-07T22:21:19.4868164Z           name: task-run-retry-failure-bqcajcpk-pod
2025-10-07T22:21:19.4868485Z           namespace: arendelle-xgd8g
2025-10-07T22:21:19.4868734Z           ownerReferences:
2025-10-07T22:21:19.4869070Z           - apiVersion: tekton.dev/v1
2025-10-07T22:21:19.4869407Z             blockOwnerDeletion: true
2025-10-07T22:21:19.4869750Z             controller: true
2025-10-07T22:21:19.4870004Z             kind: TaskRun
2025-10-07T22:21:19.4870424Z             name: task-run-retry-failure-bqcajcpk
2025-10-07T22:21:19.4870882Z             uid: 4746199c-7ce6-40a3-80de-e4fbd5c0d227
2025-10-07T22:21:19.4871183Z           resourceVersion: "10974"
2025-10-07T22:21:19.4871564Z           uid: ec49fafe-0003-482a-ad47-8c92ab3fbb72
2025-10-07T22:21:19.4871729Z         spec:
2025-10-07T22:21:19.4872064Z           activeDeadlineSeconds: 5400
2025-10-07T22:21:19.4872280Z           containers:
2025-10-07T22:21:19.4872470Z           - args:
2025-10-07T22:21:19.4872716Z             - -wait_file
2025-10-07T22:21:19.4873035Z             - /tekton/downward/ready
2025-10-07T22:21:19.4873364Z             - -wait_file_content
2025-10-07T22:21:19.4873619Z             - -post_file
2025-10-07T22:21:19.4873967Z             - /tekton/run/0/out
2025-10-07T22:21:19.4874281Z             - -termination_path
2025-10-07T22:21:19.4874601Z             - /tekton/termination
2025-10-07T22:21:19.4874910Z             - -step_metadata_dir
2025-10-07T22:21:19.4875215Z             - /tekton/run/0/status
2025-10-07T22:21:19.4875453Z             - -entrypoint
2025-10-07T22:21:19.4875665Z             - /bin/sh
2025-10-07T22:21:19.4876117Z             - --
2025-10-07T22:21:19.4876308Z             - -c
2025-10-07T22:21:19.4876528Z             - exit 1
2025-10-07T22:21:19.4876743Z             command:
2025-10-07T22:21:19.4877077Z             - /tekton/bin/entrypoint
2025-10-07T22:21:19.4877435Z             image: mirror.gcr.io/busybox
2025-10-07T22:21:19.4877761Z             imagePullPolicy: Always
2025-10-07T22:21:19.4878062Z             name: step-unnamed-0
2025-10-07T22:21:19.4878417Z             resources: {}
2025-10-07T22:21:19.4878885Z             terminationMessagePath: /tekton/termination
2025-10-07T22:21:19.4879284Z             terminationMessagePolicy: File
2025-10-07T22:21:19.4879540Z             volumeMounts:
2025-10-07T22:21:19.4879820Z             - mountPath: /cache
2025-10-07T22:21:19.4880107Z               name: ws-265da
2025-10-07T22:21:19.4880482Z             - mountPath: /workspace/cache
2025-10-07T22:21:19.4880758Z               name: ws-265da
2025-10-07T22:21:19.4881119Z             - mountPath: /tekton/downward
2025-10-07T22:21:19.4881731Z               name: tekton-internal-downward
2025-10-07T22:21:19.4882407Z               readOnly: true
2025-10-07T22:21:19.4882766Z             - mountPath: /tekton/creds
2025-10-07T22:21:19.4883164Z               name: tekton-creds-init-home-0
2025-10-07T22:21:19.4883506Z             - mountPath: /tekton/run/0
2025-10-07T22:21:19.4883902Z               name: tekton-internal-run-0
2025-10-07T22:21:19.4884212Z             - mountPath: /tekton/bin
2025-10-07T22:21:19.4884572Z               name: tekton-internal-bin
2025-10-07T22:21:19.4884836Z               readOnly: true
2025-10-07T22:21:19.4885235Z             - mountPath: /workspace
2025-10-07T22:21:19.4885678Z               name: tekton-internal-workspace
2025-10-07T22:21:19.4886344Z             - mountPath: /tekton/home
2025-10-07T22:21:19.4886711Z               name: tekton-internal-home
2025-10-07T22:21:19.4887061Z             - mountPath: /tekton/results
2025-10-07T22:21:19.4887475Z               name: tekton-internal-results
2025-10-07T22:21:19.4887811Z             - mountPath: /tekton/steps
2025-10-07T22:21:19.4888201Z               name: tekton-internal-steps
2025-10-07T22:21:19.4888472Z               readOnly: true
2025-10-07T22:21:19.4888826Z             - mountPath: /tekton/artifacts
2025-10-07T22:21:19.4889246Z               name: tekton-internal-artifacts
2025-10-07T22:21:19.4889876Z             - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
2025-10-07T22:21:19.4890286Z               name: kube-api-access-xjrqq
2025-10-07T22:21:19.4890579Z               readOnly: true
2025-10-07T22:21:19.4890882Z           dnsPolicy: ClusterFirst
2025-10-07T22:21:19.4891185Z           enableServiceLinks: true
2025-10-07T22:21:19.4891422Z           initContainers:
2025-10-07T22:21:19.4891623Z           - command:
2025-10-07T22:21:19.4891912Z             - /ko-app/entrypoint
2025-10-07T22:21:19.4892105Z             - init
2025-10-07T22:21:19.4892402Z             - /ko-app/entrypoint
2025-10-07T22:21:19.4892715Z             - /tekton/bin/entrypoint
2025-10-07T22:21:19.4893974Z             - step-unnamed-0
2025-10-07T22:21:19.4895670Z             image: registry.local:5000/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:68910759c86d50a5e4382e08c70a84f629d0b06900bb1a1d5d97250399328279
2025-10-07T22:21:19.4896241Z             imagePullPolicy: IfNotPresent
2025-10-07T22:21:19.4896511Z             name: prepare
2025-10-07T22:21:19.4896751Z             resources: {}
2025-10-07T22:21:19.4897242Z             terminationMessagePath: /dev/termination-log
2025-10-07T22:21:19.4897618Z             terminationMessagePolicy: File
2025-10-07T22:21:19.4897876Z             volumeMounts:
2025-10-07T22:21:19.4898217Z             - mountPath: /tekton/bin
2025-10-07T22:21:19.4898605Z               name: tekton-internal-bin
2025-10-07T22:21:19.4898953Z             - mountPath: /tekton/steps
2025-10-07T22:21:19.4899325Z               name: tekton-internal-steps
2025-10-07T22:21:19.4899946Z             - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
2025-10-07T22:21:19.4900320Z               name: kube-api-access-xjrqq
2025-10-07T22:21:19.4900598Z               readOnly: true
2025-10-07T22:21:19.4900832Z             workingDir: /
2025-10-07T22:21:19.4901108Z           nodeName: kind-worker3
2025-10-07T22:21:19.4901523Z           preemptionPolicy: PreemptLowerPriority
2025-10-07T22:21:19.4901733Z           priority: 0
2025-10-07T22:21:19.4901995Z           restartPolicy: Never
2025-10-07T22:21:19.4902491Z           schedulerName: default-scheduler
2025-10-07T22:21:19.4902743Z           securityContext: {}
2025-10-07T22:21:19.4903026Z           serviceAccount: default
2025-10-07T22:21:19.4903354Z           serviceAccountName: default
2025-10-07T22:21:19.4903729Z           terminationGracePeriodSeconds: 30
2025-10-07T22:21:19.4903973Z           tolerations:
2025-10-07T22:21:19.4904250Z           - effect: NoExecute
2025-10-07T22:21:19.4904640Z             key: node.kubernetes.io/not-ready
2025-10-07T22:21:19.4904905Z             operator: Exists
2025-10-07T22:21:19.4905387Z             tolerationSeconds: 300
2025-10-07T22:21:19.4905699Z           - effect: NoExecute
2025-10-07T22:21:19.4906383Z             key: node.kubernetes.io/unreachable
2025-10-07T22:21:19.4906665Z             operator: Exists
2025-10-07T22:21:19.4906992Z             tolerationSeconds: 300
2025-10-07T22:21:19.4907198Z           volumes:
2025-10-07T22:21:19.4907426Z           - emptyDir: {}
2025-10-07T22:21:19.4907806Z             name: tekton-internal-workspace
2025-10-07T22:21:19.4908034Z           - emptyDir: {}
2025-10-07T22:21:19.4908357Z             name: tekton-internal-home
2025-10-07T22:21:19.4908681Z           - emptyDir: {}
2025-10-07T22:21:19.4909035Z             name: tekton-internal-results
2025-10-07T22:21:19.4909245Z           - emptyDir: {}
2025-10-07T22:21:19.4909597Z             name: tekton-internal-steps
2025-10-07T22:21:19.4909817Z           - emptyDir: {}
2025-10-07T22:21:19.4910206Z             name: tekton-internal-artifacts
2025-10-07T22:21:19.4910449Z           - emptyDir: {}
2025-10-07T22:21:19.4910796Z             name: tekton-internal-bin
2025-10-07T22:21:19.4911035Z           - downwardAPI:
2025-10-07T22:21:19.4911316Z               defaultMode: 420
2025-10-07T22:21:19.4911515Z               items:
2025-10-07T22:21:19.4911764Z               - fieldRef:
2025-10-07T22:21:19.4912089Z                   apiVersion: v1
2025-10-07T22:21:19.4912904Z                   fieldPath: metadata.annotations['tekton.dev/ready']
2025-10-07T22:21:19.4913301Z                 path: ready
2025-10-07T22:21:19.4913559Z               - fieldRef:
2025-10-07T22:21:19.4913909Z                   apiVersion: v1
2025-10-07T22:21:19.4914646Z                   fieldPath: metadata.annotations['tekton.dev/cancel']
2025-10-07T22:21:19.4914930Z                 path: cancel
2025-10-07T22:21:19.4915324Z             name: tekton-internal-downward
2025-10-07T22:21:19.4915528Z           - emptyDir:
2025-10-07T22:21:19.4915985Z               medium: Memory
2025-10-07T22:21:19.4916394Z             name: tekton-creds-init-home-0
2025-10-07T22:21:19.4916628Z           - emptyDir: {}
2025-10-07T22:21:19.4916962Z             name: tekton-internal-run-0
2025-10-07T22:21:19.4917180Z           - emptyDir: {}
2025-10-07T22:21:19.4917411Z             name: ws-265da
2025-10-07T22:21:19.4917718Z           - name: kube-api-access-xjrqq
2025-10-07T22:21:19.4917937Z             projected:
2025-10-07T22:21:19.4918225Z               defaultMode: 420
2025-10-07T22:21:19.4918453Z               sources:
2025-10-07T22:21:19.4918793Z               - serviceAccountToken:
2025-10-07T22:21:19.4919233Z                   expirationSeconds: 3607
2025-10-07T22:21:19.4919571Z                   path: token
2025-10-07T22:21:19.4919831Z               - configMap:
2025-10-07T22:21:19.4920073Z                   items:
2025-10-07T22:21:19.4920381Z                   - key: ca.crt
2025-10-07T22:21:19.4920701Z                     path: ca.crt
2025-10-07T22:21:19.4921100Z                   name: kube-root-ca.crt
2025-10-07T22:21:19.4921389Z               - downwardAPI:
2025-10-07T22:21:19.4921655Z                   items:
2025-10-07T22:21:19.4921951Z                   - fieldRef:
2025-10-07T22:21:19.4922329Z                       apiVersion: v1
2025-10-07T22:21:19.4922876Z                       fieldPath: metadata.namespace
2025-10-07T22:21:19.4923236Z                     path: namespace
2025-10-07T22:21:19.4923396Z         status:
2025-10-07T22:21:19.4923600Z           conditions:
2025-10-07T22:21:19.4923971Z           - lastProbeTime: null
2025-10-07T22:21:19.4924429Z             lastTransitionTime: "2025-10-07T22:11:18Z"
2025-10-07T22:21:19.4924674Z             status: "True"
2025-10-07T22:21:19.4924937Z             type: Initialized
2025-10-07T22:21:19.4925196Z           - lastProbeTime: null
2025-10-07T22:21:19.4925626Z             lastTransitionTime: "2025-10-07T22:11:20Z"
2025-10-07T22:21:19.4926072Z             reason: PodFailed
2025-10-07T22:21:19.4926319Z             status: "False"
2025-10-07T22:21:19.4926544Z             type: Ready
2025-10-07T22:21:19.4926893Z           - lastProbeTime: null
2025-10-07T22:21:19.4927426Z             lastTransitionTime: "2025-10-07T22:11:20Z"
2025-10-07T22:21:19.4927705Z             reason: PodFailed
2025-10-07T22:21:19.4927961Z             status: "False"
2025-10-07T22:21:19.4928265Z             type: ContainersReady
2025-10-07T22:21:19.4928542Z           - lastProbeTime: null
2025-10-07T22:21:19.4928999Z             lastTransitionTime: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4929245Z             status: "True"
2025-10-07T22:21:19.4929517Z             type: PodScheduled
2025-10-07T22:21:19.4929860Z           containerStatuses:
2025-10-07T22:21:19.4930945Z           - containerID: containerd://30489b4c117eab8cc6c613ad2c7ce2215c69d3a12562708b0e62daab8ea72f19
2025-10-07T22:21:19.4931391Z             image: docker.io/library/busybox:latest
2025-10-07T22:21:19.4932542Z             imageID: docker.io/library/busybox@sha256:d82f458899c9696cb26a7c02d5568f81c8c8223f8661bb2a7988b269c8b9051e
2025-10-07T22:21:19.4932800Z             lastState: {}
2025-10-07T22:21:19.4933099Z             name: step-unnamed-0
2025-10-07T22:21:19.4933341Z             ready: false
2025-10-07T22:21:19.4933609Z             restartCount: 0
2025-10-07T22:21:19.4933845Z             started: false
2025-10-07T22:21:19.4934026Z             state:
2025-10-07T22:21:19.4934271Z               terminated:
2025-10-07T22:21:19.4935487Z                 containerID: containerd://30489b4c117eab8cc6c613ad2c7ce2215c69d3a12562708b0e62daab8ea72f19
2025-10-07T22:21:19.4935786Z                 exitCode: 1
2025-10-07T22:21:19.4936533Z                 finishedAt: "2025-10-07T22:11:19Z"
2025-10-07T22:21:19.4937407Z                 message: '[{"key":"StartedAt","value":"2025-10-07T22:11:19.646Z","type":3}]'
2025-10-07T22:21:19.4937687Z                 reason: Error
2025-10-07T22:21:19.4938095Z                 startedAt: "2025-10-07T22:11:18Z"
2025-10-07T22:21:19.4938326Z           hostIP: 172.18.0.5
2025-10-07T22:21:19.4938594Z           initContainerStatuses:
2025-10-07T22:21:19.4939508Z           - containerID: containerd://3a097552551f348eb3f6ed883152ce8b44d027fb254f435398682e2f2bcc7c7b
2025-10-07T22:21:19.4940303Z             image: sha256:32de0c17269f896e718abb91cb888f7e96adb0beea82e80254cb8aaf40fe394c
2025-10-07T22:21:19.4941886Z             imageID: registry.local:5000/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:68910759c86d50a5e4382e08c70a84f629d0b06900bb1a1d5d97250399328279
2025-10-07T22:21:19.4942122Z             lastState: {}
2025-10-07T22:21:19.4942356Z             name: prepare
2025-10-07T22:21:19.4942567Z             ready: true
2025-10-07T22:21:19.4942828Z             restartCount: 0
2025-10-07T22:21:19.4943074Z             started: false
2025-10-07T22:21:19.4943252Z             state:
2025-10-07T22:21:19.4943756Z               terminated:
2025-10-07T22:21:19.4944884Z                 containerID: containerd://3a097552551f348eb3f6ed883152ce8b44d027fb254f435398682e2f2bcc7c7b
2025-10-07T22:21:19.4945145Z                 exitCode: 0
2025-10-07T22:21:19.4945589Z                 finishedAt: "2025-10-07T22:11:17Z"
2025-10-07T22:21:19.4946071Z                 reason: Completed
2025-10-07T22:21:19.4946488Z                 startedAt: "2025-10-07T22:11:16Z"
2025-10-07T22:21:19.4946695Z           phase: Failed
2025-10-07T22:21:19.4946921Z           podIP: 10.244.3.70
2025-10-07T22:21:19.4947093Z           podIPs:
2025-10-07T22:21:19.4947318Z           - ip: 10.244.3.70
2025-10-07T22:21:19.4947560Z           qosClass: BestEffort
2025-10-07T22:21:19.4948005Z           startTime: "2025-10-07T22:11:15Z"
2025-10-07T22:21:19.4948134Z         
2025-10-07T22:21:19.4948500Z     panic.go:636: #####################################################
2025-10-07T22:21:19.4948930Z     panic.go:636: ### Dumping logs from Pods in the arendelle-xgd8g ###
2025-10-07T22:21:19.4949278Z     panic.go:636: #####################################################
2025-10-07T22:21:19.4949506Z     build_logs.go:37: build logs 
2025-10-07T22:21:19.4950185Z         >>> Pod task-run-retry-failure-bqcajcpk-pod Container step-unnamed-0:
2025-10-07T22:21:19.4950533Z     panic.go:636: Not deleting namespace arendelle-xgd8g
2025-10-07T22:21:19.4950811Z --- FAIL: TestTaskRunRetryFailure (600.17s)

See

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/testingIssues or PRs related to testingkind/flakeCategorizes issue or PR as related to a flakey testpriority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions