paul-rogers commented on PR #12368: URL: https://github.com/apache/druid/pull/12368#issuecomment-1095670781
The new IT task passed, hooray! Whacked a few more static checking issues. There is one I don't understand. It appears that we've got JS problems, but I didn't change anything in JS: ```+ @connectis/[email protected] added 235 packages from 867 contributors and audited 235 packages in 12.562s found 4 vulnerabilities (2 moderate, 1 high, 1 critical) run `npm audit fix` to fix them, or `npm audit` for details events.js:183 throw er; // Unhandled 'error' event ^ TypeError: Cannot read property 'forEach' of undefined at unpackage (/home/travis/build/apache/druid/node_modules/jacoco-parse/source/index.js:27:14) at /home/travis/build/apache/druid/node_modules/jacoco-parse/source/index.js:114:22 at Parser.<anonymous> (/home/travis/build/apache/druid/node_modules/xml2js/lib/parser.js:304:18) at emitOne (events.js:116:13) at Parser.emit (events.js:211:7) at SAXParser.onclosetag (/home/travis/build/apache/druid/node_modules/xml2js/lib/parser.js:262:26) at emit (/home/travis/build/apache/druid/node_modules/sax/lib/sax.js:624:35) at emitNode (/home/travis/build/apache/druid/node_modules/sax/lib/sax.js:629:5) at closeTag (/home/travis/build/apache/druid/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/home/travis/build/apache/druid/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/home/travis/build/apache/druid/node_modules/xml2js/lib/parser.js:323:31) at Parser.parseString (/home/travis/build/apache/druid/node_modules/xml2js/lib/parser.js:5:59) at exports.parseString (/home/travis/build/apache/druid/node_modules/xml2js/lib/parser.js:369:19) at Object.parse.parseContent (/home/travis/build/apache/druid/node_modules/jacoco-parse/source/index.js:107:5) at /home/travis/build/apache/druid/node_modules/jacoco-parse/source/index.js:129:15 at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3) ****FAILED**** ``` Is this saying that the build itself has broken code? If so, maybe it will go away on the next build? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
