Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 3.4.0
-
None
-
ghx-label-3
Description
When starting a parallel-all-tests run on master to verify some configuration changes on upstream Jenkins, all builds broke in the setup phase, because they were unable to download maven. E.g. in ubuntu-16.04-buil-only:
00:00:12.500 + sudo wget -nv https://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz 00:00:13.503 https://downloads.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz: 00:00:13.503 2020-02-15 23:32:50 ERROR 404: Not Found. 00:00:13.507 ERROR in bin/jenkins/build-only.sh at line 29: bin/bootstrap_build.sh
in clang-tidy-ub1604:
00:01:07.218 ++ '[' '!' -d /usr/local/apache-maven-3.5.4 ']' 00:01:07.218 ++ sudo wget -nv https://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz 00:01:08.478 https://downloads.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz: 00:01:08.478 2020-02-15 23:32:18 ERROR 404: Not Found.
The URL used in the script looked dead in my browser too.
Navigating the Apache download pages manually yields the following URL for the same Maven version:
https://downloads.apache.org/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
The bootstrap scripts have a similar download statement for Ant as well, which is broken in the same way. Replacement URL is similar:
https://downloads.apache.org/ant/binaries/apache-ant-1.9.14-bin.tar.gz