The Wayback Machine - https://web.archive.org/web/20220115200621/https://github.com/dotnet/aspnetcore/issues/39549
Skip to content
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

gRPC H3 benchmarks broken #39549

Open
sebastienros opened this issue Jan 15, 2022 · 0 comments
Open

gRPC H3 benchmarks broken #39549

sebastienros opened this issue Jan 15, 2022 · 0 comments

Comments

@sebastienros
Copy link
Member

@sebastienros sebastienros commented Jan 15, 2022

ASP.NET Core gRPC Benchmarks
----------------------------
Args: --LogLevel None --enableCertAuth false --protocol h3
Current directory: /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/published
WebHostBuilder loading from: /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/published/Microsoft.AspNetCore.Hosting.dll
Address: 127.0.0.1:5000, Protocol: h3
Certificate authentication: False
[STDERR] Unhandled exception. System.InvalidOperationException: Unexpected protocol: h3
[STDERR]    at GrpcAspNetCoreServer.Program.ConfigureListenOptions(ListenOptions listenOptions, IConfigurationRoot config, IPEndPoint endPoint) in /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/Program.cs:line 166
[STDERR]    at GrpcAspNetCoreServer.Program.<>c__DisplayClass1_1.<CreateHostBuilder>b__4(ListenOptions listenOptions) in /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/Program.cs:line 67
[STDERR]    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions.ListenAnyIP(Int32 port, Action`1 configure)
[STDERR]    at GrpcAspNetCoreServer.Program.<>c__DisplayClass1_0.<CreateHostBuilder>b__3(WebHostBuilderContext context, KestrelServerOptions options) in /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/Program.cs:line 65
[STDERR]    at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name)
[STDERR]    at Microsoft.Extensions.Options.UnnamedOptionsManager`1.get_Value()
[STDERR]    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.CreateServiceContext(IOptions`1 options, ILoggerFactory loggerFactory, DiagnosticSource diagnosticSource)
[STDERR]    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl..ctor(IOptions`1 options, IEnumerable`1 transportFactories, IEnumerable`1 multiplexedFactories, ILoggerFactory loggerFactory, DiagnosticSource diagnosticSource)
[STDERR]    at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
[STDERR]    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitIEnumerable(IEnumerableCallSite enumerableCallSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType)
[STDERR]    at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope)
[STDERR]    at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
[STDERR]    at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
[STDERR]    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
[STDERR]    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
[STDERR]    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
[STDERR]    at GrpcAspNetCoreServer.Program.Main(String[] args) in /tmp/benchmarks-agent/benchmarks-server-1/ss5jzn2p.l0q/grpc-dotnet/perf/benchmarkapps/GrpcAspNetCoreServer/Program.cs:line 30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant