We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Coming from #1008 (comment)
There was an error uploading the log files
Errors ocurred processing the pipeline, relaunching the process...org.apache.http.client.HttpResponseException: { "errors" : [ { "status" : 403, "message" : "Not enough permissions to delete/overwrite artifact 'misc:logs/pr/1008/5/libcurl/7.66.0/5bf21f754405cd5cdae4509e0ed60c17fc8ca929/profile.txt' (user 'conan-creator' needs DELETE permission)." } ] }
Could be a side-effect of retrying the build and findind the log files already uploaded to that same path
The text was updated successfully, but these errors were encountered:
Seems this is a side effect of the retries after this error happens:
[Pipeline] { (RetryIze: Attempt 1/3 failed) [Pipeline] } [Pipeline] echo Errors ocurred processing the pipeline, relaunching the process...org.apache.http.conn.ConnectTimeoutException: Connect to c3i.jfrog.io:443 [c3i.jfrog.io/104.196.54.40] failed: connect timed out
And then it is failing due to not having permissions to delete files for security restrictions
Sorry, something went wrong.
In this case https://ci-conan-prod.jfrog.team/job/conan-center-pull-request/job/PR-1093/9/consoleText
One of the failing package IDs is 68ac2f1fb07af0e81507faa4e96a8fd233a45ac9 and we can see curl commands for uploading:
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9/create_stdout.txt
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9/create_stderr.txt
But there are no:
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9/profile.txt
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9/profile_id.txt
68ac2f1fb07af0e81507faa4e96a8fd233a45ac9/profile_title.txt
So the upload of any of the profile files could be the cause of the timeout
No branches or pull requests
Coming from #1008 (comment)
There was an error uploading the log files
Could be a side-effect of retrying the build and findind the log files already uploaded to that same path
The text was updated successfully, but these errors were encountered: