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 8 lines ...