You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/ci.profile.yml --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml --scenario httpclient-kestrel-get --profile intel-lin-app --profile amd-lin2-load --variable useHttpMessageInvoker=true --variable httpVersion=1.1 --variable useHttps=true --variable numberOfHttpClients=1 --variable concurrencyPerHttpClient=10 --variable responseSize=256 --client.framework net9.0 --server.framework net9.0 --client.options.collectCounters true
[08:45:29.594] Running session 'aba271939cbb463b991183f5a0ffcd3b' with description ''
[08:45:29.990] Starting job 'server' ...
[08:45:30.171] Submitted job: http://asp-citrine-amd2:5001/jobs/151
[08:45:30.531] 'server' has been selected by the server ...
[08:45:30.704] 'server' is now building ... http://asp-citrine-amd2:5001/jobs/151/buildlog
[08:45:33.591] 'server' failed on agent, stopping...
An unexpected error occurred while building the job: One or more errors occurred. (Object reference not set to an instance of an object.)
[08:45:33.946] Job has failed, interrupting benchmarks ...
[08:45:33.949] Stopping job 'server' ...
[08:45:35.483] Deleting job 'server' ...
Not able to repro on a local agent (on Windows, Crank Agent version 0.2.0-alpha.24379.1+a59cbdbe3f8fc7aef08c17652cc2cef6136464ca):
--profile local, --server.framework net9.0
Logs
➜ ~ ✗ crank --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/ci.profile.yml --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml --scenario httpclient-kestrel-get --profile local --variable useHttpMessageInvoker=true --variable httpVersion=1.1 --variable useHttps=true --variable numberOfHttpClients=1 --variable concurrencyPerHttpClient=10 --variable responseSize=256 --client.framework net9.0 --server.framework net9.0 --client.options.collectCounters true
[08:57:03.867] Running session 'fe2a0f689db84a6cb11ba8ae7061a6b4' with description ''
[08:57:03.907] Starting job 'server' ...
[08:57:04.021] Submitted job: http://localhost:5010/jobs/1
[08:57:08.098] 'server' has been selected by the server ...
[08:57:08.102] 'server' is now building ... http://localhost:5010/jobs/1/buildlog
[08:59:14.528] 'server' is running ... http://localhost:5010/jobs/1/output
[08:59:14.537] Starting job 'client' ...
[08:59:14.540] Submitted job: http://localhost:5010/jobs/2
[08:59:16.566] 'client' has been selected by the server ...
[08:59:16.567] 'client' is now building ... http://localhost:5010/jobs/2/buildlog
[08:59:26.686] 'client' is running ... http://localhost:5010/jobs/2/output
[09:00:00.997] Stopping job 'client' ...
[09:00:02.051] Deleting job 'client' ...
[09:00:02.054] Stopping job 'server' ...
[09:00:04.086] Deleting job 'server' ...
| server ||| ----------------------- | -------------------------------- || Max CPU Usage (%) | 47 || Max Cores usage (%) | 560 || Max Working Set (MB) | 75 || Max Private Memory (MB) | 32 || Build Time (ms) | 45,501 || Start Time (ms) | 5,682 || Published Size (KB) | 101,208 || Symbols Size (KB) | 23 || .NET Core SDK Version | 9.0.100-rc.1.24415.1 || ASP.NET Core Version | 9.0.0-rc.1.24412.15+abbd67b97144 || .NET Runtime Version | 9.0.0-rc.1.24413.14+605ff6f64851 || client ||| --------------------------------------- | -------------------------------- || Max CPU Usage (%) | 33 || Max Cores usage (%) | 391 || Max Working Set (MB) | 61 || Max Private Memory (MB) | 30 || Build Time (ms) | 3,688 || Start Time (ms) | 1,162 || Published Size (KB) | 74,917 || Symbols Size (KB) | 19 || .NET Core SDK Version | 9.0.100-rc.1.24415.1 || ASP.NET Core Version | 9.0.0-rc.1.24412.15+abbd67b97144 || .NET Runtime Version | 9.0.0-rc.1.24413.14+605ff6f64851 || Processor Count | 12 || First request duration (ms) | 794 || Requests | 657,722 || Bad Status Code Requests | 0 || Exceptions | 0 || Mean RPS | 43,805 || Max CPU Usage (%) | 31 || Max Working Set (MB) | 63 || Max GC Heap Size (MB) | 5 || Size of committed memory by the GC (MB) | 6 || Max Number of Gen 0 GCs / sec | 26.00 || Max Number of Gen 1 GCs / sec | 1.00 || Max Number of Gen 2 GCs / sec | 0.00 || Max Gen 0 GC Budget (MB) | 4 || Max Time in GC (%) | 5.00 || Max Gen 0 Size (B) | 1,702,744 || Max Gen 1 Size (B) | 819,664 || Max Gen 2 Size (B) | 1,574,656 || Max LOH Size (B) | 0 || Max POH Size (B) | 24,528 || Max Allocation Rate (B/sec) | 65,893,200 || Max GC Heap Fragmentation (%) | 4,135% ||# of Assemblies Loaded | 42 || Max Exceptions (#/s) | 2 || Max Lock Contention (#/s) | 5 || Max ThreadPool Threads Count | 20 || Max ThreadPool Queue Length | 1 || Max ThreadPool Items (#/s) | 88,857 || Max Active Timers | 2 || IL Jitted (B) | 282,332 || Methods Jitted | 3,147 |
Was able to reproduce with the command line you provided. The amd2 machine was actually not up-to-date and didn't have the fix that solved the sdks resolution. It's working fine now.
Follow-up from #2006
Server app crashes the build job if 9.0 TFM is requested, but 8.0 works. Client app builds and works properly on 9.0 though.
--profile intel-lin-app --profile amd-lin2-load
,--server.framework net9.0
Logs
Not able to repro on a local agent (on Windows, Crank Agent version
0.2.0-alpha.24379.1+a59cbdbe3f8fc7aef08c17652cc2cef6136464ca
):--profile local
,--server.framework net9.0
Logs
Crank Agent logs
The text was updated successfully, but these errors were encountered: