sensu-plugins / sensu-plugins-rspec

Sensu Plugins for running and alerting on rspec tests

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failing due to rubocop not being loaded

mattyjones opened this issue · comments

Using worker: worker-linux-08b40318-1.bb.travis-ci.org:travis-linux-7
system_info
Build system information
Build language: ruby
Build image provisioning date and time
Wed Feb  4 18:22:50 UTC 2015
Operating System Details
Distributor ID: Ubuntu
Description:    Ubuntu 12.04 LTS
Release:    12.04
Codename:   precise
Linux Version
2.6.32-042stab090.5
Cookbooks Version
23bb455 https://github.com/travis-ci/travis-cookbooks/tree/23bb455
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
ruby-1.9.3-p551
Pre-installed Node.js versions
v0.10.36
Pre-installed Go versions
1.4.1
Redis version
redis-server 2.8.19
riak version
2.0.2
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.3
ElasticSearch version
1.4.0
Installed Sphinx versions
2.0.10
2.1.9
2.2.6
Default Sphinx version
2.2.6
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.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/maven
Java version: 1.7.0_76, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-042stab090.5", arch: "amd64", family: "unix"
git.checkout
0.11s$ git clone --depth=50 --branch=0.0.1.alpha.3 git://github.com/sensu-plugins/sensu-plugins-rspec.git sensu-plugins/sensu-plugins-rspec
Cloning into 'sensu-plugins/sensu-plugins-rspec'...
remote: Counting objects: 63, done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 63 (delta 22), reused 53 (delta 12), pack-reused 0
Receiving objects: 100% (63/63), 13.73 KiB | 0 bytes/s, done.
Resolving deltas: 100% (22/22), done.
Checking connectivity... done.
Note: checking out 'd9b44c99424d20fd5d36ac412001f2c9a78a7bfa'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b new_branch_name
$ cd sensu-plugins/sensu-plugins-rspec
$ git checkout -qf d9b44c99424d20fd5d36ac412001f2c9a78a7bfa
rvm
0.37s$ rvm use 2.0 --install --binary --fuzzy
Using /home/travis/.rvm/gems/ruby-2.0.0-p598
$ export BUNDLE_GEMFILE=$PWD/Gemfile
$ ruby --version
ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
$ rvm --version
rvm 1.26.10 (latest-minor) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ bundle --version
Bundler version 1.7.6
$ gem --version
2.4.5
install
28.09s$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Installing rake 10.4.2
Installing ast 2.0.0
Installing parser 2.2.0.3
Installing astrolabe 1.3.0
Using bundler 1.7.6
Installing docile 1.1.5
Installing multi_json 1.11.0
Installing simplecov-html 0.9.0
Installing simplecov 0.9.2
Installing codeclimate-test-reporter 0.4.7
Installing coderay 1.1.0
Installing diff-lcs 1.2.5
Installing github-markup 1.3.3
Installing json 1.8.2
Installing method_source 0.8.2
Installing mixlib-cli 1.5.0
Installing powerpack 0.1.0
Installing slop 3.6.0
Installing pry 0.10.1
Installing rainbow 2.0.0
Installing redcarpet 3.2.2
Installing rspec-support 3.2.2
Installing rspec-core 3.2.1
Installing rspec-expectations 3.2.0
Installing rspec-mocks 3.2.1
Installing rspec 3.2.0
Installing ruby-progressbar 1.7.1
Installing rubocop 0.29.1
Installing sensu-plugin 1.1.0
Using sensu-plugins-rspec 0.0.1.alpha.3 from source at .
Installing yard 0.8.7.6
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
0.74s$ bundle exec rake default
rake aborted!
NameError: uninitialized constant Rubocop
/home/travis/build/sensu-plugins/sensu-plugins-rspec/Rakefile:24:in `<top (required)>'
/home/travis/.rvm/gems/ruby-2.0.0-p598/bin/ruby_executable_hooks:15:in `eval'
/home/travis/.rvm/gems/ruby-2.0.0-p598/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)
The command "bundle exec rake default" exited with 1.
Done. Your build exited with 1.