API event #135.1 passed

  • Ran for
Arm64
Python
Git
Raw log
Scroll to End of Log
0.02s0.00s0.00s3.6 is not installed; attempting download0.00s
worker_info
1Worker information
2hostname: dc44daf2-d67f-4c91-807f-40b891cdef39@492158.lxd-arm64-01
3version: ? ?
4instance: travis-job-cesar-cs-eval-625814975 2bc71557ddba12b2da65898da7f7a71ae5bbf9f072883acf28745f05934373ee (via amqp)
5startup: 1m0.762179527s
60.12s0.01s0.00s0.00s
system_info
7Build system information
8Build language: python
9Build group: edge
10Build dist: bionic
11Build id: 272180309
12Job id: 625814975
13Runtime kernel version: 5.15.0-1067-gcp
14VM: default
15travis-build version: 3a7d1527
16Build image provisioning date and time
17Wed Sep 4 18:47:07 UTC 2024
18Operating System Details
19Distributor ID: Ubuntu
20Description: Ubuntu 18.04.6 LTS
21Release: 18.04
22Codename: bionic
23Linux Version
245.4.0-1103-aws
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
41Client:
42 Version: 20.10.21
43 API version: 1.41
44 Go version: go1.18.1
45 Git commit: 20.10.21-0ubuntu1~18.04.3
46 Built: Thu Apr 27 05:50:43 2023
47 OS/Arch: linux/arm64
48 Context: default
49 Experimental: true
50LLVM version
51clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
52Target: aarch64-unknown-linux-gnu
53Thread model: posix
54InstalledDir: /usr/bin
55Pre-installed Ruby versions
56ruby-2.7.8
57ruby-3.3.1
58mysql --version
59mysql Ver 14.14 Distrib 5.7.42, for Linux (aarch64) using EditLine wrapper
60Redis version
61redis-server 5.0.6
62MongoDB version
63MongoDB 4.4.29
64ant -version
65Apache Ant(TM) version 1.10.14 compiled on August 16 2023
66mvn -version
67Apache Maven 3.6.0
68Maven home: /usr/share/maven
69Java version: 11.0.24, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-arm64
70Default locale: en, platform encoding: UTF-8
71OS name: "linux", version: "5.4.0-1103-aws", arch: "aarch64", family: "unix"
72kiex list
74kiex elixirs
76=* elixir-1.15.4
78# => - current
79# =* - current && default
80# * - default
82phpenv versions
83 7.2
84 7.2.32
85* 7.3 (set by /home/travis/.phpenv/version)
86 7.3.20
87 7.4
88 7.4.8
89composer --version
90Composer version 2.7.9 2024-09-04 14:43:28
920.01s0.00s4.01s0.23s0.07s0.01s0.05s0.00s0.01s0.00s0.01s0.00s0.40sOK
930.00s0.03s0.00s0.01s0.01s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.01s0.00s0.00s6.04s0.00s0.00s0.00s0.27s
docker_mtu_and_registry_mirrors
Docker
94Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/18.04/aarch64/python-3.6.tar.bz2
950.99s$ curl -sSf --retry 5 -o python-3.6.tar.bz2 ${archive_url}
969.46s$ sudo tar xjf python-3.6.tar.bz2 --directory /
970.00s
git.checkout
980.01s0.38s$ git clone --depth=50 --branch=arm https://github.com/cesar-cs/eval.git cesar-cs/eval
99$ cd cesar-cs/eval
100$ git checkout -qf 56d3be7c54225f59d410aa5eac421c33dea31212
1020.00s0.01s$ source ~/virtualenv/python3.6/bin/activate
103$ python --version
104Python 3.6.9
105$ pip --version
106pip 21.3.1 from /home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages/pip (python 3.6)
107Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.
1080.00s$ uname -a
109Linux travis-job-cesar-cs-eval-625814975 5.15.0-1067-gcp #75~20.04.1-Ubuntu SMP Thu Aug 8 00:30:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
110The command "uname -a" exited with 0.
11111.20s$ python3 -m pip install coverage
112Collecting coverage
113 Downloading coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204 kB)
114Installing collected packages: coverage
115Successfully installed coverage-6.2
116The command "python3 -m pip install coverage" exited with 0.
1170.00s$ cat /etc/hosts
118# Your system has configured 'manage_etc_hosts' as True.
119# As a result, if you wish for changes to this file to persist
120# then you will need to either
121# a.) make changes to the master file in /etc/cloud/templates/hosts.debian.tmpl
122# b.) change or remove the value of 'manage_etc_hosts' in
123# /etc/cloud/cloud.cfg or cloud-config from user-data
125127.0.1.1 travis-job-cesar-cs-eval-625814975 travis-job-cesar-cs-eval-625814975
127# The following lines are desirable for IPv6 capable hosts
128::1 ip6-localhost ip6-loopback
129ff02::1 ip6-allnodes
130ff02::2 ip6-allrouters
132127.0.0.1 localhost localhost
133The command "cat /etc/hosts" exited with 0.
136Done. Your build exited with 0.
Top