Cole-Greer commented on PR #2295: URL: https://github.com/apache/tinkerpop/pull/2295#issuecomment-1768952207
I don't think this PR was the cause of this error. It's a random failure I've seen before although the frequency has grown to an alarming level. I just pulled this error out of a failed run on 3.6-dev from a few hours ago: ``` [INFO] Unpacking /home/runner/.m2/repository/com/github/eirslett/node/16.20.0/node-16.20.0-linux-x64.tar.gz into /home/runner/work/tinkerpop/tinkerpop/gremlin-javascript/src/main/javascript/gremlin-javascript/node/tmp Error: The archive file /home/runner/.m2/repository/com/github/eirslett/node/16.20.0/node-16.20.0-linux-x64.tar.gz is corrupted and will be deleted. Please try the build again. ``` This PR is just updating the node version for docs/gremlint, which as far as I know is not tested in our CI at the moment. It appears that this error is originating from gremlin-javascript. I think more investigation is needed here to find out how to prevent the node download from corrupting so frequently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
