Skip to content

bootstrap: make snapshot reproducible #54404

bootstrap: make snapshot reproducible

bootstrap: make snapshot reproducible #54404

Triggered via pull request March 22, 2024 22:13
Status Failure
Total duration 1h 22m 10s
Artifacts

test-linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-linux: test/parallel/test-snapshot-reproducible.js#L52
--- stderr --- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped + [ + [ + 64, + '000000a0bcc99be17a10b931312e392e', + '000000d1c0481fe17a10b931312e392e' + ], + [ + 1480464, + '00110100080500001101046005acc1e4', + '00110100080500001101046005ace170' + ], + [ + 1480480, + '2e7f0000180000000000000032000000', + 'f27f0000180000000000000032000000' + ], + [ + 1480512, + '06502862050000001000000000000000', + '0672b35c050000001000000000000000' + ], + [ + 1480528, + '00c9200008010000c92004c001acc1e4', + '00c9200008010000c92004c001ace170' + ], + [ + 1480544, + '2e7f000030000000000000002a000000', + 'f27f000030000000000000002a000000' + ], + [ + 1480592, + '080800002d3004400850286205000000', + '080800002d3004400872b35c05000000' + ], + [ + 1480656, + 'acc1e42e7f000018000000000000002f', + 'ace170f27f000018000000000000002f' + ], + [ + 1480688, + '650440049928e7275600001000000000', + '650440047b926bce5500001000000000' + ], + [ + 1480720, + '50286205000000180000000000000034', + '72b35c05000000180000000000000034' ... - [] ... at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-snapshot-reproducible.js:52:8) at Module._compile (node:internal/modules/cjs/loader:1421:14) at Module._extensions..js (node:internal/modules/cjs/loader:1499:10) at Module.load (node:internal/modules/cjs/loader:1232:32) at Module._load (node:internal/modules/cjs/loader:1048:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:187:14) at node:internal/main/run_main_module:28:49 { generatedMessage: true, code: 'ERR_ASSERTION', actual: [ [ 64, '000000a0bcc99be17a10b931312e392e', '000000d1c0481fe17a10b931312e392e' ], [ 1480464, '00110100080500001101046005acc1e4', '00110100080500001101046005ace170' ], [ 1480480, '2e7f0000180000000000000032000000', 'f27f0000180000000000000032000000' ], [ 1480512, '06502862050000001000000000000000', '0672b35c050000001000000000000000' ], [ 1480528, '00c9200008010000c92004c001acc1e4', '00c9200008010000c92004c001ace170' ], [ 1480544, '2e7f000030000000000000002a000000', 'f27f000030000000000000002a000000' ], [ 1480592, '080800002d3004400850286205000000', '080800002d3004400872b35c05000000' ], [ 1480656, 'acc1e42e7f000018000000000000002f', 'ace170f27f000018000000000000002f' ], [ 1480688, '650440049928e7275600001000000000', '650440047b926bce5500001000000000' ], [ 1480720, '50286205000000180000000000000034', '72b35c05000000180000000000000034' ], [ 1480752, '650440079928e7275600001000000000', '650440077b926bce5500001000000000' ] ], expected: [], operator: 'deepStrictEqual' } Node.js v22.0.0-pre Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-snapshot-reproducible.js
test-linux
Process completed with exit code 2.