It seems not an error like the stacktrace says “No error.” But the build pipeline will stop.
Wonder anyone got the same issue, please help.
Want to know how to prevent the “cannot set permissions” or ways to ignore the error.
After two times successly run pipeline, this time got an error “Permission denied.”
file COPY cannot set permissions on
"D:/projects/flv_extractor/build/Release_x64/output-6144/FlvGeom.dll":
Permission denied.
Suspecting the impact of security software but finding it difficult to pinpoint, as it cannot be consistently reproduced. Having an option to ignore permission modification failures and receive a warning in the log would be a good solution.
Ah, no, that is not what is going wrong. The return status is checked and then thrown away. Some stream operations are performed and then the error message is requested. This may involve resetting an error state if something happens. I’ll have an MR up shortly.