Gautham Banasandra created HADOOP-19651: -------------------------------------------
Summary: 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 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-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org