compile
Passed Started
by
@robotmay
Robert May
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 15.4.0~beta.18.gdf3903fc (df3903fc)2 on green-4.private.runners-manager.gitlab.com/staging.gitlab.com 1sN44B8k3 feature flags: FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 ...7Pulling docker image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 ...8Using docker image sha256:5bb0ee9865bb67a2ddd619fd05d7948a37adfbf7cde68553177d3832f8501dd5 for dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 with digest dev.gitlab.org:5005/gitlab/gitlab-build-images@sha256:d0157a1976ada0a1dc3eef1d8ed667e092de907275cc369475896b43eec62f91 ...10Running on runner-1sn44b8k-project-14022-concurrent-0 via runner-1sn44b8k-private-1663244843-38b1d369...12$ eval "$CI_PRE_CLONE_SCRIPT"13Fetching changes...14Initialized empty Git repository in /builds/gitlab-org/gitlab-shell/.git/15Created fresh repository.16Checking out 9f89efe6 as super-important-update...17Skipping Git submodules setup18$ git remote set-url origin "${CI_REPOSITORY_URL}"20Using docker image sha256:5bb0ee9865bb67a2ddd619fd05d7948a37adfbf7cde68553177d3832f8501dd5 for dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 with digest dev.gitlab.org:5005/gitlab/gitlab-build-images@sha256:d0157a1976ada0a1dc3eef1d8ed667e092de907275cc369475896b43eec62f91 ...21$ export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin22$ apt update23WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.24Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]25Ign http://deb.debian.org jessie InRelease26Get:2 http://deb.debian.org jessie-updates InRelease [16.3 kB]27Get:3 https://deb.nodesource.com jessie InRelease [4,634 B]28Get:4 https://dl.yarnpkg.com stable InRelease [17.1 kB]29Get:5 http://deb.debian.org jessie Release.gpg [1,652 B]30Get:6 http://deb.debian.org jessie Release [77.3 kB]31Get:7 http://security.debian.org jessie/updates/main amd64 Packages [992 kB]32Get:8 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]33Get:9 https://deb.nodesource.com jessie/main Sources [763 B]34Get:10 https://deb.nodesource.com jessie/main amd64 Packages [972 B]35Err https://dl.yarnpkg.com stable InRelease37Get:11 http://deb.debian.org jessie/main amd64 Packages [9,098 kB]38Fetched 10.3 MB in 11s (927 kB/s)39Reading package lists...40Building dependency tree...41Reading state information...42199 packages can be upgraded. Run 'apt list --upgradable' to see them.43W: There is no public key available for the following key IDs:44AA8E81B4331F7F5045W: Size of file /var/lib/apt/lists/deb.debian.org_debian_dists_jessie-updates_main_binary-amd64_Packages.gz is not what the server reported 20 2315146W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E47W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease 48W: Some index files failed to download. They have been ignored, or old ones used instead.49$ apt install rsync -y50WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.51Reading package lists...52Building dependency tree...53Reading state information...54The following packages were automatically installed and are no longer required:55 libc-ares2 libv8-3.14.556Use 'apt-get autoremove' to remove them.57Suggested packages:58 openssh-server59The following NEW packages will be installed:60 rsync610 upgraded, 1 newly installed, 0 to remove and 199 not upgraded.62Need to get 390 kB of archives.63After this operation, 750 kB of additional disk space will be used.64Get:1 http://security.debian.org/ jessie/updates/main rsync amd64 3.1.1-3+deb8u2 [390 kB]65debconf: unable to initialize frontend: Dialog66debconf: (TERM is not set, so the dialog frontend is not usable.)67debconf: falling back to frontend: Readline68debconf: unable to initialize frontend: Readline69debconf: (This frontend requires a controlling tty.)70debconf: falling back to frontend: Teletype71dpkg-preconfigure: unable to re-open stdin: 72Fetched 390 kB in 0s (4,449 kB/s)73Selecting previously unselected package rsync.74(Reading database ... 30177 files and directories currently installed.)75Preparing to unpack .../rsync_3.1.1-3+deb8u2_amd64.deb ...76Unpacking rsync (3.1.1-3+deb8u2) ...77Processing triggers for systemd (215-17+deb8u6) ...78Setting up rsync (3.1.1-3+deb8u2) ...79invoke-rc.d: policy-rc.d denied execution of restart.80Processing triggers for systemd (215-17+deb8u6) ...81$ gem install --bindir /usr/local/bin bundler82Successfully installed bundler-2.3.22831 gem installed84$ cp config.yml.example config.yml85$ bundle install86Your RubyGems version (2.6.11) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`87Fetching gem metadata from http://rubygems.org/.........88Fetching addressable 2.3.289Installing addressable 2.3.290Fetching ast 2.0.091Installing ast 2.0.092Fetching parser 2.2.0.293Installing parser 2.2.0.294Fetching astrolabe 1.3.095Installing astrolabe 1.3.096Using bundler 2.3.2297Fetching coderay 1.0.898Installing coderay 1.0.899Fetching multi_json 1.10.1100Installing multi_json 1.10.1101Fetching mime-types 2.3102Installing mime-types 2.3103Fetching netrc 0.7.7104Installing netrc 0.7.7105Fetching rest-client 1.7.2106Installing rest-client 1.7.2107Fetching docile 1.1.5108Installing docile 1.1.5109Fetching simplecov-html 0.8.0110Installing simplecov-html 0.8.0111Fetching simplecov 0.9.1112Installing simplecov 0.9.1113Fetching tins 1.3.3114Installing tins 1.3.3115Fetching term-ansicolor 1.3.0116Installing term-ansicolor 1.3.0117Fetching thor 0.19.1118Installing thor 0.19.1119Fetching coveralls 0.7.1120Installing coveralls 0.7.1121Fetching crack 0.3.1122Installing crack 0.3.1123Fetching diff-lcs 1.2.5124Installing diff-lcs 1.2.5125Fetching listen 0.5.3126Installing listen 0.5.3127Fetching lumberjack 1.0.2128Installing lumberjack 1.0.2129Fetching method_source 0.8.1130Installing method_source 0.8.1131Fetching slop 3.3.3132Installing slop 3.3.3133Fetching pry 0.9.10134Installing pry 0.9.10135Fetching guard 1.5.4136Installing guard 1.5.4137Fetching rspec-core 2.14.8138Installing rspec-core 2.14.8139Fetching rspec-expectations 2.14.5140Installing rspec-expectations 2.14.5141Fetching rspec-mocks 2.14.6142Installing rspec-mocks 2.14.6143Fetching rspec 2.14.1144Installing rspec 2.14.1145Fetching guard-rspec 2.1.2146Installing guard-rspec 2.1.2147Fetching powerpack 0.0.9148Installing powerpack 0.0.9149Fetching rainbow 2.0.0150Installing rainbow 2.0.0151Fetching ruby-progressbar 1.7.1152Installing ruby-progressbar 1.7.1153Fetching rubocop 0.28.0154Installing rubocop 0.28.0155Fetching vcr 2.4.0156Installing vcr 2.4.0157Fetching webmock 1.9.0158Installing webmock 1.9.0159Bundle complete! 7 Gemfile dependencies, 36 gems now installed.160Bundled gems are installed into `/usr/local/bundle`161$ go version162go version go1.8 linux/amd64163$ which go164/usr/local/go/bin/go165$ bin/compile167Job succeeded