Your message dated Sat, 12 Sep 2020 05:48:26 +0000
with message-id <e1kgyog-000hgk...@fasolo.debian.org>
and subject line Bug#964639: fixed in gitlab-ci-multi-runner 13.3.1+dfsg-1
has caused the Debian Bug report #964639,
regarding gitlab-ci-multi-runner: FTBFS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
964639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gitlab-ci-multi-runner
Version: 13.0.1+dfsg-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build --parallel -- \
>             -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-runner/common.VERSION=13.0.1 -X 
> gitlab.com/gitlab-org/gitlab-runner/common.REVISION=13.0.1"
>       cd _build && go generate -v -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-runner/common.VERSION=13.0.1 -X 
> gitlab.com/gitlab-org/gitlab-runner/common.REVISION=13.0.1" 
> gitlab.com/gitlab-org/gitlab-runner 
> gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper 
> gitlab.com/gitlab-org/gitlab-runner/cache 
> gitlab.com/gitlab-org/gitlab-runner/cache/gcs 
> gitlab.com/gitlab-org/gitlab-runner/cache/s3 
> gitlab.com/gitlab-org/gitlab-runner/commands 
> gitlab.com/gitlab-org/gitlab-runner/commands/helpers 
> 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/custom/process 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks 
> 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/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/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/parallels 
> gitlab.com/gitlab-org/gitlab-runner/helpers/path 
> gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus 
> gitlab.com/gitlab-org/gitlab-runner/helpers/retry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/sentry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks 
> gitlab.com/gitlab-org/gitlab-runner/helpers/ssh 
> 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/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/scripts/pull-images-for-tests 
> gitlab.com/gitlab-org/gitlab-runner/scripts/update-feature-flags-docs 
> 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
> src/gitlab.com/gitlab-org/gitlab-runner/main.go
> src/gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper/main.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/adapter.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/adapter_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/cache.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/cache_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/mock_Adapter.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/gcs/adapter.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/gcs/adapter_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/gcs/credentials_resolver.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/gcs/credentials_resolver_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/gcs/mock_credentialsResolver.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/adapter.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/adapter_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/bucket_location_tripper.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/minio.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/minio_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/cache/s3/mock_minioClient.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/builds_helper.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/builds_helper_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/config.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/config_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/config_unix.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/contants.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/exec.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/health_helper.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/list.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/multi.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/multi_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/register.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/register_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/service.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/service_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/single.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/single_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/unregister.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/user_mode_warning.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/verify.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/artifacts_downloader.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/artifacts_downloader_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/artifacts_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/artifacts_uploader.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/artifacts_uploader_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_archiver.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_archiver_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_client.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_extractor.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_extractor_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_init.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/cache_init_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/file_archiver.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/file_archiver_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/health_check.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/health_check_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/retry_helper.go
> src/gitlab.com/gitlab-org/gitlab-runner/commands/helpers/retry_helper_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/build.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/build_logger.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/build_logger_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/build_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/command.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/config.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/config_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/executor.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_Commander.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_Executor.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_ExecutorData.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_ExecutorProvider.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_FailuresCollector.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_JobTrace.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_Network.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/mock_Shell.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/network.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/network_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/shell.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/support.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/trace.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/variables.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/variables_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/version.go
> src/gitlab.com/gitlab-org/gitlab-runner/common/buildtest/test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/abstract.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/default_executor_provider.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/init.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/config.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/config_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/custom.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/custom_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/terminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/terminal_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/api/config.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/api/const.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/command.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/command_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/commander.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/errors.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/mock_Command.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/command/mock_commander.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/process/killer.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/process/killer_unix.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/custom/process/mock_Killer.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/docker.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/docker_command.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/docker_ssh.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/docker_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/network_manager_adaptor.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/terminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/terminal_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/tty.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/volume.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/docker_command_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks/manager.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks/manager_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks/mock_Manager.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks/mock_debugLogger.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks/utils.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/manager.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/manager_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/mock_Manager.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/mock_debugLogger.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/utils.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/utils_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/base_parser.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/errors.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/linux_parser.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/linux_parser_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/mock_Parser.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/parser.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/volume.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser/volume_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission/linux_set.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission/linux_set_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission/mock_Setter.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission/set.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/permission/linux_set_integration_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/wait/mock_Waiter.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/wait/wait.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/wait/wait_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/collector.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/collector_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/data.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/details.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/details_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/machine.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/machine_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/name.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/name_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/provider.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/provider_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/state.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/terminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine/terminal_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/parallels/parallels.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/parallels/parallels_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/shell/shell.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/shell/shell_terminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/ssh/ssh.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/ssh/ssh_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/ssh/stub_ssh_server.go
> src/gitlab.com/gitlab-org/gitlab-runner/executors/virtualbox/virtualbox.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/ansi_colors.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/build_section.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/converter.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/converter_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/fatal_panic.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/home_dir.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/integration_tests.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/mock_RawLogger.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/process_group_unix.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/random_uuid.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/shell_escape.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/shell_escape_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/shorten_token.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/shorten_token_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/toml_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/build_section_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/gzip_create.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/gzip_create_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/path_check_helper.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/path_check_helper_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/path_error_tracker.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/path_error_tracker_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_create.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_create_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_extra.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_extra_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_extra_unix.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_extract.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/archives/zip_extract_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/certificate/certificate.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/certificate/mock_Generator.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/certificate/x509.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/certificate/x509_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/cli/cpuprofile.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/cli/fix_home.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/cli/init_cli.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/cli/runtime_platform.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/cli/warn_on_bool.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/info.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/info_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/linux_info.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/linux_info_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/mock_creator.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/windows_info.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage/windows_info_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/services/services.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/services/services_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/services/test/test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/windows/version.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/container/windows/version_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/dns/utils.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/dns/utils_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/dns/test/test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/auth_config.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/auth_config_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/client.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/credentials.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/machine.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/machine_command.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/machine_command_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/mock_Client.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/mock_Machine.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/official_docker_client.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/official_docker_client_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/sockets.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/errors/errors.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/docker/test/error.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/featureflags/flags.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/featureflags/flags_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/gitlab_ci_yaml_parser/data_bag.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/gitlab_ci_yaml_parser/data_bag_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/gitlab_ci_yaml_parser/parser.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/gitlab_ci_yaml_parser/parser_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/parallels/control.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/path/mock_Path.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/path/path.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/path/unix_path.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/path/unix_path_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus/failures_collector.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus/failures_collector_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus/log_hook.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus/log_hook_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/retry/mock_Retryable.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/retry/retry.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/retry/retry_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/sentry/log_hook.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/service/service_factory.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/service/simple.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/service/simple_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks/Interface.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/ssh/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/ssh/ssh_command.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/ssh/ssh_config.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/timeperiod/period.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/timeperiod/period_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/consts.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/builder.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/builder_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/helpers.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/helpers_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/mock_Builder.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/mock_fetcher.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/mock_resolver.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_chain.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_chain_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_url.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_url_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_verify.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain/resolver_verify_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/trace/buffer.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/trace/buffer_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/url/clean_url.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/url/clean_url_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/url/scrub_secrets.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/url/scrub_secrets_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/virtualbox/control.go
> src/gitlab.com/gitlab-org/gitlab-runner/helpers/virtualbox/control_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/configuration.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/configuration_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/dump_unix.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/dump_unix_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/mock_systemLogger.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/mock_systemService.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/runner_formatter.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/runner_formatter_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/secrets_cleanup.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/secrets_cleanup_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/system_logger.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/system_logger_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/test/hook.go
> src/gitlab.com/gitlab-org/gitlab-runner/log/test/hook_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/client.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/client_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/config.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/gitlab.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/gitlab_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/mock_requester.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/patch_response.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/patch_response_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/ratelimit_requester.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/ratelimit_requester_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/remote_job_state_response.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/requester.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/trace.go
> src/gitlab.com/gitlab-org/gitlab-runner/network/trace_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/metrics.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/metrics_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_MetricsExecutor.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_Referee.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusValue.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/prometheus_api.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/referees.go
> src/gitlab.com/gitlab-org/gitlab-runner/referees/referees_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/scripts/pull-images-for-tests/main.go
> src/gitlab.com/gitlab-org/gitlab-runner/scripts/update-feature-flags-docs/main.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/server.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/server_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/session.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/session_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/proxy/mock_Pooler.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/proxy/mock_Requester.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/proxy/proxy.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/proxy/proxy_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/terminal/mock_Conn.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/terminal/mock_InteractiveTerminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/session/terminal/terminal.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/abstract.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/abstract_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/bash.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/bash_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/bash_trap.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/cmd.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/cmd_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/mock_ShellWriter.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/powershell.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/powershell_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/shell_writer.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/trap_command_exit_status.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/trap_command_exit_status_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/shell_writer_test.go
> src/gitlab.com/gitlab-org/gitlab-runner/shells/shellstest/utils.go
>       cd _build && go install -trimpath -v -p 4 -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-runner/common.VERSION=13.0.1 -X 
> gitlab.com/gitlab-org/gitlab-runner/common.REVISION=13.0.1" 
> gitlab.com/gitlab-org/gitlab-runner 
> gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper 
> gitlab.com/gitlab-org/gitlab-runner/cache 
> gitlab.com/gitlab-org/gitlab-runner/cache/gcs 
> gitlab.com/gitlab-org/gitlab-runner/cache/s3 
> gitlab.com/gitlab-org/gitlab-runner/commands 
> gitlab.com/gitlab-org/gitlab-runner/commands/helpers 
> 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/custom/process 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks 
> 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/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/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/parallels 
> gitlab.com/gitlab-org/gitlab-runner/helpers/path 
> gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus 
> gitlab.com/gitlab-org/gitlab-runner/helpers/retry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/sentry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks 
> gitlab.com/gitlab-org/gitlab-runner/helpers/ssh 
> 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/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/scripts/pull-images-for-tests 
> gitlab.com/gitlab-org/gitlab-runner/scripts/update-feature-flags-docs 
> 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
> internal/race
> runtime/internal/sys
> internal/cpu
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode/utf8
> unicode
> internal/bytealg
> encoding
> math/bits
> internal/testlog
> unicode/utf16
> golang.org/x/sys/internal/unsafeheader
> math
> runtime
> internal/nettrace
> runtime/cgo
> container/list
> crypto/internal/subtle
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/subtle
> google.golang.org/grpc/serviceconfig
> go.opencensus.io
> go.opencensus.io/trace/internal
> go.opencensus.io/internal/tagencoding
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/tevino/abool
> github.com/docker/docker/api
> github.com/docker/docker/api/types/events
> github.com/docker/docker/api/types/image
> golang.org/x/crypto/internal/subtle
> gitlab.com/gitlab-org/gitlab-runner/helpers/tls
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/selection
> gitlab.com/gitlab-org/gitlab-runner/executors/custom/api
> golang.org/x/text/encoding/internal/identifier
> golang.org/x/text/internal/utf8internal
> internal/goversion
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/markelog/trie/node
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/utils/integer
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/markelog/trie
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/exec
> gitlab.com/gitlab-org/gitlab-runner/helpers/container/services/test
> gitlab.com/gitlab-org/gitlab-runner/helpers/docker/test
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> google.golang.org/grpc/internal/buffer
> google.golang.org/grpc/internal/grpcsync
> errors
> sort
> internal/oserror
> io
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> reflect
> bufio
> strings
> text/tabwriter
> hash
> hash/crc32
> regexp/syntax
> time
> internal/syscall/unix
> internal/syscall/execenv
> html
> regexp
> crypto
> context
> internal/poll
> crypto/internal/randutil
> encoding/binary
> internal/fmtsort
> os
> crypto/hmac
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> path
> encoding/base64
> golang.org/x/sys/unix
> crypto/cipher
> crypto/sha512
> fmt
> path/filepath
> net
> io/ioutil
> crypto/aes
> encoding/json
> log
> flag
> github.com/russross/blackfriday
> net/url
> github.com/sirupsen/logrus
> text/template/parse
> github.com/cpuguy83/go-md2man/md2man
> compress/flate
> golang.org/x/net/internal/timeseries
> math/big
> compress/gzip
> text/template
> crypto/des
> crypto/ed25519/internal/edwards25519
> crypto/md5
> github.com/urfave/cli
> html/template
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/sha1
> crypto/sha256
> crypto/ecdsa
> crypto/dsa
> encoding/hex
> encoding/pem
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> vendor/golang.org/x/crypto/chacha20
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/crypto/curve25519
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/crypto/chacha20poly1305
> crypto/x509
> vendor/golang.org/x/text/unicode/norm
> net/textproto
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/net/http2/hpack
> mime
> mime/quotedprintable
> crypto/tls
> net/http/internal
> mime/multipart
> vendor/golang.org/x/net/idna
> google.golang.org/grpc/backoff
> google.golang.org/grpc/grpclog
> github.com/golang/protobuf/proto
> google.golang.org/grpc/connectivity
> google.golang.org/grpc/credentials/internal
> vendor/golang.org/x/net/http/httpguts
> vendor/golang.org/x/net/http/httpproxy
> google.golang.org/grpc/internal
> google.golang.org/grpc/metadata
> google.golang.org/grpc/attributes
> google.golang.org/grpc/internal/grpcrand
> google.golang.org/grpc/codes
> google.golang.org/grpc/encoding
> google.golang.org/grpc/internal/backoff
> google.golang.org/grpc/internal/balancerload
> google.golang.org/grpc/internal/envconfig
> golang.org/x/text/transform
> golang.org/x/text/unicode/bidi
> golang.org/x/text/unicode/norm
> golang.org/x/text/secure/bidirule
> golang.org/x/net/http2/hpack
> google.golang.org/grpc/internal/syscall
> net/http/httptrace
> google.golang.org/grpc/keepalive
> net/http
> google.golang.org/grpc/credentials
> google.golang.org/grpc/encoding/proto
> github.com/golang/protobuf/ptypes/any
> github.com/golang/protobuf/ptypes/duration
> github.com/golang/protobuf/ptypes/timestamp
> google.golang.org/genproto/googleapis/rpc/status
> google.golang.org/grpc/resolver
> github.com/golang/protobuf/ptypes
> google.golang.org/grpc/binarylog/grpc_binarylog_v1
> google.golang.org/grpc/balancer
> google.golang.org/grpc/status
> google.golang.org/grpc/balancer/base
> google.golang.org/grpc/internal/channelz
> google.golang.org/grpc/internal/binarylog
> google.golang.org/grpc/balancer/roundrobin
> google.golang.org/grpc/internal/resolver/dns
> google.golang.org/grpc/internal/resolver/passthrough
> golang.org/x/net/idna
> google.golang.org/grpc/peer
> google.golang.org/grpc/stats
> google.golang.org/grpc/tap
> google.golang.org/grpc/naming
> github.com/golang/protobuf/protoc-gen-go/descriptor
> google.golang.org/genproto/googleapis/type/expr
> google.golang.org/api/internal/third_party/uritemplates
> cloud.google.com/go/internal/optional
> github.com/hashicorp/golang-lru/simplelru
> golang.org/x/net/http/httpguts
> go.opencensus.io/internal
> go.opencensus.io/trace/tracestate
> runtime/trace
> google.golang.org/genproto/googleapis/rpc/code
> go.opencensus.io/trace
> google.golang.org/genproto/googleapis/api/annotations
> cloud.google.com/go/internal/version
> google.golang.org/api/iterator
> golang.org/x/oauth2/jws
> os/user
> go.opencensus.io/resource
> runtime/pprof
> go.opencensus.io/metric/metricdata
> go.opencensus.io/metric/metricproducer
> os/exec
> go.opencensus.io/tag
> github.com/davecgh/go-spew/spew
> go.opencensus.io/stats/internal
> go.opencensus.io/stats
> go.opencensus.io/stats/view
> github.com/pmezard/go-difflib/difflib
> github.com/stretchr/objx
> gopkg.in/yaml.v2
> golang.org/x/net/trace
> golang.org/x/net/http2
> net/http/httputil
> google.golang.org/api/googleapi
> golang.org/x/net/context/ctxhttp
> cloud.google.com/go/internal/trace
> golang.org/x/oauth2/internal
> cloud.google.com/go/compute/metadata
> go.opencensus.io/trace/propagation
> go.opencensus.io/plugin/ochttp/propagation/b3
> golang.org/x/oauth2
> go.opencensus.io/plugin/ochttp
> google.golang.org/api/googleapi/transport
> golang.org/x/oauth2/jwt
> google.golang.org/api/transport/cert
> golang.org/x/oauth2/google
> google.golang.org/api/transport/http/internal/propagation
> net/http/httptest
> github.com/BurntSushi/toml
> google.golang.org/grpc/internal/transport
> github.com/stretchr/testify/assert
> github.com/docker/go-units
> expvar
> github.com/beorn7/perks/quantile
> github.com/cespare/xxhash
> github.com/prometheus/client_model/go
> github.com/matttproud/golang_protobuf_extensions/pbutil
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> github.com/prometheus/client_golang/prometheus/internal
> github.com/prometheus/common/model
> github.com/stretchr/testify/mock
> github.com/prometheus/procfs/internal/fs
> github.com/prometheus/procfs/internal/util
> google.golang.org/grpc
> github.com/prometheus/procfs
> runtime/debug
> github.com/prometheus/common/expfmt
> gitlab.com/gitlab-org/gitlab-runner/vendor/gitlab.com/ayufan/golang-cli-helpers
> github.com/containerd/continuity/pathdriver
> github.com/pkg/errors
> github.com/opencontainers/go-digest
> github.com/docker/docker/pkg/mount
> github.com/opencontainers/image-spec/specs-go
> github.com/opencontainers/runc/libcontainer/user
> github.com/opencontainers/image-spec/specs-go/v1
> github.com/docker/docker/pkg/system
> testing
> github.com/docker/docker/pkg/idtools
> github.com/prometheus/client_golang/prometheus
> github.com/googleapis/gax-go/v2
> google.golang.org/genproto/googleapis/iam/v1
> cloud.google.com/go/internal
> google.golang.org/api/internal
> google.golang.org/api/internal/gensupport
> google.golang.org/api/option
> cloud.google.com/go/iam
> github.com/docker/docker/pkg/homedir
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/sets
> google.golang.org/api/option/internaloption
> google.golang.org/api/transport/http
> gitlab.com/gitlab-org/gitlab-runner/helpers
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/errors
> github.com/docker/docker/api/types/blkiodev
> github.com/docker/docker/api/types/mount
> google.golang.org/api/storage/v1
> github.com/docker/docker/api/types/strslice
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/validation/field
> github.com/docker/go-connections/nat
> github.com/docker/docker/api/types/versions
> github.com/docker/docker/api/types/filters
> github.com/docker/docker/api/types/container
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/validation
> github.com/containerd/containerd/errdefs
> github.com/docker/distribution/registry/api/errcode
> github.com/docker/docker/api/types/registry
> gitlab.com/gitlab-org/gitlab-runner/helpers/dns
> github.com/gogo/protobuf/proto
> github.com/docker/docker-credential-helpers/credentials
> github.com/docker/docker/errdefs
> github.com/docker/docker-credential-helpers/client
> github.com/docker/docker/api/types/network
> github.com/docker/docker/vendor/github.com/docker/distribution/digestset
> github.com/docker/docker/api/types/time
> golang.org/x/net/internal/socks
> github.com/docker/docker/vendor/github.com/docker/distribution/reference
> golang.org/x/net/proxy
> github.com/docker/go-connections/tlsconfig
> archive/tar
> github.com/docker/go-connections/sockets
> cloud.google.com/go/storage
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/docker/machine/libmachine/log
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/docker/machine/version
> gitlab.com/gitlab-org/gitlab-runner/helpers/featureflags
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/docker/machine/libmachine/mcnutils
> golang.org/x/crypto/chacha20
> golang.org/x/crypto/curve25519
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/docker/machine/commands/mcndirs
> golang.org/x/crypto/ed25519
> golang.org/x/crypto/poly1305
> golang.org/x/crypto/blowfish
> golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
> github.com/gorhill/cronexpr
> golang.org/x/crypto/ssh
> gitlab.com/gitlab-org/gitlab-runner/helpers/url
> gitlab.com/gitlab-org/gitlab-runner/helpers/timeperiod
> github.com/prometheus/client_golang/api
> github.com/modern-go/concurrent
> github.com/gorilla/mux
> github.com/modern-go/reflect2
> github.com/docker/docker/api/types/swarm/runtime
> github.com/gorilla/websocket
> github.com/docker/docker/api/types/swarm
> github.com/docker/docker/api/types
> github.com/docker/cli/cli/config/types
> github.com/docker/cli/cli/config/credentials
> github.com/docker/cli/cli/config/configfile
> github.com/docker/docker/api/types/volume
> gitlab.com/gitlab-org/gitlab-runner/helpers/certificate
> github.com/docker/docker/client
> gitlab.com/gitlab-org/gitlab-runner/session/proxy
> github.com/json-iterator/go
> gitlab.com/gitlab-org/gitlab-runner/helpers/ssh
> gitlab.com/gitlab-org/gitlab-runner/session/terminal
> gitlab.com/gitlab-org/gitlab-runner/session
> github.com/gogo/protobuf/sortkeys
> gopkg.in/inf.v0
> github.com/google/gofuzz
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/api/resource
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/conversion
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/fields
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/klog
> gitlab.com/gitlab-org/gitlab-runner/helpers/docker
> go/token
> go/scanner
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/labels
> go/ast
> github.com/prometheus/client_golang/api/prometheus/v1
> internal/lazyregexp
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/conversion/queryparams
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/schema
> gitlab.com/gitlab-org/gitlab-runner/referees
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/json
> # gitlab.com/gitlab-org/gitlab-runner/referees
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:139:73:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:151:9: 
> undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:152:49:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:156:21:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:171:97:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:183:9: 
> undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:184:57:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:203:99:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:235:102:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:288:135:
>  undefined: api.Warnings
> src/gitlab.com/gitlab-org/gitlab-runner/referees/mock_prometheusAPI.go:184:57:
>  too many errors
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/naming
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/runtime
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/types
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/intstr
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/net
> encoding/xml
> go/doc
> go/parser
> github.com/minio/minio-go/pkg/s3utils
> github.com/minio/sha256-simd
> github.com/mitchellh/go-homedir
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime
> gopkg.in/ini.v1
> golang.org/x/sys/cpu
> github.com/minio/minio-go/pkg/signer
> golang.org/x/crypto/blake2b
> github.com/minio/minio-go/pkg/set
> net/http/cookiejar
> golang.org/x/crypto/argon2
> github.com/minio/minio-go/pkg/credentials
> golang.org/x/net/publicsuffix
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/watch
> github.com/minio/minio-go/pkg/encrypt
> log/syslog
> os/signal
> github.com/imdario/mergo
> github.com/minio/minio-go
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/apis/meta/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/ayufan/golang-kardianos-service
> github.com/prometheus/client_golang/prometheus/promhttp
> github.com/bmatcuk/doublestar
> github.com/docker/docker/pkg/stdcopy
> gitlab.com/gitlab-org/gitlab-runner/helpers/path
> gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/volumes/parser
> gitlab.com/gitlab-org/gitlab-runner/helpers/container/windows
> gitlab.com/gitlab-org/gitlab-runner/helpers/docker/errors
> github.com/docker/distribution/digestset
> gitlab.com/gitlab-org/gitlab-runner/helpers/container/helperimage
> github.com/docker/distribution/reference
> golang.org/x/text/encoding
> golang.org/x/text/encoding/internal
> gitlab.com/gitlab-org/gitlab-runner/helpers/container/services
> golang.org/x/text/runes
> gitlab.com/gitlab-org/gitlab-runner/helpers/parallels
> golang.org/x/text/encoding/unicode
> github.com/kr/pty
> gitlab.com/gitlab-org/gitlab-runner/helpers/virtualbox
> gitlab.com/gitlab-org/gitlab-runner/vendor/gitlab.com/gitlab-org/gitlab-terminal
> hash/adler32
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/core/v1
> compress/zlib
> internal/goroot
> gitlab.com/gitlab-org/gitlab-runner/helpers/service
> go/build
> gitlab.com/gitlab-org/gitlab-runner/log
> github.com/jpillora/backoff
> gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/fullsailor/pkcs7
> gitlab.com/gitlab-org/gitlab-runner/helpers/trace
> gitlab.com/gitlab-org/gitlab-runner/helpers/tls/ca_chain
> net/http/pprof
> github.com/getsentry/raven-go
> archive/zip
> github.com/hashicorp/go-version
> golang.org/x/net/context
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/api/errors
> github.com/googleapis/gnostic/extensions
> gitlab.com/gitlab-org/gitlab-runner/helpers/archives
> github.com/googleapis/gnostic/compiler
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/framer
> gitlab.com/gitlab-org/gitlab-runner/vendor/sigs.k8s.io/yaml
> github.com/googleapis/gnostic/OpenAPIv2
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/yaml
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/version
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/admissionregistration/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/auditregistration/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/authentication/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/authentication/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/authorization/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/authorization/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/certificates/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/coordination/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/coordination/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/node/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/node/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/rbac/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/rbac/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/rbac/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/scheduling/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/scheduling/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/scheduling/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/storage/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/pkg/version
> golang.org/x/crypto/ssh/terminal
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/pkg/apis/clientauthentication
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/clientcmd/api
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/transport
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/connrotation
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/rest/watch
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/metrics
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/keyutil
> golang.org/x/time/rate
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/cert
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/clock
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/flowcontrol
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1
> github.com/Azure/go-autorest/autorest/date
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/rest
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/api/meta
> github.com/Azure/go-autorest/tracing
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/apps/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/apps/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/apps/v1beta2
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/autoscaling/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/autoscaling/v2beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/autoscaling/v2beta2
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/batch/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/events/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/batch/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/batch/v2alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/extensions/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/networking/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/networking/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/policy/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/settings/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/storage/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/api/storage/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/reference
> github.com/dgrijalva/jwt-go
> github.com/Azure/go-autorest/logger
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/third_party/forked/golang/template
> github.com/Azure/go-autorest/autorest/adal
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/jsonpath
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/oidc
> github.com/gophercloud/gophercloud
> github.com/Azure/go-autorest/autorest
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/scheme
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/gcp
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/discovery
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/apps/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/batch/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/batch/v2alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/core/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/networking/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/settings/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/v1alpha1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1
> github.com/Azure/go-autorest/autorest/azure
> github.com/gophercloud/gophercloud/pagination
> github.com/gophercloud/gophercloud/openstack/identity/v3/tokens
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/kubernetes
> github.com/gophercloud/gophercloud/openstack/identity/v2/tenants
> github.com/gophercloud/gophercloud/openstack/utils
> encoding/csv
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure
> github.com/gophercloud/gophercloud/openstack/identity/v2/tokens
> # 
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure
> src/gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:251:4:
>  cannot use expiresIn (type string) as type json.Number in field value
> src/gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:252:4:
>  cannot use expiresOn (type string) as type json.Number in field value
> src/gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:253:4:
>  cannot use expiresOn (type string) as type json.Number in field value
> src/gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:272:23:
>  cannot use token.token.ExpiresIn (type json.Number) as type string in 
> assignment
> src/gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:273:23:
>  cannot use token.token.ExpiresOn (type json.Number) as type string in 
> assignment
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/auth
> github.com/spf13/pflag
> github.com/gophercloud/gophercloud/openstack
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/clientcmd/api/v1
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/plugin/pkg/client/auth/openstack
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/util/homedir
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/clientcmd/api/latest
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/httpstream
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/remotecommand
> container/heap
> github.com/docker/spdystream/spdy
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil
> gitlab.com/gitlab-org/gitlab-runner/helpers/dns/test
> gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks
> github.com/sirupsen/logrus/hooks/test
> github.com/docker/spdystream
> gitlab.com/gitlab-org/gitlab-runner/log/test
> gitlab.com/gitlab-org/gitlab-runner/scripts/update-feature-flags-docs
> github.com/stretchr/testify/require
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/clientcmd
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/transport/spdy
> gitlab.com/gitlab-org/gitlab-runner/vendor/k8s.io/client-go/tools/remotecommand
> dh_auto_build: error: cd _build && go install -trimpath -v -p 4 -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-runner/common.VERSION=13.0.1 -X 
> gitlab.com/gitlab-org/gitlab-runner/common.REVISION=13.0.1" 
> gitlab.com/gitlab-org/gitlab-runner 
> gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper 
> gitlab.com/gitlab-org/gitlab-runner/cache 
> gitlab.com/gitlab-org/gitlab-runner/cache/gcs 
> gitlab.com/gitlab-org/gitlab-runner/cache/s3 
> gitlab.com/gitlab-org/gitlab-runner/commands 
> gitlab.com/gitlab-org/gitlab-runner/commands/helpers 
> 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/custom/process 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker 
> gitlab.com/gitlab-org/gitlab-runner/executors/docker/internal/networks 
> 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/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/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/parallels 
> gitlab.com/gitlab-org/gitlab-runner/helpers/path 
> gitlab.com/gitlab-org/gitlab-runner/helpers/prometheus 
> gitlab.com/gitlab-org/gitlab-runner/helpers/retry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/sentry 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service 
> gitlab.com/gitlab-org/gitlab-runner/helpers/service/mocks 
> gitlab.com/gitlab-org/gitlab-runner/helpers/ssh 
> 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/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/scripts/pull-images-for-tests 
> gitlab.com/gitlab-org/gitlab-runner/scripts/update-feature-flags-docs 
> 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 2
> make[1]: *** [debian/rules:46: override_dh_auto_build] Error 25

