You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2020/02/15 23:41:00 UTC

[jira] [Created] (IMPALA-9390) Maven download location change breaks all Impala builds

Laszlo Gaal created IMPALA-9390:
-----------------------------------

             Summary: Maven download location change breaks all Impala builds
                 Key: IMPALA-9390
                 URL: https://issues.apache.org/jira/browse/IMPALA-9390
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.4.0
            Reporter: Laszlo Gaal
            Assignee: Laszlo Gaal


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:
{code}
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
{code}

in clang-tidy-ub1604:
{code}
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.
{code}

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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)