citgm icon indicating copy to clipboard operation
citgm copied to clipboard

Node.js latest CITGM results

Open targos opened this issue 1 year ago • 4 comments

Run for v22.x: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3527/

targos avatar Dec 23 '24 17:12 targos

macOS failures: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3527/nodes=osx11/#showFailuresLink

  • pino: https://github.com/pinojs/pino/pull/2112
  • @babel/core: /cc @nicolo-ribaudo @JLHwung @liuxingbaoyu
  • node-gyp: /cc @nodejs/node-gyp
  • @yarnpkg/cli /cc @arcanis @merceyz @paul-soporan @larixer (looks like a test is broken by the unflagging of require(esm))
  • express-session: https://github.com/expressjs/session/issues/1009

targos avatar Dec 23 '24 17:12 targos

@yarnpkg/cli /cc @arcanis @merceyz @paul-soporan @larixer (looks like a test is broken by the unflagging of require(esm))

Thanks for the ping, should be fixed by https://github.com/yarnpkg/berry/pull/6639.

merceyz avatar Dec 23 '24 17:12 merceyz

Thanks for the mention! I investigated and the problem comes from https://github.com/babel/babel/blob/02063cd528b8865a578c378a3da619a7a6e2b6d4/jest.config.js#L3-L9 not enabling includePrerelease causes not matching 22.12.1-pre. I don't understand why the test passed before. Looks like we need to change more. For example Image

liuxingbaoyu avatar Dec 24 '24 09:12 liuxingbaoyu

New run for bufferutil which was just released yesterday: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-nobuild/1699/

targos avatar Dec 28 '24 09:12 targos