Bionic Ruby 2.6.6 TRUE
s390x
Ruby
Git
TEST_FLAG=TRUE
Raw log
Scroll to End of Log
0.02s0.00s0.00s0.00s
worker_info
1Worker information
2hostname: 36e175b6-b045-498e-ba41-65d19237a8f6@424617.travis07
3version: v6.2.23-11-gb840303-dirty https://github.com/travis-ci/worker/tree/b8403038ec1dde5c25f3b0a307328beaac2612ee
4instance: travis-job-mkdtravis-travis-tests-623895253 d0995a389f283431d91ae9f919320d041760d944931d0e1bd03081199508756c (via amqp)
5startup: 31.507654479s
60.21s0.05s0.00s0.01s
system_info
7Build system information
8Build language: ruby
9Build dist: bionic
10Build id: 271358469
11Job id: 623895253
12Runtime kernel version: 5.4.0-174-generic
13travis-build version: 3484ecfe
14Build image provisioning date and time
15Mon Jun 24 10:09:36 UTC 2024
16Operating System Details
17Distributor ID: Ubuntu
18Description: Ubuntu 18.04.6 LTS
19Release: 18.04
20Codename: bionic
21Linux Version
225.4.0-150-generic
23Git version
24git version 2.17.1
25bash version
26GNU bash, version 4.4.20(1)-release (s390x-ibm-linux-gnu)
27Copyright (C) 2016 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 7.5.0-3ubuntu1~18.04) 7.5.0
34Copyright (C) 2017 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: 20.10.21
41 API version: 1.41
42 Go version: go1.18.1
43 Git commit: 20.10.21-0ubuntu1~18.04.3
44 Built: Thu Apr 27 05:50:49 2023
45 OS/Arch: linux/s390x
46 Context: default
47 Experimental: true
48LLVM version
49clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
50Target: s390x-ibm-linux-gnu
51Thread model: posix
52InstalledDir: /usr/bin
53Pre-installed Ruby versions
54ruby-2.7.8
55ruby-3.3.1
56mysql --version
57mysql Ver 14.14 Distrib 5.7.42, for Linux (s390x) using EditLine wrapper
58Redis version
59redis-server 5.0.6
60MongoDB version
61MongoDB 4.4.6
62ant -version
63Apache Ant(TM) version 1.10.14 compiled on August 16 2023
64mvn -version
65Apache Maven 3.6.0
66Maven home: /usr/share/maven
67Java version: 11.0.23, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-s390x
68Default locale: en, platform encoding: UTF-8
69OS name: "linux", version: "5.4.0-150-generic", arch: "s390x", family: "unix"
70kiex list
72kiex elixirs
74=* elixir-1.15.4
76# => - current
77# =* - current && default
78# * - default
80phpenv versions
81 7.2
82 7.2.34
83* 7.3 (set by /home/travis/.phpenv/version)
84 7.3.33
85 7.4
86 7.4.33
880.02s0.01s1.13s0.38s0.07s0.01s0.05s0.00s0.01s0.00s0.02s0.00s0.67sOK
890.00s0.03s0.00s0.01s0.03s0.00s0.00s0.00s0.01s0.00s0.00s0.00s0.01s0.00s0.00s6.06s0.00s0.00s0.00s6.54s
docker_mtu_and_registry_mirrors
git.checkout
900.00s0.51s$ git clone --depth=50 --branch=main https://github.com/mkdtravis/travis-tests.git mkdtravis/travis-tests
91$ cd mkdtravis/travis-tests
92$ git checkout -qf 19b42b87553e7a78a1773cf06be77bdab3937cae
940.00s
95Setting environment variables from .travis.yml
96$ export TEST_FLAG=TRUE
rvm
980.85s$ rvm use default
99Using /home/travis/.rvm/gems/ruby-3.3.1
ruby.versions
101$ ruby --version
102ruby 3.3.1 (2024-04-23 revision c56cd86388) [s390x-linux]
103$ rvm --version
104rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
105$ bundle --version
106Bundler version 2.5.9
107$ gem --version
1083.5.9
110No Gemfile found, skipping bundle install
1120.08s$ ruby ./source/ruby_hello.rb
113Hello World
114The command "ruby ./source/ruby_hello.rb" exited with 0.
1150.00s$ echo Test flag is ${TEST_FLAG}
116Test flag is TRUE
117The command "echo Test flag is ${TEST_FLAG}" exited with 0.
120Done. Your build exited with 0.
Top