gm icon indicating copy to clipboard operation
gm copied to clipboard

Resolve CI build issues, due to nodesecurity.io shutdown

Open ajmas opened this issue 4 years ago • 0 comments

Looking at many of the PRs, they are failing for reasons beyond their changes, suggesting there is a configuration issue with the CI.

What I see in the build logs, as a common failure:

(+) Debug output: "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"
(+) Error: Got an invalid response from Node Security, please email the above debug output to [email protected]
Makefile:9: recipe for target 'security' failed
make: *** [security] Error 1
npm ERR! Test failed.  See above for more details.
The command "npm test" exited with 1.
cache.2
store build cache

Doing a quick bit of research suggestion that nodesecurity.io has shut down, leading to this situation:

https://stackoverflow.com/questions/53716991/node-security-service-shutdown-getaddrinfo-enotfound-api-nodesecurity-io

Maybe an opportunity to use Github workflows in place of Travis or to limit the supported NodeJS versions?

ajmas avatar Jun 30 '21 11:06 ajmas