Clone tryton/tryton repository result in invalid local repository
Cloning with bundle the tryton/tryton repository result in an invalid local repository:
ced@kei /tmp $ hg clone https://foss.heptapod.net/tryton/tryton
destination directory: tryton
applying clone bundle from https://cellar-c2.services.clever-cloud.com/heptapod-foss-clonebundles/tryton/tryton-2022-12-18-zstd-v2.hg
adding changesets
adding manifests
adding file changes
added 94344 changesets with 217774 changes to 19016 files (+4 heads)
finished applying clone bundle
searching for changes
adding changesets
adding manifests
adding file changes
added 2324 changesets with 8731 changes to 3680 files (+70 heads)
2954 new obsolescence markers
obsoleted 1 changesets
new changesets cadf5382d26f:6f84310f7662 (149 drafts)
94343 local changesets published
updating to branch default
11673 files updated, 0 files merged, 0 files removed, 0 files unresolved
ced@kei /tmp $ cd tryton/
ced@kei /tmp/tryton $ hg status
skipping unreadable pattern file '.hgignore-modules': No such file or directory
abort: 00manifest@b34e9d3e48bee9275cc3f4bd9ddde61eddd9e4c0: no node
But when cloning with the option --stream
works.