focal-s390x
s390x
C
Git
Raw log
Scroll to End of Log
0.05s0.00s0.00s0.00s0.00s
worker_info
1Worker information
2hostname: 6b54061e-d79d-4285-a1d2-dfff8e57656f@114379.travis20
3version: deploy_2024.10.02 https://github.com/travis-ci/worker/tree/163baaf44dde563d04f4e8a0343815b6b7d84649
4instance: travis-job-travis-ci-travis-rubies-627353765 62884623ef0e5d0f11fb47d8d99b88aec2ef0bb3a4717aff708aa90a81e00546 (via amqp)
5startup: 24.543798505s
60.42s0.02s0.04s0.01s0.08s
system_info
7Build system information
8Build language: c
9Build group: stable
10Build dist: focal
11Build id: 272833582
12Job id: 627353765
13Runtime kernel version: 5.4.0-193-generic
14VM: default
15travis-build version: 6b157a1c
16Build image provisioning date and time
17Fri Aug 23 03:25:56 UTC 2024
18Operating System Details
19Distributor ID: Ubuntu
20Description: Ubuntu 20.04.6 LTS
21Release: 20.04
22Codename: focal
23Linux Version
245.4.0-150-generic
25Git version
26git version 2.25.1
27bash version
28GNU bash, version 5.0.17(1)-release (s390x-ibm-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/s390x
48 Context: default
49LLVM version
50clang version 10.0.0-4ubuntu1
51Target: s390x-ibm-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 s390x ((Ubuntu))
59Redis version
60redis-server 5.0.7
61ant -version
62Apache Ant(TM) version 1.10.14 compiled on August 16 2023
63mvn -version
64Apache Maven 3.6.3
65Maven home: /usr/share/maven
66Java version: 11.0.24, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-s390x
67Default locale: en, platform encoding: UTF-8
68OS name: "linux", version: "5.4.0-150-generic", arch: "s390x", family: "unix"
69kiex list
71kiex elixirs
73=* elixir-1.15.4
75# => - current
76# =* - current && default
77# * - default
79phpenv versions
80* 7.4 (set by /home/travis/.phpenv/version)
81 7.4.33
82composer --version
83Composer version 2.7.8 2024-08-22 15:28:36
850.13s0.01s1.27s0.50s0.06s0.00s0.04s0.00s0.01s0.00s0.01s0.00s0.92sOK
860.00s0.05s0.00s0.01s0.01s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.01s0.00s0.19s6.08s0.00s0.00s0.00s7.08s
docker_mtu_and_registry_mirrors
Docker
git.checkout
870.01s0.33s$ git clone --depth=50 --branch=build https://github.com/travis-ci/travis-rubies.git travis-ci/travis-rubies
88Cloning into 'travis-ci/travis-rubies'...
89$ cd travis-ci/travis-rubies
90$ git checkout -qf 4548d77082ff50aa31590db013961d66b59da647
920.00s
93Setting environment variables from repository settings
94$ export AWS_ACCESS_KEY_ID=[secure]
95$ export AWS_SECRET_ACCESS_KEY=[secure]
96$ export AWS_DEFAULT_REGION=[secure]
97$ export SAFE_RVM_VERSION=1.29.7
99$ export TRAVIS_COMPILER=gcc
100$ export CC=${CC:-gcc}
101$ export CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
102$ export PATH=/usr/lib/ccache:$PATH
cache.1
103Setting up build cache
104$ export CASHER_DIR=${TRAVIS_HOME}/.casher
1050.16s$ Installing caching utilities
1060.00s3.05sattempting to download cache archive
107fetching build/cache-s390x-linux-focal-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
108fetching build/cache-linux-focal-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--compiler-gcc.tgz
109fetching build/cache--compiler-gcc.tgz
110could not download cache
cache.ccache
1130.00s1.77sadding /home/travis/.ccache to cache
114creating directory /home/travis/.ccache
115$ gcc --version
116gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
117Copyright (C) 2019 Free Software Foundation, Inc.
118This is free software; see the source for copying conditions. There is NO
119warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1210.01s$ test -f ~/.rvmrc && cat ~/.rvmrc || true
122rvm_autoupdate_flag='0'
123rvm_binary_flag='1'
124rvm_fuzzy_flag='1'
125rvm_gem_options='--no-document'
126rvm_max_time_flag='5'
127rvm_path='/home/travis/.rvm'
128rvm_project_rvmrc='0'
129rvm_remote_server_type4='rubies'
130rvm_remote_server_url4='https://s3.amazonaws.com/travis-rubies/binaries'
131rvm_remote_server_verify_downloads4='1'
132rvm_silence_path_mismatch_check_flag='1'
133rvm_user_install_flag='1'
134rvm_with_default_gems='rake bundler'
135rvm_without_gems='rubygems-bundler'
136rvm_autolibs_flag='read-fail'
137The command "test -f ~/.rvmrc && cat ~/.rvmrc || true" exited with 0.
138$ ./build.sh
rvm.1
139update rvm
1401.48s$ rvm remove 1.8.7
141ruby-1.8.7-head - #already gone
142Using /home/travis/.rvm/gems/ruby-3.3.1
144/usr/bin/gpg2
145/usr/bin/gpg2
146pub rsa4096 2014-10-28 [SC]
147 409B6B1796C275462A1703113804BB82D39DC0E3
148uid [ unknown] Michal Papis (RVM signing) <mpapis@gmail.com>
149uid [ unknown] Michal Papis <michal.papis@toptal.com>
150uid [ unknown] [jpeg image of size 5015]
151sub rsa2048 2015-11-02 [E]
153pub rsa4096 2016-11-11 [SC]
154 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
155uid [ unknown] Piotr Kuczynski <piotr.kuczynski@gmail.com>
156sub rsa4096 2016-11-11 [E]
158gpg: key 3804BB82D39DC0E3: 47 signatures not checked due to missing keys
159gpg: key 3804BB82D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
160gpg: Total number processed: 1
161gpg: unchanged: 1
1620.33s$ rvm reload
163Warning! PATH is not properly set up, /home/travis/.rvm/gems/ruby-3.3.1/bin is not at first place.
164 <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
165 You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
166 To fix it temporarily in this shell session run: <code>rvm use ruby-3.3.1</code>
167 To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
168RVM reloaded!
170gpg: key 105BD0E739499BDB: "Piotr Kuczynski <piotr.kuczynski@gmail.com>" not changed
171gpg: Total number processed: 1
172gpg: unchanged: 1
173gpg: key 3804BB82D39DC0E3: 47 signatures not checked due to missing keys
174gpg: key 3804BB82D39DC0E3: "Michal Papis (RVM signing) <mpapis@gmail.com>" not changed
175gpg: Total number processed: 1
176gpg: unchanged: 1
1770.57sDownloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
178Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
179gpg: Signature made Fri Jan 15 18:46:22 2021 UTC
180gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
181gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>" [unknown]
182gpg: WARNING: This key is not certified with a trusted signature!
183gpg: There is no indication that the signature belongs to the owner.
184Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
185GPG verified '/home/travis/.rvm/archives/rvm-1.29.12.tgz'
186Upgrading the RVM installation in /home/travis/.rvm/
187 RVM PATH line found in /home/travis/.mkshrc /home/travis/.profile /home/travis/.bashrc /home/travis/.zshrc.
188 RVM sourcing line found in /home/travis/.profile /home/travis/.bash_profile /home/travis/.zlogin.
189Upgrade of RVM in /home/travis/.rvm/ is complete.
191<warn>Thanks for installing RVM 🙏</warn>
192Please consider donating to our open collective to help us maintain RVM.
194👉 Donate: <code>https://opencollective.com/rvm/donate</code>
197./build.sh: line 168: /Users/travis/.rvm/scripts/rvm: No such file or directory
198$ rvm reset
199Warning! PATH is not properly set up, /home/travis/.rvm/gems/ruby-3.3.1/bin is not at first place.
200 <log>Usually this is caused by shell i
202Done: Job Cancelled
204Job Cancelled manually by User with id: smokodon
Top