[Sample logs](https://github.com/stacks-network/stacks-core/actions/runs/13053794741/job/36420679652?pr=5772) Error message: ``` thread '<unnamed>' panicked at stackslib/src/net/tests/convergence.rs:1126:17: assertion `left == right` failed left: [QualifiedContractIdentifier { issuer: StandardPrincipalData(S100000000000000000000J197CZ), name: ContractName("db-0") }, QualifiedContractIdentifier { issuer: StandardPrincipalData(S1G2081040G2081040G2081040G208105NK8PE5), name: ContractName("db-1") }] right: [] ``` Seems like the same issue as #5758 and #5761. Seems like maybe all of the net convergence tests are broken