build_1.9
1Running with gitlab-runner 12.5.0-rc1 (b295d93b)2 on docker-auto-scale fa6cab464Pulling docker image golang:1.9 ...5Using docker image sha256:ef89ef5c42a90ec98bda7bbef0495c1ca6f43a31d059148c368b71858de463d2 for golang:1.9 ... 6 Running on runner-fa6cab46-project-9438583-concurrent-0 via runner-fa6cab46-srm-1573939796-4a61b656...
00:05
8Initialized empty Git repository in /builds/gitlab-org/labkit/.git/9Created fresh repository.11 * [new ref] refs/pipelines/96424151 -> refs/pipelines/9642415112 * [new branch] 5-upgrade-to-sentry-go -> origin/5-upgrade-to-sentry-go13 * [new branch] 7-update-jaeger-client-go -> origin/7-update-jaeger-client-go14 * [new branch] an-labkit-opencensus -> origin/an-labkit-opencensus15 * [new branch] an-move-helper-functions-workhorse -> origin/an-move-helper-functions-workhorse16 * [new branch] circuit_breaker -> origin/circuit_breaker17 * [new branch] dcroft-mirgrating_from_raven_to_sentry -> origin/dcroft-mirgrating_from_raven_to_sentry18 * [new branch] labkit-ruby -> origin/labkit-ruby19 * [new branch] master -> origin/master20 * [new branch] sh-rename-request-id-correlation-id -> origin/sh-rename-request-id-correlation-id21 * [new branch] zj-custom-logger-opts -> origin/zj-custom-logger-opts22 * [new branch] zj-labkit-logger-package -> origin/zj-labkit-logger-package23 * [new branch] zj-version-monitoring -> origin/zj-version-monitoring24Checking out a0d489bc as 5-upgrade-to-sentry-go...25Skipping Git submodules setup27$ ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME28'/go/src/gitlab.com/gitlab-org/labkit' -> '/builds/gitlab-org/labkit'29$ cd $GOPATH/src/$REPO_NAME30$ ./compile.sh31+ go build -tags '' ./...32errortracking/capture.go:6:2: cannot find package "github.com/getsentry/sentry-go" in any of:33 /go/src/gitlab.com/gitlab-org/labkit/vendor/github.com/getsentry/sentry-go (vendor tree)34 /usr/local/go/src/github.com/getsentry/sentry-go (from $GOROOT)35 /go/src/github.com/getsentry/sentry-go (from $GOPATH)36errortracking/http_handler.go:6:2: cannot find package "github.com/getsentry/sentry-go/http" in any of:37 /go/src/gitlab.com/gitlab-org/labkit/vendor/github.com/getsentry/sentry-go/http (vendor tree)38 /usr/local/go/src/github.com/getsentry/sentry-go/http (from $GOROOT)39 /go/src/github.com/getsentry/sentry-go/http (from $GOPATH)40ERROR: Job failed: exit code 1