AMD64
no language set
Git
Raw log
Scroll to End of Log
0.13s0.09s0.00s0.06s0.00s
worker_info
1Worker information
2hostname: 6854a4e5-a27a-4246-a92f-a002a77a88e9@1.worker-n2-com-f8c4bb956-vwsbv.gce-production-1
3version: deploy_2024.10.02-2-gc32b553 https://github.com/travis-ci/worker/tree/c32b553e81363378d09787f52103ea9bcadf253c
4instance: travis-job-cf588649-a43b-40e1-b476-a7a3b296ee18 travis-ci-stevonnie-xenial-1663676753-f9bb8ff4 (via amqp)
5startup: 6.125452281s
60.13s0.00s0.01s0.00s0.01s
system_info
7Build system information
8Build language: shell
9Build dist: xenial
10Build id: 274107892
11Job id: 630328448
12Runtime kernel version: 4.15.0-1098-gcp
13VM: default
14travis-build version: 6b157a1c
15Build image provisioning date and time
16Tue Sep 20 12:40:34 UTC 2022
17Operating System Details
18Distributor ID: Ubuntu
19Description: Ubuntu 16.04.7 LTS
20Release: 16.04
21Codename: xenial
22Systemd Version
23systemd 229
24Cookbooks Version
2592dc2e3 https://github.com/travis-ci/travis-cookbooks/tree/92dc2e3
26git version
27git version 2.37.3
28bash version
29GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
30gcc version
31gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
32docker version
33Client: Docker Engine - Community
34 Version: 20.10.7
35 API version: 1.41
36 Go version: go1.13.15
37 Git commit: f0df350
38 Built: Wed Jun 2 11:56:47 2021
39 OS/Arch: linux/amd64
40 Context: default
41 Experimental: true
43Server: Docker Engine - Community
44 Engine:
45 Version: 20.10.7
46 API version: 1.41 (minimum version 1.12)
47 Go version: go1.13.15
48 Git commit: b0f5bc3
49 Built: Wed Jun 2 11:54:58 2021
50 OS/Arch: linux/amd64
51 Experimental: false
52 containerd:
53 Version: 1.4.6
54 GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d
55 runc:
56 Version: 1.0.0-rc95
57 GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
58 docker-init:
59 Version: 0.19.0
60 GitCommit: de40ad0
61clang version
62clang version 7.0.0 (tags/RELEASE_700/final)
63jq version
64jq-1.6
65bats version
66Bats 0.4.0
67shellcheck version
680.7.2
69shfmt version
70v3.2.1
71ccache version
723.2.4
73cmake version
74cmake version 3.12.4
75heroku version
76heroku/7.63.4 linux-x64 node-v14.19.0
77imagemagick version
78Version: ImageMagick 6.8.9-9 Q16 x86_64 2020-12-04 http://www.imagemagick.org
79md5deep version
804.4
81mercurial version
82version 4.8
83mysql version
84mysql Ver 14.14 Distrib 5.7.33, for Linux (x86_64) using EditLine wrapper
85openssl version
86OpenSSL 1.0.2g 1 Mar 2016
87packer version
881.7.5
89postgresql client version
90psql (PostgreSQL) 9.5.25
91ragel version
92Ragel State Machine Compiler version 6.8 Feb 2013
93sudo version
941.8.16
95gzip version
96gzip 1.6
97zip version
98Zip 3.0
99vim version
100VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Oct 13 2020 16:04:38)
101iptables version
102iptables v1.6.0
103curl version
104curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
105wget version
106GNU Wget 1.17.1 built on linux-gnu.
107rsync version
108rsync version 3.1.1 protocol version 31
109gimme version
110v1.5.4
111nvm version
1120.39.1
113perlbrew version
114/home/travis/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.96
115phpenv version
116rbenv 1.2.0
117rvm version
118rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
119default ruby version
120ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
1220.01s0.01s0.91s11.60s0.05s0.00s0.04s0.00s0.01s0.01s0.01s0.01s0.01s0.00s0.26sOK
1230.00s0.02s0.00s0.01s0.30s0.00s0.00s0.00s0.01s0.00s0.10s0.00s0.01s0.00s0.10s6.03s0.00s3.73s0.00s2.40s
docker_mtu_and_registry_mirrors
Docker
resolvconf
git.checkout
1240.01s0.50s$ git clone --depth=50 --branch=master https://github.com/travis-ci/nightwhale.git travis-ci/nightwhale
125Cloning into 'travis-ci/nightwhale'...
126$ cd travis-ci/nightwhale
127$ git checkout -qf e6ce15b707e1ebc8a3173980c2a51cd2ab2c7fa3
1290.01s
130Setting environment variables from repository settings
131$ export DOCKER_LOGIN_SERVER=[secure]
132$ export DOCKER_LOGIN_USERNAME=[secure]
133$ export DOCKER_LOGIN_PASSWORD=[secure]
134$ export DOCKER_LOGIN_EMAIL=[secure]
136Setting environment variables from .travis.yml
137$ export TEMPLATE=ubuntu-systemd/20.04
139$ bash -c 'echo $BASH_VERSION'
1404.3.48(1)-release
14221.26s$ ./bin/docker-build
143DOCKER_DEST=travisci/ubuntu-systemd:20.04
144Sending build context to Docker daemon 4.096kB
145Step 1/9 : FROM ubuntu:20.04
14620.04: Pulling from library/ubuntu
147d9802f032d67: Pulling fs layer
148d9802f032d67: Verifying Checksum
149d9802f032d67: Download complete
150d9802f032d67: Pull complete
151Digest: sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b
152Status: Downloaded newer image for ubuntu:20.04
153 ---> 6013ae1a63c2
154Step 2/9 : RUN apt-get update -yqq
155 ---> Running in c356b891876d
156Removing intermediate container c356b891876d
157 ---> 693525f5cc4a
158Step 3/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -yqq --no-install-suggests --no-install-recommends apt-utils
159 ---> Running in 21bbe3e93261
160debconf: delaying package configuration, since apt-utils is not installed
161Selecting previously unselected package apt-utils.
162(Reading database ... 4124 files and directories currently installed.)
163Preparing to unpack .../apt-utils_2.0.10_amd64.deb ...
164Unpacking apt-utils (2.0.10) ...
165Setting up apt-utils (2.0.10) ...
166Removing intermediate container 21bbe3e93261
167 ---> 915d30e5d493
168Step 4/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -yqq --no-install-suggests --no-install-recommends systemd
169 ---> Running in f134022ed67c
170Preconfiguring packages ...
171Selecting previously unselected package libapparmor1:amd64.
172(Reading database ... 4162 files and directories currently installed.)
173Preparing to unpack .../00-libapparmor1_2.13.3-7ubuntu5.4_amd64.deb ...
174Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
175Selecting previously unselected package libcap2:amd64.
176Preparing to unpack .../01-libcap2_1%3a2.32-1ubuntu0.1_amd64.deb ...
177Unpacking libcap2:amd64 (1:2.32-1ubuntu0.1) ...
178Selecting previously unselected package libargon2-1:amd64.
179Preparing to unpack .../02-libargon2-1_0~20171227-0.2_amd64.deb ...
180Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
181Selecting previously unselected package libdevmapper1.02.1:amd64.
182Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
183Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
184Selecting previously unselected package libjson-c4:amd64.
185Preparing to unpack .../04-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
186Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
187Selecting previously unselected package libssl1.1:amd64.
188Preparing to unpack .../05-libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb ...
189Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
190Selecting previously unselected package libcryptsetup12:amd64.
191Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
192Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
193Selecting previously unselected package libip4tc2:amd64.
194Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_amd64.deb ...
195Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2.1) ...
196Selecting previously unselected package libkmod2:amd64.
197Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ...
198Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
199Selecting previously unselected package systemd-timesyncd.
200Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.24_amd64.deb ...
201Unpacking systemd-timesyncd (245.4-4ubuntu3.24) ...
202Selecting previously unselected package systemd.
203Preparing to unpack .../10-systemd_245.4-4ubuntu3.24_amd64.deb ...
204Unpacking systemd (245.4-4ubuntu3.24) ...
205Setting up libip4tc2:amd64 (1.8.4-3ubuntu2.1) ...
206Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
207Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
208Setting up libargon2-1:amd64 (0~20171227-0.2) ...
209Setting up libcap2:amd64 (1:2.32-1ubuntu0.1) ...
210Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
211Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
212Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
213Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
214Setting up systemd (245.4-4ubuntu3.24) ...
215Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
216Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
217Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
218Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
219ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
220Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
221Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
222Initializing machine ID from random generator.
223Setting up systemd-timesyncd (245.4-4ubuntu3.24) ...
224Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
225Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
226Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
227Removing intermediate container f134022ed67c
228 ---> 8a6c59c85d47
229Step 5/9 : RUN find /etc/systemd/system /lib/systemd/system -path '*.wants/*' -not -name '*journald*' -not -name '*systemd-tmpfiles*' -not -name '*systemd-user-sessions*' -exec rm \{} \;
230 ---> Running in 941af9e78a05
231Removing intermediate container 941af9e78a05
232 ---> 6b4574fb390e
233Step 6/9 : ENV container docker
234 ---> Running in ed555cd8f6d0
235Removing intermediate container ed555cd8f6d0
236 ---> 56f90da76ece
237Step 7/9 : RUN systemctl set-default multi-user.target
238 ---> Running in b4db34649b99
239Created symlink /etc/systemd/system/default.target → /lib/systemd/system/multi-user.target.
240Removing intermediate container b4db34649b99
241 ---> d51db906619c
242Step 8/9 : COPY container-setup /sbin/container-setup
243 ---> f966b081882c
244Step 9/9 : CMD ["/bin/bash", "-c", "exec /sbin/init --log-target=journal 3>&1"]
245 ---> Running in fa21cb4183cf
246Removing intermediate container fa21cb4183cf
247 ---> 473ad266be19
248Successfully built 473ad266be19
249Successfully tagged travisci/ubuntu-systemd:20.04
250The command "./bin/docker-build" exited with 0.
after_success
2529.70s$ ./bin/docker-push
253DOCKER_DEST=travisci/ubuntu-systemd:20.04
254time=2025-02-05T15:04:57Z msg="docker login"
255WARNING! Using --password via the CLI is insecure. Use --password-stdin.
256WARNING! Your password will be stored unencrypted in /home/travis/.docker/config.json.
257Configure a credential helper to remove this warning. See
258https://docs.docker.com/engine/reference/commandline/login/#credentials-store
260Login Succeeded
261time=2025-02-05T15:04:57Z msg="docker push" attempt=1
262The push refers to repository [docker.io/travisci/ubuntu-systemd]
2631109d6a0aed6: Preparing
264e372cad8f9c2: Preparing
26542aeec88d957: Preparing
266c22c3fe2a64b: Preparing
267f00f5affed05: Preparing
2681aceb8d150e4: Preparing
269fffe76c64ef2: Preparing
2701aceb8d150e4: Waiting
271fffe76c64ef2: Waiting
2721109d6a0aed6: Pushed
27342aeec88d957: Pushed
274e372cad8f9c2: Pushed
275fffe76c64ef2: Layer already exists
276f00f5affed05: Pushed
277c22c3fe2a64b: Pushed
2781aceb8d150e4: Pushed
27920.04: digest: sha256:f534bd053c519685e68456f6524b328f258beafd1b854e554661a795e35f729c size: 1784
280time=2025-02-05T15:05:06Z msg="docker push complete" duration=9s
281time=2025-02-05T15:05:06Z msg="docker logout"
282Removing login credentials for index.docker.io
283time=2025-02-05T15:05:06Z msg="docker logout complete"
285Done. Your build exited with 0.
Top