memory_footprint_test fails with: `sstable - writing sstables with too old format` because it attempts to write the obsolete sstables formats, for which the writer code has been long removed. Fix that. Closes #14265