132
File failed to copy due to reason: Success
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
https://www.man7.org/linux/man-pages/man1/bash.1.html
So, command 1 returns success, but command 2 fails. The FAILED comment at the beginning of the error message is the message to parse, one part succeeded, the other failed.
Not using && and running your command by line will show where the error is.