ResultABORTED
Tests 0 failed / 0 succeeded
Started2025-07-02 13:29
Elapsed2m48s
Revision5c630004b27225708625cd59e0f9448edfea3cbd
Refs 1850

No Test Failures!


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 2 lines ...
Running tests with 'go test -race -v  ./... '
++ mktemp
+ local report=/tmp/tmp.7KATzfIRS0
+ go test -race -v ./...
+ tee /tmp/tmp.7KATzfIRS0
?   	github.com/tektoncd/triggers/cmd/binding-eval	[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-02T13:32:08Z"}