Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created October 4, 2014 18:27
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 rtyler/6a91e9b515ef8aa33d35 to your computer and use it in GitHub Desktop.
Save rtyler/6a91e9b515ef8aa33d35 to your computer and use it in GitHub Desktop.
[11:10:14] tyler:blick git:(master*) $ ./gradlew spec --info
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/usr/home/tyler/source/github/blick/build.gradle'.
Included projects: [root project 'blick']
Evaluating root project 'blick' using build file '/usr/home/tyler/source/github/blick/build.gradle'.
Compiling build file '/usr/home/tyler/source/github/blick/build.gradle' using StatementExtractingScriptTransformer.
Compiling build file '/usr/home/tyler/source/github/blick/build.gradle' using BuildScriptTransformer.
All projects evaluated.
Selected primary task 'spec' from project :
Tasks to be executed: [task ':spec']
:spec (Thread[main,5,main]) started.
:spec
Executing task ':spec' (up-to-date check took 0.002 secs) due to:
Task has not declared any outputs.
Starting process 'command '/usr/local/openjdk8/bin/java''. Working directory: /usr/home/tyler/source/github/blick Command: /usr/local/openjdk8/bin/java -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /usr/home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.16/8ef6c848cc5491c5f22ddad4532c68fe778421f6/jruby-complete-1.7.16.jar org.jruby.Main -S rspec --color --order random
Successfully started process 'command '/usr/local/openjdk8/bin/java''
Errno::ENOENT: No such file or directory - /usr/home/tyler/source/github/blick/build/tmp/jrubyExec/gems/rspec-core-3.1.5/lib/rbconfig
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
require 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/core_ext/kernel_require.rb:68
find at org/jruby/RubyEnumerable.java:592
require 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/core_ext/kernel_require.rb:67
(root) at /usr/home/tyler/source/github/blick/build/tmp/jrubyExec/gems/rspec-core-3.1.5/lib/rspec/core.rb:5
require at org/jruby/RubyKernel.java:1065
(root) 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/core_ext/kernel_require.rb:1
require 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/core_ext/kernel_require.rb:73
load at org/jruby/RubyKernel.java:1081
(root) at /home/tyler/.rvm/gems/ruby-2.1.0@rubygems/bin/rspec:23
:spec FAILED
:spec (Thread[main,5,main]) completed. Took 7.59 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spec'.
> 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 --debug option to get more log output.
BUILD FAILED
Total time: 19.248 secs
Stopped 0 compiler daemon(s).
[11:26:44] tyler:blick git:(master*) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment