You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/04/22 14:46:00 UTC

[jira] [Commented] (ARROW-16282) [CI] [C#] Verifiy release on c-sharp has been failing since upgrading ubuntu to 22.04

    [ https://issues.apache.org/jira/browse/ARROW-16282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526475#comment-17526475 ] 

Raúl Cumplido commented on ARROW-16282:
---------------------------------------

I can reproduce locally by using:
{code:java}
$ UBUNTU=22.04 docker-compose run --rm ubuntu-verify-rc {code}

> [CI] [C#] Verifiy release on c-sharp has been failing since upgrading ubuntu to 22.04
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-16282
>                 URL: https://issues.apache.org/jira/browse/ARROW-16282
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C#, Continuous Integration
>            Reporter: Raúl Cumplido
>            Priority: Blocker
>             Fix For: 8.0.0
>
>
> We upgraded the verify-release job for c-sharp from Ubuntu 20.04 to Ubuntu 22.04 and we can see how the nightly release job has been failing since then.
> Working for ubuntu 20.04 on 2022-04-08:
> [https://github.com/ursacomputing/crossbow/tree/nightly-release-2022-04-08-0-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64]
> Failing for ubuntu 22.04 on 2022-04-09:
> [https://github.com/ursacomputing/crossbow/tree/nightly-release-2022-04-09-0-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64]
> The error seems to be related with missing libssl:
> {code:java}
>  ===========================
> Build and test C# libraries
> ===========================
> └ Ensuring that C# is installed...
> └ Installed C# at  (.NET 3.1.405)Welcome to .NET Core 3.1!
> ---------------------
> SDK Version: 3.1.405Telemetry
> ---------
> The .NET Core tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry----------------
> Explore documentation: https://aka.ms/dotnet-docs
> Report issues and find source on GitHub: https://github.com/dotnet/core
> Find out what's new: https://aka.ms/dotnet-whats-new
> Learn about the installed HTTPS developer cert: https://aka.ms/aspnet-core-https
> Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
> Write your first app: https://aka.ms/first-net-core-app
> --------------------------------------------------------------------------------------
> No usable version of libssl was found
> /arrow/dev/release/verify-release-candidate.sh: line 325:    49 Aborted                 (core dumped) dotnet tool install --tool-path ${csharp_bin} sourcelink
> Failed to verify release candidate. See /tmp/arrow-HEAD.CiwJM for details.
> 134
> Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e VERIFY_VERSION= -e VERIFY_RC= -e TEST_DEFAULT=0 -e TEST_CSHARP=1 ubuntu-verify-rc` exited with a non-zero exit code 134, see the process log above.{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)