Error lines from build-log.txt
... skipping 608 lines ...
go: downloading cloud.google.com/go/auth v0.14.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.7
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
? github.com/tektoncd/hub/api/test/cli [no test files]
--- FAIL: TestGetIneractiveE2E (0.15s)
--- FAIL: TestGetIneractiveE2E/Result_for_get_command_when_resource_name_and_version_is_passed (0.03s)
cli.go:119: assertion failed:
Command: /home/prow/go/src/github.com/tektoncd/hub/api/tkn-hub get task foo --version=0.1 --from=tekton --api-server=http://localhost:8080
ExitCode: 1
Error: exit status 1
Stdout:
Stderr: Error: Get "http://localhost:8080/v1/resource/tekton/task/foo/0.1": dial tcp 127.0.0.1:8080: connect: connection refused
Failures:
ExitCode was 1 expected 0
Expected no error
FAIL
FAIL github.com/tektoncd/hub/api/test/e2e/get 0.161s
ok github.com/tektoncd/hub/api/test/e2e/info 0.209s
FAIL
ERROR: api e2e test failed
+ EXIT_VALUE=1
+ set +o xtrace