API event #132.1 passed

  • Ran for
AMD64
no language set
Git
Raw log
Scroll to End of Log
0.02s0.00s0.00s3.6 is not installed; attempting download0.00s
worker_info
1Worker information
2hostname: 58f13111-a68e-4384-a51b-e48c8c00c859@492158.lxd-arm64-01
3version: ? ?
4instance: travis-job-cesar-cs-eval-625811520 fa00a21253cfd8853e4513739657f1e94497006239edc455dc5edc4902d1a74d (via amqp)
5startup: 51.283674966s
60.11s0.01s0.00s0.00s
system_info
7Build system information
8Build language: python
9Build group: previous
10Build dist: bionic
11Build id: 272178794
12Job id: 625811520
13Runtime kernel version: 5.15.0-1067-gcp
14VM: default
15travis-build version: 3a7d1527
16Build image provisioning date and time
17Mon Jul 3 09:52:50 UTC 2023
18Operating System Details
19Distributor ID: Ubuntu
20Description: Ubuntu 18.04.6 LTS
21Release: 18.04
22Codename: bionic
23Linux Version
245.4.0-131-generic
25Git version
26git version 2.17.1
27bash version
28GNU bash, version 4.4.20(1)-release (aarch64-unknown-linux-gnu)
29Copyright (C) 2016 Free Software Foundation, Inc.
30License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
32This is free software; you are free to change and redistribute it.
33There is NO WARRANTY, to the extent permitted by law.
34GCC version
35gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0
36Copyright (C) 2017 Free Software Foundation, Inc.
37This is free software; see the source for copying conditions. There is NO
38warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
40Docker version
41Docker version 20.10.21, build 20.10.21-0ubuntu1~18.04.3
42Client:
43 Version: 20.10.21
44 API version: 1.41
45 Go version: go1.18.1
46 Git commit: 20.10.21-0ubuntu1~18.04.3
47 Built: Thu Apr 27 05:50:43 2023
48 OS/Arch: linux/arm64
49 Context: default
50 Experimental: true
51LLVM version
52clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
53Target: aarch64-unknown-linux-gnu
54Thread model: posix
55InstalledDir: /usr/bin
56Pre-installed Ruby versions
57ruby-2.6.10
58ruby-2.7.6
59Pre-installed Node.js versions
60v10.24.1
61v12.22.12
62v14.21.3
63v16.20.1
64v18.16.1
65v4.9.1
66v6.17.1
67v8.12.0
68v8.17.0
69mysql --version
70mysql Ver 14.14 Distrib 5.7.42, for Linux (aarch64) using EditLine wrapper
71Redis version
72redis-server 5.0.6
73MongoDB version
74MongoDB 4.4.22
75kiex list
77kiex elixirs
79=* elixir-1.13.4
81# => - current
82# =* - current && default
83# * - default
85phpenv versions
86 7.2
87 7.2.32
88* 7.3 (set by /home/travis/.phpenv/version)
89 7.3.20
90 7.4
91 7.4.8
92composer --version
93Composer version 2.5.8 2023-06-09 17:13:21
950.01s0.00s1.85s20.40s0.07s0.01s0.05s0.00s0.01s0.00s0.01s0.00s0.39sOK
960.00s0.03s0.00s0.01s0.01s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.01s0.00s0.00s6.04s0.00s0.00s0.00s0.26s
docker_mtu_and_registry_mirrors
Docker
97Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/18.04/aarch64/python-3.6.tar.bz2
981.16s$ curl -sSf --retry 5 -o python-3.6.tar.bz2 ${archive_url}
999.22s$ sudo tar xjf python-3.6.tar.bz2 --directory /
1000.00s
git.checkout
1010.01s0.39s$ git clone --depth=50 --branch=arm https://github.com/cesar-cs/eval.git cesar-cs/eval
102$ cd cesar-cs/eval
103$ git checkout -qf 151ee6dff2826b85f3e2b62ffeaab2e99991f710
1050.00s0.01s$ source ~/virtualenv/python3.6/bin/activate
106$ python --version
107Python 3.6.9
108$ pip --version
109pip 21.3.1 from /home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages/pip (python 3.6)
110Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.
1110.00s$ uname -a
112Linux travis-job-cesar-cs-eval-625811520 5.15.0-1067-gcp #75~20.04.1-Ubuntu SMP Thu Aug 8 00:30:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
113The command "uname -a" exited with 0.
11411.16s$ python3 -m pip install coverage
115Collecting coverage
116 Downloading coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204 kB)
117Installing collected packages: coverage
118Successfully installed coverage-6.2
119The command "python3 -m pip install coverage" exited with 0.
1200.00s$ cat /etc/hosts
121# Your system has configured 'manage_etc_hosts' as True.
122# As a result, if you wish for changes to this file to persist
123# then you will need to either
124# a.) make changes to the master file in /etc/cloud/templates/hosts.debian.tmpl
125# b.) change or remove the value of 'manage_etc_hosts' in
126# /etc/cloud/cloud.cfg or cloud-config from user-data
128127.0.1.1 travis-job-cesar-cs-eval-625811520 travis-job-cesar-cs-eval-625811520
130# The following lines are desirable for IPv6 capable hosts
131::1 ip6-localhost ip6-loopback
132ff02::1 ip6-allnodes
133ff02::2 ip6-allrouters
135127.0.0.1 localhost localhost
136The command "cat /etc/hosts" exited with 0.
139Done. Your build exited with 0.
Top