Skip to content

Instantly share code, notes, and snippets.

@julik
Created December 12, 2014 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julik/3b2704c94e19d096a147 to your computer and use it in GitHub Desktop.
Save julik/3b2704c94e19d096a147 to your computer and use it in GitHub Desktop.
Travis-CI output example
Using worker: worker-linux-10-1.bb.travis-ci.org:travis-linux-17
system_info
Build system information
Build language: ruby
Build image provisioning date and time
Sun Dec 7 06:19:19 UTC 2014
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Cookbooks Version
5736160 https://github.com/travis-ci/travis-cookbooks/tree/5736160
GCC version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
LLVM version
clang version 3.4 (tags/RELEASE_34/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Pre-installed Ruby versions
jruby-1.7.16.1-d18
jruby-1.7.16.1-d19
ree-1.8.7-2012.02
ruby-1.8.7-head
ruby-1.8.7-p374
ruby-1.9.2-p330
ruby-1.9.3-p551
ruby-2.0.0-p598
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.2.0-preview2
Pre-installed Node.js versions
v0.10.33
Pre-installed Go versions
go1.3.3
Redis version
redis-server 2.8.18
riak version
1.4.12
MongoDB version
MongoDB 2.4.12
CouchDB version
couchdb 1.6.1
Neo4j version
1.9.4
Cassandra version
2.0.9
RabbitMQ Version
3.4.2
ElasticSearch version
1.4.0
Installed Sphinx versions
2.0.10
2.1.9
2.2.4
Default Sphinx version
2.1.9
Installed Firefox version
firefox 31.0esr
PhantomJS version
1.9.8
ant -version
Apache Ant(TM) version 1.8.2 compiled on December 3 2011
mvn -version
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T20:58:10+00:00)
Maven home: /usr/local/maven
Java version: 1.7.0_72, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-042stab090.5", arch: "amd64", family: "unix"
git.checkout
0.73s$ git clone --depth=50 --branch=master git://github.com/guerilla-di/tracksperanto.git guerilla-di/tracksperanto
Cloning into 'guerilla-di/tracksperanto'...
remote: Counting objects: 562, done.
remote: Compressing objects: 100% (358/358), done.
remote: Total 562 (delta 243), reused 472 (delta 193)
Receiving objects: 100% (562/562), 6.04 MiB | 0 bytes/s, done.
Resolving deltas: 100% (243/243), done.
Checking connectivity... done.
$ cd guerilla-di/tracksperanto
$ git checkout -qf 9f86c21324fb2a64333c90f04cef2e6b317d30a2
rvm
0.41s$ rvm use 2.1.2 --install --binary --fuzzy
Using /home/travis/.rvm/gems/ruby-2.1.2
$ export BUNDLE_GEMFILE=$PWD/Gemfile
$ ruby --version
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
$ rvm --version
rvm 1.26.3 (latest-minor) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ bundle --version
Bundler version 1.6.2
$ gem --version
2.4.5
install.bundler
7.19s$ bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
Fetching gem metadata from http://rubygems.org/..........
Fetching additional metadata from http://rubygems.org/..
Resolving dependencies...
Installing approximately 1.1.0
Using bundler 1.6.2
Installing rake 10.4.2
Installing cli_test 1.0.1
Installing bychar 3.0.0
Installing update_hints 1.0.3
Installing tins 1.3.3
Installing git 1.2.8
Using json 1.8.1
Installing flexmock 1.3.3
Installing linebyline 1.0.0
Installing obuf 1.1.0
Installing progressbar 0.10.0
Installing progressive_io 1.0.0
Installing rake-hooks 1.2.3
Installing tickly 2.1.6
Installing term-ansicolor 1.3.0
Installing rdoc 4.2.0
Installing framecurve 1.0.2
Installing jeweler 1.8.4
Installing flame_channel_parser 4.0.2
Your bundle is complete!
It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
53.31s$ bundle exec rake
/home/travis/.rvm/rubies/ruby-2.1.2/bin/ruby -I"lib:test" -I"/home/travis/build/guerilla-di/tracksperanto/vendor/bundle/ruby/2.1.0/gems/rake-10.4.2/lib" "/home/travis/build/guerilla-di/tracksperanto/vendor/bundle/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_test_loader.rb" "test/**/test_*.rb"
Run options:
# Running tests:
Finished tests in 51.581139s, 6.1844 tests/s, 14.2106 assertions/s.
319 tests, 733 assertions, 0 failures, 0 errors, 0 skips
ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
The command "bundle exec rake" exited with 0.
Done. Your build exited with 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment