Error lines from build-log.txt
... skipping 247 lines ...
+ readonly RUN_UNIT_TESTS
+ readonly RUN_INTEGRATION_TESTS
+ readonly RUN_CONFORMANCE_TESTS
+ readonly EMIT_METRICS
+ readonly TEST_TO_RUN
+ cd /home/prow/go/src/github.com/tektoncd/triggers
+ local failed=0
+ [[ -n '' ]]
+ run_build_tests
+ (( ! RUN_BUILD_TESTS ))
+ return 0
+ (( ! PRESUBMIT_TEST_FAIL_FAST ))
+ run_unit_tests
... skipping 6 lines ...
+ local 'msg===== RUNNING UNIT TESTS ===='
+ local border=============================
+ echo -e '============================\n==== RUNNING UNIT TESTS ====\n============================'
============================
==== RUNNING UNIT TESTS ====
============================
+ local failed=0
+ function_exists pre_unit_tests
++ type -t pre_unit_tests
+ [[ '' == \f\u\n\c\t\i\o\n ]]
+ (( ! failed ))
+ function_exists unit_tests
++ type -t unit_tests
+ [[ '' == \f\u\n\c\t\i\o\n ]]
+ default_unit_test_runner
+ report_go_test ./...
+ local 'args= ./... '
... skipping 846 lines ...
? github.com/tektoncd/triggers/pkg/client/injection/reconciler/triggers/v1alpha1/clusterinterceptor [no test files]
? github.com/tektoncd/triggers/pkg/client/injection/reconciler/triggers/v1alpha1/eventlistener [no test files]
? github.com/tektoncd/triggers/pkg/client/injection/reconciler/triggers/v1alpha1/interceptor [no test files]
? github.com/tektoncd/triggers/pkg/client/injection/reconciler/triggers/v1beta1/eventlistener [no test files]
? github.com/tektoncd/triggers/pkg/client/listers/triggers/v1alpha1 [no test files]
? github.com/tektoncd/triggers/pkg/client/listers/triggers/v1beta1 [no test files]
{"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-07-02T16:03:15Z"}
=== RUN TestGetConditions
=== RUN TestGetConditions/No_status
time="2025-07-02T16:03:14Z" level=warning msg="empty status conditions for the created custom object"
=== RUN TestGetConditions/Status_but_no_conditions
time="2025-07-02T16:03:14Z" level=warning msg="empty status conditions for the created custom object"
=== RUN TestGetConditions/Status_with_conditions
... skipping 10 lines ...