Skip to content

Test failure on CI : Aspire.Hosting.MongoDB.Tests.MongoDbFunctionalTests.VerifyWithInitBindMount #5184

@sebastienros

Description

@sebastienros

The init file is not loaded on startup. Probably permissions issues.

[xUnit.net 00:02:25.27]     Aspire.Hosting.MongoDB.Tests.MongoDbFunctionalTests.VerifyWithInitBindMount [FAIL]
[xUnit.net 00:02:25.27]       Assert.Collection() Failure
[xUnit.net 00:02:25.27]       Collection: []
[xUnit.net 00:02:25.27]       Expected item count: 4
[xUnit.net 00:02:25.27]       Actual item count:   0
[xUnit.net 00:02:25.27]       Stack Trace:
[xUnit.net 00:02:25.27]         /_/tests/Aspire.Hosting.MongoDB.Tests/MongoDbFunctionalTests.cs(280,0): at Aspire.Hosting.MongoDB.Tests.MongoDbFunctionalTests.<>c__DisplayClass6_0.<<VerifyWithInitBindMount>b__0>d.MoveNext()
[xUnit.net 00:02:25.27]         --- End of stack trace from previous location ---
[xUnit.net 00:02:25.27]            at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
[xUnit.net 00:02:25.27]         --- End of stack trace from previous location ---
[xUnit.net 00:02:25.27]            at Polly.Outcome`1.GetResultOrRethrow()
[xUnit.net 00:02:25.27]            at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
[xUnit.net 00:02:25.27]         /_/tests/Aspire.Hosting.MongoDB.Tests/MongoDbFunctionalTests.cs(272,0): at Aspire.Hosting.MongoDB.Tests.MongoDbFunctionalTests.VerifyWithInitBindMount()
[xUnit.net 00:02:25.27]         --- End of stack trace from previous location ---
[xUnit.net 00:02:25.27]       Output:
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:47] Aspire.Hosting.DistributedApplication Information: Aspire version: 8.1.1-ci
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:47] Aspire.Hosting.DistributedApplication Information: Distributed application starting.
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:47] Aspire.Hosting.DistributedApplication Information: Application host directory is: /mnt/vss/_work/1/s/tests/Aspire.Hosting.Tests
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:49] Aspire.Hosting.Dcp.DcpHostService Information: Starting DCP with arguments: start-apiserver --monitor 19517 --detach --kubeconfig "/tmp/aspire.1HH4g0/kubeconfig"
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.start-apiserver.api-server Information: Starting API server...
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.start-apiserver.api-server Information: API server started	{"Address": "127.0.0.1", "Port": 41635}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.start-apiserver.dcp-host Information: Starting DCP controller host
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.start-apiserver.dcp-host Information: Started all services	{"count": 1}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.dcpctrl.IdeExecutableRunner Information: Executables cannot be started via IDE: missing required environment variable 'DEBUG_SESSION_PORT'
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:50] Aspire.Hosting.Dcp.dcpctrl Information: starting controller manager
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:51] Aspire.Hosting.DistributedApplication Information: Distributed application started. Press Ctrl+C to shut down.
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:51] Aspire.Hosting.Tests.Resources.mongodb Information: 1: 2024-08-02T19:45:51.729Z Unable to find image 'netaspireci.azurecr.io/library/mongo:7.0' locally
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 2: 2024-08-02T19:45:52.493Z 7.0: Pulling from library/mongo
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 3: 2024-08-02T19:45:52.493Z 2ec76a50fe7c: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 4: 2024-08-02T19:45:52.493Z d5e0f169ab67: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 5: 2024-08-02T19:45:52.493Z 1561f2bd9c09: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 6: 2024-08-02T19:45:52.493Z ef3cb06bfe6e: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 7: 2024-08-02T19:45:52.493Z ab3a93b1acbf: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 8: 2024-08-02T19:45:52.493Z 06bf3bf4e558: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 9: 2024-08-02T19:45:52.493Z 256b619d364b: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 10: 2024-08-02T19:45:52.493Z 8a32aa02a161: Pulling fs layer
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 11: 2024-08-02T19:45:52.493Z 256b619d364b: Waiting
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 12: 2024-08-02T19:45:52.493Z 8a32aa02a161: Waiting
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 13: 2024-08-02T19:45:52.493Z ab3a93b1acbf: Waiting
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 14: 2024-08-02T19:45:52.493Z ef3cb06bfe6e: Waiting
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:52] Aspire.Hosting.Tests.Resources.mongodb Information: 15: 2024-08-02T19:45:52.493Z 06bf3bf4e558: Waiting
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 16: 2024-08-02T19:45:52.693Z d5e0f169ab67: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 17: 2024-08-02T19:45:52.693Z d5e0f169ab67: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 18: 2024-08-02T19:45:52.951Z 1561f2bd9c09: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 19: 2024-08-02T19:45:52.951Z 1561f2bd9c09: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 20: 2024-08-02T19:45:53.058Z ef3cb06bfe6e: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 21: 2024-08-02T19:45:53.058Z ef3cb06bfe6e: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 22: 2024-08-02T19:45:53.265Z ab3a93b1acbf: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 23: 2024-08-02T19:45:53.265Z ab3a93b1acbf: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 24: 2024-08-02T19:45:53.265Z 06bf3bf4e558: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 25: 2024-08-02T19:45:53.265Z 06bf3bf4e558: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 26: 2024-08-02T19:45:53.620Z 2ec76a50fe7c: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:53] Aspire.Hosting.Tests.Resources.mongodb Information: 27: 2024-08-02T19:45:53.620Z 2ec76a50fe7c: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:56] Aspire.Hosting.Tests.Resources.mongodb Information: 28: 2024-08-02T19:45:56.636Z 2ec76a50fe7c: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:57] Aspire.Hosting.Tests.Resources.mongodb Information: 29: 2024-08-02T19:45:57.247Z 256b619d364b: Verifying Checksum
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:57] Aspire.Hosting.Tests.Resources.mongodb Information: 30: 2024-08-02T19:45:57.247Z 256b619d364b: Download complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:57] Aspire.Hosting.Tests.Resources.mongodb Information: 31: 2024-08-02T19:45:57.602Z d5e0f169ab67: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:58] Aspire.Hosting.Tests.Resources.mongodb Information: 32: 2024-08-02T19:45:58.196Z 1561f2bd9c09: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:58] Aspire.Hosting.Tests.Resources.mongodb Information: 33: 2024-08-02T19:45:58.373Z ef3cb06bfe6e: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:58] Aspire.Hosting.Tests.Resources.mongodb Information: 34: 2024-08-02T19:45:58.538Z ab3a93b1acbf: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:45:58] Aspire.Hosting.Tests.Resources.mongodb Information: 35: 2024-08-02T19:45:58.638Z 06bf3bf4e558: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 36: 2024-08-02T19:46:12.052Z 256b619d364b: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 37: 2024-08-02T19:46:12.216Z 8a32aa02a161: Pull complete
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 38: 2024-08-02T19:46:12.292Z Digest: sha256:d8e2f2cc06f687e1f535183a1c903f0e8e8b8e78c57f209b1b8a6485dff9de7e
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 39: 2024-08-02T19:46:12.295Z Status: Downloaded newer image for netaspireci.azurecr.io/library/mongo:7.0
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 40: 2024-08-02T19:46:12.340Z 5ae0b4a02ae2dc5d3cbadc5e54a3355274f8d8df6c1e879ffcd84ecd3f342bb7
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 41: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 42: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 43: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:12] Aspire.Hosting.Tests.Resources.mongodb Information: 44: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Tests.Resources.mongodb Information: 45: 2024-08-02T19:46:13.172Z 5ae0b4a02ae2dc5d3cbadc5e54a3355274f8d8df6c1e879ffcd84ecd3f342bb7
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Tests.Resources.mongodb Information: 46: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Tests.Resources.mongodb Information: 47: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Tests.Resources.mongodb Information: 48: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Tests.Resources.mongodb Information: 49: 
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:13] Aspire.Hosting.Dcp.dcpctrl.ServiceReconciler Information: service /mongodb-6d719541 is now in state Ready	{"ServiceName": {"name":"mongodb-6d719541"}, "Reconciliation": 4}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 50: 2024-08-02T19:46:13.619350466Z {"t":{"$date":"2024-08-02T19:46:13.619+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 51: 2024-08-02T19:46:13.619897366Z {"t":{"$date":"2024-08-02T19:46:13.619+00:00"},"s":"I",  "c":"NETWORK",  "id":4915701, "ctx":"main","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 52: 2024-08-02T19:46:13.621687563Z {"t":{"$date":"2024-08-02T19:46:13.621+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 53: 2024-08-02T19:46:13.625635859Z {"t":{"$date":"2024-08-02T19:46:13.625+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","namespace":"config.tenantMigrationDonors"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 54: 2024-08-02T19:46:13.625652859Z {"t":{"$date":"2024-08-02T19:46:13.625+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","namespace":"config.tenantMigrationRecipients"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 55: 2024-08-02T19:46:13.625660459Z {"t":{"$date":"2024-08-02T19:46:13.625+00:00"},"s":"I",  "c":"CONTROL",  "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 56: 2024-08-02T19:46:13.625666559Z {"t":{"$date":"2024-08-02T19:46:13.625+00:00"},"s":"I",  "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 57: 2024-08-02T19:46:13.626472158Z {"t":{"$date":"2024-08-02T19:46:13.626+00:00"},"s":"I",  "c":"CONTROL",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"5ae0b4a02ae2"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 58: 2024-08-02T19:46:13.626486058Z {"t":{"$date":"2024-08-02T19:46:13.626+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"7.0.12","gitVersion":"b6513ce0781db6818e24619e8a461eae90bc94fc","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2204","distarch":"x86_64","target_arch":"x86_64"}}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 59: 2024-08-02T19:46:13.626495958Z {"t":{"$date":"2024-08-02T19:46:13.626+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 60: 2024-08-02T19:46:13.626502258Z {"t":{"$date":"2024-08-02T19:46:13.626+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 61: 2024-08-02T19:46:13.629771954Z {"t":{"$date":"2024-08-02T19:46:13.629+00:00"},"s":"I",  "c":"STORAGE",  "id":22297,   "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 62: 2024-08-02T19:46:13.629807654Z {"t":{"$date":"2024-08-02T19:46:13.629+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7483M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,remove=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_minimum=2000),statistics_log=(wait=0),json_output=(error,message),verbose=[recovery_progress:1,checkpoint_progress:1,compact_progress:1,backup:0,checkpoint:0,compact:0,evict:0,history_store:0,recovery:0,rts:0,salvage:0,tiered:0,timestamp:0,transaction:0,verify:0,log:0],"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 63: 2024-08-02T19:46:13.863238381Z {"t":{"$date":"2024-08-02T19:46:13.862+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1722627973,"ts_usec":862862,"thread":"1:0x7f8dfbc52c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery log replay has successfully finished and ran for 0 milliseconds"}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 64: 2024-08-02T19:46:13.863278381Z {"t":{"$date":"2024-08-02T19:46:13.862+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1722627973,"ts_usec":862962,"thread":"1:0x7f8dfbc52c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Set global recovery timestamp: (0, 0)"}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 65: 2024-08-02T19:46:13.863288981Z {"t":{"$date":"2024-08-02T19:46:13.863+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1722627973,"ts_usec":862995,"thread":"1:0x7f8dfbc52c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Set global oldest timestamp: (0, 0)"}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 66: 2024-08-02T19:46:13.863296981Z {"t":{"$date":"2024-08-02T19:46:13.863+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1722627973,"ts_usec":863044,"thread":"1:0x7f8dfbc52c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery was completed successfully and took 0ms, including 0ms for the log replay, 0ms for the rollback to stable, and 0ms for the checkpoint."}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 67: 2024-08-02T19:46:13.869909274Z {"t":{"$date":"2024-08-02T19:46:13.868+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":239}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 68: 2024-08-02T19:46:13.869955273Z {"t":{"$date":"2024-08-02T19:46:13.868+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 69: 2024-08-02T19:46:13.880614161Z {"t":{"$date":"2024-08-02T19:46:13.880+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 70: 2024-08-02T19:46:13.880634961Z {"t":{"$date":"2024-08-02T19:46:13.880+00:00"},"s":"W",  "c":"CONTROL",  "id":22178,   "ctx":"initandlisten","msg":"/sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version","tags":["startupWarnings"]}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 71: 2024-08-02T19:46:13.881378360Z {"t":{"$date":"2024-08-02T19:46:13.880+00:00"},"s":"W",  "c":"CONTROL",  "id":5123300, "ctx":"initandlisten","msg":"vm.max_map_count is too low","attr":{"currentValue":65530,"recommendedMinimum":1677720,"maxConns":838860},"tags":["startupWarnings"]}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 72: 2024-08-02T19:46:13.881393160Z {"t":{"$date":"2024-08-02T19:46:13.880+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"admin.system.version","uuidDisposition":"provided","uuid":{"uuid":{"$uuid":"39d50667-5996-4365-b2fc-3e2c46373f50"}},"options":{"uuid":{"$uuid":"39d50667-5996-4365-b2fc-3e2c46373f50"}}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 73: 2024-08-02T19:46:13.888367652Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"39d50667-5996-4365-b2fc-3e2c46373f50"}},"namespace":"admin.system.version","index":"_id_","ident":"index-1-6114365858417638892","collectionIdent":"collection-0-6114365858417638892","commitTimestamp":null}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 74: 2024-08-02T19:46:13.889567051Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"REPL",     "id":20459,   "ctx":"initandlisten","msg":"Setting featureCompatibilityVersion","attr":{"newVersion":"7.0"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 75: 2024-08-02T19:46:13.889580651Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"setFCV"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 76: 2024-08-02T19:46:13.889593451Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 77: 2024-08-02T19:46:13.889612451Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 78: 2024-08-02T19:46:13.889622051Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"startup"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 79: 2024-08-02T19:46:13.889628751Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"STORAGE",  "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 80: 2024-08-02T19:46:13.889645150Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"CONTROL",  "id":6608200, "ctx":"initandlisten","msg":"Initializing cluster server parameters from disk"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 81: 2024-08-02T19:46:13.889651450Z {"t":{"$date":"2024-08-02T19:46:13.888+00:00"},"s":"I",  "c":"CONTROL",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 82: 2024-08-02T19:46:13.889657250Z {"t":{"$date":"2024-08-02T19:46:13.889+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 83: 2024-08-02T19:46:13.901844236Z {"t":{"$date":"2024-08-02T19:46:13.901+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"local.startup_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"1e8b5d0a-01ee-4320-a6be-819c8dc84be6"}},"options":{"capped":true,"size":10485760}}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 84: 2024-08-02T19:46:13.914146222Z {"t":{"$date":"2024-08-02T19:46:13.914+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"1e8b5d0a-01ee-4320-a6be-819c8dc84be6"}},"namespace":"local.startup_log","index":"_id_","ident":"index-3-6114365858417638892","collectionIdent":"collection-2-6114365858417638892","commitTimestamp":null}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 85: 2024-08-02T19:46:13.914345222Z {"t":{"$date":"2024-08-02T19:46:13.914+00:00"},"s":"I",  "c":"REPL",     "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 86: 2024-08-02T19:46:13.914360322Z {"t":{"$date":"2024-08-02T19:46:13.914+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
[xUnit.net 00:02:25.27]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 87: 2024-08-02T19:46:13.920689714Z {"t":{"$date":"2024-08-02T19:46:13.920+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 88: 2024-08-02T19:46:13.920704814Z {"t":{"$date":"2024-08-02T19:46:13.920+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 89: 2024-08-02T19:46:13.920713514Z {"t":{"$date":"2024-08-02T19:46:13.920+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 90: 2024-08-02T19:46:13.921013814Z {"t":{"$date":"2024-08-02T19:46:13.920+00:00"},"s":"I",  "c":"CONTROL",  "id":8423403, "ctx":"initandlisten","msg":"mongod startup complete","attr":{"Summary of time elapsed":{"Startup from clean shutdown?":true,"Statistics":{"Transport layer setup":"0 ms","Run initial syncer crash recovery":"0 ms","Create storage engine lock file in the data directory":"0 ms","Get metadata describing storage engine":"0 ms","Create storage engine":"247 ms","Write current PID to file":"0 ms","Write a new metadata for storage engine":"0 ms","Initialize FCV before rebuilding indexes":"0 ms","Drop abandoned idents and get back indexes that need to be rebuilt or builds that need to be restarted":"0 ms","Rebuild indexes for collections":"0 ms","Load cluster parameters from disk for a standalone":"0 ms","Build user and roles graph":"0 ms","Set up the background thread pool responsible for waiting for opTimes to be majority committed":"0 ms","Initialize information needed to make a mongod instance shard aware":"0 ms","Start up the replication coordinator":"0 ms","Start transport layer":"0 ms","_initAndListen total elapsed time":"294 ms"}}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 91: 2024-08-02T19:46:13.933329599Z {"t":{"$date":"2024-08-02T19:46:13.932+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"LogicalSessionCacheRefresh","msg":"createCollection","attr":{"namespace":"config.system.sessions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"65bf9109-ed69-4a88-9d37-8ef5b8e68a3e"}},"options":{}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 92: 2024-08-02T19:46:13.938673793Z {"t":{"$date":"2024-08-02T19:46:13.938+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotFound: config.system.sessions does not exist"}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 93: 2024-08-02T19:46:13.950152159Z {"t":{"$date":"2024-08-02T19:46:13.949+00:00"},"s":"I",  "c":"REPL",     "id":7360102, "ctx":"LogicalSessionCacheRefresh","msg":"Added oplog entry for create to transaction","attr":{"namespace":"config.$cmd","uuid":{"uuid":{"$uuid":"65bf9109-ed69-4a88-9d37-8ef5b8e68a3e"}},"object":{"create":"system.sessions","idIndex":{"v":2,"key":{"_id":1},"name":"_id_"}}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 94: 2024-08-02T19:46:13.950172759Z {"t":{"$date":"2024-08-02T19:46:13.949+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"LogicalSessionCacheRefresh","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"config.$cmd","uuid":{"uuid":{"$uuid":"65bf9109-ed69-4a88-9d37-8ef5b8e68a3e"}},"object":{"createIndexes":"system.sessions","v":2,"key":{"lastUse":1},"name":"lsidTTLIndex","expireAfterSeconds":1800}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 95: 2024-08-02T19:46:13.953120950Z {"t":{"$date":"2024-08-02T19:46:13.952+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"65bf9109-ed69-4a88-9d37-8ef5b8e68a3e"}},"namespace":"config.system.sessions","index":"_id_","ident":"index-5-6114365858417638892","collectionIdent":"collection-4-6114365858417638892","commitTimestamp":null}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:14] Aspire.Hosting.Tests.Resources.mongodb Information: 96: 2024-08-02T19:46:13.953137050Z {"t":{"$date":"2024-08-02T19:46:13.952+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"65bf9109-ed69-4a88-9d37-8ef5b8e68a3e"}},"namespace":"config.system.sessions","index":"lsidTTLIndex","ident":"index-6-6114365858417638892","collectionIdent":"collection-4-6114365858417638892","commitTimestamp":null}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 97: 2024-08-02T19:46:17.388282963Z {"t":{"$date":"2024-08-02T19:46:17.388+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.17.0.1:46778","uuid":{"uuid":{"$uuid":"7097ad2f-aaa6-4316-9456-db037bd00b7c"}},"connectionId":1,"connectionCount":1}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 98: 2024-08-02T19:46:17.388984961Z {"t":{"$date":"2024-08-02T19:46:17.388+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.17.0.1:46778","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-csharp-driver","version":"2.27.0"},"os":{"type":"Linux","name":"Ubuntu 20.04.6 LTS","architecture":"x86_64","version":"20.04.6"},"platform":".NET 8.0.7"}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 99: 2024-08-02T19:46:17.463400421Z {"t":{"$date":"2024-08-02T19:46:17.463+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.17.0.1:46788","uuid":{"uuid":{"$uuid":"a0fa084f-e362-4730-afba-e525063baee7"}},"connectionId":2,"connectionCount":2}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 100: 2024-08-02T19:46:17.464025019Z {"t":{"$date":"2024-08-02T19:46:17.463+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.17.0.1:46788","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-csharp-driver","version":"2.27.0"},"os":{"type":"Linux","name":"Ubuntu 20.04.6 LTS","architecture":"x86_64","version":"20.04.6"},"platform":".NET 8.0.7"}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 101: 2024-08-02T19:46:17.478172573Z {"t":{"$date":"2024-08-02T19:46:17.477+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.17.0.1:46792","uuid":{"uuid":{"$uuid":"7e0dc4bc-3728-4e4f-b8a7-f60c03a22156"}},"connectionId":3,"connectionCount":3}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 102: 2024-08-02T19:46:17.512493162Z {"t":{"$date":"2024-08-02T19:46:17.512+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.17.0.1:46792","client":"conn3","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-csharp-driver","version":"2.27.0"},"os":{"type":"Linux","name":"Ubuntu 20.04.6 LTS","architecture":"x86_64","version":"20.04.6"},"platform":".NET 8.0.7"}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:46:17] Aspire.Hosting.Tests.Resources.mongodb Information: 103: 2024-08-02T19:46:17.561115905Z {"t":{"$date":"2024-08-02T19:46:17.560+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn3","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":48}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:47:14] Aspire.Hosting.Tests.Resources.mongodb Information: 104: 2024-08-02T19:47:13.882162239Z {"t":{"$date":"2024-08-02T19:47:13.881+00:00"},"s":"I",  "c":"WTCHKPT",  "id":22430,   "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1722628033,"ts_usec":881957,"thread":"1:0x7f8df2c3f640","session_name":"WT_SESSION.checkpoint","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":6,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 34, snapshot max: 34 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 1"}}}
[xUnit.net 00:02:25.28]         | [2024-08-02T19:48:07] Microsoft.Extensions.Hosting.Internal.Host Error: BackgroundService failed
[xUnit.net 00:02:25.28]         | System.OperationCanceledException: The operation was canceled.
[xUnit.net 00:02:25.28]         |    at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
[xUnit.net 00:02:25.28]         |    at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 132
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 132
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.Testing.ResourceLoggerForwarderService.WatchNotifications(CancellationToken cancellationToken) in /_/src/Aspire.Hosting.Testing/ResourceLoggerForwarderService.cs:line 38
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.Testing.ResourceLoggerForwarderService.WatchNotifications(CancellationToken cancellationToken) in /_/src/Aspire.Hosting.Testing/ResourceLoggerForwarderService.cs:line 38
[xUnit.net 00:02:25.28]         |    at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[xUnit.net 00:02:25.28]         | [2024-08-02T19:48:07] Microsoft.Extensions.Hosting.Internal.Host Critical: The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
[xUnit.net 00:02:25.28]         | System.OperationCanceledException: The operation was canceled.
[xUnit.net 00:02:25.28]         |    at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
[xUnit.net 00:02:25.28]         |    at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 132
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 132
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.Testing.ResourceLoggerForwarderService.WatchNotifications(CancellationToken cancellationToken) in /_/src/Aspire.Hosting.Testing/ResourceLoggerForwarderService.cs:line 38
[xUnit.net 00:02:25.28]         |    at Aspire.Hosting.Testing.ResourceLoggerForwarderService.WatchNotifications(CancellationToken cancellationToken) in /_/src/Aspire.Hosting.Testing/ResourceLoggerForwarderService.cs:line 38
[xUnit.net 00:02:25.28]         |    at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationtesting ☑️

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions