-
-
Save rtyler/dd1f1df58d4712a9e63d 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
[10:41:42] tyler:blick git:(master*) $ GEM_PATH="" GEM_HOME="" ./gradlew rspec | |
:rspec | |
Errno::ENOENT: No such file or directory - /usr/home/tyler/source/github/blick/build/tmp/jrubyExec/gems/activesupport-4.1.6/lib/rspec | |
file? at org/jruby/RubyFileTest.java:131 | |
contains_requirable_file? at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/basic_specification.rb:46 | |
any? at org/jruby/RubyEnumerable.java:1473 | |
contains_requirable_file? at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/basic_specification.rb:46 | |
any? at org/jruby/RubyEnumerable.java:1473 | |
contains_requirable_file? at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/basic_specification.rb:44 | |
find_inactive_by_path at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/specification.rb:898 | |
find at org/jruby/RubyEnumerable.java:592 | |
find_inactive_by_path at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/specification.rb:897 | |
try_activate at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems.rb:183 | |
require at /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-comp lete-1.7.16.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:132 | |
(root) at /usr/home/tyler/source/github/blick/rspec-runner:6 | |
:rspec FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':rspec'. | |
> Process 'command '/usr/local/openjdk8/bin/java'' finished with non-zero exit value 1 | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 15.766 secs | |
[10:42:15] tyler:blick git:(master*) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment