Description
In BIGTOP-2379, the maven.pp has been refactored using $mvnversion for versioning:
In BIGTOP-3037, secure download for maven was introduced. However, the version is fixed to 3.5.3
When maven version automatically upgraded (BIGTOP-3031), the version of downloaded maven and the signature diverse.
Ref: https://ci.bigtop.apache.org/view/Docker/job/Docker-Toolchain-Trunk/OS=centos-7/96/console
The error log when building bigtop/slaves images:
[mNotice: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc]/returns] : Connecting to www.apache.org (www.apache.org)|95.216.24.32|:443... connected.[0m [mNotice: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc]/returns] : HTTP request sent, awaiting response... 404 Not Found[0m [mNotice: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc]/returns] : 2018-07-06 02:24:14 ERROR 404: Not Found.[0m [91m[1;31mError: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] ]: Failed to call refresh: /usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] returned 8 instead of one of [0][0m [0m[91m[1;31mError: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] ]: /usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] returned 8 instead of one of [0][0m [0m[mNotice: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/gpg2 -v --verify --auto-key-retrieve --keyserver hkp://keyserver.ubuntu.com:80 apache-maven-3.5.4-bin.tar.gz.asc]: Dependency Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] ] has failures: true[0m [91m[1;31mWarning: /Stage[main]/Bigtop_toolchain::Maven/Exec[/usr/bin/gpg2 -v --verify --auto-key-retrieve --keyserver hkp://keyserver.ubuntu.com:80 apache-maven-3.5.4-bin.tar.gz.asc]: Skipping because of failed dependencies[0m [0m[mNotice: /Stage[main]/Bigtop_toolchain::Maven/Exec[/bin/tar xvzf /usr/src/apache-maven-3.5.4-bin.tar.gz]: Dependency Exec[/usr/bin/wget [https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.4-bin.tar.gz.asc] ] has failures: true[0m
Attachments
Issue Links
- links to