API event #134.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: d42a1ba4-d617-47b7-b00b-83fd8f917483@492158.lxd-arm64-01
3version: ? ?
4instance: travis-job-cesar-cs-eval-625813726 97aa92bfb0c353ba8e07a210e9e9fda76bc691fe16b4e3034e60dea41360a232 (via amqp)
5startup: 1m2.211152422s
60.13s0.01s0.00s0.00s
system_info
7Build system information
8Build language: python
9Build group: edge
10Build dist: focal
11Build id: 272179735
12Job id: 625813726
13Runtime kernel version: 5.15.0-1067-gcp
14VM: default
15travis-build version: 3a7d1527
16Build image provisioning date and time
17Wed Sep 4 17:46:37 UTC 2024
18Operating System Details
19Distributor ID: Ubuntu
20Description: Ubuntu 20.04.6 LTS
21Release: 20.04
22Codename: focal
23Linux Version
245.4.0-1103-aws
25Git version
26git version 2.25.1
27bash version
28GNU bash, version 5.0.17(1)-release (aarch64-unknown-linux-gnu)
29Copyright (C) 2019 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 9.4.0-1ubuntu1~20.04.2) 9.4.0
36Copyright (C) 2019 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
41Client:
42 Version: 24.0.7
43 API version: 1.43
44 Go version: go1.21.1
45 Git commit: 24.0.7-0ubuntu2~20.04.1
46 Built: Wed Mar 13 20:29:24 2024
47 OS/Arch: linux/arm64
48 Context: default
49LLVM version
50clang version 10.0.0-4ubuntu1
51Target: aarch64-unknown-linux-gnu
52Thread model: posix
53InstalledDir: /usr/bin
54Pre-installed Ruby versions
55ruby-2.7.8
56ruby-3.3.1
57mysql --version
58mysql Ver 8.0.39-0ubuntu0.20.04.1 for Linux on aarch64 ((Ubuntu))
59Redis version
60redis-server 5.0.7
61MongoDB version
62MongoDB 4.4.29
63ant -version
64Apache Ant(TM) version 1.10.14 compiled on August 16 2023
65mvn -version
66Apache Maven 3.6.3
67Maven home: /usr/share/maven
68Java version: 11.0.24, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-arm64
69Default locale: en, platform encoding: UTF-8
70OS name: "linux", version: "5.4.0-1103-aws", arch: "aarch64", family: "unix"
71kiex list
73kiex elixirs
75=* elixir-1.15.4
77# => - current
78# =* - current && default
79# * - default
81phpenv versions
82* 7.4 (set by /home/travis/.phpenv/version)
83 7.4.8
84composer --version
85Composer version 2.7.9 2024-09-04 14:43:28
870.01s0.00s2.35s0.22s0.05s0.01s0.04s0.00s0.01s0.00s0.01s0.00s0.37sOK
880.00s0.03s0.00s0.01s0.01s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.00s0.00s0.00s6.04s0.00s0.00s0.00s0.27s
docker_mtu_and_registry_mirrors
Docker
89Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/20.04/aarch64/python-3.6.tar.bz2
901.05s$ curl -sSf --retry 5 -o python-3.6.tar.bz2 ${archive_url}
919.23s$ sudo tar xjf python-3.6.tar.bz2 --directory /
920.00s
git.checkout
930.01s0.30s$ git clone --depth=50 --branch=arm https://github.com/cesar-cs/eval.git cesar-cs/eval
94$ cd cesar-cs/eval
95$ git checkout -qf 3e91a983936548c858fa59c74caeb25eb8d39a65
970.00s0.01s$ source ~/virtualenv/python3.6/bin/activate
98$ python --version
99Python 3.6.9
100$ pip --version
101pip 21.3.1 from /home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages/pip (python 3.6)
102Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.
1030.00s$ uname -a
104Linux travis-job-cesar-cs-eval-625813726 5.15.0-1067-gcp #75~20.04.1-Ubuntu SMP Thu Aug 8 00:30:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
105The command "uname -a" exited with 0.
10611.04s$ python3 -m pip install coverage
107Collecting coverage
108 Downloading coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204 kB)
109Installing collected packages: coverage
110Successfully installed coverage-6.2
111The command "python3 -m pip install coverage" exited with 0.
1120.00s$ cat /etc/hosts
113# Your system has configured 'manage_etc_hosts' as True.
114# As a result, if you wish for changes to this file to persist
115# then you will need to either
116# a.) make changes to the master file in /etc/cloud/templates/hosts.debian.tmpl
117# b.) change or remove the value of 'manage_etc_hosts' in
118# /etc/cloud/cloud.cfg or cloud-config from user-data
120127.0.1.1 travis-job-cesar-cs-eval-625813726 travis-job-cesar-cs-eval-625813726
122# The following lines are desirable for IPv6 capable hosts
123::1 ip6-localhost ip6-loopback
124ff02::1 ip6-allnodes
125ff02::2 ip6-allrouters
127127.0.0.1 localhost localhost
128The command "cat /etc/hosts" exited with 0.
131Done. Your build exited with 0.
Top