-
I wanted to try the new Ubuntu 24.04 Noble Numbat image and updated the base image in our CI pipeline to Noble: Running with gitlab-runner 16.9.1 (782c6ecb)
on gitlab-runner 8tQaTuVTa, system ID: s_4b76d26cbd0a
Preparing the "docker" executor
00:01
Using Docker executor with image mcr.microsoft.com/dotnet/sdk:8.0-noble ...
Pulling docker image mcr.microsoft.com/dotnet/sdk:8.0-noble ...
Using docker image sha256:12f966ba0dd3e4c602377c900eb2e78f69294ac7c86d66472baf221a4625eb60 for mcr.microsoft.com/dotnet/sdk:8.0-noble with digest mcr.microsoft.com/dotnet/sdk@sha256:0f814b92f1cc906de4e35234a8d59f349ca8b902ffa8d22d09dcad3010f5b604 ...
Preparing environment
00:00
Running on runner-8tqatuvta-project-24-concurrent-0 via my-server...
Getting source from Git repository
00:01
Fetching changes with git depth set to 1...
Reinitialized existing Git repository in /builds/common/my-project/.git/
Checking out 49fed5c6 as detached HEAD (ref is wip-noble-test)...
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:12
Using docker image sha256:12f966ba0dd3e4c602377c900eb2e78f69294ac7c86d66472baf221a4625eb60 for mcr.microsoft.com/dotnet/sdk:8.0-noble with digest mcr.microsoft.com/dotnet/sdk@sha256:0f814b92f1cc906de4e35234a8d59f349ca8b902ffa8d22d09dcad3010f5b604 ...
$ free -h # collapsed multi-line command
total used free shared buff/cache available
Mem: 15Gi 1.1Gi 13Gi 896Ki 1.3Gi 14Gi
Swap: 6.0Gi 0B 6.0Gi
Clearing symlinks in /etc/ssl/certs...
done.
Updating certificates in /etc/ssl/certs...
out of memory
out of memory
......
out of memory
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
out of memory
out of memory
.......
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: exit code 1 Jammy: Running with gitlab-runner 16.9.1 (782c6ecb)
on gitlab-runner 8tQaTuVTa, system ID: s_4b76d26cbd0a
Preparing the "docker" executor
00:01
Using Docker executor with image mcr.microsoft.com/dotnet/sdk:8.0.204-jammy-amd64 ...
Pulling docker image mcr.microsoft.com/dotnet/sdk:8.0.204-jammy-amd64 ...
Using docker image sha256:f386a307b38f4d5c3f2d110b6c514a23f806fed0ff5f9316942da69caf021851 for mcr.microsoft.com/dotnet/sdk:8.0.204-jammy-amd64 with digest mcr.microsoft.com/dotnet/sdk@sha256:62df6dbe5d714512467cc4b91e099a7b2babaeff6eb6e6998143f465826db4ff ...
Preparing environment
00:00
Running on runner-8tqatuvta-project-24-concurrent-0 via my-server...
Getting source from Git repository
00:02
Fetching changes with git depth set to 1...
Reinitialized existing Git repository in /builds/common/my-project/.git/
Checking out 2473e0ea as detached HEAD (ref is develop)...
Removing .sonarqube/
Removing coverage.xml
Removing packages/
Removing unit-test-results.trx
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:38
Using docker image sha256:f386a307b38f4d5c3f2d110b6c514a23f806fed0ff5f9316942da69caf021851 for mcr.microsoft.com/dotnet/sdk:8.0.204-jammy-amd64 with digest mcr.microsoft.com/dotnet/sdk@sha256:62df6dbe5d714512467cc4b91e099a7b2babaeff6eb6e6998143f465826db4ff ...
$ free -h # collapsed multi-line command
total used free shared buff/cache available
Mem: 15Gi 855Mi 12Gi 0.0Ki 2.0Gi 14Gi
Swap: 6.0Gi 0B 6.0Gi
Clearing symlinks in /etc/ssl/certs...
done.
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
139 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
$ free -h
total used free shared buff/cache available
Mem: 15Gi 835Mi 12Gi 0.0Ki 2.0Gi 14Gi
Swap: 6.0Gi 0B 6.0Gi
$ export DOTNET_ROLL_FORWARD=Major
$ export PATH="$PATH:~/.dotnet/tools"
$ dotnet --version
8.0.204
$ dotnet restore -s $NEXUS_REPOSITORY --no-cache
Determining projects to restore...
Restored /builds/common/my-project.UnitTest.csproj (in 15.13 sec).
Restored /builds/common/my-project.csproj (in 15.13 sec).
$ dotnet build --no-restore /p:RunAnalyzersDuringBuild=true
MSBuild version 17.9.8+b34f75857 for .NET
<redacted>
Build succeeded.
<redacted>
6 Warning(s)
0 Error(s)
Time Elapsed 00:00:11.67
Cleaning up project directory and file based variables
00:00
Job succeeded |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Does this repro when using the |
Beta Was this translation helpful? Give feedback.
Created an issue for the ca-certificates package. Thanks @richlander!