Created
June 30, 2014 13:59
-
-
Save jarib/892e3dc73406b7a7ed4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make tarball tarball-test | |
=> Ensuring ruby gems dependencies are in vendor/bundle... | |
Using bson 1.10.2 | |
Using builder 3.2.2 | |
Using extlib 0.9.16 | |
Using multipart-post 2.0.0 | |
Using beefcake 0.3.7 | |
Using excon 0.31.0 | |
Using ffi 1.9.3 | |
Using formatador 0.2.5 | |
Using multi_json 1.10.1 | |
Using net-ssh 2.9.1 | |
Using nokogiri 1.6.2.1 | |
Using crack 0.1.8 | |
Using geotools-jars 10.0 | |
Using jwt 1.0.0 | |
Using retriable 1.4.1 | |
Using hashie 3.1.0 | |
Using uuidtools 2.1.4 | |
Using netrc 0.7.7 | |
Using rubyzip 1.1.4 | |
Using multi_xml 0.5.5 | |
Using i18n 0.6.9 | |
Using jdbc-sqlite3 3.7.2.1 | |
Using jmx4r 0.1.4 | |
Using json 1.8.1 | |
Using mtrc 0.0.4 | |
Using mime-types 2.3 | |
Using onstomp 1.0.8 | |
Using php-serialize 1.1.0 | |
Using rack 1.5.2 | |
Using sequel 4.11.0 | |
Using addressable 2.3.6 | |
Using trollop 2.0 | |
Using jruby-win32ole 0.8.5 | |
Using jdbc-mysql 5.1.30 | |
Using tilt 1.4.1 | |
Using bundler 1.6.3 | |
Using rsolr 1.0.10 | |
Using mongo 1.10.2 | |
Using faraday 0.9.0 | |
Using spoon 0.0.4 | |
Using varnish-rb 0.2.0 | |
Using elasticsearch-api 1.0.4 | |
Using heroku-api 0.3.18 | |
Using net-scp 1.2.1 | |
Using geoscript 0.1.0.pre | |
Using httparty 0.11.0 | |
Using riak-client 1.0.3 | |
Using rest-client 1.6.7 | |
Using autoparse 0.3.3 | |
Using rack-protection 1.5.3 | |
Using riemann-client 0.2.1 | |
Using elasticsearch-transport 1.0.4 | |
Using signet 0.5.1 | |
Using launchy 2.4.2 | |
Using google-api-client 0.7.1 | |
Using heroku 3.8.4 | |
Using elasticsearch 1.0.4 | |
Using jiralicious 0.2.2 | |
Using sinatra 1.4.5 | |
Using fog 1.20.0 | |
Your bundle is complete! | |
It was installed into ./vendor/bundle | |
=> Preparing tarball | |
mkdir build/tarball | |
mkdir build/tarball/logstash-contrib-1.4.1 | |
=> tarball ready: build/logstash-contrib-1.4.1.tar.gz | |
tar -C build/test-tarball --strip-components 1 -xf build/logstash-contrib-1.4.1.tar.gz | |
(cd build/test-tarball; bin/logstash rspec spec/inputs/relp.rb spec/filters/alter.rb spec/filters/cidr.rb spec/filters/collate.rb spec/filters/elapsed.rb spec/filters/environment.rb spec/filters/extractnumbers.rb spec/filters/grep.rb spec/filters/i18n.rb spec/filters/json.rb spec/filters/json_encode.rb spec/filters/prune.rb spec/filters/punct.rb spec/filters/railsparallelrequest.rb spec/filters/range.rb spec/filters/sumnumbers.rb spec/filters/translate.rb spec/filters/unique.rb spec/filters/wms.rb spec/filters/wmts.rb --fail-fast) | |
/Users/fijabakk/src/logstash-contrib/build/test-tarball | |
/bin/sh: bin/logstash: No such file or directory | |
make: *** [tarball-test] Error 127 | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment