[
https://issues.apache.org/jira/browse/FLINK-24036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17408708#comment-17408708
]
Piotr Nowojski edited comment on FLINK-24036 at 9/2/21, 9:39 AM:
-----------------------------------------------------------------
For the future reference, the visible error could have been in `e2e_ci` build:
{noformat}
E: Unsupported file ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb given on
commandline
{noformat}
Test libssl1.0.0_1.0.2n
was (Author: pnowojski):
For the future reference, the visible error could have been in `e2e_ci` build:
{noformat}
E: Unsupported file ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb given on
commandline
{noformat}
> SSL cannot be installed on CI
> -----------------------------
>
> Key: FLINK-24036
> URL: https://issues.apache.org/jira/browse/FLINK-24036
> Project: Flink
> Issue Type: Bug
> Components: Build System / CI
> Affects Versions: 1.14.0, 1.12.5, 1.13.2, 1.15.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.14.0, 1.12.6, 1.13.3
>
>
> {code}
> # install libssl1.0.0 for netty tcnative
> wget
> http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
> sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
> {code}
> {code}
> --2021-08-27 20:48:49--
> http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
> Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.91.39,
> 91.189.91.38, 2001:67c:1562::15, ...
> Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.91.39|:80...
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2021-08-27 20:48:49 ERROR 404: Not Found.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)