ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Recurring ECONNRESET on artifact uploads #699

Open jw3 opened 1 year ago

jw3 commented 1 year ago

This has been an ongoing problem. Releasing artifacts usually requires clicking retry a time or two.


Run softprops/action-gh-release@v1 /usr/bin/docker exec 0a47fbbf89629db2bc0943e0a71391db6ee2f74126363c508b6abefed3d8d522 sh -c "cat /etc/release | grep ^ID" 🤔 Pattern '/tmp/archives/.spec' does not match any files. ⬆️ Uploading fapolicy-analyzer-0.6.2-1.el8.src.rpm... ⬆️ Uploading fapolicy-analyzer-0.6.2-1.el8.x86_64.rpm... ♻️ Deleting previously uploaded asset fapolicy-analyzer.tar.gz... ⬆️ Uploading vendor-rs.el8.tar.gz... Error: request to https://uploads.github.com/repos/ctc-oss/fapolicy-analyzer/releases/86170204/assets?name=vendor-rs.el8.tar.gz failed, reason: read ECONNRESET ⬆️ Uploading fapolicy-analyzer.tar.gz...


Seems like a problem that needs resolved in the action with a retry that targets specific connection errors.

See https://github.com/softprops/action-gh-release/issues/187

and also hit like on that one :wink: