<https://gist.github.com/nitay/79f9ec8298d8bb55a3e...
# general
m
https://gist.github.com/nitay/79f9ec8298d8bb55a3e2b77b3bfd7588 has anyone seen this before? am trying to upgrade our pants from 1.7 to 1.9, guessing I’m missing some option or carrying around some old thing that I shouldnt be, but not clear where problem is
a
have you tried running a
clean-all
? i think what happens here is that if the zip file is corrupted or interrupted when we try to write it a previous time, then the zip library (and most compression utilities, for some reason) will try to open up the file and edit it instead of overwriting it. this may be better perf-wise? and this is also a wild guess regardless, but if it is correct then a
clean-all
(which should delete that file) should fix it
in general, we recommend upgrading one version at a time (e.g. 1.7 -> 1.8 -> 1.9) (which i know is annoying advice, and may not be relevant here if you're already doing that)
m
k lemme try those things
ok i did clean-all, and am trying just 1.8 now, still getting same thing above
any ideas on the above, or anyone else seen this before?