Skip to content

Update to latest Core #107

Update to latest Core

Update to latest Core #107

GitHub Actions / Results Unity Linux Mono_Net4 failed Apr 25, 2024 in 1s

Results Unity Linux Mono_Net4 ❌

Tests failed

❌ TestResults.xml

6023 tests were completed in 168s with 5293 passed, 90 failed and 640 skipped.

Test suite Passed Failed Skipped Time
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. 2❌ 42ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. 2❌ 18ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RemoveTests. 11✔️ 1❌ 134ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. 1✔️ 46❌ 26✖️ 380ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws. 2❌ 16ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws. 2❌ 17ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SessionTests. 1✔️ 13❌ 16✖️ 177ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests. 5❌ 1✖️ 43ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. 5❌ 14✖️ 115ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize. 4❌ 34ms
Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. 5✔️ 8❌ 42✖️ 137ms

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ FlexibleSync_Subscriptions_MatchesGuid(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9c2d874c-a700-4624-b800-5906255ff488' because this user has been removed.
  ❌ FlexibleSync_Subscriptions_MatchesGuid(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a049af38-4593-499f-be4a-5c7063e1535a' because this user has been removed.

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ SynchronizedRealm_DoesntMigrate(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
  ❌ SynchronizedRealm_DoesntMigrate(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RemoveTests.

Realms.Tests.Database.RemoveTests
  ✔️ RemoveAll_WhenDynamic_RemovesAllObjectsOfAGivenType
  ✔️ RemoveAll_WhenGeneric_RemovesAllObjectsOfAGivenType
  ❌ RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema
	Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
  ✔️ RemoveAllObjectsShouldClearTheDatabase
  ✔️ RemoveObject_FromAnotherRealm_ShouldThrow
  ✔️ RemoveObject_FromSameRealm_ShouldWork
  ✔️ RemoveObject_WhenStandalone_ShouldThrow
  ✔️ RemoveOutsideTransactionShouldFail
  ✔️ RemoveRangeCanRemoveSpecificObjects
  ✔️ RemoveResults_FromAnotherRealm_ShouldThrow
  ✔️ RemoveResults_FromTheSameRealm_ShouldWork
  ✔️ RemoveSucceedsTest

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.

Realms.Tests.Sync.FlexibleSyncTests
  ✖️ Integration_AfterAnError_CanRecover
  ✖️ Integration_CloseRealmBeforeWaitCompletes
  ✖️ Integration_CreateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_RealmRemoveAllWithSubscriptions
  ✖️ Integration_SubscriptionOnUnqueryableField_ShouldAddThemAutomatically
  ✖️ Integration_SubscriptionSet_AddRemove
  ✖️ Integration_SubscriptionSet_MoveObjectInsideView
  ✖️ Integration_SubscriptionSet_MoveObjectOutsideView
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledMultipleTimes
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledWithCancelledToken
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCancelled
  ✖️ Integration_SubscriptionWithCollections
  ✖️ Integration_SubscriptionWithEmbeddedObjects
  ✖️ Integration_SubscriptionWithLinks
  ✖️ Integration_UpdateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_UpdatingSubscription_SupersedesPreviousOnes
  ✖️ Integration_WaitForSynchronization_EmptyUpdate
  ✖️ Integration_WriteData_WhenOutsideOfSubscriptions_GetsRevertedByServer
  ❌ Realm_Subscriptions_WhenDisposed_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7d3ee110-5406-4079-9295-ee1727a08d59' because this user has been removed.
  ❌ Realm_Subscriptions_WhenFLX_ReturnsSubscriptions
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c42de6a3-08a8-4689-ab6b-10f201512778' because this user has been removed.
  ✔️ Realm_Subscriptions_WhenLocalRealm_Throws
  ❌ Realm_Subscriptions_WhenPBS_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7abfd45d-d629-4921-ace3-f4aa6aabf854' because this user has been removed.
  ❌ Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '12b8f3f7-440c-40c1-998d-8bcdf2469714' because this user has been removed.
  ❌ Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a624a736-20f9-422a-94fd-dcdf93d2843f' because this user has been removed.
  ✖️ Results_Subscribe_WithCancellation_CancelsTheWait
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentObjectType_WaitsForChanges
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentQuery_WaitsForChanges
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithDifferentQuery_Throws
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithSameQuery
  ✖️ Results_SubscribeNamed_UpdatesQuery
  ✖️ Results_SubscribeNamed_WithValidQuery
  ✖️ Results_SubscribeUnnamed_WithValidQuery
  ❌ SubscriptionSet_Add_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ab3ad0c4-57f0-40ba-8512-eedad2c5d3c7' because this user has been removed.
  ❌ SubscriptionSet_Add_ComplexQuery_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '757e2c40-6e72-4b22-8fb0-97294645901c' because this user has been removed.
  ❌ SubscriptionSet_Add_WithoutUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f6cfa0fd-1c7c-4dfe-be27-448f95a60749' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_DifferentType_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'aa8c5d10-cf1a-4233-883f-6eb3c49353b2' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentQuery_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e81788de-0a0a-44f8-9f0c-3c973e9de649' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentType_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ffebf92e-ed0e-4d6a-a19b-6c273a0f9350' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenIdentical_DoesntThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0b363900-2674-4c4c-a7f6-8477436ad732' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'cd231a5c-0462-4aef-8755-198735902938' because this user has been removed.
  ❌ SubscriptionSet_AddSameQuery_DifferentClasses_AddsBoth
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5b82c4fe-2d8e-4467-9e74-a73f2255de82' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_Deduplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '43b939ae-18d9-4030-ac52-10d9f4ac0c7f' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_DifferentNames_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '386709f5-30ae-4679-a562-25e9cf7f55de' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_NamedAndUnnamed_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '15bfa36c-d379-43d9-af65-4e3aa90dcfab' because this user has been removed.
  ❌ SubscriptionSet_Enumerator
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ce26f334-07bd-48e2-8f8a-1809bdf7c83c' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_DoubleDispose_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '2f2d1b1d-feee-4e6a-89e2-b66dbc94bd77' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_Reset
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5420de6a-ce66-4d6a-8634-93510e65191b' because this user has been removed.
  ❌ SubscriptionSet_FindByName_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '73f4f6fd-e24d-44a6-a1b0-bef28866b2b2' because this user has been removed.
  ❌ SubscriptionSet_FindByName_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '107c2ef6-0d1d-4602-9467-849edea3298b' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '450b396d-82d5-4857-a0de-285fc0b4a9c5' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e0973b2b-2bae-4b32-9ed5-5b4106321546' because this user has been removed.
  ❌ SubscriptionSet_GetsGarbageCollected
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9949548b-ccb4-4f55-9a69-90b940632653' because this user has been removed.
  ❌ SubscriptionSet_Indexer
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e9d2a761-823e-4a7f-9680-17334e330fbc' because this user has been removed.
  ❌ SubscriptionSet_Iteration
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1980fa0a-791c-46f8-bbf7-75a82650ff85' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5f2c82ec-44f3-4005-8dae-14fe9a84b83b' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6e4cc59e-9098-4d2a-8b6d-94a85c3399f8' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c77731de-295d-4f56-b4ba-9a3394692802' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '026eeffd-1486-48da-a0c6-6e0070983062' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ee0324f0-ef7e-4909-9aed-32d28354ae0a' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5c52129e-709c-4785-a273-7bbcba27e94e' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4a6865bb-cc51-465c-8579-b3ef190ece48' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '60a89af0-0114-454a-baa6-39421309e94f' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a7906d12-8137-4cbb-81b5-ecab4a6becbc' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9f66f7d3-00fd-4ee3-884a-44917aba872b' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '340a751f-3345-46c8-ac53-7017e1098021' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e17c6e64-8fcd-417e-bbc4-5f2472eba0d4' because this user has been removed.
  ❌ SubscriptionSet_Update_IncrementsVersion
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'af900d72-3094-4a09-a85c-a7efa8d22fa7' because this user has been removed.
  ❌ SubscriptionSet_Update_UpdatesItself
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '38bf7fbe-4a2f-43b5-af4e-7d38e8559fcd' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenActionThrows_RollsbackTransaction
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3b163fb9-71b0-4369-a8a5-d8a640b80d52' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenEmpty_Succeeds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b04af3d0-92fe-4f16-a382-760bac513ce2' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenTransactionIsInProgress_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1cb23b39-f128-453a-b516-e0afd487665e' because this user has been removed.
  ❌ SubscriptionSet_WhenParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c0a172cc-e569-49aa-9f19-482eea85dc15' because this user has been removed.
  ❌ SubscriptionSet_WhenSupersededParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3747c2e1-0448-4f29-a777-02cacee08f69' because this user has been removed.

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '13431edc-1365-44f0-997c-31cb7876f06e' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7a2eb1ec-550b-4997-a146-3f891a406247' because this user has been removed.

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ffbcba4e-af9c-4b0f-afae-2f759cde568a' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4f585199-cbb2-45da-95d1-0ad3271bd411' because this user has been removed.

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SessionTests.

Realms.Tests.Sync.SessionTests
  ❌ Realm_GetSession_ShouldReturnSameObject
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '66d21315-ec86-4686-bda0-ac5ad54998db' because this user has been removed.
  ✔️ Realm_SyncSession_WhenLocalRealm_ShouldThrow
  ❌ Realm_SyncSession_WhenSyncedRealm
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '801e2157-7098-4026-a1d3-81cb8510b25a' because this user has been removed.
  ✖️ Session_ClientResetDiscard_TriggersNotifications
  ✖️ Session_ConnectionState_FullFlow
  ✖️ Session_ConnectionState_Propagated_Within_Multiple_Sessions
  ❌ Session_Equals_WhenDifferentRealm_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '72755769-a463-4af5-8d7e-aa7dc7b46759' because this user has been removed.
  ❌ Session_Equals_WhenOtherIsNotASession_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7ff2c96c-3991-4eb7-92db-e48675517e88' because this user has been removed.
  ❌ Session_Equals_WhenSameRealm_ReturnsTrue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b5634bae-c049-439b-b1b3-b707ef5070e7' because this user has been removed.
  ❌ Session_GetHashCode_WhenDifferentRealm_ReturnsDifferentValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '043e7df3-605e-45a9-bbc4-2c19c013fb26' because this user has been removed.
  ❌ Session_GetHashCode_WhenSameRealm_ReturnsSameValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '828c9494-1bbf-4591-872a-ca196864d6e0' because this user has been removed.
  ❌ Session_GetUser_GetApp_ReturnsMeaningfulValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'de13b766-8c8a-4180-8ce1-06e7d40cd0e0' because this user has been removed.
  ✖️ Session_NotificationToken_Freed_When_Close_Realm
  ✖️ Session_OnSessionError
  ✖️ Session_PermissionDenied_DoesntCrash
  ✖️ Session_PropertyChanged_FreedNotificationToken
  ✖️ Session_PropertyChanged_MultipleSubscribers
  ✖️ Session_Should_Free_Instance_With_No_PropertyChanged_Subscribers
  ✖️ Session_Should_Keep_Instance_Until_There_Are_Subscribers
  ✖️ Session_Should_Not_Free_Instance_With_PropertyChanged_Subscribers
  ❌ Session_Start_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '65a6541f-d1f0-4f1b-a51b-3a4faaa02b7c' because this user has been removed.
  ❌ Session_Start_ResumesSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1e18ce4c-d18a-46d4-a4b3-13b1c1a3a978' because this user has been removed.
  ❌ Session_Stop_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '748b596f-396c-402b-a87f-a070496d4c96' because this user has been removed.
  ❌ Session_Stop_StopsSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '06e8b4f3-f036-4064-bed9-5788c124cecf' because this user has been removed.
  ✖️ Session_WaitForDownload_CanBeCancelled
  ✖️ Session_WaitForDownload_WithCancelledToken
  ✖️ Session_WaitForUpload_CanBeCancelled
  ✖️ Session_WaitForUpload_WithCancelledToken
  ❌ Session_WhenDisposed_MethodsThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c6b14222-2e22-4674-9926-5400bee7575f' because this user has been removed.
  ✖️ SessionIntegrationTest_ClientResetHandlers_OutOfBoundArrayInsert_AddedToTail

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests.

Realms.Tests.Sync.SyncConfigurationTests
  ❌ SyncConfiguration_CanBeSetAsRealmConfigurationDefault
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ce9e0a39-05dc-4f5c-9886-477b5c0e5257' because this user has been removed.
  ❌ SyncConfiguration_WithAbsolutePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '32efb445-d9d2-4dd5-816d-4bd5a7db0d0a' because this user has been removed.
  ❌ SyncConfiguration_WithEncryptionKey_DoesntThrow
	  Expected: No Exception to be thrown
	  But was:  <Realms.Sync.Exceptions.AppException: Cannot start a sync session for user '11467634-c932-4c28-887b-9642142de12e' because this user has been removed.
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
	  at Realms.Tests.Sync.SyncConfigurationTests+<>c__DisplayClass4_0.<SyncConfiguration_WithEncryptionKey_DoesntThrow>b__1 () [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
	  at NUnit.Framework.Constraints.ThrowsConstraint+GenericInvocationDescriptor`1[T].Invoke () [0x00001] in <10b6135e63434fdba4fc6c109928ab3b>:0 
	  at NUnit.Framework.Constraints.ThrowsConstraint+ExceptionInterceptor.Intercept (System.Object invocation) [0x0000a] in <10b6135e63434fdba4fc6c109928ab3b>:0 >
	
  ❌ SyncConfiguration_WithoutPath
	  Expected: False
	  But was:  True
	
  ❌ SyncConfiguration_WithRelativePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0ee652a1-77ff-4e96-8b9d-789f076c7505' because this user has been removed.
  ✖️ Test_SyncConfigRelease

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.

Realms.Tests.Sync.SynchronizedInstanceTests
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenFalse_ShouldNotCancelAsyncOperationsOnTimeout
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenTrue_ShouldCancelAsyncOperationsOnTimeout
  ❌ DeleteRealmWorksIfCalledMultipleTimes
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ EmbeddedObject_WhenAdditiveExplicit_ShouldThrow
	  Embedded object EmbeddedLevel3 is unreachable by any link path from top level objects
	  Expected: <Realms.Exceptions.RealmSchemaValidationException>
	  But was:  <Realms.Exceptions.RealmInvalidDatabaseException: Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
	  at Realms.Tests.Sync.SynchronizedInstanceTests+<>c__DisplayClass12_0.<EmbeddedObject_WhenAdditiveExplicit_ShouldThrow>b__0 () [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
	  at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00004] in <10b6135e63434fdba4fc6c109928ab3b>:0 >
	
  ❌ GetInstance_WhenDynamic_ReadsSchemaFromDisk
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ GetInstance_WhenDynamicAndDoesntExist_ReturnsEmptySchema
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ GetInstanceAsync_Cancel_ShouldCancelWait
  ✖️ GetInstanceAsync_CreatesNonExistentRealm
  ✖️ GetInstanceAsync_ReportsProgress
  ✖️ GetInstanceAsync_WithOnProgress_DoesntThrowWhenOnProgressIsSetToNull
  ✖️ GetInstanceAsync_WithOnProgressThrowing_ReportsErrorToLogs
  ✖️ InvalidSchemaChange_RaisesClientReset
  ❌ RealmDispose_ClosesSessions
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ SyncLogger_WhenLevelChanges_LogsAtNewLevel
  ✖️ SyncTimeouts_ArePassedCorrectlyToCore
  ✖️ WriteCopy_FailsWithEmptyConfig
  ✖️ WriteCopy_ThrowsWhenConvertingFromFLXToPBS
  ✖️ WriteCopy_ThrowsWhenConvertingFromLocalToFLX
  ✖️ WriteCopy_ThrowsWhenConvertingFromPBSToFLX

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize.

Realms.Tests.Sync.SynchronizedInstanceTests
  ❌ Compact_ShouldReduceSize(True,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x594ad9) [0x7f3222794ad9]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x639854) [0x7f3222839854]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x598e45) [0x7f3222798e45]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x25148e) [0x7f322245148e]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x4d14ab) [0x7f32226d14ab]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x4d188a) [0x7f32226d188a]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x505eba) [0x7f3222705eba]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x50ac47) [0x7f322270ac47]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x32424c) [0x7f322252424c]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x60ea61) [0x7f322280ea61]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x322683) [0x7f3222522683]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x2eeab2) [0x7f32224eeab2]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x6514eb) [0x7f32228514eb]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(shared_realm_open_with_sync+0x26) [0x7f3222499676]
	[0x41107336]
	)
  ❌ Compact_ShouldReduceSize(True,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x594ad9) [0x7f3222794ad9]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x639854) [0x7f3222839854]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x598e45) [0x7f3222798e45]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x25148e) [0x7f322245148e]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x4d14ab) [0x7f32226d14ab]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x4d188a) [0x7f32226d188a]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x505eba) [0x7f3222705eba]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x50ac47) [0x7f322270ac47]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x32424c) [0x7f322252424c]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x60ea61) [0x7f322280ea61]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x322683) [0x7f3222522683]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x2eeab2) [0x7f32224eeab2]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(+0x6514eb) [0x7f32228514eb]
	/home/runner/work/realm-dotnet/realm-dotnet/TestRunner/PlayerWithTests_Data/Plugins/librealm-wrappers.so(shared_realm_open_with_sync+0x26) [0x7f3222499676]
	[0x41107336]
	)
  ❌ Compact_ShouldReduceSize(False,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ Compact_ShouldReduceSize(False,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF

❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests.

Realms.Tests.Sync.UserManagementTests
  ❌ AppAllUsers_WhenThereAreNineUsers_ShouldReturnAllOfThem
	  Expected: equivalent to < <User 0b0269e9-741f-41b9-bc2d-005df4f48cf6, State: Removed>, <User fd3a5f48-6fb5-4bcf-9bb6-916335d6d240, State: Removed>, <User 7bf38ec2-7a86-4573-8ade-a84be7063ca6, State: Removed>, <User d235e900-5aed-421c-973e-fbe93172189b, State: Removed>, <User b409995b-106a-4df8-a8cc-0d6a198c3621, State: Removed>, <User 5a1f8948-d5fa-4c41-a343-cd8e6361a545, State: Removed>, <User 91aa0ac3-519b-45ac-96d2-5f802db42157, State: Removed>, <User f8958718-20fd-4342-95d2-846efba701c8, State: Removed>, <User ba65fe6c-1081-4e8c-948e-b63ca11f53e5, State: Removed> >
	  But was:  <empty>
	
  ✔️ AppAllUsers_WhenThereAreNoUsers_ShouldReturnEmptyCollection
  ❌ AppAllUsers_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: 1
	  But was:  0
	
  ✔️ AppCurrentUser_WhenThereAreNoUsers_ShouldReturnNull
  ❌ AppCurrentUser_WhenThereIsMoreThanOneUser_ShouldReturnLastOne
	  Expected: <User 5a2440ba-ebc7-49c9-8b94-3694002fd0e6, State: Removed>
	  But was:  null
	
  ❌ AppCurrentUser_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: <User 634e1fc8-7f08-4753-82b1-ead0028e9e31, State: Removed>
	  But was:  null
	
  ✖️ AppDeleteUserFromServer_RemovesUser
  ✖️ AppRemoveUser_RemovesUser
  ❌ AppSwitchUser_SwitchesCurrentUser
	  Expected: <User 97f2032d-2cbe-4b38-a111-9c9ac3ebf3ba, State: Removed>
	  But was:  null
	
  ❌ AppSwitchUser_WhenUserIsCurrent_DoesNothing
	  Expected: <User b94e4099-b1c1-430a-a924-caad6e666c19, State: Removed>
	  But was:  null
	
  ✔️ AppSwitchUser_WhenUserIsNull_Throws
  ✖️ EmailPasswordRegisterUser_Works
  ✖️ User_CallResetPasswordFunctionAsync_ResetsUserPassword
  ✖️ User_ConfirmUserAsync_ConfirmsUser
  ✖️ User_Facebook_LogsInAndReadsDataFromFacebook
  ✖️ User_JWT_LogsInAndReadsDataFromToken
  ✖️ User_LinkCredentials_AllowsLoginWithNewCredentials
  ✖️ User_LinkCredentials_MultipleTimes_AllowsLoginWithAllCredentials
  ✖️ User_LinkCredentials_MultipleTimesSameCredentials_IsNoOp
  ✖️ User_LinkCredentials_WhenAnonymous_Throws
  ✖️ User_LinkCredentials_WhenInUse_Throws
  ✖️ User_LinkCredentials_WhenMultipleEmailPassword_Throws
  ✖️ User_ResetPasswordAsync_ConfirmsResetPassword
  ✖️ User_RetryCustomConfirmationAsync_RerunsConfirmation
  ✖️ UserAnonymous_CombiningReuseAndNotReuse
  ✖️ UserApiKeys_CanLoginWithGeneratedKey
  ✖️ UserApiKeys_CanLoginWithReenabledKey
  ✖️ UserApiKeys_CantLoginWithDeletedKey
  ✖️ UserApiKeys_CantLoginWithDisabledKey
  ✖️ UserApiKeys_Create_CreatesApiKeyAndRevealsValue
  ✖️ UserApiKeys_Create_WithInvalidName_Throws
  ✖️ UserApiKeys_DeleteKey_WithExistingId
  ✖️ UserApiKeys_DeleteKey_WithNonExistingId
  ✖️ UserApiKeys_Disable_DisablesKey
  ✖️ UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp
  ✖️ UserApiKeys_DisableApiKey_WhenNonExistent_Throws
  ✖️ UserApiKeys_Enable_ReenablesKey
  ✖️ UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp
  ✖️ UserApiKeys_EnableApiKey_WhenNonExistent_Throws
  ✖️ UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull
  ✖️ UserApiKeys_Fetch_WhenIdMatches_ReturnsKey
  ✖️ UserApiKeys_Fetch_WhenNoneExist_ReturnsNull
  ✖️ UserApiKeys_FetchAll_WithMultipleKeys
  ✖️ UserApiKeys_FetchAll_WithNoKeys
  ✖️ UserApiKeys_FetchAll_WithOneKey
  ✖️ UserChanged_DoesntKeepObjectAlive
  ✖️ UserCustomData
  ✖️ UserCustomData_Generic
  ❌ UserCustomData_Generic_ReadsFromAccessToken
	  Expected: not null
	  But was:  null
	
  ❌ UserCustomData_ReadsFromAccessToken
	  Expected: not null
	  But was:  null
	
  ✔️ UserCustomData_WhenEmpty_ReturnsNull
  ✖️ UserCustomDataChange_RaisesChanged
  ✖️ UserEqualsOverrides
  ✖️ UserLogOut_RaisesChanged
  ✔️ UserToStringOverride

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(True)

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9c2d874c-a700-4624-b800-5906255ff488' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(False)

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a049af38-4593-499f-be4a-5c7063e1535a' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(True)

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(False)

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RemoveTests. ► Realms.Tests.Database.RemoveTests ► RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema

Failed test found in:
  TestResults.xml
Error:
  Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/home/runner/.config/unity3d/DefaultCompany/Tests.Unity/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Database.RemoveTests.RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema () [0x0003a] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenDisposed_Throws

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7d3ee110-5406-4079-9295-ee1727a08d59' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenDisposed_Throws () [0x00005] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenFLX_ReturnsSubscriptions

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c42de6a3-08a8-4689-ab6b-10f201512778' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenFLX_ReturnsSubscriptions () [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenPBS_Throws

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7abfd45d-d629-4921-ace3-f4aa6aabf854' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenPBS_Throws () [0x0000f] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '12b8f3f7-440c-40c1-998d-8bcdf2469714' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference () [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a624a736-20f9-422a-94fd-dcdf93d2843f' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.<Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne>b__5_0 () [0x0001c] in <580991821496477fb2dc22657fb72d23>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <580991821496477fb2dc22657fb72d23>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <580991821496477fb2dc22657fb72d23>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <12d27ebfb46146b18b40876234894c77>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <12d27ebfb46146b18b40876234894c77>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <580991821496477fb2dc22657fb72d23>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne () [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Unity Linux Mono_Net4

Tests.Unity.Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_Add_AddsSubscription

Failed test found in:
  TestResults.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ab3ad0c4-57f0-40ba-8512-eedad2c5d3c7' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <854ecd556a484c38aa4549086c7d030d>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <580991821496477fb2dc22657fb72d23>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Add_AddsSubscription () [0x00006] in <580991821496477fb2dc22657fb72d23>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <12d27ebfb46146b18b40876234894c77>:0