Skip to content

Instantly share code, notes, and snippets.

@wiibaa
Created August 18, 2014 08:31
Show Gist options
  • Save wiibaa/527118fd6a5171b8e7a0 to your computer and use it in GitHub Desktop.
Save wiibaa/527118fd6a5171b8e7a0 to your computer and use it in GitHub Desktop.
Testing logstash #1640 under windows
D:\tmp\logstash\github\logstash>rake artifact:tar --trace
** Invoke artifact:tar (first_time)
** Invoke vendor:elasticsearch (first_time)
** Execute vendor:elasticsearch
** Invoke vendor/_/elasticsearch-1.3.0.tar.gz (first_time)
** Invoke vendor/_ (first_time, not_needed)
** Invoke vendor (first_time, not_needed)
** Execute vendor/_/elasticsearch-1.3.0.tar.gz
Downloading https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.0.tar.gz
** Invoke vendor/elasticsearch (first_time, not_needed)
** Invoke vendor (not_needed)
** Invoke dependency:archive-tar-minitar (first_time)
** Execute dependency:archive-tar-minitar
** Invoke gem:require (first_time)
** Execute gem:require
rake aborted!
oversubscribed literal/length tree
org/jruby/ext/zlib/JZlibRubyGzipReader.java:568:in `eof'
org/jruby/ext/zlib/JZlibRubyGzipReader.java:574:in `eof?'
D:/tmp/logstash/github/logstash/build/bootstrap/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:606:in `each_entry'
org/jruby/RubyKernel.java:1501:in `loop'
D:/tmp/logstash/github/logstash/build/bootstrap/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:605:in `each_entry'
D:/tmp/logstash/github/logstash/build/bootstrap/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:587:in `each'
D:/tmp/logstash/github/logstash/build/bootstrap/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:679:in `each'
D:/tmp/logstash/github/logstash/rakelib/vendor.rake:18:in `untar'
D:/tmp/logstash/github/logstash/rakelib/vendor.rake:51:in `(root)'
org/jruby/RubyProc.java:271:in `call'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:236:in `execute'
org/jruby/RubyArray.java:1613:in `each'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:231:in `execute'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:175:in `invoke_with_call_chain'
c:/jruby-1.7.13/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:168:in `invoke_with_call_chain'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:197:in `invoke_prerequisites'
org/jruby/RubyArray.java:1613:in `each'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:195:in `invoke_prerequisites'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:174:in `invoke_with_call_chain'
c:/jruby-1.7.13/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:168:in `invoke_with_call_chain'
c:/jruby-1.7.13/lib/ruby/shared/rake/task.rb:161:in `invoke'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:149:in `invoke_task'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:106:in `top_level'
org/jruby/RubyArray.java:1613:in `each'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:106:in `top_level'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:115:in `run_with_threads'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:100:in `top_level'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:78:in `run'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:165:in `standard_exception_handling'
c:/jruby-1.7.13/lib/ruby/shared/rake/application.rb:75:in `run'
c:/jruby-1.7.13/lib/ruby/gems/shared/gems/rake-10.1.0/bin/rake:33:in `(root)'
org/jruby/RubyKernel.java:1081:in `load'
c:/jruby-1.7.13/bin/rake:23:in `(root)'
Tasks: TOP => artifact:tar => vendor:elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment