zlib: add ZIP archive support to zlib (ZipFile,ZipBuffer,ZipEntry) #89250
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/pummel/test-zlib-zip-slow.js#L93
--- stderr ---
(node:224013) ExperimentalWarning: The zlib ZIP archive API is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'an archive larger than 4 GiB round-trips and triggers Zip64 via offset'
Location: test/pummel/test-zlib-zip-slow.js:50:1
RangeError [ERR_ZIP_ENTRY_TOO_LARGE]: ZIP entry exceeds the allowed size: entry "streamed.bin" declares 4831838208 bytes, exceeding the 268435456 byte limit
at assertDecodable (node:internal/zip/compression:141:11)
at decodeMemberStream (node:internal/zip/compression:198:3)
at decodeMemberStream.next (<anonymous>)
at nextAsync (node:internal/streams/from:193:48)
at readable._read (node:internal/streams/from:61:9)
at Readable.read (node:internal/streams/readable:755:12)
at createAsyncIterator (node:internal/streams/readable:1412:54)
at createAsyncIterator.next (<anonymous>)
at test.timeout (/home/runner/work/node/node/node/test/pummel/test-zlib-zip-slow.js:93:24)
at async Test.run (node:internal/test_runner/test:1404:7) {
code: 'ERR_ZIP_ENTRY_TOO_LARGE'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/pummel/test-zlib-zip-slow.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/pummel/test-zlib-zip-slow.js#L93
--- stderr ---
(node:224367) ExperimentalWarning: The zlib ZIP archive API is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'an archive larger than 4 GiB round-trips and triggers Zip64 via offset'
Location: test/pummel/test-zlib-zip-slow.js:50:1
RangeError [ERR_ZIP_ENTRY_TOO_LARGE]: ZIP entry exceeds the allowed size: entry "streamed.bin" declares 4831838208 bytes, exceeding the 268435456 byte limit
at assertDecodable (node:internal/zip/compression:141:11)
at decodeMemberStream (node:internal/zip/compression:198:3)
at decodeMemberStream.next (<anonymous>)
at nextAsync (node:internal/streams/from:193:48)
at readable._read (node:internal/streams/from:61:9)
at Readable.read (node:internal/streams/readable:755:12)
at createAsyncIterator (node:internal/streams/readable:1412:54)
at createAsyncIterator.next (<anonymous>)
at test.timeout (/home/runner/work/node/node/node/test/pummel/test-zlib-zip-slow.js:93:24)
at async Test.run (node:internal/test_runner/test:1404:7) {
code: 'ERR_ZIP_ENTRY_TOO_LARGE'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/pummel/test-zlib-zip-slow.js
|
|
sccache stats - test-linux
80% - 4008 hits, 1022 misses, 0 errors
|
|
sccache stats - test-linux
80% - 4011 hits, 1030 misses, 0 errors
|