Skip to content

Update Linux versions in Libraries pipeline #115756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

richlander
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings May 20, 2025 02:30
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 20, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Linux container image references in the Libraries pipeline configuration to use the new AzureLinux.3 versions instead of the previous Ubuntu.2204 images.

  • Updated image references for the Alpine musl x64 platforms
  • Updated image references for the Linux x64 platforms

@richlander
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop-linux

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richlander
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richlander
Copy link
Member Author

I need some help with this failure on Alpine 3.21 using an Azure Linux VM. It is the only failure I see w/Azure Linux at this point.

    System.Net.Sockets.Tests.NoParallelSelectTests.Select_LargeNumber_Succcess [SKIP]
      Unable to open large count number of socket
Out of memory.
./RunTests.sh: line 178:    35 Aborted                 (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Sockets.Tests.runtimeconfig.json --depsfile System.Net.Sockets.Tests.deps.json xunit.console.dll System.Net.Sockets.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/root/helix/work/workitem/e

The same tests ran yesterday on an Ubuntu VM w/o issue: #115590.

@wfurt @liveans

@liveans
Copy link
Member

liveans commented May 20, 2025

I need some help with this failure on Alpine 3.21 using an Azure Linux VM. It is the only failure I see w/Azure Linux at this point.

    System.Net.Sockets.Tests.NoParallelSelectTests.Select_LargeNumber_Succcess [SKIP]
      Unable to open large count number of socket
Out of memory.
./RunTests.sh: line 178:    35 Aborted                 (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Sockets.Tests.runtimeconfig.json --depsfile System.Net.Sockets.Tests.deps.json xunit.console.dll System.Net.Sockets.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/root/helix/work/workitem/e

The same tests ran yesterday on an Ubuntu VM w/o issue: #115590.

@wfurt @liveans

I'll take a look

@wfurt
Copy link
Member

wfurt commented May 20, 2025

It is probably OS defaults. AZLinux tends to fiddle with them and make them more conservative. It would be interesting to see ulimit -n output now and before. And it can be also assigned memory since the test dated with OOM.

@richlander
Copy link
Member Author

richlander commented May 20, 2025

@richlander
Copy link
Member Author

I setup a new VM using our Azure Linux image.

rlander@rlander001 [ ~ ]$ cat /etc/os-release | head -n 1
NAME="Microsoft Azure Linux"
rlander@rlander001 [ ~ ]$ uname -a
Linux rlander001 6.6.85.1-2.azl3 #1 SMP PREEMPT_DYNAMIC Tue Apr 29 22:06:29 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
rlander@rlander001 [ ~ ]$ ulimit -f
unlimited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants