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= ./... '
+ local 'go_test=go test -race -v ./... '
+ echo 'Running tests with '\''go test -race -v ./... '\'''
Running tests with 'go test -race -v ./... '
++ mktemp
+ local report=/tmp/tmp.dAFaYMQ9zz
+ go test -race -v ./...
+ tee /tmp/tmp.dAFaYMQ9zz
{"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-02T13:55:28Z"}