Kengo Seki created BIGTOP-3395:
----------------------------------
Summary: Building Kafka is failing on Fedora 31 for ARM64
Key: BIGTOP-3395
URL: https://issues.apache.org/jira/browse/BIGTOP-3395
Project: Bigtop
Issue Type: Bug
Reporter: Kengo Seki
https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/627/COMPONENTS=kafka,OS=fedora-31-aarch64/console
https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/626/COMPONENTS=kafka,OS=fedora-31-aarch64/console
https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/625/COMPONENTS=kafka,OS=fedora-31-aarch64/console
https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/624/COMPONENTS=kafka,OS=fedora-31-aarch64/console
First I suspected intermittent network error that often occurs downloading from
the maven central repository, but the builds always failed during the :wrapper
task, and their download size were always the same value.
{code}
> Task :wrapper FAILED
> Task :removeWindowsScript UP-TO-DATE
> Task :bootstrapWrapperProperties
> Task :bootstrapWrapper
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':wrapper'.
> java.util.zip.ZipException: invalid entry compressed size (expected 3765 but
> got 3763 bytes)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
4 actionable tasks: 3 executed, 1 up-to-date
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 7s
error: Bad exit status from /var/tmp/rpm-tmp.1y40oo (%build)
Bad exit status from /var/tmp/rpm-tmp.1y40oo (%build)
RPM build errors:
> Task :kafka-rpm FAILED
{code}
I'm going to try to reproduce it using some ARM64 machine.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)