Kengo Seki created BIGTOP-3437:
----------------------------------
Summary: Building Logstash fails due to amazing_print version
mismatch
Key: BIGTOP-3437
URL: https://issues.apache.org/jira/browse/BIGTOP-3437
Project: Bigtop
Issue Type: Bug
Reporter: Kengo Seki
Assignee: Kengo Seki
Building Logstash is failing with the following error on Jenkins.
[https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/654/COMPONENTS=logstash,OS=centos-7/console]
{code:java}
+ rake bootstrap
mkdir -p vendor
mkdir vendor/_
mkdir -p build
mkdir -p build/bootstrap
Installing minitar 0.5.4 because the build process needs it.
[bootstrap] Fetching and installing gem: minitar (0.5.4)
Successfully installed minitar-0.5.4
1 gem installed
Installing bundler ~> 1.9.4 because the build process needs it.
[bootstrap] Fetching and installing gem: bundler (~> 1.9.4)
Successfully installed bundler-1.9.10
1 gem installed
Invoking bundler install...
Error Bundler::InstallError, retrying 1/10
An error occurred while installing amazing_print (1.2.2), and Bundler cannot
continue.
Make sure that `gem install amazing_print -v '1.2.2'` succeeds before bundling.
(snip)
Error Bundler::InstallError, retrying 10/10
An error occurred while installing amazing_print (1.2.2), and Bundler cannot
continue.
Make sure that `gem install amazing_print -v '1.2.2'` succeeds before bundling.
Too many retries, aborting, caused by Bundler::InstallError
rake aborted!
Bundler::InstallError: An error occurred while installing amazing_print
(1.2.2), and Bundler cannot continue.
Make sure that `gem install amazing_print -v '1.2.2'` succeeds before bundling.
{code}
[The latest version (1.2.2) of amazing_print requires Ruby
2.5+|https://rubygems.org/gems/amazing_print/versions/1.2.2], so its version
should be 1.2.1 or earlier for now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)