Error lines from build-log.txt
... skipping 297 lines ...
? github.com/tektoncd/pipeline/hack/spec-gen [no test files]
? github.com/tektoncd/pipeline/internal/artifactref [no test files]
? github.com/tektoncd/pipeline/pkg/apis [no test files]
? github.com/tektoncd/pipeline/pkg/apis/config/testing [no test files]
=== RUN TestResolver
logger.go:146: 2025-02-12T18:16:54.157Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc00056e960 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:16:54.157Z ERROR TestResolver cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestResolver (0.11s)
PASS
ok github.com/tektoncd/pipeline/docs/resolver-template/cmd/demoresolver 1.264s
=== RUN TestResolver
logger.go:146: 2025-02-12T18:16:55.337Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0004cccc0 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:16:55.402Z ERROR TestResolver cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestResolver (0.17s)
=== RUN TestResolver_Failure_Wrong_Scheme
logger.go:146: 2025-02-12T18:16:55.508Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0000c8840 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:16:55.508Z ERROR TestResolver_Failure_Wrong_Scheme cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestResolver_Failure_Wrong_Scheme (0.10s)
=== RUN TestResolver_Failure_InvalidUrl
logger.go:146: 2025-02-12T18:16:55.611Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0000c91a0 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:16:55.612Z ERROR TestResolver_Failure_InvalidUrl cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestResolver_Failure_InvalidUrl (0.10s)
=== RUN TestResolver_Failure_InvalidParams
logger.go:146: 2025-02-12T18:16:55.715Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0000c9ca0 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:16:55.716Z ERROR TestResolver_Failure_InvalidParams cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestResolver_Failure_InvalidParams (0.10s)
PASS
ok github.com/tektoncd/pipeline/docs/resolver-template/cmd/resolver 1.835s
=== RUN TestLookForResults_FanOutAndWait
=== RUN TestLookForResults_FanOutAndWait/multiple_results
--- PASS: TestLookForResults_FanOutAndWait (0.07s)
... skipping 51 lines ...
=== RUN TestNewDefaultsFromConfigMap
=== RUN TestNewDefaultsFromConfigMap/config-defaults
=== RUN TestNewDefaultsFromConfigMap/config-defaults-with-pod-template
=== RUN TestNewDefaultsFromConfigMap/config-defaults-timeout-err
=== RUN TestNewDefaultsFromConfigMap/config-defaults-imagepullbackoff-timeout-err
=== RUN TestNewDefaultsFromConfigMap/config-defaults-pod-template-err
2025/02/12 18:16:55 warning: failed to decode "default-pod-template": "error unmarshaling JSON: while decoding JSON: json: unknown field \"badKey\"". Trying decode with non-strict mode
=== RUN TestNewDefaultsFromConfigMap/config-defaults-aa-pod-template-err
2025/02/12 18:16:55 warning: failed to decode "default-affinity-assistant-pod-template": "error unmarshaling JSON: while decoding JSON: json: unknown field \"badKey\"". Trying decode with non-strict mode
=== RUN TestNewDefaultsFromConfigMap/config-defaults-matrix-err
=== RUN TestNewDefaultsFromConfigMap/config-defaults-matrix
=== RUN TestNewDefaultsFromConfigMap/config-defaults-forbidden-env
=== RUN TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-empty
=== RUN TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-error
2025/02/12 18:16:55 warning: failed to decode "default-container-resource-requirements": "error unmarshaling JSON: while decoding JSON: json: cannot unmarshal number into Go value of type v1.ResourceRequirements". Trying decode with non-strict mode
=== RUN TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-with-values
--- PASS: TestNewDefaultsFromConfigMap (0.11s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-with-pod-template (0.01s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-timeout-err (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-imagepullbackoff-timeout-err (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-pod-template-err (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-aa-pod-template-err (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-matrix-err (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-matrix (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-forbidden-env (0.07s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-empty (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-error (0.00s)
--- PASS: TestNewDefaultsFromConfigMap/config-defaults-container-resource-requirements-with-values (0.00s)
=== RUN TestNewDefaultsFromEmptyConfigMap
--- PASS: TestNewDefaultsFromEmptyConfigMap (0.00s)
=== RUN TestEquals
=== RUN TestEquals/left_and_right_nil
=== RUN TestEquals/left_nil
... skipping 199 lines ...
=== RUN TestNewMetricsFromEmptyConfigMap
--- PASS: TestNewMetricsFromEmptyConfigMap (0.00s)
=== RUN TestNewSpireConfigFromConfigMap
--- PASS: TestNewSpireConfigFromConfigMap (0.00s)
=== RUN TestStoreLoadWithContext
logger.go:146: 2025-02-12T18:16:55.626Z DEBUG configmap/store.go:155 defaults/features/artifacts config "config-defaults" config was added or updated: &config.Defaults{DefaultTimeoutMinutes:50, DefaultServiceAccount:"tekton", DefaultManagedByLabelValue:"something-else", DefaultPodTemplate:(*pod.Template)(nil), DefaultAAPodTemplate:(*pod.AffinityAssistantTemplate)(nil), DefaultCloudEventsSink:"", DefaultTaskRunWorkspaceBinding:"", DefaultMaxMatrixCombinationsCount:256, DefaultForbiddenEnv:[]string(nil), DefaultResolverType:"git", DefaultContainerResourceRequirements:map[string]v1.ResourceRequirements(nil), DefaultImagePullBackOffTimeout:5000000000, DefaultMaximumResolutionTimeout:60000000000}
logger.go:146: 2025-02-12T18:16:55.627Z DEBUG configmap/store.go:155 defaults/features/artifacts config "feature-flags" config was added or updated: &config.FeatureFlags{DisableAffinityAssistant:true, DisableCredsInit:false, RunningInEnvWithInjectedSidecars:false, RequireGitSSHSecretKnownHosts:true, EnableAPIFields:"alpha", SendCloudEventsForRuns:true, AwaitSidecarReadiness:false, EnforceNonfalsifiability:"spire", EnableKeepPodOnCancel:true, VerificationNoMatchPolicy:"fail", EnableProvenanceInStatus:false, ResultExtractionMethod:"termination-message", MaxResultSize:4096, SetSecurityContext:true, Coschedule:"disabled", EnableCELInWhenExpression:true, EnableStepActions:true, EnableParamEnum:true, EnableArtifacts:true, DisableInlineSpec:"pipeline,pipelinerun,taskrun", EnableConciseResolverSyntax:true, EnableKubernetesSidecar:true}
logger.go:146: 2025-02-12T18:16:55.627Z DEBUG configmap/store.go:155 defaults/features/artifacts config "config-observability" config was added or updated: &config.Metrics{TaskrunLevel:"taskrun", PipelinerunLevel:"pipelinerun", RunningPipelinerunLevel:"", DurationTaskrunType:"histogram", DurationPipelinerunType:"histogram", CountWithReason:false, ThrottleWithNamespace:false}
logger.go:146: 2025-02-12T18:16:55.627Z DEBUG configmap/store.go:155 defaults/features/artifacts config "config-spire" config was added or updated: &config.SpireConfig{TrustDomain:"test.com", SocketPath:"unix:///test-spire-api/test-spire-agent.sock", ServerAddr:"test-spire-server.spire.svc.cluster.local:8081", NodeAliasPrefix:"/test-tekton-node/", MockSpire:false}
logger.go:146: 2025-02-12T18:16:55.627Z DEBUG configmap/store.go:155 defaults/features/artifacts config "config-events" config was added or updated: &config.Events{Sink:"http://events.sink", Formats:config.EventFormats{"tektonv1":struct {}{}}}
logger.go:146: 2025-02-12T18:16:55.627Z DEBUG configmap/store.go:155 defaults/features/artifacts config "config-tracing" config was added or updated: &config.Tracing{Enabled:false, Endpoint:"http://jaeger-collector.jaeger.svc.cluster.local:14268/api/traces", CredentialsSecret:""}
--- PASS: TestStoreLoadWithContext (0.01s)
=== RUN TestStoreLoadWithContext_Empty
... skipping 2687 lines ...
--- PASS: TestStepActionSpecValidate/valid_result_type_string (0.00s)
--- PASS: TestStepActionSpecValidate/valid_result_type_array (0.00s)
--- PASS: TestStepActionSpecValidate/valid_result_type_object (0.00s)
--- PASS: TestStepActionSpecValidate/valid_volumeMounts (0.01s)
=== RUN TestStepActionValidateError
=== RUN TestStepActionValidateError/inexistent_image_field
stepaction_validation_test.go:660: Actual error: missing field(s): spec.Image
=== RUN TestStepActionValidateError/object_used_in_a_string_field
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo)": spec.image
=== RUN TestStepActionValidateError/object_star_used_in_a_string_field
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo[*])": spec.image
=== RUN TestStepActionValidateError/object_used_in_a_field_that_can_accept_array_type
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo)": spec.args[0]
=== RUN TestStepActionValidateError/object_star_used_in_a_field_that_can_accept_array_type
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo[*])": spec.args[0]
=== RUN TestStepActionValidateError/non-existent_individual_key_of_an_object_param_is_used_in_task_step
stepaction_validation_test.go:660: Actual error: non-existent variable in "$(params.gitrepo.non-exist-key)": spec.args[0]
=== RUN TestStepActionValidateError/Inexistent_param_variable_with_existing
stepaction_validation_test.go:660: Actual error: non-existent variable in "$(params.foo) && $(params.inexistent)": spec.args[0]
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_not_a_param_reference
stepaction_validation_test.go:660: Actual error: invalid value: params.foo: spec.volumeMounts[0].name
expect the Name to be a single param reference
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_nested_reference
stepaction_validation_test.go:660: Actual error: invalid value: $(params.foo)-foo: spec.volumeMounts[0].name
expect the Name to be a single param reference
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_multiple_params_references
stepaction_validation_test.go:660: Actual error: invalid value: $(params.foo)$(params.bar): spec.volumeMounts[0].name
expect the Name to be a single param reference
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_not_defined_in_params
stepaction_validation_test.go:660: Actual error: non-existent variable in "$(params.foo)": spec.volumeMounts[0]
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_array_used_in_a_volumeMounts_name_field
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo)": spec.volumeMounts[0]
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_object_used_in_a_volumeMounts_name_field
stepaction_validation_test.go:660: Actual error: variable type invalid in "$(params.gitrepo)": spec.volumeMounts[0]
=== RUN TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_object_key_not_existent_in_params
stepaction_validation_test.go:660: Actual error: non-existent variable in "$(params.gitrepo.foo)": spec.volumeMounts[0]
=== RUN TestStepActionValidateError/circular_dependency_in_param_default_values
stepaction_validation_test.go:660: Actual error: param "param1" default value has a circular dependency: spec.params
param "param2" default value has a circular dependency: spec.params
=== RUN TestStepActionValidateError/complex_circular_dependency_in_param_default_values
stepaction_validation_test.go:660: Actual error: param "param1" default value has a circular dependency: spec.params
param "param2" default value has a circular dependency: spec.params
param "param3" default value has a circular dependency: spec.params
=== RUN TestStepActionValidateError/self-referential_param_default_value
stepaction_validation_test.go:660: Actual error: param "param1" default value has a circular dependency: spec.params
--- PASS: TestStepActionValidateError (0.04s)
--- PASS: TestStepActionValidateError/inexistent_image_field (0.00s)
--- PASS: TestStepActionValidateError/object_used_in_a_string_field (0.00s)
--- PASS: TestStepActionValidateError/object_star_used_in_a_string_field (0.00s)
--- PASS: TestStepActionValidateError/object_used_in_a_field_that_can_accept_array_type (0.00s)
--- PASS: TestStepActionValidateError/object_star_used_in_a_field_that_can_accept_array_type (0.00s)
... skipping 8 lines ...
--- PASS: TestStepActionValidateError/invalid_param_reference_in_volumeMount.Name_-_object_key_not_existent_in_params (0.00s)
--- PASS: TestStepActionValidateError/circular_dependency_in_param_default_values (0.00s)
--- PASS: TestStepActionValidateError/complex_circular_dependency_in_param_default_values (0.00s)
--- PASS: TestStepActionValidateError/self-referential_param_default_value (0.00s)
=== RUN TestStepActionSpecValidateError
=== RUN TestStepActionSpecValidateError/inexistent_image_field
stepaction_validation_test.go:1080: Actual error: missing field(s): Image
=== RUN TestStepActionSpecValidateError/param_default_value_references_undefined_param
stepaction_validation_test.go:1080: Actual error: param "param2" default value references param "param1" which is not defined: params
=== RUN TestStepActionSpecValidateError/command_and_script_both_used.
stepaction_validation_test.go:1080: Actual error: script cannot be used with command: script
=== RUN TestStepActionSpecValidateError/windows_script_without_alpha.
stepaction_validation_test.go:1080: Actual error: windows script support requires "enable-api-fields" feature gate to be "alpha" but it is "beta":
=== RUN TestStepActionSpecValidateError/step_script_refers_to_nonexistent_result
stepaction_validation_test.go:1080: Actual error: non-existent variable in "\n\t\t\t#!/usr/bin/env bash\n\t\t\tdate | tee $(results.non-exist.path)": script
=== RUN TestStepActionSpecValidateError/step_script_refers_to_nonexistent_stepresult
stepaction_validation_test.go:1080: Actual error: non-existent variable in "\n\t\t\t#!/usr/bin/env bash\n\t\t\tdate | tee $(step.results.non-exist.path)": script
=== RUN TestStepActionSpecValidateError/invalid_param_name_format
stepaction_validation_test.go:1080: Actual error: The format of following array and string variable names is invalid: [ 0ab a^b f oo]: params
String/Array Names:
Must only contain alphanumeric characters, hyphens (-), underscores (_), and dots (.)
Must begin with a letter or an underscore (_)
=== RUN TestStepActionSpecValidateError/invalid_object_param_format_-_object_param_name_and_key_name_shouldn't_contain_dots.
stepaction_validation_test.go:1080: Actual error: Object param name and key name format is invalid: map[invalid.name1:[invalid.key1]]: params
Object Names:
Must only contain alphanumeric characters, hyphens (-), underscores (_)
Must begin with a letter or an underscore (_)
=== RUN TestStepActionSpecValidateError/duplicated_param_names
stepaction_validation_test.go:1080: Actual error: parameter appears more than once: params[foo]
=== RUN TestStepActionSpecValidateError/invalid_param_type
stepaction_validation_test.go:1080: Actual error: invalid value: invalidtype: params.param-with-invalid-type.type
=== RUN TestStepActionSpecValidateError/param_mismatching_default/type_1
stepaction_validation_test.go:1080: Actual error: "array" type does not match default value's type: "string": params.task.default.type, params.task.type
=== RUN TestStepActionSpecValidateError/param_mismatching_default/type_2
stepaction_validation_test.go:1080: Actual error: "string" type does not match default value's type: "array": params.task.default.type, params.task.type
=== RUN TestStepActionSpecValidateError/param_mismatching_default/type_3
stepaction_validation_test.go:1080: Actual error: "array" type does not match default value's type: "object": params.task.default.type, params.task.type
=== RUN TestStepActionSpecValidateError/param_mismatching_default/type_4
stepaction_validation_test.go:1080: Actual error: "object" type does not match default value's type: "string": params.task.default.type, params.task.type
=== RUN TestStepActionSpecValidateError/PropertySpec_type_is_set_with_unsupported_type
stepaction_validation_test.go:1080: Actual error: The value type specified for these keys [key1] is invalid: params.task.properties
=== RUN TestStepActionSpecValidateError/Properties_is_missing
stepaction_validation_test.go:1080: Actual error: missing field(s): task.properties
=== RUN TestStepActionSpecValidateError/array_used_in_unaccepted_field
stepaction_validation_test.go:1080: Actual error: variable type invalid in "$(params.baz)": image
=== RUN TestStepActionSpecValidateError/array_star_used_in_unaccepted_field
stepaction_validation_test.go:1080: Actual error: variable type invalid in "$(params.baz[*])": image
=== RUN TestStepActionSpecValidateError/array_not_properly_isolated
stepaction_validation_test.go:1080: Actual error: variable is not properly isolated in "not isolated: $(params.baz)": args[0]
=== RUN TestStepActionSpecValidateError/array_star_not_properly_isolated
stepaction_validation_test.go:1080: Actual error: variable is not properly isolated in "not isolated: $(params.baz[*])": args[0]
=== RUN TestStepActionSpecValidateError/inferred_array_not_properly_isolated
stepaction_validation_test.go:1080: Actual error: variable is not properly isolated in "not isolated: $(params.baz)": args[0]
=== RUN TestStepActionSpecValidateError/inferred_array_star_not_properly_isolated
stepaction_validation_test.go:1080: Actual error: variable is not properly isolated in "not isolated: $(params.baz[*])": args[0]
=== RUN TestStepActionSpecValidateError/params_used_in_script_field
stepaction_validation_test.go:1080: Actual error: param substitution in scripts is not allowed.: script
--- PASS: TestStepActionSpecValidateError (0.05s)
--- PASS: TestStepActionSpecValidateError/inexistent_image_field (0.00s)
--- PASS: TestStepActionSpecValidateError/param_default_value_references_undefined_param (0.00s)
--- PASS: TestStepActionSpecValidateError/command_and_script_both_used. (0.00s)
--- PASS: TestStepActionSpecValidateError/windows_script_without_alpha. (0.00s)
--- PASS: TestStepActionSpecValidateError/step_script_refers_to_nonexistent_result (0.00s)
... skipping 2542 lines ...
taskrun_conversion_test.go:666: ConvertTo() = &v1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"tekton.dev/v1beta1Resources":"{\"outputs\":[{\"name\":\"gitspace\",\"resourceRef\":{\"name\":\"the-git-with-branch\"},\"paths\":[\"test-path\"]}]}"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.TaskRunSpec{Debug:(*v1.TaskRunDebug)(nil), Params:v1.Params(nil), ServiceAccountName:"", TaskRef:(*v1.TaskRef)(nil), TaskSpec:(*v1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1.WorkspaceBinding(nil), StepSpecs:[]v1.TaskRunStepSpec(nil), SidecarSpecs:[]v1.TaskRunSidecarSpec(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1.StepState(nil), RetriesStatus:[]v1.TaskRunStatus(nil), Results:[]v1.TaskRunResult(nil), Artifacts:(*v1.Artifacts)(nil), Sidecars:[]v1.SidecarState(nil), TaskSpec:(*v1.TaskSpec)(nil), Provenance:(*v1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
taskrun_conversion_test.go:671: ConvertFrom() = &v1beta1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1beta1.TaskRunSpec{Debug:(*v1beta1.TaskRunDebug)(nil), Params:v1beta1.Params(nil), Resources:(*v1beta1.TaskRunResources)(0xc0002dd4d0), ServiceAccountName:"", TaskRef:(*v1beta1.TaskRef)(nil), TaskSpec:(*v1beta1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1beta1.WorkspaceBinding(nil), StepOverrides:[]v1beta1.TaskRunStepOverride(nil), SidecarOverrides:[]v1beta1.TaskRunSidecarOverride(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1beta1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1beta1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1beta1.StepState(nil), CloudEvents:[]v1beta1.CloudEventDelivery(nil), RetriesStatus:[]v1beta1.TaskRunStatus(nil), ResourcesResult:[]result.RunResult(nil), TaskRunResults:[]v1beta1.TaskRunResult(nil), Sidecars:[]v1beta1.SidecarState(nil), TaskSpec:(*v1beta1.TaskSpec)(nil), Provenance:(*v1beta1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
=== RUN TestTaskRunConversionFromDeprecated/taskrun_status_task_resources
taskrun_conversion_test.go:666: ConvertTo() = &v1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"tekton.dev/v1beta1ResourcesStatus":"{\"inputs\":[{\"name\":\"input-resource\",\"type\":\"\"}],\"outputs\":[{\"name\":\"input-resource\",\"type\":\"image\"}]}"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.TaskRunSpec{Debug:(*v1.TaskRunDebug)(nil), Params:v1.Params(nil), ServiceAccountName:"", TaskRef:(*v1.TaskRef)(0xc000520060), TaskSpec:(*v1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1.WorkspaceBinding(nil), StepSpecs:[]v1.TaskRunStepSpec(nil), SidecarSpecs:[]v1.TaskRunSidecarSpec(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1.StepState(nil), RetriesStatus:[]v1.TaskRunStatus(nil), Results:[]v1.TaskRunResult(nil), Artifacts:(*v1.Artifacts)(nil), Sidecars:[]v1.SidecarState(nil), TaskSpec:(*v1.TaskSpec)(0xc0008a8000), Provenance:(*v1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
taskrun_conversion_test.go:671: ConvertFrom() = &v1beta1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1beta1.TaskRunSpec{Debug:(*v1beta1.TaskRunDebug)(nil), Params:v1beta1.Params(nil), Resources:(*v1beta1.TaskRunResources)(nil), ServiceAccountName:"", TaskRef:(*v1beta1.TaskRef)(0xc0008ce000), TaskSpec:(*v1beta1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1beta1.WorkspaceBinding(nil), StepOverrides:[]v1beta1.TaskRunStepOverride(nil), SidecarOverrides:[]v1beta1.TaskRunSidecarOverride(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1beta1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1beta1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1beta1.StepState(nil), CloudEvents:[]v1beta1.CloudEventDelivery(nil), RetriesStatus:[]v1beta1.TaskRunStatus(nil), ResourcesResult:[]result.RunResult(nil), TaskRunResults:[]v1beta1.TaskRunResult(nil), Sidecars:[]v1beta1.SidecarState(nil), TaskSpec:(*v1beta1.TaskSpec)(0xc000234600), Provenance:(*v1beta1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
=== RUN TestTaskRunConversionFromDeprecated/cloudEvents
taskrun_conversion_test.go:666: ConvertTo() = &v1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"tekton.dev/v1beta1CloudEvents":"[{\"target\":\"http//attemptedfailed\",\"status\":{\"condition\":\"Failed\",\"message\":\"iknewit\",\"retryCount\":1}},{\"target\":\"http//attemptedsucceeded\",\"status\":{\"condition\":\"Sent\",\"message\":\"\",\"retryCount\":1}}]"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.TaskRunSpec{Debug:(*v1.TaskRunDebug)(nil), Params:v1.Params(nil), ServiceAccountName:"", TaskRef:(*v1.TaskRef)(0xc0000c72c0), TaskSpec:(*v1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1.WorkspaceBinding(nil), StepSpecs:[]v1.TaskRunStepSpec(nil), SidecarSpecs:[]v1.TaskRunSidecarSpec(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1.StepState(nil), RetriesStatus:[]v1.TaskRunStatus(nil), Results:[]v1.TaskRunResult(nil), Artifacts:(*v1.Artifacts)(nil), Sidecars:[]v1.SidecarState(nil), TaskSpec:(*v1.TaskSpec)(nil), Provenance:(*v1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
taskrun_conversion_test.go:671: ConvertFrom() = &v1beta1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1beta1.TaskRunSpec{Debug:(*v1beta1.TaskRunDebug)(nil), Params:v1beta1.Params(nil), Resources:(*v1beta1.TaskRunResources)(nil), ServiceAccountName:"", TaskRef:(*v1beta1.TaskRef)(0xc0008ce070), TaskSpec:(*v1beta1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1beta1.WorkspaceBinding(nil), StepOverrides:[]v1beta1.TaskRunStepOverride(nil), SidecarOverrides:[]v1beta1.TaskRunSidecarOverride(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1beta1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1beta1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1beta1.StepState(nil), CloudEvents:[]v1beta1.CloudEventDelivery{v1beta1.CloudEventDelivery{Target:"http//attemptedfailed", Status:v1beta1.CloudEventDeliveryState{Condition:"Failed", SentAt:<nil>, Error:"iknewit", RetryCount:1}}, v1beta1.CloudEventDelivery{Target:"http//attemptedsucceeded", Status:v1beta1.CloudEventDeliveryState{Condition:"Sent", SentAt:<nil>, Error:"", RetryCount:1}}}, RetriesStatus:[]v1beta1.TaskRunStatus(nil), ResourcesResult:[]result.RunResult(nil), TaskRunResults:[]v1beta1.TaskRunResult(nil), Sidecars:[]v1beta1.SidecarState(nil), TaskSpec:(*v1beta1.TaskSpec)(nil), Provenance:(*v1beta1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
=== RUN TestTaskRunConversionFromDeprecated/resourcesResult
taskrun_conversion_test.go:666: ConvertTo() = &v1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"tekton.dev/v1beta1ResourcesResult":"[{\"key\":\"digest\",\"value\":\"sha256:1234\",\"resourceName\":\"source-image\"},{\"key\":\"digest-11\",\"value\":\"sha256:1234\",\"resourceName\":\"source-image\"}]"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.TaskRunSpec{Debug:(*v1.TaskRunDebug)(nil), Params:v1.Params(nil), ServiceAccountName:"", TaskRef:(*v1.TaskRef)(0xc0000c7500), TaskSpec:(*v1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1.WorkspaceBinding(nil), StepSpecs:[]v1.TaskRunStepSpec(nil), SidecarSpecs:[]v1.TaskRunSidecarSpec(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1.StepState(nil), RetriesStatus:[]v1.TaskRunStatus(nil), Results:[]v1.TaskRunResult(nil), Artifacts:(*v1.Artifacts)(nil), Sidecars:[]v1.SidecarState(nil), TaskSpec:(*v1.TaskSpec)(nil), Provenance:(*v1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
taskrun_conversion_test.go:671: ConvertFrom() = &v1beta1.TaskRun{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"foo", GenerateName:"", Namespace:"bar", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1beta1.TaskRunSpec{Debug:(*v1beta1.TaskRunDebug)(nil), Params:v1beta1.Params(nil), Resources:(*v1beta1.TaskRunResources)(nil), ServiceAccountName:"", TaskRef:(*v1beta1.TaskRef)(0xc0008ce150), TaskSpec:(*v1beta1.TaskSpec)(nil), Status:"", StatusMessage:"", Retries:0, Timeout:(*v1.Duration)(nil), PodTemplate:(*pod.Template)(nil), Workspaces:[]v1beta1.WorkspaceBinding(nil), StepOverrides:[]v1beta1.TaskRunStepOverride(nil), SidecarOverrides:[]v1beta1.TaskRunSidecarOverride(nil), ComputeResources:(*v1.ResourceRequirements)(nil)}, Status:v1beta1.TaskRunStatus{Status:v1.Status{ObservedGeneration:0, Conditions:v1.Conditions(nil), Annotations:map[string]string(nil)}, TaskRunStatusFields:v1beta1.TaskRunStatusFields{PodName:"", StartTime:<nil>, CompletionTime:<nil>, Steps:[]v1beta1.StepState(nil), CloudEvents:[]v1beta1.CloudEventDelivery(nil), RetriesStatus:[]v1beta1.TaskRunStatus(nil), ResourcesResult:[]result.RunResult{result.RunResult{Key:"digest", Value:"sha256:1234", ResourceName:"source-image", ResultType:0}, result.RunResult{Key:"digest-11", Value:"sha256:1234", ResourceName:"source-image", ResultType:0}}, TaskRunResults:[]v1beta1.TaskRunResult(nil), Sidecars:[]v1beta1.SidecarState(nil), TaskSpec:(*v1beta1.TaskSpec)(nil), Provenance:(*v1beta1.Provenance)(nil), SpanContext:map[string]string(nil)}}}
--- PASS: TestTaskRunConversionFromDeprecated (0.01s)
--- PASS: TestTaskRunConversionFromDeprecated/input_resources (0.00s)
--- PASS: TestTaskRunConversionFromDeprecated/output_resources (0.00s)
... skipping 519 lines ...
helper = store
, wanted: [credential]
helper = store
[credential "https://github.com"]
username = bar
creds_test.go:82: got: https://bar:baz@https://github.com, wanted: https://bar:baz@github.com
--- FAIL: TestBasicFlagHandling (0.00s)
=== RUN TestBasicFlagHandlingTwice
creds_test.go:137: got: [credential "https://github.com"]
helper = store
[credential "https://gitlab.com"]
helper = store
, wanted: [credential]
... skipping 2 lines ...
username = asdf
[credential "https://gitlab.com"]
username = bleh
creds_test.go:149: got: https://asdf:blah@https://github.com
https://bleh:belch@https://gitlab.com, wanted: https://asdf:blah@github.com
https://bleh:belch@gitlab.com
--- FAIL: TestBasicFlagHandlingTwice (0.07s)
=== RUN TestBasicFlagHandlingMissingFiles
--- PASS: TestBasicFlagHandlingMissingFiles (0.00s)
=== RUN TestBasicFlagHandlingURLCollision
--- PASS: TestBasicFlagHandlingURLCollision (0.00s)
=== RUN TestSSHFlagHandling
--- PASS: TestSSHFlagHandling (0.00s)
... skipping 12 lines ...
helper = store
, wanted: [credential]
helper = store
[credential "https://github.com"]
username = foo\\bar\\banana
creds_test.go:515: got: https://foo%5Cbar%5Cbanana:baz@https://github.com, wanted: https://foo%5Cbar%5Cbanana:baz@github.com
--- FAIL: TestBasicBackslashInUsername (0.00s)
FAIL
FAIL github.com/tektoncd/pipeline/pkg/credentials/gitcreds 0.181s
=== RUN TestTryCopyCredDir
--- PASS: TestTryCopyCredDir (0.00s)
=== RUN TestTryCopyCredFile
--- PASS: TestTryCopyCredFile (0.00s)
=== RUN TestTryCopyCredFileMissing
--- PASS: TestTryCopyCredFileMissing (0.00s)
... skipping 25 lines ...
=== RUN TestEntrypointer/all_together_now
=== RUN TestEntrypointer/multiple_wait_files
=== RUN TestEntrypointer/breakpointOnFailure_to_wait_or_not_to_wait_
=== RUN TestEntrypointer/breakpointBeforeStep_to_wait_or_not_to_wait
2025/02/12 18:17:32 debug before step breakpoint has taken effect, waiting for user's decision:
1) continue, use cmd: /tekton/debug/scripts/debug-beforestep-continue
2) fail-continue, use cmd: /tekton/debug/scripts/debug-beforestep-fail-continue
=== RUN TestEntrypointer/all_breakpoints_to_wait_or_not_to_wait
2025/02/12 18:17:32 debug before step breakpoint has taken effect, waiting for user's decision:
1) continue, use cmd: /tekton/debug/scripts/debug-beforestep-continue
2) fail-continue, use cmd: /tekton/debug/scripts/debug-beforestep-fail-continue
--- PASS: TestEntrypointer (0.30s)
--- PASS: TestEntrypointer/do_nothing (0.10s)
--- PASS: TestEntrypointer/just_entrypoint (0.03s)
--- PASS: TestEntrypointer/entrypoint_and_args (0.06s)
--- PASS: TestEntrypointer/just_args (0.01s)
--- PASS: TestEntrypointer/wait_file (0.00s)
... skipping 4 lines ...
--- PASS: TestEntrypointer/breakpointBeforeStep_to_wait_or_not_to_wait (0.01s)
--- PASS: TestEntrypointer/all_breakpoints_to_wait_or_not_to_wait (0.03s)
=== RUN TestCheckForBreakpointOnFailure
=== RUN TestCheckForBreakpointOnFailure/set_breakpoint_on_failure_and_exit_with_code_0
2025/02/12 18:17:32 debug onFailure breakpoint has taken effect, waiting for user's decision:
1) continue, use cmd: /tekton/debug/scripts/debug-continue
2) fail-continue, use cmd: /tekton/debug/scripts/debug-fail-continue
2025/02/12 18:17:32 Breakpoint exiting with exit code 0
=== RUN TestCheckForBreakpointOnFailure/unset_breakpoint_on_failure
--- PASS: TestCheckForBreakpointOnFailure (0.00s)
--- PASS: TestCheckForBreakpointOnFailure/set_breakpoint_on_failure_and_exit_with_code_0 (0.00s)
--- PASS: TestCheckForBreakpointOnFailure/unset_breakpoint_on_failure (0.00s)
=== RUN TestReadResultsFromDisk
... skipping 24 lines ...
=== RUN TestEntrypointer_OnError/the_step_is_exiting_with_0,_ignore_the_step_error_irrespective_of_no_error_with_onError_set_to_continue
=== RUN TestEntrypointer_OnError/the_step_is_exiting_with_1,_treat_the_step_error_as_failure_with_onError_set_to_stopAndFail
=== RUN TestEntrypointer_OnError/the_step_is_exiting_with_0,_treat_the_step_error_(but_there_is_none)_as_failure_with_onError_set_to_stopAndFail
=== RUN TestEntrypointer_OnError/the_step_set_debug_before_step,_and_before_step_breakpoint_fail-continue
2025/02/12 18:17:32 debug before step breakpoint has taken effect, waiting for user's decision:
1) continue, use cmd: /tekton/debug/scripts/debug-beforestep-continue
2) fail-continue, use cmd: /tekton/debug/scripts/debug-beforestep-fail-continue
2025/02/12 18:17:32 error occurred while waiting for step-one.beforestepexit : before step breakpoint error file, user decided to skip the current step execution
--- PASS: TestEntrypointer_OnError (0.03s)
--- PASS: TestEntrypointer_OnError/the_step_is_exiting_with_1,_ignore_the_step_error_when_onError_is_set_to_continue (0.01s)
--- PASS: TestEntrypointer_OnError/the_step_is_exiting_with_0,_ignore_the_step_error_irrespective_of_no_error_with_onError_set_to_continue (0.01s)
--- PASS: TestEntrypointer_OnError/the_step_is_exiting_with_1,_treat_the_step_error_as_failure_with_onError_set_to_stopAndFail (0.01s)
--- PASS: TestEntrypointer_OnError/the_step_is_exiting_with_0,_treat_the_step_error_(but_there_is_none)_as_failure_with_onError_set_to_stopAndFail (0.00s)
--- PASS: TestEntrypointer_OnError/the_step_set_debug_before_step,_and_before_step_breakpoint_fail-continue (0.00s)
... skipping 452 lines ...
PASS
ok github.com/tektoncd/pipeline/pkg/names 1.070s
? github.com/tektoncd/pipeline/pkg/pipelinerunmetrics/fake [no test files]
=== RUN TestUninitializedMetrics
--- PASS: TestUninitializedMetrics (0.00s)
=== RUN TestOnStore
{"level":"error","msg":"Failed to do type insertion for extracting metrics config"}
{"level":"error","msg":"Failed to register View invalid config for PipelinerunLevel: bar "}
--- PASS: TestOnStore (0.00s)
=== RUN TestRecordPipelineRunDurationCount
=== RUN TestRecordPipelineRunDurationCount/for_succeeded_pipeline
=== RUN TestRecordPipelineRunDurationCount/for_succeeded_pipeline_different_condition
=== RUN TestRecordPipelineRunDurationCount/for_succeeded_pipeline_recount
=== RUN TestRecordPipelineRunDurationCount/for_cancelled_pipeline
... skipping 595 lines ...
=== RUN TestMakeTaskRunStatus/the_failed_task_show_task_results
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.206294385Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
=== RUN TestMakeTaskRunStatus/taskrun_status_set_to_failed_if_task_fails
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.213948366Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
=== RUN TestMakeTaskRunStatus/termination_message_not_adhering_to_RunResult_format_is_filtered_from_taskrun_termination_message
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.218943068Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
{"severity":"ERROR","timestamp":"2025-02-12T18:18:03.219260465Z","caller":"termination/parse.go:49","message":"termination message contains non taskrun or pipelineresource result keys","stacktrace":"github.com/tektoncd/pipeline/pkg/termination.ParseMessage\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/termination/parse.go:49\ngithub.com/tektoncd/pipeline/pkg/pod.setTaskRunStatusBasedOnStepStatus\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status.go:312\ngithub.com/tektoncd/pipeline/pkg/pod.MakeTaskRunStatus\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status.go:160\ngithub.com/tektoncd/pipeline/pkg/pod.TestMakeTaskRunStatus.func1\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status_test.go:1973\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1690"}
=== RUN TestMakeTaskRunStatus/filter_internaltektonresult
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.224361571Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
=== RUN TestMakeTaskRunStatus/filter_internaltektonresult_with_`type`_as_string
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.228755287Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
=== RUN TestMakeTaskRunStatus/correct_TaskRun_status_step_order_regardless_of_pod_container_status_order
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.303106908Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
... skipping 74 lines ...
--- PASS: TestMakeTaskRunStatusAlpha/test_string_result (0.00s)
--- PASS: TestMakeTaskRunStatusAlpha/test_array_result (0.00s)
--- PASS: TestMakeTaskRunStatusAlpha/test_object_result (0.00s)
--- PASS: TestMakeTaskRunStatusAlpha/test_string_result_with_json_emitted_results (0.00s)
=== RUN TestMakeRunStatusJSONError
{"severity":"INFO","timestamp":"2025-02-12T18:18:03.503841929Z","caller":"logging/config.go:80","message":"Unable to read vcs.revision from binary"}
{"severity":"ERROR","timestamp":"2025-02-12T18:18:03.504305309Z","caller":"pod/status.go:314","message":"termination message could not be parsed sas JSON: parsing message json: invalid character 'h' in literal true (expecting 'r'), msg: this is a non-json termination message. dont panic!","stacktrace":"github.com/tektoncd/pipeline/pkg/pod.setTaskRunStatusBasedOnStepStatus\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status.go:314\ngithub.com/tektoncd/pipeline/pkg/pod.MakeTaskRunStatus\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status.go:160\ngithub.com/tektoncd/pipeline/pkg/pod.TestMakeRunStatusJSONError\n\t/home/prow/go/src/github.com/tektoncd/pipeline/pkg/pod/status_test.go:2595\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1690"}
--- PASS: TestMakeRunStatusJSONError (0.07s)
=== RUN TestSidecarsReady
=== RUN TestSidecarsReady/no_sidecars
=== RUN TestSidecarsReady/both_sidecars_ready
=== RUN TestSidecarsReady/one_sidecar_ready,_one_not_running
=== RUN TestSidecarsReady/one_sidecar_running_but_not_ready
... skipping 147 lines ...
=== RUN TestSendCloudEventWithRetries/test-send-cloud-event-taskrun
logger.go:146: 2025-02-12T18:17:56.631Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0004c1c60 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.720Z DEBUG cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.taskrun.successful.v1"
=== RUN TestSendCloudEventWithRetries/test-send-cloud-event-pipelinerun
logger.go:146: 2025-02-12T18:17:56.721Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284920 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.724Z DEBUG cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.pipelinerun.successful.v1"
=== RUN TestSendCloudEventWithRetries/test-send-cloud-event-failed
logger.go:146: 2025-02-12T18:17:56.725Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0003cc040 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.726Z DEBUG cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.pipelinerun.successful.v1"
logger.go:146: 2025-02-12T18:17:56.726Z WARN cloudevent/cloud_event_controller.go:125 Failed to send cloudevent: had to fail. Event ID: d932c962-e146-47f9-bd66-53f3b114b792
=== RUN TestSendCloudEventWithRetries/test-send-cloud-event-customrun
logger.go:146: 2025-02-12T18:17:56.802Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284000 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.803Z DEBUG cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.customrun.started.v1"
--- PASS: TestSendCloudEventWithRetries (0.17s)
--- PASS: TestSendCloudEventWithRetries/test-send-cloud-event-taskrun (0.09s)
--- PASS: TestSendCloudEventWithRetries/test-send-cloud-event-pipelinerun (0.00s)
--- PASS: TestSendCloudEventWithRetries/test-send-cloud-event-failed (0.00s)
--- PASS: TestSendCloudEventWithRetries/test-send-cloud-event-customrun (0.00s)
=== RUN TestSendCloudEventWithRetriesInvalid
=== RUN TestSendCloudEventWithRetriesInvalid/test-send-cloud-event-invalid-taskrun
logger.go:146: 2025-02-12T18:17:56.804Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284160 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
=== RUN TestSendCloudEventWithRetriesInvalid/test-send-cloud-event-pipelinerun
logger.go:146: 2025-02-12T18:17:56.804Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284240 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
--- PASS: TestSendCloudEventWithRetriesInvalid (0.00s)
--- PASS: TestSendCloudEventWithRetriesInvalid/test-send-cloud-event-invalid-taskrun (0.00s)
--- PASS: TestSendCloudEventWithRetriesInvalid/test-send-cloud-event-pipelinerun (0.00s)
=== RUN TestSendCloudEventWithRetriesNoClient
logger.go:146: 2025-02-12T18:17:56.805Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284300 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.805Z ERROR cloudevent/cloudeventclient.go:102 Unable to fetch client from context.
--- PASS: TestSendCloudEventWithRetriesNoClient (0.00s)
=== RUN TestEmitCloudEvents
logger.go:146: 2025-02-12T18:17:56.805Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284420 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.806Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc000284500 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.806Z INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0xc0002845e0 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}
logger.go:146: 2025-02-12T18:17:56.806Z DEBUG cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.customrun.started.v1"
... skipping 163 lines ...
logger.go:146: 2025-02-12T18:17:57.158Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition.config-store configmap/store.go:155 defaults/features/artifacts config "config-observability" config was added or updated: &config.Metrics{TaskrunLevel:"task", PipelinerunLevel:"pipeline", RunningPipelinerunLevel:"", DurationTaskrunType:"histogram", DurationPipelinerunType:"histogram", CountWithReason:false, ThrottleWithNamespace:false}
logger.go:146: 2025-02-12T18:17:57.159Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition.config-store configmap/store.go:155 defaults/features/artifacts config "config-spire" config was added or updated: &config.SpireConfig{TrustDomain:"example.org", SocketPath:"unix:///spiffe-workload-api/spire-agent.sock", ServerAddr:"spire-server.spire.svc.cluster.local:8081", NodeAliasPrefix:"/tekton-node/", MockSpire:false}
logger.go:146: 2025-02-12T18:17:57.159Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition.config-store configmap/store.go:155 defaults/features/artifacts config "config-tracing" config was added or updated: &config.Tracing{Enabled:false, Endpoint:"http://jaeger-collector.jaeger.svc.cluster.local:14268/api/traces", CredentialsSecret:""}
logger.go:146: 2025-02-12T18:17:57.159Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition.config-store configmap/store.go:155 defaults/features/artifacts config "feature-flags" config was added or updated: &config.FeatureFlags{DisableAffinityAssistant:false, DisableCredsInit:false, RunningInEnvWithInjectedSidecars:true, RequireGitSSHSecretKnownHosts:false, EnableAPIFields:"beta", SendCloudEventsForRuns:true, AwaitSidecarReadiness:true, EnforceNonfalsifiability:"none", EnableKeepPodOnCancel:false, VerificationNoMatchPolicy:"ignore", EnableProvenanceInStatus:true, ResultExtractionMethod:"termination-message", MaxResultSize:4096, SetSecurityContext:false, Coschedule:"workspaces", EnableCELInWhenExpression:false, EnableStepActions:false, EnableParamEnum:false, EnableArtifacts:false, DisableInlineSpec:"", EnableConciseResolverSyntax:false, EnableKubernetesSidecar:false}
logger.go:146: 2025-02-12T18:17:57.258Z INFO TestReconcile_CloudEvents/CustomRun_with_finished_false_condition customrun/customrun.go:53 Reconciling test-customRun
logger.go:146: 2025-02-12T18:17:57.258Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition customrun/customrun.go:65 Emitting cloudevent for test-customRun, condition: &{Succeeded False {0001-01-01 00:00:00 +0000 UTC} CustomRunCancelled }
logger.go:146: 2025-02-12T18:17:57.259Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.customrun.failed.v1"
logger.go:146: 2025-02-12T18:17:57.260Z INFO TestReconcile_CloudEvents/CustomRun_with_finished_false_condition customrun/customrun.go:53 Reconciling test-customRun
logger.go:146: 2025-02-12T18:17:57.261Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition customrun/customrun.go:65 Emitting cloudevent for test-customRun, condition: &{Succeeded False {0001-01-01 00:00:00 +0000 UTC} CustomRunCancelled }
logger.go:146: 2025-02-12T18:17:57.261Z DEBUG TestReconcile_CloudEvents/CustomRun_with_finished_false_condition cloudevent/cloud_event_controller.go:112 Sending cloudevent of type "dev.tekton.event.customrun.failed.v1"
logger.go:146: 2025-02-12T18:17:57.262Z INFO TestReconcile_CloudEvents/CustomRun_with_finished_false_condition cloudevent/cloud_event_controller.go:120 cloudevent Context Attributes,
specversion: 1.0
type: dev.tekton.event.customrun.failed.v1
source: /apis///namespaces/foo//test-customRun
subject: test-customRun
id: a4ee2f7d-8dd4-401c-8c2d-80b61faf4a56
datacontenttype: application/json
Data,
{
... skipping 148 lines ...