8666830515
The gbmap's weight is defined by the block count stored in the geometry config field, which should always be present in valid littlefs3 images. But our scripts routinely try to parse _invalid_ littlefs3 images when running in parallel with benchmarks/tests (littlefs3 does _not_ support multiple read/writers), so this was causing exceptions to be thrown. The fix is to just assume weight=0 when the geometry field is missing. The image isn't valid, and the gbmap is optional anyways.