Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955782 - net-libs/nodejs-22.13.1 fails tests
Summary: net-libs/nodejs-22.13.1 fails tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2025-05-10 15:48 UTC by Jonathan Lovelace
Modified: 2025-05-11 04:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-libs:nodejs-22.13.1:20250510-133857.log.gz (net-libs:nodejs-22.13.1:20250510-133857.log.gz,150.04 KB, application/gzip)
2025-05-10 15:48 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,10.58 KB, text/plain)
2025-05-10 15:49 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2025-05-10 15:48:34 UTC
Created attachment 928401 [details]
net-libs:nodejs-22.13.1:20250510-133857.log.gz

When rebuilding because of some dependency's changed subslot, =net-libs/nodejs-22.13.1 fails its test suite for me, specifically the following tests:

Failed tests:
out/Release/node /var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-client-set-priority.js
out/Release/node /var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-priority-event.js
 
They give the following output, as best I can see from the build log:

Path: parallel/test-http2-client-set-priority
node:assert:126
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

16 !== 1

    at Http2Server.<anonymous> (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-client-set-priority.js:12:12)
    at Http2Server.<anonymous> (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/common/index.js:491:15)
    at Http2Server.emit (node:events:524:28)
    at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3023:19)
    at ServerHttp2Session.emit (node:events:524:28)
    at emit (node:internal/http2/core:332:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:93:22) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 16,
  expected: 1,
  operator: 'strictEqual'
}

Node.js v22.13.1
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-client-set-priority.js

Path: parallel/test-http2-priority-event
Mismatched onPriority function calls. Expected exactly 1, actual 0.
    at Proxy.mustCall (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/common/index.js:449:10)
    at Object.<anonymous> (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-priority-event.js:36:30)
    at Module._compile (node:internal/modules/cjs/loader:1562:14)
    at Object..js (node:internal/modules/cjs/loader:1699:10)
    at Module.load (node:internal/modules/cjs/loader:1313:32)
    at Function._load (node:internal/modules/cjs/loader:1123:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
Mismatched onPriority function calls. Expected exactly 1, actual 0.
    at Proxy.mustCall (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/common/index.js:449:10)
    at Http2Server.<anonymous> (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-priority-event.js:51:29)
    at Http2Server.<anonymous> (/var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/common/index.js:491:15)
    at Http2Server.emit (node:events:524:28)
    at emitListeningNT (node:net:1980:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-22.13.1/work/node-v22.13.1/test/parallel/test-http2-priority-event.js
Comment 1 Jonathan Lovelace 2025-05-10 15:49:20 UTC
Created attachment 928402 [details]
emerge-info.txt