zimoun <zimon.touto...@gmail.com> skribis: > Some should be fixed soon. Other are already fixed but the fix has not > yet landed to production. However, some are still open; for instance > > 26/10/2021, 09:29:59 git https://github.com/scikit-learn/scikit-learn > accepted failed > > > and the log says: > > swh.loader.git.converters.HashMismatch: Expected Directory hash to be > 5475d108765c5591003210e70fc01bf2a77fca55, got > 59d6219647cd84a027780487f0e021e4f57e93d6
I learned that SWH has a canonicalization problem with Git manifests that’s similar to the canonicalization problem with tar headers that Disarchive addresses: https://sympa.inria.fr/sympa/arc/swh-devel/2021-10/msg00038.html Could it be that the scikit-learn repo contains “weird” (non-canonical) Git objects? Ludo’.