Skip to content

bootstrap: make snapshot reproducible #268

bootstrap: make snapshot reproducible

bootstrap: make snapshot reproducible #268

Triggered via pull request March 22, 2024 22:13
Status Failure
Total duration 2h 48m 17s
Artifacts

test-ubsan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-ubsan: 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 + [ + [ + 64, + '000000f4b57985e17a10b931312e392e', + '000000f6b53f8fe17a10b931312e392e' + ], + [ + 1480464, + '00110100080500001101046005dbbb06', + '001101000805000011010460054b2bf0' + ], + [ + 1480480, + '0a7f0000180000000000000032000000', + 'b67f0000180000000000000032000000' + ], + [ + 1480528, + '00c9200008010000c92004c001dbbb06', + '00c9200008010000c92004c0014b2bf0' + ], + [ + 1480544, + '0a7f000030000000000000002a000000', + 'b67f000030000000000000002a000000' + ], + [ + 1480656, + 'dcbb060a7f000018000000000000002f', + '4c2bf0b67f000018000000000000002f' + ], + [ + 1480752, + '65044007cda356bf5500001000000000', + '650440072e6c1e6d5500001000000000' + ] + ] - [] 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, '000000f4b57985e17a10b931312e392e', '000000f6b53f8fe17a10b931312e392e' ], [ 1480464, '00110100080500001101046005dbbb06', '001101000805000011010460054b2bf0' ], [ 1480480, '0a7f0000180000000000000032000000', 'b67f0000180000000000000032000000' ], [ 1480528, '00c9200008010000c92004c001dbbb06', '00c9200008010000c92004c0014b2bf0' ], [ 1480544, '0a7f000030000000000000002a000000', 'b67f000030000000000000002a000000' ], [ 1480656, 'dcbb060a7f000018000000000000002f', '4c2bf0b67f000018000000000000002f' ], [ 1480752, '65044007cda356bf5500001000000000', '650440072e6c1e6d5500001000000000' ] ], 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-ubsan
Process completed with exit code 2.