Error lines from build-log.txt
... skipping 202 lines ...
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp/gce.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp/gke.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/LICENSE
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/README.md
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/cloudmonitoring.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/constants.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/error.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/metric.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/option.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/version.go
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping/LICENSE
vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping/resourcemapping.go
vendor/github.com/cloudevents/sdk-go/v2/event/content_type.go
... skipping 1096 lines ...
found .github/workflows/golangci-lint.yaml
found .golangci.yml
.github/workflows/golangci-lint.yaml
2:1 warning truthy value should be one of [false, true] (truthy)
25:73 warning too few spaces before comment (comments)
29:73 warning too few spaces before comment (comments)
37:1 error too many blank lines (1 > 0) (empty-lines)
--------------------------------------
---- Checking that go code builds ----
--------------------------------------
internal/coverage/rtcov
internal/goos
... skipping 1913 lines ...
"properties": {
"condition": {
"description": "Current status",
"type": "string"
},
"message": {
"description": "Error is the text of error (if any)",
"type": "string",
"default": ""
},
"retryCount": {
"description": "RetryCount is the number of attempts of sending the cloud event",
"type": "integer",
... skipping 1004 lines ...
},
"name": {
"description": "Name is the name of this task within the context of a Pipeline. Name is used as a coordinate with the `from` and `runAfter` fields to establish the execution order of tasks relative to one another.",
"type": "string"
},
"onError": {
"description": "OnError defines the exiting behavior of a PipelineRun on error can be set to [ continue | stopAndFail ]",
"type": "string"
},
"params": {
"description": "Parameters declares parameters passed to this task.",
"type": "array",
"items": {
... skipping 167 lines ...
},
"x-kubernetes-list-type": "atomic"
}
}
},
"v1beta1.PipelineTaskRun": {
"description": "PipelineTaskRun reports the results of running a step in the Task. Each task has the potential to succeed or fail (based on the exit code) and produces logs.",
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
... skipping 263 lines ...
},
"securityContext": {
"description": "SecurityContext defines the security options the Sidecar should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
"$ref": "#/definitions/v1.SecurityContext"
},
"startupProbe": {
"description": "StartupProbe indicates that the Pod the Sidecar is running in has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"$ref": "#/definitions/v1.Probe"
},
"stdin": {
"description": "Whether this Sidecar should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the Sidecar will always result in EOF. Default is false.",
"type": "boolean"
},
... skipping 3 lines ...
},
"terminationMessagePath": {
"description": "Optional: Path at which the file to which the Sidecar's termination message will be written is mounted into the Sidecar's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
"type": "string"
},
"terminationMessagePolicy": {
"description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the Sidecar status message on both success and failure. FallbackToLogsOnError will use the last chunk of Sidecar log output if the termination message file is empty and the Sidecar exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.",
"type": "string"
},
"tty": {
"description": "Whether this Sidecar should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.",
"type": "boolean"
},
... skipping 154 lines ...
"name": {
"description": "Name of the Step specified as a DNS_LABEL. Each Step in a Task must have a unique name.",
"type": "string",
"default": ""
},
"onError": {
"description": "OnError defines the exiting behavior of a container on error can be set to [ continue | stopAndFail ]",
"type": "string"
},
"params": {
"description": "Params declares parameters passed to this step action.",
"type": "array",
"items": {
... skipping 44 lines ...
},
"securityContext": {
"description": "SecurityContext defines the security options the Step should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
"$ref": "#/definitions/v1.SecurityContext"
},
"startupProbe": {
"description": "DeprecatedStartupProbe indicates that the Pod this Step runs in has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n\nDeprecated: This field will be removed in a future release.",
"$ref": "#/definitions/v1.Probe"
},
"stderrConfig": {
"description": "Stores configuration for the stderr stream of the step.",
"$ref": "#/definitions/v1beta1.StepOutputConfig"
},
... skipping 355 lines ...
},
"securityContext": {
"description": "SecurityContext defines the security options the Step should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
"$ref": "#/definitions/v1.SecurityContext"
},
"startupProbe": {
"description": "DeprecatedStartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes\n\nDeprecated: This field will be removed in a future release.",
"$ref": "#/definitions/v1.Probe"
},
"stdin": {
"description": "Whether this Step should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the Step will always result in EOF. Default is false.\n\nDeprecated: This field will be removed in a future release.",
"type": "boolean"
},
... skipping 74 lines ...
"type": "string",
"default": ""
},
"x-kubernetes-list-type": "atomic"
},
"onFailure": {
"description": "if enabled, pause TaskRun on failure of a step failed step will not exit",
"type": "string"
}
}
},
"v1beta1.TaskList": {
"description": "TaskList contains a list of Task",
... skipping 914 lines ...
I0808 03:19:13.473609 21473 main.go:170] written to ./docs/triggers-api.md
Diffing /home/prow/go/src/github.com/tektoncd/triggers against freshly generated codegen
/home/prow/go/src/github.com/tektoncd/triggers up to date.
-----------------------------------------
---- Checking for forbidden licenses ----
-----------------------------------------
{"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:169","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2025-08-08T03:19:23Z"}