https://drafts.csswg.org/css-grid/#algo-content
Step 1 : "For auto minimums" says:
If the track has an auto min track sizing function and the grid container is being sized under a min/max-content constraint, set the track’s base size to the maximum of its items’ min/max-content contributions, respectively.
In Step 2 : "For intrinsic minimums" there is no such special handling for 'auto' min-sizing.
It seems a bit odd that span=1 and span>1 items should contribute different sizes to 'auto' tracks.
Is this an oversight and that the above paragraph also applies to span>1 items for 'auto' min-sizing tracks?