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 459 lines ...
--- PASS: TestTriggerValidate_error/Trigger_template_with_both_ref_and_spec (0.00s)
--- PASS: TestTriggerValidate_error/Trigger_template_with_both_name_and_spec (0.00s)
--- PASS: TestTriggerValidate_error/Trigger_template_missing_both_ref_and_spec (0.00s)
--- PASS: TestTriggerValidate_error/Trigger_template_with_invalid_spec (0.00s)
PASS
ok github.com/tektoncd/triggers/pkg/apis/triggers/v1alpha1 1.350s
{"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-02T14:36:50Z"}