assert_eq!(x.id, 0, "SpawnedContainer.id must be set to 0, the actual id will be returned from push function");
// There should be at most 2 container chains running at the same time (1 syncing + 1 collating),
// We are using Default::default which has a refcount of 0, so all chains are considered stopped