The full build log is available from:
   
http://qa-logs.debian.net/2020/07/09/gitlab-ci-multi-runner_13.0.1+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: gitlab-ci-multi-runner
Source-Version: 13.3.1+dfsg-1
Done: Dmitry Smirnov <only...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gitlab-ci-multi-runner, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated gitlab-ci-multi-runner 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 10 Sep 2020 21:47:53 +1000
Source: gitlab-ci-multi-runner
Architecture: source
Version: 13.3.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Closes: 964639 964872
Changes:
 gitlab-ci-multi-runner (13.3.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Use private "github.com/prometheus/client_golang" (Closes: #964639)
 .
   [ Shengjing Zhu ]
   * Bump golang-github-azure-go-autorest-dev to 14.1.1 (Closes: #964872)
Checksums-Sha1:
 50858afe776f1c87be69a491a8ae3c1c848efada 3859 
gitlab-ci-multi-runner_13.3.1+dfsg-1.dsc
 28935d78250ff268af27b3ba03c473c4143b627c 1431220 
gitlab-ci-multi-runner_13.3.1+dfsg.orig.tar.xz
 479a4f0cf50e7813197d4ea5b31857737de84a04 23020 
gitlab-ci-multi-runner_13.3.1+dfsg-1.debian.tar.xz
 6b6ee8158950be21580cb311e16bbd2be23deff0 20100 
gitlab-ci-multi-runner_13.3.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 94d4ddd49a1e34317684b976be0f025035daeb11888ba47bd67dfcf8000753aa 3859 
gitlab-ci-multi-runner_13.3.1+dfsg-1.dsc
 db1b8104324b72c22f1b0c613b70ab23f7b97555461d93a7efdaab570494d946 1431220 
gitlab-ci-multi-runner_13.3.1+dfsg.orig.tar.xz
 00f02588fe9b770e1704198d492e1882e7e3e5d66ea6513bb48e2c34f6f2dd75 23020 
gitlab-ci-multi-runner_13.3.1+dfsg-1.debian.tar.xz
 e8e6f3701022effd5ddbfa24d1891d50e8e81c9dabe4c34361afc1fac11fbe84 20100 
gitlab-ci-multi-runner_13.3.1+dfsg-1_amd64.buildinfo
Files:
 1b6eb746e3732d4b0ceab72aac072aee 3859 devel optional 
gitlab-ci-multi-runner_13.3.1+dfsg-1.dsc
 2a40a9bd83113fab891dcb63b93d8e14 1431220 devel optional 
gitlab-ci-multi-runner_13.3.1+dfsg.orig.tar.xz
 5c983f34c3670b512c045013e430ff75 23020 devel optional 
gitlab-ci-multi-runner_13.3.1+dfsg-1.debian.tar.xz
 0bde716da17255ca63ad68a96fb9840e 20100 devel optional 
gitlab-ci-multi-runner_13.3.1+dfsg-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl9cW6kACgkQUra72VOW
jRuwmQ//czKV9qGQCUrPF2Jm30+1X4NHXQBdkGTtdLOIYIqMlI08a8x5oz49w2ME
3aIZx+8HfWnwQWpIHT3fJe4DNgVs8vf6cbjapR0494INNM5Ulu8F8fJ/5s/89OiU
NWeqPbPH9dqcQLEhiW4VyLD7Rzi5mlpdhVuVchm1+B6iABoRZ6tsE80fKuGA8FaM
1/AVVxIecuvjF9OrsScRE6hgnXPk7dqnBBLJeaf1AE9/PaxMmboXQNI4AVf87f/a
FylfGb9Inze4d3tuJJ4et+SoAb2HlveQRPtyYvYl36JLRN05tHhVkzbQfRetIxBO
HdcYtj+p4k5Yt8bXC1JwlhkXR97AoUvuTS2IUdFSaGbTzfGVIF2OmoIpPNEkNdez
tn2Gt2TsNyJZMuMiJYmJQsiaGQY1MOsMPT7kO78g0SUDlvXqOt/LN7ST2NZDJ9/d
INOy3kQy3QFArvn3Ydv80i82HLaBS70LzzyLyKwqbTOOogd0V/S+kV8TvXVE6z9f
+oZxKBsgyaccBlrTnhsaQ8wzUn/+7lu1xNqeKcFmffK/1eXubsM1tIWWUyGYjBBe
DGk2Ngr3ulGWLcg2+OUskWg3suLNruvpzaquP2BlDY54/+qOVn+TWoG6iIZ9lI3B
Ou6wL8wTfA/tFxWA4evVzWtPln84Dcf8nsn4CYPIty3tno+1Ynk=
=6XmL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to