First stage
s390x
Ruby: 2.7.5
Git
MY_ENV=myenv
Raw log
Scroll to End of Log
0.02s0.00s0.00s0.00s
worker_info
1Worker information
2hostname: e356d5b0-3f19-45db-914d-efe1f2825062@424617.travis07
3version: v6.2.23-11-gb840303-dirty https://github.com/travis-ci/worker/tree/b8403038ec1dde5c25f3b0a307328beaac2612ee
4instance: travis-job-mkdtravis-travis-tests-623895961 bbfee8b5cfd33bb57ede368ab76d9342d5bb34a3332197561f1099e383e5eac6 (via amqp)
5startup: 13.999500524s
60.22s0.02s0.01s0.03s
system_info
7Build system information
8Build language: ruby
9Build dist: focal
10Build id: 271358636
11Job id: 623895961
12Runtime kernel version: 5.4.0-174-generic
13travis-build version: 3484ecfe
14Build image provisioning date and time
15Mon Jun 24 10:58:10 UTC 2024
16Operating System Details
17Distributor ID: Ubuntu
18Description: Ubuntu 20.04.6 LTS
19Release: 20.04
20Codename: focal
21Linux Version
225.4.0-150-generic
23Git version
24git version 2.25.1
25bash version
26GNU bash, version 5.0.17(1)-release (s390x-ibm-linux-gnu)
27Copyright (C) 2019 Free Software Foundation, Inc.
28License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
30This is free software; you are free to change and redistribute it.
31There is NO WARRANTY, to the extent permitted by law.
32GCC version
33gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
34Copyright (C) 2019 Free Software Foundation, Inc.
35This is free software; see the source for copying conditions. There is NO
36warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38Docker version
39Client:
40 Version: 24.0.7
41 API version: 1.43
42 Go version: go1.21.1
43 Git commit: 24.0.7-0ubuntu2~20.04.1
44 Built: Wed Mar 13 20:29:24 2024
45 OS/Arch: linux/s390x
46 Context: default
47LLVM version
48clang version 10.0.0-4ubuntu1
49Target: s390x-ibm-linux-gnu
50Thread model: posix
51InstalledDir: /usr/bin
52Pre-installed Ruby versions
53ruby-2.7.8
54ruby-3.3.1
55mysql --version
56mysql Ver 8.0.37-0ubuntu0.20.04.3 for Linux on s390x ((Ubuntu))
57Redis version
58redis-server 5.0.7
59ant -version
60Apache Ant(TM) version 1.10.14 compiled on August 16 2023
61mvn -version
62Apache Maven 3.6.3
63Maven home: /usr/share/maven
64Java version: 11.0.23, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-s390x
65Default locale: en, platform encoding: UTF-8
66OS name: "linux", version: "5.4.0-150-generic", arch: "s390x", family: "unix"
67kiex list
69kiex elixirs
71=* elixir-1.15.4
73# => - current
74# =* - current && default
75# * - default
77phpenv versions
78* 7.4 (set by /home/travis/.phpenv/version)
79 7.4.33
80composer --version
81Composer version 2.7.7 2024-06-10 22:11:12
830.10s0.02s0.98s0.32s0.07s0.00s0.04s0.00s0.01s0.00s0.02s0.00s0.66sOK
840.00s0.04s0.00s0.02s0.02s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.00s0.00s0.01s6.05s0.00s0.00s0.00s6.38s
docker_mtu_and_registry_mirrors
git.checkout
850.00s0.30s$ git clone --depth=50 --branch=mkd-travis-tests https://github.com/mkdtravis/travis-tests.git mkdtravis/travis-tests
86$ cd mkdtravis/travis-tests
87$ git checkout -qf d11f0f250c0260e704613b2ec0a0982ecccbc037
890.00s
90Setting environment variables from .travis.yml
91$ export MY_ENV=myenv
rvm
9316.42s$ rvm use 2.7.5 --install --binary --fuzzy
94Searching for binary rubies, this might take some time.
95Found remote file https://storage.googleapis.com/travis-ci-language-archives/ruby/binaries/ubuntu/20.04/s390x/ruby-2.7.5.tar.bz2
96Checking requirements for ubuntu.
97Requirements installation successful.
98ruby-2.7.5 - #configure
99ruby-2.7.5 - #download
100ruby-2.7.5 - #validate archive
101ruby-2.7.5 - #extract
102ruby-2.7.5 - #validate binary
103ruby-2.7.5 - #setup
104ruby-2.7.5 - #gemset created /home/travis/.rvm/gems/ruby-2.7.5@global
105ruby-2.7.5 - #importing gemset /home/travis/.rvm/gemsets/global.gems..................................
106ruby-2.7.5 - #generating global wrappers........
107ruby-2.7.5 - #uninstalling gem rubygems-bundler-1.4.5.
108ruby-2.7.5 - #gemset created /home/travis/.rvm/gems/ruby-2.7.5
109ruby-2.7.5 - #importing gemset /home/travis/.rvm/gemsets/default.gems..............
110ruby-2.7.5 - #generating default wrappers........
111Using /home/travis/.rvm/gems/ruby-2.7.5
ruby.versions
113$ ruby --version
114ruby 2.7.5p203 (2021-11-24 revision f69aeb8314) [s390x-linux]
115$ rvm --version
116rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
117$ bundle --version
118Bundler version 2.1.4
119$ gem --version
1203.1.6
122No Gemfile found, skipping bundle install
1240.07s$ ruby ./source/ruby_hello.rb
125Hello World
126The command "ruby ./source/ruby_hello.rb" exited with 0.
129Done. Your build exited with 0.
Top