Source: gitlab-ci-multi-runner Version: 14.10.1-1 Severity: serious Tags: ftbfs
Hi, gitlab-ci-multi-runner fails to build from source in unstable on amd64. The tail of the build log does not make that much sense to me. I hope that someone else can decypher it: | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 | gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes | dh_auto_build: error: cd _build && go install -trimpath -v -p 8 -ldflags "-X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=14.10.1 -X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=14.10.1" gitlab.com/gitlab-org/gitlab-runner gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper gitlab.com/gitlab-org/gitlab-runner/boring gitlab.com/gitlab-org/gitlab-runner/cache gitlab.com/gitlab-org/gitlab-runner/cache/azure gitlab.com/gitlab-org/gitlab-runner/cache/gcs gitlab.com/gitlab-org/gitlab-runner/cache/s3 gitlab.com/gitlab-org/gitlab-runner/cache/test gitlab.com/gitlab-org/gitlab-runner/commands gitlab.com/gitlab-org/gitlab-runner/commands/helpers gitlab.com/gitlab-org/gitlab-runner/commands/helpers/archive gitlab.com/gitlab-org/gitlab-runner/commands/helpers/archive/fastzip gitlab.com/gitlab-org/gitlab-runner/commands/helpers/archive/gziplegacy gitlab.com/gitlab-org/gitlab-runner/commands/helpers/archive/raw gitlab.com/gitlab-org/gitlab-runner/commands/helpers/archive/ziplegacy gitlab.com/gitlab-org/gitlab-runner/commands/helpers/meter gitlab.com/gitlab-org/gitlab-runner/common gitlab.com/gitlab-org/gitlab-runner/common/buildtest gitlab.com/gitlab-org/gitlab-runner/executors gitlab.com/gitlab-org/gitlab-runner/executors/custom gitlab.com/gitlab-org/gitlab-runner/executors/custom/api gitlab.com/gitlab-org/gitlab-runner/executors/custom/command gitlab.com/gitlab-org/gitlab-runner/executors/docker gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/exec gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/labels gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/pull gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/user gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/wait gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine gitlab.com/gitlab-org/gitlab-runner/executors/parallels gitlab.com/gitlab-org/gitlab-runner/executors/shell gitlab.com/gitlab-org/gitlab-runner/executors/ssh gitlab.com/gitlab-org/gitlab-runner/executors/virtualbox gitlab.com/gitlab-org/gitlab-runner/executors/vm gitlab.com/gitlab-org/gitlab-runner/helpers gitlab.com/gitlab-org/gitlab-runner/helpers/archives gitlab.com/gitlab-org/gitlab-runner/helpers/certificate gitlab.com/gitlab-org/gitlab-runner/helpers/cli gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage gitlab.com/gitlab-org/gitlab-runner/helpers/container/services gitlab.com/gitlab-org/gitlab-runner/helpers/container/services/test gitlab.com/gitlab-org/gitlab-runner/helpers/container/windows gitlab.com/gitlab-org/gitlab-runner/helpers/dns gitlab.com/gitlab-org/gitlab-runner/helpers/dns/test gitlab.com/gitlab-org/gitlab-runner/helpers/docker gitlab.com/gitlab-org/gitlab-runner/helpers/docker/auth gitlab.com/gitlab-org/gitlab-runner/helpers/docker/errors gitlab.com/gitlab-org/gitlab-runner/helpers/docker/test gitlab.com/gitlab-org/gitlab-runner/helpers/featureflags gitlab.com/gitlab-org/gitlab-runner/helpers/gitlab_ci_yaml_parser gitlab.com/gitlab-org/gitlab-runner/helpers/limitwriter gitlab.com/gitlab-org/gitlab-runner/helpers/parallels gitlab.com/gitlab-org/gitlab-runner/helpers/path gitlab.com/gitlab-org/gitlab-runner/helpers/process gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus gitlab.com/gitlab-org/gitlab-runner/helpers/retry gitlab.com/gitlab-org/gitlab-runner/helpers/secrets gitlab.com/gitlab-org/gitlab-runner/helpers/secrets/resolvers/vault gitlab.com/gitlab-org/gitlab-runner/helpers/sentry gitlab.com/gitlab-org/gitlab-runner/helpers/service gitlab.com/gitlab-org/gitlab-runner/helpers/ssh gitlab.com/gitlab-org/gitlab-runner/helpers/test gitlab.com/gitlab-org/gitlab-runner/helpers/timeperiod gitlab.com/gitlab-org/gitlab-runner/helpers/tls gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain gitlab.com/gitlab-org/gitlab-runner/helpers/trace gitlab.com/gitlab-org/gitlab-runner/helpers/url gitlab.com/gitlab-org/gitlab-runner/helpers/vault gitlab.com/gitlab-org/gitlab-runner/helpers/vault/auth_methods gitlab.com/gitlab-org/gitlab-runner/helpers/vault/auth_methods/jwt gitlab.com/gitlab-org/gitlab-runner/helpers/vault/internal/registry gitlab.com/gitlab-org/gitlab-runner/helpers/vault/secret_engines gitlab.com/gitlab-org/gitlab-runner/helpers/vault/secret_engines/kv_v1 gitlab.com/gitlab-org/gitlab-runner/helpers/vault/secret_engines/kv_v2 gitlab.com/gitlab-org/gitlab-runner/helpers/vault/service gitlab.com/gitlab-org/gitlab-runner/helpers/virtualbox gitlab.com/gitlab-org/gitlab-runner/log gitlab.com/gitlab-org/gitlab-runner/log/test gitlab.com/gitlab-org/gitlab-runner/network gitlab.com/gitlab-org/gitlab-runner/referees gitlab.com/gitlab-org/gitlab-runner/session gitlab.com/gitlab-org/gitlab-runner/session/proxy gitlab.com/gitlab-org/gitlab-runner/session/terminal gitlab.com/gitlab-org/gitlab-runner/shells gitlab.com/gitlab-org/gitlab-runner/shells/shellstest returned exit code 1 | make[1]: *** [debian/rules:47: override_dh_auto_build] Error 25 | make[1]: Leaving directory '/<<PKGBUILDDIR>>' | make: *** [debian/rules:25: build] Error 2 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 It fails similarly on the reproducible builds infrastructure: https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/gitlab-ci-multi-runner_14.10.1-1.rbuild.log.gz Helmut