Currently the following test profile will fail to import, as retry 3.1.0's archive have mode bits in the tar headers that are not 644 (rather IIRC 640). This is an archive check that was introduced after retry 3.1.0 was published.
packages:
- name: retry
versions: ['3.1.0', '3.1.1']
We should probably have an extra flag to support sidestepping all or selectively ignoring some of the checks we do at upload time, otherwise we can't easily import such old archive versions into a test profile.