Noisy progress in review/stop_review/staging/canary/production/rollout jobs of Auto DevOps
Summary
Noisy progress appears from curl
in the review/stop_review/staging/canary/production/rollout jobs of Auto DevOps.
Steps to reproduce
Run a pipeline with Auto DevOps.
What is the current bug behavior?
$ install_dependencies
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
(1/16) Installing ncurses-terminfo-base (6.1_p20190105-r0)
(2/16) Installing ncurses-terminfo (6.1_p20190105-r0)
(3/16) Installing ncurses-libs (6.1_p20190105-r0)
(4/16) Installing readline (7.0.003-r1)
(5/16) Installing bash (4.4.19-r1)
Executing bash-4.4.19-r1.post-install
(6/16) Installing ca-certificates (20190108-r0)
(7/16) Installing nghttp2-libs (1.35.1-r0)
(8/16) Installing libssh2 (1.8.0-r4)
(9/16) Installing libcurl (7.64.0-r1)
(10/16) Installing curl (7.64.0-r1)
(11/16) Installing expat (2.2.6-r0)
(12/16) Installing pcre2 (10.32-r1)
(13/16) Installing git (2.20.1-r0)
(14/16) Installing gzip (1.10-r0)
(15/16) Installing openssl (1.1.1a-r1)
(16/16) Installing tar (1.32-r0)
Executing busybox-1.29.3-r10.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 31 MiB in 30 packages
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 451 100 451 0 0 1000 0 --:--:-- --:--:-- --:--:-- 1086
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 622 0 622 0 0 3100 0 --:--:-- --:--:-- --:--:-- 3141
0 2219k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2219k 100 2219k 0 0 5900k 0 --:--:-- --:--:-- --:--:-- 26.7M
(1/1) Installing glibc (2.28-r0)
OK: 35 MiB in 31 packages
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
49 21.6M 49 10.7M 0 0 16.0M 0 0:00:01 --:--:-- 0:00:01 16.1M
100 21.6M 100 21.6M 0 0 17.0M 0 0:00:01 0:00:01 --:--:-- 17.9M
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
v2.12.3
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
7 52.8M 7 4096k 0 0 19.0M 0 0:00:02 --:--:-- 0:00:02 19.4M
100 52.8M 100 52.8M 0 0 130M 0 --:--:-- --:--:-- --:--:-- 137M
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.7", GitCommit:"65ecaf0671341311ce6aea0edab46ee69f65d59e", GitTreeState:"clean", BuildDate:"2019-01-24T19:32:00Z", GoVersion:"go1.10.7", Compiler:"gc", Platform:"linux/amd64"}
What is the expected correct behavior?
$ install_dependencies
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
(1/16) Installing ncurses-terminfo-base (6.1_p20190105-r0)
(2/16) Installing ncurses-terminfo (6.1_p20190105-r0)
(3/16) Installing ncurses-libs (6.1_p20190105-r0)
(4/16) Installing readline (7.0.003-r1)
(5/16) Installing bash (4.4.19-r1)
Executing bash-4.4.19-r1.post-install
(6/16) Installing ca-certificates (20190108-r0)
(7/16) Installing nghttp2-libs (1.35.1-r0)
(8/16) Installing libssh2 (1.8.0-r4)
(9/16) Installing libcurl (7.64.0-r1)
(10/16) Installing curl (7.64.0-r1)
(11/16) Installing expat (2.2.6-r0)
(12/16) Installing pcre2 (10.32-r1)
(13/16) Installing git (2.20.1-r0)
(14/16) Installing gzip (1.10-r0)
(15/16) Installing openssl (1.1.1a-r1)
(16/16) Installing tar (1.32-r0)
Executing busybox-1.29.3-r10.trigger
Executing ca-certificates-20190108-r0.trigger
(1/1) Installing glibc (2.28-r0)
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
v2.12.3
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.7", GitCommit:"65ecaf0671341311ce6aea0edab46ee69f65d59e", GitTreeState:"clean", BuildDate:"2019-01-24T19:32:00Z", GoVersion:"go1.10.7", Compiler:"gc", Platform:"linux/amd64"}
Output of checks
This bug happens on GitLab.com.