[
https://issues.apache.org/jira/browse/IMPALA-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037767#comment-17037767
]
Laszlo Gaal commented on IMPALA-9390:
-------------------------------------
It is possible that the old URL has just become flaky, or there is a load
balancing, or global routing problem exposed by our geographical distribution.
I now recall that I was contacted privately earlier by [~csringhofer] too,
about a similar (though not identical) problem during one of his precommit
builds: wget was unable to establish an SSL connection to the old URL.
See https://jenkins.impala.io/job/gerrit-verify-dryrun/5339/ leading to
https://jenkins.impala.io/job/parallel-all-tests/6903/, finaly seeing the
failure in https://jenkins.impala.io/job/clang-tidy-ub1604/10279/console:
{code}
00:01:24.080 ++ '[' '!' -d /usr/local/apache-maven-3.5.4 ']'
00:01:24.080 ++ 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:03:46.163 Unable to establish SSL connection.
{code}
> 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
> Priority: Blocker
>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]