[ https://issues.apache.org/jira/browse/HADOOP-19651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014189#comment-18014189 ]
ASF GitHub Bot commented on HADOOP-19651: ----------------------------------------- GauthamBanasandra opened a new pull request, #7875: URL: https://github.com/apache/hadoop/pull/7875 <!-- Thanks for sending a pull request! 1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute 2. Make sure your PR title starts with JIRA issue id, e.g., 'HADOOP-17799. Your PR title ...'. --> ### Description of PR The currently used `libopenssl-3.1.4-1` is no longer available on the msys repo - https://repo.msys2.org/msys/x86_64/libopenssl-3.1.4-1-x86_64.pkg.tar.zst The Jenkins CI thus fails to download the same and thus it fails to build the docker image for Windows. ``` 00:25:33 SUCCESS: Specified value was saved. 00:25:46 Removing intermediate container 5ce7355571a1 00:25:46 ---> a13a4bc69545 00:25:46 Step 21/78 : RUN powershell Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl-3.1.4-1-x86_64.pkg.tar.zst -OutFile $Env:TEMP\libopenssl-3.1.4-1-x86_64.pkg.tar.zst 00:25:46 ---> Running in d2dafad446f9 00:25:54 [91mInvoke-WebRequest : The remote server returned an error: (404) Not Found. 00:25:54 [0m[91mAt line:1 char:1 00:25:54 [0m[91m+ Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl- ... 00:25:54 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00:25:54 [0m[91m + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt ``` Thus, we need to upgrade to the latest available version to address this. ### How was this patch tested? Jenkins CI - In progress. ### For code changes: - [x] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? > Upgrade libopenssl to 3.5.2-1 needed for rsync > ---------------------------------------------- > > Key: HADOOP-19651 > URL: https://issues.apache.org/jira/browse/HADOOP-19651 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 3.5.0 > Environment: Windows 10 > Reporter: Gautham Banasandra > Assignee: Gautham Banasandra > Priority: Blocker > Fix For: 3.5.0 > > > The currently used libopenssl-3.1.4-1 is no longer available on the msys repo > - https://repo.msys2.org/msys/x86_64/libopenssl-3.1.4-1-x86_64.pkg.tar.zst > The Jenkins CI thus fails to download the same and thus it fails to build the > docker image for Windows. > {code} > 00:25:33 SUCCESS: Specified value was saved. > 00:25:46 Removing intermediate container 5ce7355571a1 > 00:25:46 ---> a13a4bc69545 > 00:25:46 Step 21/78 : RUN powershell Invoke-WebRequest -Uri > https://repo.msys2.org/msys/x86_64/libopenssl-3.1.4-1-x86_64.pkg.tar.zst > -OutFile $Env:TEMP\libopenssl-3.1.4-1-x86_64.pkg.tar.zst > 00:25:46 ---> Running in d2dafad446f9 > 00:25:54 [91mInvoke-WebRequest : The remote server returned an error: (404) > Not Found. > 00:25:54 [0m[91mAt line:1 char:1 > 00:25:54 [0m[91m+ Invoke-WebRequest -Uri > https://repo.msys2.org/msys/x86_64/libopenssl- ... > 00:25:54 + > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 00:25:54 [0m[91m + CategoryInfo : InvalidOperation: > (System.Net.HttpWebRequest:Htt > {code} > Thus, we need to upgrade to the latest version to address this. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org