Hi Jun, BIGTOP-3582[1] has been created.
https://issues.apache.org/jira/browse/BIGTOP-3582 Kind Regards, Nathan From: Jun HE [mailto:ju...@apache.org] Sent: 30 August 2021 10:29 To: user@bigtop.apache.org Cc: Masatake Iwasaki <iwasak...@oss.nttdata.co.jp> Subject: Re: V1.5.0 Logstash RPM Build failure You don't often get email from ju...@apache.org<mailto:ju...@apache.org>. Learn why this is important<http://aka.ms/LearnAboutSenderIdentification> Hi Nathan, Thanks for letting us know it. Pls create a bug, so we will not lose track of this. Will check how to fix it. Regards, Jun <nathan.engl...@bt.com<mailto:nathan.engl...@bt.com>> 于2021年8月30日周一 下午3:02写道: I did think the same when I saw the error. It's not pinned as you say in the release gemfile [1]. Unfortunately, I haven't had a chance to look at it any further as it's not something I need for my deployment. Should I create a bug on Jira? [1] https://github.com/elastic/logstash/blob/v5.4.1/Gemfile<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Felastic%2Flogstash%2Fblob%2Fv5.4.1%2FGemfile&data=04%7C01%7Cnathan.english%40bt.com%7C84bb44db34374071215008d96b87ea9d%7Ca7f356889c004d5eba4129f146377ab0%7C0%7C0%7C637659054364777154%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=IJ7XFGRvhIWJUBFjhNwxueRs50h0rVC4nfonXHre2UA%3D&reserved=0> -----Original Message----- From: Masatake Iwasaki [mailto:iwasak...@oss.nttdata.co.jp<mailto:iwasak...@oss.nttdata.co.jp>] Sent: 30 August 2021 05:09 To: user@bigtop.apache.org<mailto:user@bigtop.apache.org>; English,N,Nathan,VIR R <nathan.engl...@bt.com<mailto:nathan.engl...@bt.com>> Subject: Re: V1.5.0 Logstash RPM Build failure [You don't often get email from iwasak...@oss.nttdata.co.jp<mailto:iwasak...@oss.nttdata.co.jp>. Learn why this is important at http://aka.ms/LearnAboutSenderIdentification.] > I'm having issues building the Logstash rpm. It looks to be failing on the > command 'rake artifact-tar'. With a missing file > 'vendor/bundle/jruby/2.3.0/gems/logstash-output-elasticsearch-11.0.4-java/lib/logstash/outputs/templates/ecs-v1/elasticsearch-8x.json'. > It looks to be a broken symlink to > 'lib/logstash/outputs/elasticsearch/templates/ecs-v1/User/yaauie/src/elastic/logstash/plugins/logsta' > Which that directory structure beyond lib doesn't even exist. This can be reproduced even in master branch on CentOS 8. It looks like the versions of logstash plugins are not pinned and the latest logstash-output-elasticsearch-11.0.4-java have issue (against logstash-5.4.1??).:: [artifact:tar] building build/logstash-5.4.1.tar.gz rake aborted! Errno::ENOENT: No such file or directory - vendor/bundle/jruby/2.3.0/gems/logstash-output-elasticsearch-11.0.4-java/lib/logstash/outputs/elasticsearch/templates/ecs-v1/elasticsearch-8x.json /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/rakelib/artifacts.rake:239:in `block in write_to_tar' /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/vendor/bundle/jruby/2.3.0/gems/minitar-0.5.4/lib/archive/tar/minitar.rb:344:in `add_file_simple' /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/rakelib/artifacts.rake:238:in `write_to_tar' /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/rakelib/artifacts.rake:215:in `block in build_tar' /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/rakelib/artifacts.rake:214:in `build_tar' /home/centos/srcs/bigtop/build/logstash/rpm/BUILD/logstash-5.4.1/rakelib/artifacts.rake:82:in `block in (root)' Tasks: TOP => artifact:tar (See full trace by running task with --trace) error: Bad exit status from /var/tmp/rpm-tmp.cn5QyU (%build) On 2021/08/29 20:38, nathan.engl...@bt.com<mailto:nathan.engl...@bt.com> wrote: > Hi All, > > I'm having issues building the Logstash rpm. It looks to be failing on the > command 'rake artifact-tar'. With a missing file > 'vendor/bundle/jruby/2.3.0/gems/logstash-output-elasticsearch-11.0.4-java/lib/logstash/outputs/templates/ecs-v1/elasticsearch-8x.json'. > It looks to be a broken symlink to > 'lib/logstash/outputs/elasticsearch/templates/ecs-v1/User/yaauie/src/elastic/logstash/plugins/logsta' > Which that directory structure beyond lib doesn't even exist. > > I did apply the changes from BIGTOP-3562 to get this stage, as previously, it > would fail as the website no longer existed, along with BIGTOP-3499 for the > gem issue. > > I haven't tried building this with the master branch. > > I was wondering if there was anything else I am missing or should try? > > Kind Regards, > > Nathan >