[Pkg-javascript-devel] Bug#1090022: node-tap: rebuild fails against node-typescript 5.0.4 from experimental

Ananthu C V weepingclown at debian.org
Sun Dec 15 13:38:19 GMT 2024


Package: node-tap
Version: 16.3.7+ds3+~cs49.5.20-1
Severity: important
User: debian-js at lists.debian.org
Usertags: typescript504

Hi,

node-typescript version 5.0.4 is currently in experimental. Your
package fails to build on a rebuild against the same. node-typecript
will be uploaded to unstable in a month, please fix any existing
issues before that so that the transition can happen without blockers.

The severity of this bug will be raised to serious after node-typescript
5.0.4 is uploaded to unstable.

The failure part of the build log is attached inline here, but this may
not be the most relevant part. Please check the attached full build log
for more information about the build.


Build log:

dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/callsites -> /usr/share/nodejs/callsites
Link ./node_modules/tape -> /usr/share/nodejs/tape
Link ./node_modules/ts-node -> /usr/share/nodejs/ts-node
Link ./node_modules/@types/diff -> /usr/share/nodejs/@types/diff
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link node_modules/async-hook-domain -> ../module-async-hook-domain
Link node_modules/bind-obj-methods -> ../module-bind-obj-methods
Link node_modules/caller-callsite -> ../module-caller-callsite
Link node_modules/caller-path -> ../module-caller-path
Link node_modules/findit -> ../module-findit
Link node_modules/fs-exists-cached -> ../module-fs-exists-cached
Link node_modules/function-loop -> ../module-function-loop
Link node_modules/@isaacs/import-jsx -> ../../module-isaacs-import-jsx
Link node_modules/libtap -> ../module-libtap
Link node_modules/own-or -> ../module-own-or
Link node_modules/own-or-env -> ../module-own-or-env
Link node_modules/tcompare -> ../module-tcompare
Link node_modules/trivial-deferred -> ../module-trivial-deferred
Link node_modules/@types/tap -> ../../types-tap
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-tcompare/build
	cd ./module-tcompare && sh -ex ../debian/nodejs/module-tcompare/build
+ tsc -p tsconfig-cjs.json
+ tsc -p tsconfig-esm.json
No build command found, searching known files
Found debian/nodejs/module-trivial-deferred/build
	cd ./module-trivial-deferred && sh -ex ../debian/nodejs/module-trivial-deferred/build
+ tsc -p tsconfig.json
+ tsc -p tsconfig-esm.json
Found debian/nodejs/module-caller-path/build
	cd ./module-caller-path && sh -ex ../debian/nodejs/module-caller-path/build
+ mjs2cjs index.js

index.js → ./index.cjs...
created ./index.cjs in 34ms
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-caller-callsite/build
	cd ./module-caller-callsite && sh -ex ../debian/nodejs/module-caller-callsite/build
+ mjs2cjs index.js

index.js → ./index.cjs...
created ./index.cjs in 37ms
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
	ln -s ../debian/tests/test_modules/touch node_modules/touch
	ln -s ../. node_modules/tap
	/bin/sh -ex debian/tests/pkg-js/test
+ pwd
+ TAP=/<<PKGBUILDDIR>>/bin/run.js
+ pkgjs-utils root_components_list
+ grep -v module-libtap
+ grep -v module-jackspeak
+ grep -v module-findit
+ grep -v module-isaacs-import-jsx
+ grep -v types-
+ LIST=module-async-hook-domain
module-bind-obj-methods
module-caller-callsite
module-caller-path
module-fs-exists-cached
module-function-loop
module-own-or
module-own-or-env
module-tcompare
module-trivial-deferred
+ test  != 
+ TAP=/<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000
+ test -e module-async-hook-domain
+ cd module-async-hook-domain
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test

test/fixtures/basic.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/child.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/debug.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/destroy.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/multiple-destroy.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/no-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/other-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/process-clubbing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/process-missing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-no-domain.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-none.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-strict-with-space.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-strict.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-throw.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-warn-with-error-code.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-warn.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-throwing-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-timing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/throw-in-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/uncaught.js

  ✓ error

  ✓ output

  ✓ stderr
test/run.js

  ✓ error

  ✓ output

  ✓ stderr
test/sms.js

  ✓ error

  ✓ output

  ✓ stderr

  72 passing (2s)
+ test -e module-bind-obj-methods
+ cd module-bind-obj-methods
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be equal

  ✓ expected to throw

  ✓ should be equal

  ✓ expected to throw

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  10 passing (170.183ms)
+ test -e module-caller-callsite
+ cd module-caller-callsite
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be strictly equal

  ✓ should be strictly equal

  ✓ should be strictly equal

  3 passing (153.253ms)
+ test -e module-caller-path
+ cd module-caller-path
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be strictly equal

  ✓ should be strictly equal

  ✓ should be strictly equal

  3 passing (152.424ms)
+ test -e module-fs-exists-cached
+ cd module-fs-exists-cached
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ setup
  existing file same way

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

  existing file different ways

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

  non-existing file same way

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

  non-existing file different ways

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value


  ✓ cleanup

  18 passing (212.496ms)
+ test -e module-function-loop
+ cd module-function-loop
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js
  basic passing operation

    ✓ this is correct 1

    ✓ 0

    ✓ this is correct 2

    ✓ 1

    ✓ 2, after loop() call

    ✓ this is correct 3

    ✓ 2

    ✓ this is correct 4

    ✓ 3

    ✓ this is correct 5

    ✓ 4

  throws

    ✓ this is correct

    ✓ should match pattern provided

  all sync

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

  broken promise

    ✓ this is correct

    ✓ this is correct

    ✓ should match pattern provided


  23 passing (192.938ms)
+ test -e module-own-or
+ cd module-own-or
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ 

  1 passing (97.816ms)
+ test -e module-own-or-env
+ cd module-own-or-env
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ 

  1 passing (100.982ms)
+ test -e module-tcompare
+ cd module-tcompare
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test

/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match-only.ts(2,27): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/index.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match-strict.ts(2,29): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/format.ts(2,32): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/has-strict.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/has.ts(2,40): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/strict.ts(2,41): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
test/format.ts

  1) test/format.ts
test/has-strict.ts

  2) test/has-strict.ts
test/has.ts

  3) test/has.ts
test/index.ts

  4) test/index.ts
test/match-only.ts

  5) test/match-only.ts
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/same.ts(2,36): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.
test/same.ts(3,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.
test/same.ts(18,5): error TS2578: Unused '@ts-expect-error' directive.
test/same.ts(23,5): error TS2578: Unused '@ts-expect-error' directive.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016, 7016, 2578, 2578 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
test/match-strict.ts

  6) test/match-strict.ts
test/match.ts

  7) test/match.ts
test/same.ts

  8) test/same.ts
test/strict.ts

  9) test/strict.ts

  0 passing (2s)
  9 failing

  1) test/format.ts test/format.ts:
     test/format.ts
  

  2) test/has-strict.ts test/has-strict.ts:
     test/has-strict.ts
  

  3) test/has.ts test/has.ts:
     test/has.ts
  

  4) test/index.ts test/index.ts:
     test/index.ts
  

  5) test/match-only.ts test/match-only.ts:
     test/match-only.ts
  

  6) test/match-strict.ts test/match-strict.ts:
     test/match-strict.ts
  

  7) test/match.ts test/match.ts:
     test/match.ts
  

  8) test/same.ts test/same.ts:
     test/same.ts
  

  9) test/strict.ts test/strict.ts:
     test/strict.ts
  

dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-12-15T07:57:00Z

-- 
Best,
Ananthu
-------------- next part --------------
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on circus

+==============================================================================+
| node-tap 16.3.7+ds3+~cs49.5.20-1 (amd64)     Sun, 15 Dec 2024 07:56:23 +0000 |
+==============================================================================+

Package: node-tap
Version: 16.3.7+ds3+~cs49.5.20-1
Source Version: 16.3.7+ds3+~cs49.5.20-1
Distribution: sid
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/unstable-amd64-sbuild-6d37a9bb-d6f9-475f-aad3-f21983e617a6' with '<<CHROOT>>'
Copying /home/weepingclown/debian/js/typescript/node-typescript_5.0.4+ds1-1_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/node-tap-kvNdG2/resolver-ysqjTp' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Ign:1 file:/build/node-tap-kvNdG2/resolver-mPnAPr/apt_archive ./ InRelease
Get:2 file:/build/node-tap-kvNdG2/resolver-mPnAPr/apt_archive ./ Release [603 B]
Get:2 file:/build/node-tap-kvNdG2/resolver-mPnAPr/apt_archive ./ Release [603 B]
Ign:3 file:/build/node-tap-kvNdG2/resolver-mPnAPr/apt_archive ./ Release.gpg
Get:4 file:/build/node-tap-kvNdG2/resolver-mPnAPr/apt_archive ./ Packages [933 B]
Get:5 http://deb.debian.org/debian unstable InRelease [202 kB]
Get:6 http://deb.debian.org/debian experimental InRelease [101 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
Get:8 http://deb.debian.org/debian experimental/main amd64 Packages.diff/Index [63.3 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-12-15-0204.32-F-2024-12-06-1407.06.pdiff [469 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-12-15-0204.32-F-2024-12-06-1407.06.pdiff [469 kB]
Get:10 http://deb.debian.org/debian experimental/main amd64 Packages T-2024-12-15-0204.32-F-2024-12-06-1407.06.pdiff [143 kB]
Get:10 http://deb.debian.org/debian experimental/main amd64 Packages T-2024-12-15-0204.32-F-2024-12-06-1407.06.pdiff [143 kB]
Fetched 1042 kB in 1s (877 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt binutils binutils-common binutils-x86-64-linux-gnu bsdutils devscripts
  gzip libapt-pkg6.0t64 libbinutils libblkid1 libctf-nobfd0 libctf0
  libgprofng0 libmount1 libnpth0t64 libpcre2-8-0 libpython3.12-minimal
  libpython3.12-stdlib libreadline8t64 libsframe1 libsmartcols1 libsystemd0
  libudev1 libuuid1 linux-libc-dev login login.defs mount passwd python3.12
  python3.12-minimal readline-common util-linux
debconf: delaying package configuration, since apt-utils is not installed
33 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/23.1 MB of archives.
After this operation, 2048 B disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-12_amd64.deb ...
Unpacking bsdutils (1:2.40.2-12) over (1:2.40.2-11) ...
Setting up bsdutils (1:2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../gzip_1.12-1.2_amd64.deb ...
Unpacking gzip (1.12-1.2) over (1.12-1.1) ...
Setting up gzip (1.12-1.2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.40.2-12_amd64.deb ...
Unpacking libuuid1:amd64 (2.40.2-12) over (2.40.2-11) ...
Setting up libuuid1:amd64 (2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.40.2-12_amd64.deb ...
Unpacking libblkid1:amd64 (2.40.2-12) over (2.40.2-11) ...
Setting up libblkid1:amd64 (2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-12_amd64.deb ...
Unpacking libmount1:amd64 (2.40.2-12) over (2.40.2-11) ...
Setting up libmount1:amd64 (2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-12_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.40.2-12) over (2.40.2-11) ...
Setting up libsmartcols1:amd64 (2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19725 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-12_amd64.deb ...
Unpacking util-linux (2.40.2-12) over (2.40.2-11) ...
Setting up util-linux (2.40.2-12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19722 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-12_amd64.deb ...
Unpacking mount (2.40.2-12) over (2.40.2-11) ...
Preparing to unpack .../libsystemd0_257-2_amd64.deb ...
Unpacking libsystemd0:amd64 (257-2) over (257~rc3-1) ...
Setting up libsystemd0:amd64 (257-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19722 files and directories currently installed.)
Preparing to unpack .../libudev1_257-2_amd64.deb ...
Unpacking libudev1:amd64 (257-2) over (257~rc3-1) ...
Setting up libudev1:amd64 (257-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19722 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.17_amd64.deb ...
Unpacking libapt-pkg6.0t64:amd64 (2.9.17) over (2.9.16) ...
Setting up libapt-pkg6.0t64:amd64 (2.9.17) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19722 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.17_amd64.deb ...
Unpacking apt (2.9.17) over (2.9.16) ...
Setting up apt (2.9.17) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19716 files and directories currently installed.)
Preparing to unpack .../0-login_1%3a4.16.0-2+really2.40.2-12_amd64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-12) over (1:4.16.0-2+really2.40.2-11) ...
Preparing to unpack .../1-python3.12_3.12.8-3_amd64.deb ...
Unpacking python3.12 (3.12.8-3) over (3.12.8-1) ...
Preparing to unpack .../2-libpython3.12-stdlib_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.8-3) over (3.12.8-1) ...
Preparing to unpack .../3-python3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking python3.12-minimal (3.12.8-3) over (3.12.8-1) ...
Preparing to unpack .../4-libpython3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.8-3) over (3.12.8-1) ...
Preparing to unpack .../5-readline-common_8.2-6_all.deb ...
Unpacking readline-common (8.2-6) over (8.2-5) ...
Preparing to unpack .../6-libreadline8t64_8.2-6_amd64.deb ...
Leaving 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Leaving 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:amd64 (8.2-6) over (8.2-5) ...
Preparing to unpack .../7-login.defs_1%3a4.16.0-7_all.deb ...
Unpacking login.defs (1:4.16.0-7) over (1:4.16.0-5) ...
Setting up login.defs (1:4.16.0-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19716 files and directories currently installed.)
Preparing to unpack .../passwd_1%3a4.16.0-7_amd64.deb ...
Unpacking passwd (1:4.16.0-7) over (1:4.16.0-5) ...
Setting up passwd (1:4.16.0-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19716 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.44-5) over (10.44-4) ...
Setting up libpcre2-8-0:amd64 (10.44-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19716 files and directories currently installed.)
Preparing to unpack .../00-libgprofng0_2.43.50.20241210-1_amd64.deb ...
Unpacking libgprofng0:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../01-libctf0_2.43.50.20241210-1_amd64.deb ...
Unpacking libctf0:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../02-libctf-nobfd0_2.43.50.20241210-1_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../03-binutils-x86-64-linux-gnu_2.43.50.20241210-1_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../04-libbinutils_2.43.50.20241210-1_amd64.deb ...
Unpacking libbinutils:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../05-binutils_2.43.50.20241210-1_amd64.deb ...
Unpacking binutils (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../06-binutils-common_2.43.50.20241210-1_amd64.deb ...
Unpacking binutils-common:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../07-libsframe1_2.43.50.20241210-1_amd64.deb ...
Unpacking libsframe1:amd64 (2.43.50.20241210-1) over (2.43.50.20241204-2) ...
Preparing to unpack .../08-devscripts_2.24.7_all.deb ...
Unpacking devscripts (2.24.7) over (2.24.5) ...
Preparing to unpack .../09-libnpth0t64_1.8-2_amd64.deb ...
Unpacking libnpth0t64:amd64 (1.8-2) over (1.6-3.1+b1) ...
Preparing to unpack .../10-linux-libc-dev_6.12.3-1_all.deb ...
Unpacking linux-libc-dev (6.12.3-1) over (6.11.10-1) ...
Setting up libnpth0t64:amd64 (1.8-2) ...
Setting up libpython3.12-minimal:amd64 (3.12.8-3) ...
Setting up binutils-common:amd64 (2.43.50.20241210-1) ...
Setting up linux-libc-dev (6.12.3-1) ...
Setting up libctf-nobfd0:amd64 (2.43.50.20241210-1) ...
Setting up libsframe1:amd64 (2.43.50.20241210-1) ...
Setting up devscripts (2.24.7) ...
Setting up mount (2.40.2-12) ...
Setting up libbinutils:amd64 (2.43.50.20241210-1) ...
Setting up readline-common (8.2-6) ...
Setting up login (1:4.16.0-2+really2.40.2-12) ...
Setting up libctf0:amd64 (2.43.50.20241210-1) ...
Setting up python3.12-minimal (3.12.8-3) ...
Setting up libgprofng0:amd64 (2.43.50.20241210-1) ...
Setting up libreadline8t64:amd64 (8.2-6) ...
Setting up binutils-x86-64-linux-gnu (2.43.50.20241210-1) ...
Setting up libpython3.12-stdlib:amd64 (3.12.8-3) ...
Setting up python3.12 (3.12.8-3) ...
Setting up binutils (2.43.50.20241210-1) ...
Processing triggers for libc-bin (2.40-4) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/tmp.6zf1gqm6M0/node-tap_16.3.7+ds3+~cs49.5.20-1.dsc exists in /tmp/tmp.6zf1gqm6M0; copying to chroot
I: NOTICE: Log filtering will replace 'build/node-tap-kvNdG2/node-tap-16.3.7+ds3+~cs49.5.20' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/node-tap-kvNdG2' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), help2man, node-ansi-escapes, node-assert, node-auto-bind, node-babel7, node-chalk, node-chokidar, node-clean-yaml-object, node-cli-boxes, node-cli-cursor, node-cli-truncate, node-cliui (>= 7.0.4+repack+1+~cs1.4.2-1~), node-coveralls, node-diff, node-esprima, node-find-cache-dir, node-foreground-child (>= 3), node-foreground-child (>= 3), node-glob, node-indent-string, node-isexe, node-istanbul, node-jest-debbundle, node-lodash, node-make-dir, node-minipass (>> 3.3.6+~cs9.4.19-3~), node-mkdirp, node-ms, node-opener, node-punycode, node-read-pkg, node-resolve-from, node-rimraf, node-shell-quote, node-signal-exit (>= 4), node-source-map-support, node-stack-utils, node-string-width, node-strip-ansi, node-tap-mocha-reporter, node-tap-parser (>> 11.0.2+~cs2.1.4-2~), node-tape, node-typescript, node-which, node-widest-line, node-wrap-ansi, node-ws, rollup, terser, ts-node, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), help2man, node-ansi-escapes, node-assert, node-auto-bind, node-babel7, node-chalk, node-chokidar, node-clean-yaml-object, node-cli-boxes, node-cli-cursor, node-cli-truncate, node-cliui (>= 7.0.4+repack+1+~cs1.4.2-1~), node-coveralls, node-diff, node-esprima, node-find-cache-dir, node-foreground-child (>= 3), node-foreground-child (>= 3), node-glob, node-indent-string, node-isexe, node-istanbul, node-jest-debbundle, node-lodash, node-make-dir, node-minipass (>> 3.3.6+~cs9.4.19-3~), node-mkdirp, node-ms, node-opener, node-punycode, node-read-pkg, node-resolve-from, node-rimraf, node-shell-quote, node-signal-exit (>= 4), node-source-map-support, node-stack-utils, node-string-width, node-strip-ansi, node-tap-mocha-reporter, node-tap-parser (>> 11.0.2+~cs2.1.4-2~), node-tape, node-typescript, node-which, node-widest-line, node-wrap-ansi, node-ws, rollup, terser, ts-node, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1986 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1562 B]
Fetched 4163 B in 0s (0 B/s)
Reading package lists...
Ign:1 file:/<<BUILDDIR>>/resolver-mPnAPr/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-mPnAPr/apt_archive ./ Release [603 B]
Get:2 file:/<<BUILDDIR>>/resolver-mPnAPr/apt_archive ./ Release [603 B]
Ign:3 file:/<<BUILDDIR>>/resolver-mPnAPr/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-nodejs dh-strip-nondeterminism dwz gettext gettext-base
  groff-base handlebars help2man intltool-debian libapt-pkg-perl
  libarchive-zip-perl libarray-unique-perl libbrotli1 libcares2 libcgi-pm-perl
  libclass-accessor-perl libdebhelper-perl libdebian-copyright-perl
  libdebian-source-perl libdeflate0 libelf1t64 liberror-perl
  libexporter-lite-perl libexporter-tiny-perl libfile-stripnondeterminism-perl
  libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libgraph-perl
  libheap-perl libhtml-form-perl libicu72 libio-stringy-perl libjbig0
  libjpeg62-turbo libjs-inherits libjs-is-typedarray libjs-prettify
  libjs-regenerate libjs-source-map libjs-sprintf-js
  libjs-typedarray-to-buffer libjs-util libjson-perl liblerc4
  liblist-moreutils-perl liblist-moreutils-xs-perl liblocale-gettext-perl
  libnghttp2-14 libnode115 libnotify-bin libnotify4 libparse-debcontrol-perl
  libpipeline1 libpng16-16t64 libset-object-perl libsharpyuv0
  libsub-install-perl libsub-name-perl libtie-ixhash-perl libtiff6 libtool
  libuchardet0 libuv1t64 libwebp7 libwww-mechanize-perl libxml2 libyaml-perl
  m4 man-db node-abbrev node-acorn node-agent-base node-ampproject-remapping
  node-ansi-escapes node-ansi-regex node-ansi-styles node-anymatch node-archy
  node-arg node-argparse node-arrify node-assert node-async node-async-each
  node-auto-bind node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-balanced-match node-binary-extensions node-brace-expansion node-braces
  node-browserslist node-builtin-modules node-camelcase node-caniuse-lite
  node-chalk node-chokidar node-ci-info node-cjs-module-lexer
  node-clean-yaml-object node-cli-boxes node-cli-cursor node-cli-truncate
  node-cliui node-clone node-clone-deep node-color-convert node-color-name
  node-commander node-commondir node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-coveralls
  node-create-require node-data-uri-to-buffer node-debbundle-es-to-primitive
  node-debug node-decamelize node-deep-equal node-deep-is node-defaults
  node-define-properties node-define-property node-defined node-del node-diff
  node-electron-to-chromium node-encoding node-error-ex node-es-abstract
  node-es6-error node-escape-string-regexp node-escodegen node-esprima
  node-estraverse node-esutils node-fancy-log node-fast-levenshtein node-fetch
  node-fill-range node-find-cache-dir node-find-up node-for-in node-for-own
  node-foreground-child node-fs-readdir-recursive node-fs.realpath
  node-function-bind node-get-caller-file node-glob node-glob-parent
  node-globals node-globby node-graceful-fs node-growl node-has-flag
  node-hosted-git-info node-https-proxy-agent node-iconv-lite node-ignore
  node-imurmurhash node-indent-string node-inflight node-inherits
  node-is-arrayish node-is-binary-path node-is-buffer node-is-descriptor
  node-is-extendable node-is-extglob node-is-glob node-is-number
  node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
  node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
  node-isobject node-istanbul node-jest-debbundle node-js-tokens node-js-yaml
  node-jsesc node-json-parse-better-errors node-json5 node-jsonify
  node-jsonparse node-kind-of node-lcov-parse node-levn node-locate-path
  node-lodash node-lodash-packages node-log-driver node-lru-cache
  node-make-dir node-make-error node-micromatch node-minimatch node-minimist
  node-minipass node-mkdirp node-ms node-mute-stream node-n3 node-neo-async
  node-nopt node-normalize-package-data node-normalize-path node-npm-run-path
  node-object-assign node-object-inspect node-once node-opener node-optimist
  node-optionator node-p-limit node-p-locate node-p-map node-parse-json
  node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside
  node-path-type node-picocolors node-pify node-pkg-dir node-prelude-ls
  node-process-nextick-args node-punycode node-quick-lru node-read
  node-read-pkg node-readable-stream node-readdirp node-regenerate
  node-regenerate-unicode-properties node-regenerator-runtime
  node-regenerator-transform node-regexpu-core node-regjsgen node-regjsparser
  node-repeat-string node-require-directory node-resolve node-resolve-cwd
  node-resolve-from node-restore-cursor node-resumer node-rimraf
  node-safe-buffer node-semver node-set-immediate-shim node-shebang-command
  node-shebang-regex node-shell-quote node-signal-exit node-slash
  node-slice-ansi node-source-map node-source-map-support node-spdx-correct
  node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids
  node-sprintf-js node-stack-utils node-string-decoder node-string-width
  node-strip-ansi node-strip-bom node-supports-color node-tap-mocha-reporter
  node-tap-parser node-tape node-terser node-through node-time-stamp
  node-to-fast-properties node-to-regex-range node-type-check
  node-typedarray-to-buffer node-typescript node-undici
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-util node-util-deprecate
  node-uuid node-v8flags node-validate-npm-package-license node-wcwidth.js
  node-which node-widest-line node-wordwrap node-wrap-ansi node-wrappy
  node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml
  node-yargs node-yargs-parser node-yn nodejs po-debconf rollup
  shared-mime-info terser ts-node xdg-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make
  node-rollup-plugin-commonjs node-rollup-plugin-node-resolve pkg-js-tools
  gettext-doc libasprintf-dev libgettextpo-dev groff low-memory-monitor
  libjs-angularjs notification-daemon libtool-doc gfortran
  | fortran95-compiler gcj-jdk libyaml-shell-perl m4-doc apparmor less
  www-browser node-babel-plugin-polyfill-es-shims node-babel7-debug
  javascript-common livescript npm node-corepack libmail-box-perl
Recommended packages:
  curl | wget | lynx libcgi-fast-perl libarchive-cpio-perl
  libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs javascript-common
  libjson-xs-perl libltdl-dev libyaml-libyaml-perl | libyaml-syck-perl
  nodejs-doc libmail-sendmail-perl libfile-mimeinfo-perl libnet-dbus-perl
  libx11-protocol-perl x11-utils x11-xserver-utils
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-nodejs dh-strip-nondeterminism dwz gettext gettext-base
  groff-base handlebars help2man intltool-debian libapt-pkg-perl
  libarchive-zip-perl libarray-unique-perl libbrotli1 libcares2 libcgi-pm-perl
  libclass-accessor-perl libdebhelper-perl libdebian-copyright-perl
  libdebian-source-perl libdeflate0 libelf1t64 liberror-perl
  libexporter-lite-perl libexporter-tiny-perl libfile-stripnondeterminism-perl
  libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libgraph-perl
  libheap-perl libhtml-form-perl libicu72 libio-stringy-perl libjbig0
  libjpeg62-turbo libjs-inherits libjs-is-typedarray libjs-prettify
  libjs-regenerate libjs-source-map libjs-sprintf-js
  libjs-typedarray-to-buffer libjs-util libjson-perl liblerc4
  liblist-moreutils-perl liblist-moreutils-xs-perl liblocale-gettext-perl
  libnghttp2-14 libnode115 libnotify-bin libnotify4 libparse-debcontrol-perl
  libpipeline1 libpng16-16t64 libset-object-perl libsharpyuv0
  libsub-install-perl libsub-name-perl libtie-ixhash-perl libtiff6 libtool
  libuchardet0 libuv1t64 libwebp7 libwww-mechanize-perl libxml2 libyaml-perl
  m4 man-db node-abbrev node-acorn node-agent-base node-ampproject-remapping
  node-ansi-escapes node-ansi-regex node-ansi-styles node-anymatch node-archy
  node-arg node-argparse node-arrify node-assert node-async node-async-each
  node-auto-bind node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-balanced-match node-binary-extensions node-brace-expansion node-braces
  node-browserslist node-builtin-modules node-camelcase node-caniuse-lite
  node-chalk node-chokidar node-ci-info node-cjs-module-lexer
  node-clean-yaml-object node-cli-boxes node-cli-cursor node-cli-truncate
  node-cliui node-clone node-clone-deep node-color-convert node-color-name
  node-commander node-commondir node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-coveralls
  node-create-require node-data-uri-to-buffer node-debbundle-es-to-primitive
  node-debug node-decamelize node-deep-equal node-deep-is node-defaults
  node-define-properties node-define-property node-defined node-del node-diff
  node-electron-to-chromium node-encoding node-error-ex node-es-abstract
  node-es6-error node-escape-string-regexp node-escodegen node-esprima
  node-estraverse node-esutils node-fancy-log node-fast-levenshtein node-fetch
  node-fill-range node-find-cache-dir node-find-up node-for-in node-for-own
  node-foreground-child node-fs-readdir-recursive node-fs.realpath
  node-function-bind node-get-caller-file node-glob node-glob-parent
  node-globals node-globby node-graceful-fs node-growl node-has-flag
  node-hosted-git-info node-https-proxy-agent node-iconv-lite node-ignore
  node-imurmurhash node-indent-string node-inflight node-inherits
  node-is-arrayish node-is-binary-path node-is-buffer node-is-descriptor
  node-is-extendable node-is-extglob node-is-glob node-is-number
  node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
  node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
  node-isobject node-istanbul node-jest-debbundle node-js-tokens node-js-yaml
  node-jsesc node-json-parse-better-errors node-json5 node-jsonify
  node-jsonparse node-kind-of node-lcov-parse node-levn node-locate-path
  node-lodash node-lodash-packages node-log-driver node-lru-cache
  node-make-dir node-make-error node-micromatch node-minimatch node-minimist
  node-minipass node-mkdirp node-ms node-mute-stream node-n3 node-neo-async
  node-nopt node-normalize-package-data node-normalize-path node-npm-run-path
  node-object-assign node-object-inspect node-once node-opener node-optimist
  node-optionator node-p-limit node-p-locate node-p-map node-parse-json
  node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside
  node-path-type node-picocolors node-pify node-pkg-dir node-prelude-ls
  node-process-nextick-args node-punycode node-quick-lru node-read
  node-read-pkg node-readable-stream node-readdirp node-regenerate
  node-regenerate-unicode-properties node-regenerator-runtime
  node-regenerator-transform node-regexpu-core node-regjsgen node-regjsparser
  node-repeat-string node-require-directory node-resolve node-resolve-cwd
  node-resolve-from node-restore-cursor node-resumer node-rimraf
  node-safe-buffer node-semver node-set-immediate-shim node-shebang-command
  node-shebang-regex node-shell-quote node-signal-exit node-slash
  node-slice-ansi node-source-map node-source-map-support node-spdx-correct
  node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids
  node-sprintf-js node-stack-utils node-string-decoder node-string-width
  node-strip-ansi node-strip-bom node-supports-color node-tap-mocha-reporter
  node-tap-parser node-tape node-terser node-through node-time-stamp
  node-to-fast-properties node-to-regex-range node-type-check
  node-typedarray-to-buffer node-typescript node-undici
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-util node-util-deprecate
  node-uuid node-v8flags node-validate-npm-package-license node-wcwidth.js
  node-which node-widest-line node-wordwrap node-wrap-ansi node-wrappy
  node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml
  node-yargs node-yargs-parser node-yn nodejs po-debconf rollup
  sbuild-build-depends-main-dummy shared-mime-info terser ts-node xdg-utils
0 upgraded, 338 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.5 MB/50.6 MB of archives.
After this operation, 266 MB of additional disk space will be used.
Get:1 file:/<<BUILDDIR>>/resolver-mPnAPr/apt_archive ./ node-typescript 5.0.4+ds1-1 [3871 kB]
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1300 B]
Get:3 http://deb.debian.org/debian unstable/main amd64 liblocale-gettext-perl amd64 1.07-7+b1 [15.3 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 node-neo-async all 2.6.2+~cs3.0.0-3 [41.8 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 node-arrify all 2.0.1-3 [3700 B]
Get:6 http://deb.debian.org/debian unstable/main amd64 node-is-plain-obj all 3.0.0-2 [3972 B]
Get:7 http://deb.debian.org/debian unstable/main amd64 node-is-buffer all 2.0.5-2 [4112 B]
Get:8 http://deb.debian.org/debian unstable/main amd64 node-kind-of all 6.0.3+dfsg-2 [10.2 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 node-minimist all 1.2.8+~cs5.3.5-1 [15.9 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 node-wordwrap all 1.0.0-4 [4628 B]
Get:11 http://deb.debian.org/debian unstable/main amd64 node-optimist all 0.6.1+~0.0.30-2 [13.5 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [29.6 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [41.7 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 handlebars all 3:4.7.7+~4.1.0-1 [199 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 help2man amd64 1.49.3 [198 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 libdeflate0 amd64 1.22-1 [47.3 kB]
Get:17 http://deb.debian.org/debian unstable/main amd64 libgdk-pixbuf2.0-common all 2.42.12+dfsg-1 [311 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 libglib2.0-0t64 amd64 2.82.4-1 [1501 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 shared-mime-info amd64 2.4-5+b1 [759 kB]
Get:20 http://deb.debian.org/debian unstable/main amd64 libjpeg62-turbo amd64 1:2.1.5-3+b1 [168 kB]
Get:21 http://deb.debian.org/debian unstable/main amd64 libpng16-16t64 amd64 1.6.44-3 [280 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 libjbig0 amd64 2.1-6.1+b2 [32.1 kB]
Get:23 http://deb.debian.org/debian unstable/main amd64 liblerc4 amd64 4.0.0+ds-5 [183 kB]
Get:24 http://deb.debian.org/debian unstable/main amd64 libsharpyuv0 amd64 1.4.0-0.1+b1 [113 kB]
Get:25 http://deb.debian.org/debian unstable/main amd64 libwebp7 amd64 1.4.0-0.1+b1 [313 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 libtiff6 amd64 4.5.1+git230720-5 [324 kB]
Get:27 http://deb.debian.org/debian unstable/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.12+dfsg-1+b1 [141 kB]
Get:28 http://deb.debian.org/debian unstable/main amd64 libjs-inherits all 2.0.4-6 [3548 B]
Get:29 http://deb.debian.org/debian unstable/main amd64 libjs-is-typedarray all 1.0.0-4 [3816 B]
Get:30 http://deb.debian.org/debian unstable/main amd64 libjs-prettify all 2015.12.04+dfsg-1.1 [41.7 kB]
Get:31 http://deb.debian.org/debian unstable/main amd64 libjs-regenerate all 1.4.2-3 [14.3 kB]
Get:32 http://deb.debian.org/debian unstable/main amd64 libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB]
Get:33 http://deb.debian.org/debian unstable/main amd64 libjs-typedarray-to-buffer all 4.0.0-2 [4668 B]
Get:34 http://deb.debian.org/debian unstable/main amd64 node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [179 kB]
Get:35 http://deb.debian.org/debian unstable/main amd64 node-function-bind all 1.1.2+~cs2.1.14-1 [24.6 kB]
Get:36 http://deb.debian.org/debian unstable/main amd64 node-object-inspect all 1.12.2+~cs1.8.1-1 [20.8 kB]
Get:37 http://deb.debian.org/debian unstable/main amd64 node-es-abstract all 1.20.4+~cs26.27.47-2 [137 kB]
Get:38 http://deb.debian.org/debian unstable/main amd64 node-resolve all 1.22.8+~cs5.34.15-2 [29.8 kB]
Get:39 http://deb.debian.org/debian unstable/main amd64 node-define-properties all 1.2.1+~cs2.2.3-1 [9080 B]
Get:40 http://deb.debian.org/debian unstable/main amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [39.9 kB]
Get:41 http://deb.debian.org/debian unstable/main amd64 node-isobject all 4.0.0-2 [5332 B]
Get:42 http://deb.debian.org/debian unstable/main amd64 node-is-descriptor all 3.0.0-2 [5556 B]
Get:43 http://deb.debian.org/debian unstable/main amd64 node-define-property all 2.0.2+really+2.0.2-3 [6820 B]
Get:44 http://deb.debian.org/debian unstable/main amd64 node-defined all 1.0.1+~1.0.0-1 [6776 B]
Get:45 http://deb.debian.org/debian unstable/main amd64 node-fs.realpath all 1.0.0-3 [6172 B]
Get:46 http://deb.debian.org/debian unstable/main amd64 node-wrappy all 1.0.2-3 [3776 B]
Get:47 http://deb.debian.org/debian unstable/main amd64 node-once all 1.4.1-1 [4624 B]
Get:48 http://deb.debian.org/debian unstable/main amd64 node-inflight all 1.0.6-2 [3952 B]
Get:49 http://deb.debian.org/debian unstable/main amd64 node-inherits all 2.0.4-6 [4548 B]
Get:50 http://deb.debian.org/debian unstable/main amd64 node-glob all 8.1.0+~cs8.5.15-1 [134 kB]
Get:51 http://deb.debian.org/debian unstable/main amd64 node-abbrev all 1.1.1+~1.1.2-1 [5692 B]
Get:52 http://deb.debian.org/debian unstable/main amd64 node-archy all 1.0.0-6 [4556 B]
Get:53 http://deb.debian.org/debian unstable/main amd64 node-async all 3.2.6+dfsg-2 [96.4 kB]
Get:54 http://deb.debian.org/debian unstable/main amd64 node-convert-source-map all 1.9.0+~1.5.2-1 [8176 B]
Get:55 http://deb.debian.org/debian unstable/main amd64 node-decamelize all 4.0.0-2 [4080 B]
Get:56 http://deb.debian.org/debian unstable/main amd64 node-es6-error all 4.1.1-5 [6148 B]
Get:57 http://deb.debian.org/debian unstable/main amd64 node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB]
Get:58 http://deb.debian.org/debian unstable/main amd64 node-estraverse all 5.3.0+ds+~5.1.1-1 [11.6 kB]
Get:59 http://deb.debian.org/debian unstable/main amd64 node-esutils all 2.0.3+~2.0.0-1 [12.4 kB]
Get:60 http://deb.debian.org/debian unstable/main amd64 node-deep-is all 0.1.4-1 [5136 B]
Get:61 http://deb.debian.org/debian unstable/main amd64 node-fast-levenshtein all 2.0.6+ds-3 [6040 B]
Get:62 http://deb.debian.org/debian unstable/main amd64 node-prelude-ls all 1.2.1+dfsg-3 [11.3 kB]
Get:63 http://deb.debian.org/debian unstable/main amd64 node-type-check all 0.4.0+dfsg-3 [9184 B]
Get:64 http://deb.debian.org/debian unstable/main amd64 node-levn all 0.4.1+dfsg-2 [10.2 kB]
Get:65 http://deb.debian.org/debian unstable/main amd64 node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.6 kB]
Get:66 http://deb.debian.org/debian unstable/main amd64 node-escodegen all 2.1.0+dfsg+~0.0.8-1 [23.0 kB]
Get:67 http://deb.debian.org/debian unstable/main amd64 node-commondir all 1.0.1+~1.0.0-1 [4388 B]
Get:68 http://deb.debian.org/debian unstable/main amd64 node-is-extglob all 2.1.1-5 [4612 B]
Get:69 http://deb.debian.org/debian unstable/main amd64 node-is-glob all 4.0.3-2 [6620 B]
Get:70 http://deb.debian.org/debian unstable/main amd64 node-path-dirname all 1.0.2-2 [4312 B]
Get:71 http://deb.debian.org/debian unstable/main amd64 node-glob-parent all 6.0.2+~5.1.1-2 [8784 B]
Get:72 http://deb.debian.org/debian unstable/main amd64 node-ignore all 5.2.1-1 [26.4 kB]
Get:73 http://deb.debian.org/debian unstable/main amd64 node-is-number all 7.0.0-4 [6020 B]
Get:74 http://deb.debian.org/debian unstable/main amd64 node-repeat-string all 1.6.1+repack-1 [5600 B]
Get:75 http://deb.debian.org/debian unstable/main amd64 node-to-regex-range all 5.0.1-4 [10.5 kB]
Get:76 http://deb.debian.org/debian unstable/main amd64 node-fill-range all 7.1.1+~7.0.3-1 [8768 B]
Get:77 http://deb.debian.org/debian unstable/main amd64 node-braces all 3.0.3+~3.0.4-1 [20.6 kB]
Get:78 http://deb.debian.org/debian unstable/main amd64 node-normalize-path all 3.0.0+~3.0.0-1 [6608 B]
Get:79 http://deb.debian.org/debian unstable/main amd64 node-anymatch all 3.1.3+~cs4.6.1-2 [33.4 kB]
Get:80 http://deb.debian.org/debian unstable/main amd64 node-micromatch all 4.0.7+~4.0.9-1 [26.0 kB]
Get:81 http://deb.debian.org/debian unstable/main amd64 node-pify all 5.0.0+~cs5.0.1-1 [7072 B]
Get:82 http://deb.debian.org/debian unstable/main amd64 node-path-type all 4.0.0-3 [3944 B]
Get:83 http://deb.debian.org/debian unstable/main amd64 node-core-util-is all 1.0.3-1 [4072 B]
Get:84 http://deb.debian.org/debian unstable/main amd64 node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.5 kB]
Get:85 http://deb.debian.org/debian unstable/main amd64 node-string-decoder all 1.3.0-6 [7180 B]
Get:86 http://deb.debian.org/debian unstable/main amd64 node-process-nextick-args all 2.0.1-3 [3816 B]
Get:87 http://deb.debian.org/debian unstable/main amd64 node-util-deprecate all 1.0.2-3 [4436 B]
Get:88 http://deb.debian.org/debian unstable/main amd64 node-isarray all 2.0.5-4 [4040 B]
Get:89 http://deb.debian.org/debian unstable/main amd64 node-readable-stream all 3.6.0+~cs3.0.0-4 [32.0 kB]
Get:90 http://deb.debian.org/debian unstable/main amd64 node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.0 kB]
Get:91 http://deb.debian.org/debian unstable/main amd64 node-slash all 4.0.0-3 [4292 B]
Get:92 http://deb.debian.org/debian unstable/main amd64 node-globby all 13.1.3+~cs16.25.40-3 [40.5 kB]
Get:93 http://deb.debian.org/debian unstable/main amd64 node-graceful-fs all 4.2.10-1 [14.4 kB]
Get:94 http://deb.debian.org/debian unstable/main amd64 node-is-path-cwd all 2.2.0-2 [3672 B]
Get:95 http://deb.debian.org/debian unstable/main amd64 node-path-is-inside all 1.0.2+~1.0.0-1 [5072 B]
Get:96 http://deb.debian.org/debian unstable/main amd64 node-is-path-inside all 3.0.3-2 [3980 B]
Get:97 http://deb.debian.org/debian unstable/main amd64 node-escape-string-regexp all 4.0.0-2 [4296 B]
Get:98 http://deb.debian.org/debian unstable/main amd64 node-indent-string all 4.0.0-2 [4144 B]
Get:99 http://deb.debian.org/debian unstable/main amd64 node-p-map all 4.0.0+~3.1.0+~3.0.1-2 [7904 B]
Get:100 http://deb.debian.org/debian unstable/main amd64 node-rimraf all 3.0.2-2 [11.1 kB]
Get:101 http://deb.debian.org/debian unstable/main amd64 node-del all 7.1.0-1 [8020 B]
Get:102 http://deb.debian.org/debian unstable/main amd64 node-lru-cache all 10.0.1-3 [62.6 kB]
Get:103 http://deb.debian.org/debian unstable/main amd64 node-semver all 7.6.1+~7.5.8-2 [49.5 kB]
Get:104 http://deb.debian.org/debian unstable/main amd64 node-make-dir all 3.1.0-3 [6040 B]
Get:105 http://deb.debian.org/debian unstable/main amd64 node-p-limit all 4.0.0+~cs4.0.0-5 [7576 B]
Get:106 http://deb.debian.org/debian unstable/main amd64 node-p-locate all 6.0.0-12 [5752 B]
Get:107 http://deb.debian.org/debian unstable/main amd64 node-locate-path all 7.1.1-2 [5584 B]
Get:108 http://deb.debian.org/debian unstable/main amd64 node-path-exists all 5.0.0-8 [4732 B]
Get:109 http://deb.debian.org/debian unstable/main amd64 node-find-up all 6.3.0-7 [9388 B]
Get:110 http://deb.debian.org/debian unstable/main amd64 node-pkg-dir all 5.0.0-2 [4260 B]
Get:111 http://deb.debian.org/debian unstable/main amd64 node-find-cache-dir all 3.3.2+~3.2.1-1 [6152 B]
Get:112 http://deb.debian.org/debian unstable/main amd64 node-signal-exit all 4.1.0-7 [14.4 kB]
Get:113 http://deb.debian.org/debian unstable/main amd64 node-foreground-child all 3.1.1-2 [13.3 kB]
Get:114 http://deb.debian.org/debian unstable/main amd64 node-is-stream all 3.0.0-4 [5076 B]
Get:115 http://deb.debian.org/debian unstable/main amd64 node-is-windows all 1.0.2+~cs1.0.0-1 [5936 B]
Get:116 http://deb.debian.org/debian unstable/main amd64 node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [59.4 kB]
Get:117 http://deb.debian.org/debian unstable/main amd64 node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [4024 B]
Get:118 http://deb.debian.org/debian unstable/main amd64 node-argparse all 2.0.1-2 [34.6 kB]
Get:119 http://deb.debian.org/debian unstable/main amd64 node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [66.6 kB]
Get:120 http://deb.debian.org/debian unstable/main amd64 node-mkdirp all 2.1.6+~cs5.2.1-2 [24.1 kB]
Get:121 http://deb.debian.org/debian unstable/main amd64 node-nopt all 5.0.0-4 [12.1 kB]
Get:122 http://deb.debian.org/debian unstable/main amd64 node-npm-run-path all 5.1.0+~4.0.0-8 [6276 B]
Get:123 http://deb.debian.org/debian unstable/main amd64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7292 B]
Get:124 http://deb.debian.org/debian unstable/main amd64 node-shebang-regex all 3.0.0-2 [3528 B]
Get:125 http://deb.debian.org/debian unstable/main amd64 node-shebang-command all 2.0.0-1 [3500 B]
Get:126 http://deb.debian.org/debian unstable/main amd64 node-strip-bom all 4.0.0-2 [4144 B]
Get:127 http://deb.debian.org/debian unstable/main amd64 node-has-flag all 5.0.1-1 [4404 B]
Get:128 http://deb.debian.org/debian unstable/main amd64 node-supports-color all 8.1.1+~8.1.1-1 [6920 B]
Get:129 http://deb.debian.org/debian unstable/main amd64 node-object-assign all 4.1.1-7 [4684 B]
Get:130 http://deb.debian.org/debian unstable/main amd64 node-util all 0.12.5+~1.0.10-1 [5700 B]
Get:131 http://deb.debian.org/debian unstable/main amd64 node-assert all 2.0.0+~cs3.9.8-2 [26.8 kB]
Get:132 http://deb.debian.org/debian unstable/main amd64 node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8672 B]
Get:133 http://deb.debian.org/debian unstable/main amd64 node-regenerator-runtime all 0.15.2+~0.10.8-1 [10.7 kB]
Get:134 http://deb.debian.org/debian unstable/main amd64 node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-7 [116 kB]
Get:135 http://deb.debian.org/debian unstable/main amd64 node-ms all 2.1.3+~cs0.7.31-3 [5648 B]
Get:136 http://deb.debian.org/debian unstable/main amd64 node-debug all 4.3.4+~cs4.1.7-1 [18.1 kB]
Get:137 http://deb.debian.org/debian unstable/main amd64 node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [27.4 kB]
Get:138 http://deb.debian.org/debian unstable/main amd64 node-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.1 kB]
Get:139 http://deb.debian.org/debian unstable/main amd64 node-caniuse-lite all 1.0.30001620+dfsg+~1.0.5-2 [245 kB]
Get:140 http://deb.debian.org/debian unstable/main amd64 node-electron-to-chromium all 1.4.773-1 [26.8 kB]
Get:141 http://deb.debian.org/debian unstable/main amd64 node-picocolors all 1.0.0-4 [6652 B]
Get:142 http://deb.debian.org/debian unstable/main amd64 node-browserslist all 4.23.0+~cs6.1.32-1 [79.2 kB]
Get:143 http://deb.debian.org/debian unstable/main amd64 node-core-js-compat all 3.33.2-1 [78.5 kB]
Get:144 http://deb.debian.org/debian unstable/main amd64 node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [29.5 kB]
Get:145 http://deb.debian.org/debian unstable/main amd64 node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [5036 B]
Get:146 http://deb.debian.org/debian unstable/main amd64 node-color-name all 1.1.4+~1.1.1-2 [5920 B]
Get:147 http://deb.debian.org/debian unstable/main amd64 node-color-convert all 2.0.1+~cs2.0.0-2 [13.1 kB]
Get:148 http://deb.debian.org/debian unstable/main amd64 node-ansi-styles all 6.2.1-3 [8716 B]
Get:149 http://deb.debian.org/debian unstable/main amd64 node-chalk all 5.3.0-1 [18.2 kB]
Get:150 http://deb.debian.org/debian unstable/main amd64 node-for-in all 1.0.2-4 [4840 B]
Get:151 http://deb.debian.org/debian unstable/main amd64 node-for-own all 1.0.0-3 [4800 B]
Get:152 http://deb.debian.org/debian unstable/main amd64 node-is-plain-object all 5.0.0-7 [6108 B]
Get:153 http://deb.debian.org/debian unstable/main amd64 node-is-extendable all 1.0.1-3 [5228 B]
Get:154 http://deb.debian.org/debian unstable/main amd64 node-clone-deep all 4.0.1+~cs7.0.2-1 [6720 B]
Get:155 http://deb.debian.org/debian unstable/main amd64 node-commander all 9.4.1-1 [65.3 kB]
Get:156 http://deb.debian.org/debian unstable/main amd64 node-core-js all 3.33.2-1 [301 kB]
Get:157 http://deb.debian.org/debian unstable/main amd64 node-core-js-pure all 3.33.2-1 [282 kB]
Get:158 http://deb.debian.org/debian unstable/main amd64 node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4540 B]
Get:159 http://deb.debian.org/debian unstable/main amd64 node-globals all 13.23.0-1 [11.3 kB]
Get:160 http://deb.debian.org/debian unstable/main amd64 node-js-tokens all 8.0.0-2 [14.9 kB]
Get:161 http://deb.debian.org/debian unstable/main amd64 node-jsesc all 3.0.2+~3.0.1-1 [17.6 kB]
Get:162 http://deb.debian.org/debian unstable/main amd64 node-json5 all 2.2.3+dfsg-1 [25.6 kB]
Get:163 http://deb.debian.org/debian unstable/main amd64 node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [462 kB]
Get:164 http://deb.debian.org/debian unstable/main amd64 node-quick-lru all 6.1.1-4 [8076 B]
Get:165 http://deb.debian.org/debian unstable/main amd64 node-regenerator-transform all 0.15.2+~0.10.8-1 [24.9 kB]
Get:166 http://deb.debian.org/debian unstable/main amd64 node-regenerate all 1.4.2-3 [7388 B]
Get:167 http://deb.debian.org/debian unstable/main amd64 node-regenerate-unicode-properties all 10.1.0+ds-1 [50.7 kB]
Get:168 http://deb.debian.org/debian unstable/main amd64 node-regjsgen all 0.7.1+ds-1 [6968 B]
Get:169 http://deb.debian.org/debian unstable/main amd64 node-regjsparser all 0.9.1+ds-2 [22.1 kB]
Get:170 http://deb.debian.org/debian unstable/main amd64 node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4540 B]
Get:171 http://deb.debian.org/debian unstable/main amd64 node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5256 B]
Get:172 http://deb.debian.org/debian unstable/main amd64 node-unicode-match-property-ecmascript all 2.0.0-2 [4440 B]
Get:173 http://deb.debian.org/debian unstable/main amd64 node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7272 B]
Get:174 http://deb.debian.org/debian unstable/main amd64 node-regexpu-core all 5.2.2-3 [13.9 kB]
Get:175 http://deb.debian.org/debian unstable/main amd64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.5 kB]
Get:176 http://deb.debian.org/debian unstable/main amd64 node-to-fast-properties all 3.0.1-3 [4332 B]
Get:177 http://deb.debian.org/debian unstable/main amd64 node-v8flags all 3.2.0+~3.1.1-1 [7612 B]
Get:178 http://deb.debian.org/debian unstable/main amd64 node-babel7 all 7.20.15+ds1+~cs214.269.168-7 [709 kB]
Get:179 http://deb.debian.org/debian unstable/main amd64 node-is-arrayish all 0.3.2-3 [3960 B]
Get:180 http://deb.debian.org/debian unstable/main amd64 node-error-ex all 1.3.2-4 [5656 B]
Get:181 http://deb.debian.org/debian unstable/main amd64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-3 [7724 B]
Get:182 http://deb.debian.org/debian unstable/main amd64 node-parse-json all 5.2.0+~cs5.1.7-2 [7304 B]
Get:183 http://deb.debian.org/debian unstable/main amd64 node-hosted-git-info all 6.1.1-2 [12.6 kB]
Get:184 http://deb.debian.org/debian unstable/main amd64 node-spdx-license-ids all 3.0.12-1 [6276 B]
Get:185 http://deb.debian.org/debian unstable/main amd64 node-spdx-exceptions all 2.3.0-2 [3992 B]
Get:186 http://deb.debian.org/debian unstable/main amd64 node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7532 B]
Get:187 http://deb.debian.org/debian unstable/main amd64 node-spdx-correct all 3.1.1-2 [5464 B]
Get:188 http://deb.debian.org/debian unstable/main amd64 node-validate-npm-package-license all 3.0.4-2 [4280 B]
Get:189 http://deb.debian.org/debian unstable/main amd64 node-normalize-package-data all 4.0.1+~2.4.1-1 [13.6 kB]
Get:190 http://deb.debian.org/debian unstable/main amd64 node-read-pkg all 5.2.0-2 [24.0 kB]
Get:191 http://deb.debian.org/debian unstable/main amd64 node-uuid all 8.3.2+~8.3.4-1 [44.5 kB]
Get:192 http://deb.debian.org/debian unstable/main amd64 node-isexe all 2.0.0+~2.0.1-5 [6084 B]
Get:193 http://deb.debian.org/debian unstable/main amd64 node-which all 2.0.2+~cs1.3.2-3 [8368 B]
Get:194 http://deb.debian.org/debian unstable/main amd64 node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8412 B]
Get:195 http://deb.debian.org/debian unstable/main amd64 node-is-typedarray all 1.0.0-4 [3292 B]
Get:196 http://deb.debian.org/debian unstable/main amd64 node-typedarray-to-buffer all 4.0.0-2 [3380 B]
Get:197 http://deb.debian.org/debian unstable/main amd64 node-write-file-atomic all 4.0.2+~4.0.0-2 [9308 B]
Get:198 http://deb.debian.org/debian unstable/main amd64 node-slice-ansi all 5.0.0+~cs9.0.0-5 [8788 B]
Get:199 http://deb.debian.org/debian unstable/main amd64 node-ansi-regex all 5.0.1-1 [4912 B]
Get:200 http://deb.debian.org/debian unstable/main amd64 node-strip-ansi all 6.0.1-2 [4120 B]
Get:201 http://deb.debian.org/debian unstable/main amd64 node-clone all 2.1.2+~2.1.2-1 [9140 B]
Get:202 http://deb.debian.org/debian unstable/main amd64 node-defaults all 1.0.4+~1.0.3-1 [4400 B]
Get:203 http://deb.debian.org/debian unstable/main amd64 node-wcwidth.js all 1.0.2-2 [7088 B]
Get:204 http://deb.debian.org/debian unstable/main amd64 node-string-width all 4.2.3+~cs13.2.3-1 [10.7 kB]
Get:205 http://deb.debian.org/debian unstable/main amd64 node-wrap-ansi all 8.0.1+~8.0.1-3 [11.8 kB]
Get:206 http://deb.debian.org/debian unstable/main amd64 node-cliui all 7.0.4+repack+1+~cs1.4.2-2 [21.6 kB]
Get:207 http://deb.debian.org/debian unstable/main amd64 node-get-caller-file all 2.0.5+~cs1.1.1-4 [5728 B]
Get:208 http://deb.debian.org/debian unstable/main amd64 node-require-directory all 2.1.1+~2.1.2-1 [7092 B]
Get:209 http://deb.debian.org/debian unstable/main amd64 node-y18n all 5.0.8+~5.0.0-3 [10.2 kB]
Get:210 http://deb.debian.org/debian unstable/main amd64 node-camelcase all 7.0.0-3 [6032 B]
Get:211 http://deb.debian.org/debian unstable/main amd64 node-yargs-parser all 21.1.1+~21.0.0-4 [28.4 kB]
Get:212 http://deb.debian.org/debian unstable/main amd64 node-yargs all 16.2.0+~16.0.4-7 [128 kB]
Get:213 http://deb.debian.org/debian unstable/main amd64 node-istanbul all 0.4.5+repack10+~cs98.25.59-3 [211 kB]
Get:214 http://deb.debian.org/debian unstable/main amd64 node-through all 2.3.8+~cs0.0.30-1 [5452 B]
Get:215 http://deb.debian.org/debian unstable/main amd64 node-resumer all 0.0.0-6 [4144 B]
Get:216 http://deb.debian.org/debian unstable/main amd64 node-tape all 5.6.1+~cs8.20.19-2 [71.0 kB]
Get:217 http://deb.debian.org/debian unstable/main amd64 node-deep-equal all 2.2.3+~cs43.15.94-1 [131 kB]
Get:218 http://deb.debian.org/debian unstable/main amd64 libjs-util all 0.12.5+~1.0.10-1 [16.0 kB]
Get:219 http://deb.debian.org/debian unstable/main amd64 libnotify4 amd64 0.8.3-1+b2 [25.9 kB]
Get:220 http://deb.debian.org/debian unstable/main amd64 libnotify-bin amd64 0.8.3-1+b2 [12.9 kB]
Get:221 http://deb.debian.org/debian unstable/main amd64 node-agent-base all 7.1.1~0~2024040606-4 [11.4 kB]
Get:222 http://deb.debian.org/debian unstable/main amd64 node-ansi-escapes all 5.0.0+really.4.3.1-1 [8896 B]
Get:223 http://deb.debian.org/debian unstable/main amd64 node-arg all 5.0.2-2 [7560 B]
Get:224 http://deb.debian.org/debian unstable/main amd64 node-async-each all 1.0.3-3 [4292 B]
Get:225 http://deb.debian.org/debian unstable/main amd64 node-auto-bind all 4.0.0-2 [4816 B]
Get:226 http://deb.debian.org/debian unstable/main amd64 node-babel-plugin-lodash all 3.3.4+~cs2.0.1-7 [11.0 kB]
Get:227 http://deb.debian.org/debian unstable/main amd64 node-binary-extensions all 2.2.0-2 [4408 B]
Get:228 http://deb.debian.org/debian unstable/main amd64 node-builtin-modules all 3.3.0-2 [4496 B]
Get:229 http://deb.debian.org/debian unstable/main amd64 node-is-binary-path all 2.1.0-5 [3684 B]
Get:230 http://deb.debian.org/debian unstable/main amd64 node-path-is-absolute all 2.0.0-2 [4068 B]
Get:231 http://deb.debian.org/debian unstable/main amd64 node-set-immediate-shim all 2.0.0-2 [3740 B]
Get:232 http://deb.debian.org/debian unstable/main amd64 node-readdirp all 3.6.0-1 [11.5 kB]
Get:233 http://deb.debian.org/debian unstable/main amd64 node-chokidar all 3.6.0-2 [32.3 kB]
Get:234 http://deb.debian.org/debian unstable/main amd64 node-ci-info all 4.0.0+~cs1.1.0-1 [12.5 kB]
Get:235 http://deb.debian.org/debian unstable/main amd64 node-clean-yaml-object all 0.1.0-6 [4760 B]
Get:236 http://deb.debian.org/debian unstable/main amd64 node-cli-boxes all 3.0.0-1 [4796 B]
Get:237 http://deb.debian.org/debian unstable/main amd64 node-restore-cursor all 4.0.0-4 [4444 B]
Get:238 http://deb.debian.org/debian unstable/main amd64 node-cli-cursor all 4.0.0-3 [7880 B]
Get:239 http://deb.debian.org/debian unstable/main amd64 node-cli-truncate all 2.1.0-5 [5628 B]
Get:240 http://deb.debian.org/debian unstable/main amd64 node-growl all 1.10.5-4 [7684 B]
Get:241 http://deb.debian.org/debian unstable/main amd64 node-lcov-parse all 1.0.0+20170612git80d039574ed9-6 [5116 B]
Get:242 http://deb.debian.org/debian unstable/main amd64 node-log-driver all 1.2.7+git+20180219+bba1761737-7 [5396 B]
Get:243 http://deb.debian.org/debian unstable/main amd64 node-data-uri-to-buffer all 6.0.2~0~2024040606-4 [8968 B]
Get:244 http://deb.debian.org/debian unstable/main amd64 node-fetch all 3.3.2+~cs11.4.11-3 [213 kB]
Get:245 http://deb.debian.org/debian unstable/main amd64 node-coveralls all 3.1.1-4 [13.9 kB]
Get:246 http://deb.debian.org/debian unstable/main amd64 node-create-require all 1.1.1-4 [4544 B]
Get:247 http://deb.debian.org/debian unstable/main amd64 node-diff all 5.0.0~dfsg+~5.0.1-4 [69.7 kB]
Get:248 http://deb.debian.org/debian unstable/main amd64 node-iconv-lite all 0.6.3-3 [115 kB]
Get:249 http://deb.debian.org/debian unstable/main amd64 node-encoding all 0.1.13-2 [4400 B]
Get:250 http://deb.debian.org/debian unstable/main amd64 node-time-stamp all 2.2.0-2 [6016 B]
Get:251 http://deb.debian.org/debian unstable/main amd64 node-fancy-log all 1.3.3+~cs1.3.1-2 [7940 B]
Get:252 http://deb.debian.org/debian unstable/main amd64 node-https-proxy-agent all 7.0.4~0~2024040606-4 [13.5 kB]
Get:253 http://deb.debian.org/debian unstable/main amd64 node-resolve-cwd all 3.0.0-2 [4212 B]
Get:254 http://deb.debian.org/debian unstable/main amd64 node-jest-debbundle all 29.6.2~ds1+~cs73.45.28-5 [135 kB]
Get:255 http://deb.debian.org/debian unstable/main amd64 node-jsonify all 0.0.1-1 [8704 B]
Get:256 http://deb.debian.org/debian unstable/main amd64 node-jsonparse all 1.3.1-10 [8020 B]
Get:257 http://deb.debian.org/debian unstable/main amd64 node-make-error all 1.3.7-3 [5232 B]
Get:258 http://deb.debian.org/debian unstable/main amd64 node-yallist all 4.0.0+~4.0.1-1 [8172 B]
Get:259 http://deb.debian.org/debian unstable/main amd64 node-minipass all 5.0.0+~cs10.3.21-2 [46.9 kB]
Get:260 http://deb.debian.org/debian unstable/main amd64 node-mute-stream all 0.0.8+~0.0.1-3 [6232 B]
Get:261 http://deb.debian.org/debian unstable/main amd64 xdg-utils all 1.2.1-2 [75.8 kB]
Get:262 http://deb.debian.org/debian unstable/main amd64 node-opener all 1.5.2+~1.4.0-1 [5940 B]
Get:263 http://deb.debian.org/debian unstable/main amd64 node-punycode all 2.2.3-2 [9812 B]
Get:264 http://deb.debian.org/debian unstable/main amd64 node-read all 1.0.7-5 [5388 B]
Get:265 http://deb.debian.org/debian unstable/main amd64 node-shell-quote all 1.7.4+~1.7.1-1 [14.2 kB]
Get:266 http://deb.debian.org/debian unstable/main amd64 node-stack-utils all 2.0.6+~2.0.1-1 [9260 B]
Get:267 http://deb.debian.org/debian unstable/main amd64 node-yaml all 2.3.4+~cs0.4.0-1 [124 kB]
Get:268 http://deb.debian.org/debian unstable/main amd64 node-tap-parser all 13.0.1+~cs4.1.3-2 [46.3 kB]
Get:269 http://deb.debian.org/debian unstable/main amd64 node-tap-mocha-reporter all 5.0.3+~2.0.2-3 [38.7 kB]
Get:270 http://deb.debian.org/debian unstable/main amd64 node-terser all 5.31.3-1 [218 kB]
Get:271 http://deb.debian.org/debian unstable/main amd64 node-widest-line all 3.1.0-2 [4092 B]
Get:272 http://deb.debian.org/debian unstable/main amd64 node-ws all 8.18.0+~cs13.7.11-1 [53.6 kB]
Get:273 http://deb.debian.org/debian unstable/main amd64 node-yn all 4.0.0-3 [4936 B]
Get:274 http://deb.debian.org/debian unstable/main amd64 rollup all 3.29.5-1 [504 kB]
Get:275 http://deb.debian.org/debian unstable/main amd64 terser all 5.31.3-1 [18.8 kB]
Get:276 http://deb.debian.org/debian unstable/main amd64 ts-node all 10.9.2+~cs64.13.20-1 [173 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 12.5 MB in 4s (3380 kB/s)
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 19722 files and directories currently installed.)
Preparing to unpack .../000-liblocale-gettext-perl_1.07-7+b1_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-7+b1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../001-gettext-base_0.22.5-2_amd64.deb ...
Unpacking gettext-base (0.22.5-2) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../002-libuchardet0_0.0.8-1+b2_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.8-1+b2) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../003-groff-base_1.23.0-6_amd64.deb ...
Unpacking groff-base (1.23.0-6) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../004-bsdextrautils_2.40.2-12_amd64.deb ...
Unpacking bsdextrautils (2.40.2-12) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../005-libpipeline1_1.5.8-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.8-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../006-man-db_2.13.0-1_amd64.deb ...
Unpacking man-db (2.13.0-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../007-m4_1.4.19-4_amd64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../008-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../010-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../011-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../012-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../013-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../014-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../015-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../016-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../017-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:amd64.
Preparing to unpack .../018-libelf1t64_0.192-4_amd64.deb ...
Unpacking libelf1t64:amd64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../019-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../020-libicu72_72.1-5+b1_amd64.deb ...
Unpacking libicu72:amd64 (72.1-5+b1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../021-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_amd64.deb ...
Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../022-gettext_0.22.5-2_amd64.deb ...
Unpacking gettext (0.22.5-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../023-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../024-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../025-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../026-libtie-ixhash-perl_1.23-4_all.deb ...
Unpacking libtie-ixhash-perl (1.23-4) ...
Selecting previously unselected package libarray-unique-perl.
Preparing to unpack .../027-libarray-unique-perl_0.09-1_all.deb ...
Unpacking libarray-unique-perl (0.09-1) ...
Selecting previously unselected package libsub-name-perl:amd64.
Preparing to unpack .../028-libsub-name-perl_0.27-1+b3_amd64.deb ...
Unpacking libsub-name-perl:amd64 (0.27-1+b3) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../029-libclass-accessor-perl_0.51-2_all.deb ...
Unpacking libclass-accessor-perl (0.51-2) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../030-libio-stringy-perl_2.113-2_all.deb ...
Unpacking libio-stringy-perl (2.113-2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../031-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package libexporter-lite-perl.
Preparing to unpack .../032-libexporter-lite-perl_0.09-2_all.deb ...
Unpacking libexporter-lite-perl (0.09-2) ...
Selecting previously unselected package libparse-debcontrol-perl.
Preparing to unpack .../033-libparse-debcontrol-perl_2.005-6_all.deb ...
Unpacking libparse-debcontrol-perl (2.005-6) ...
Selecting previously unselected package libdebian-copyright-perl.
Preparing to unpack .../034-libdebian-copyright-perl_0.2-6_all.deb ...
Unpacking libdebian-copyright-perl (0.2-6) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../035-libapt-pkg-perl_0.1.40+b6_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.40+b6) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../036-libexporter-tiny-perl_1.006002-1_all.deb ...
Unpacking libexporter-tiny-perl (1.006002-1) ...
Selecting previously unselected package liblist-moreutils-xs-perl.
Preparing to unpack .../037-liblist-moreutils-xs-perl_0.430-4+b2_amd64.deb ...
Unpacking liblist-moreutils-xs-perl (0.430-4+b2) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../038-liblist-moreutils-perl_0.430-2_all.deb ...
Unpacking liblist-moreutils-perl (0.430-2) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../039-libsub-install-perl_0.929-1_all.deb ...
Unpacking libsub-install-perl (0.929-1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../040-libcgi-pm-perl_4.66-1_all.deb ...
Unpacking libcgi-pm-perl (4.66-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../041-libhtml-form-perl_6.12-1_all.deb ...
Unpacking libhtml-form-perl (6.12-1) ...
Selecting previously unselected package libwww-mechanize-perl.
Preparing to unpack .../042-libwww-mechanize-perl_2.19-1_all.deb ...
Unpacking libwww-mechanize-perl (2.19-1) ...
Selecting previously unselected package libdebian-source-perl.
Preparing to unpack .../043-libdebian-source-perl_0.126_all.deb ...
Unpacking libdebian-source-perl (0.126) ...
Selecting previously unselected package libheap-perl.
Preparing to unpack .../044-libheap-perl_0.80-5_all.deb ...
Unpacking libheap-perl (0.80-5) ...
Selecting previously unselected package libset-object-perl.
Preparing to unpack .../045-libset-object-perl_1.42-1+b5_amd64.deb ...
Unpacking libset-object-perl (1.42-1+b5) ...
Selecting previously unselected package libgraph-perl.
Preparing to unpack .../046-libgraph-perl_1%3a0.9729-1_all.deb ...
Unpacking libgraph-perl (1:0.9729-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../047-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package libyaml-perl.
Preparing to unpack .../048-libyaml-perl_1.31-1_all.deb ...
Unpacking libyaml-perl (1.31-1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../049-libbrotli1_1.1.0-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.1.0-2+b6) ...
Selecting previously unselected package libcares2:amd64.
Preparing to unpack .../050-libcares2_1.34.4-1_amd64.deb ...
Unpacking libcares2:amd64 (1.34.4-1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../051-libnghttp2-14_1.64.0-1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.64.0-1) ...
Selecting previously unselected package libuv1t64:amd64.
Preparing to unpack .../052-libuv1t64_1.48.0-7_amd64.deb ...
Unpacking libuv1t64:amd64 (1.48.0-7) ...
Selecting previously unselected package node-xtend.
Preparing to unpack .../053-node-xtend_4.0.2-3_all.deb ...
Unpacking node-xtend (4.0.2-3) ...
Selecting previously unselected package node-acorn.
Preparing to unpack .../054-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ...
Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Selecting previously unselected package node-cjs-module-lexer.
Preparing to unpack .../055-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ...
Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ...
Selecting previously unselected package node-balanced-match.
Preparing to unpack .../056-node-balanced-match_2.0.0-1_all.deb ...
Unpacking node-balanced-match (2.0.0-1) ...
Selecting previously unselected package node-brace-expansion.
Preparing to unpack .../057-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ...
Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../058-node-minimatch_9.0.3-5_all.deb ...
Unpacking node-minimatch (9.0.3-5) ...
Selecting previously unselected package node-undici.
Preparing to unpack .../059-node-undici_5.28.4+dfsg1+~cs23.12.11-2_all.deb ...
Unpacking node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Selecting previously unselected package libnode115:amd64.
Preparing to unpack .../060-libnode115_20.18.1+dfsg-1_amd64.deb ...
Unpacking libnode115:amd64 (20.18.1+dfsg-1) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../061-nodejs_20.18.1+dfsg-1_amd64.deb ...
Unpacking nodejs (20.18.1+dfsg-1) ...
Selecting previously unselected package dh-nodejs.
Preparing to unpack .../062-dh-nodejs_0.15.23_all.deb ...
Unpacking dh-nodejs (0.15.23) ...
Selecting previously unselected package node-neo-async.
Preparing to unpack .../063-node-neo-async_2.6.2+~cs3.0.0-3_all.deb ...
Unpacking node-neo-async (2.6.2+~cs3.0.0-3) ...
Selecting previously unselected package node-arrify.
Preparing to unpack .../064-node-arrify_2.0.1-3_all.deb ...
Unpacking node-arrify (2.0.1-3) ...
Selecting previously unselected package node-is-plain-obj.
Preparing to unpack .../065-node-is-plain-obj_3.0.0-2_all.deb ...
Unpacking node-is-plain-obj (3.0.0-2) ...
Selecting previously unselected package node-is-buffer.
Preparing to unpack .../066-node-is-buffer_2.0.5-2_all.deb ...
Unpacking node-is-buffer (2.0.5-2) ...
Selecting previously unselected package node-kind-of.
Preparing to unpack .../067-node-kind-of_6.0.3+dfsg-2_all.deb ...
Unpacking node-kind-of (6.0.3+dfsg-2) ...
Selecting previously unselected package node-minimist.
Preparing to unpack .../068-node-minimist_1.2.8+~cs5.3.5-1_all.deb ...
Unpacking node-minimist (1.2.8+~cs5.3.5-1) ...
Selecting previously unselected package node-wordwrap.
Preparing to unpack .../069-node-wordwrap_1.0.0-4_all.deb ...
Unpacking node-wordwrap (1.0.0-4) ...
Selecting previously unselected package node-optimist.
Preparing to unpack .../070-node-optimist_0.6.1+~0.0.30-2_all.deb ...
Unpacking node-optimist (0.6.1+~0.0.30-2) ...
Selecting previously unselected package libjs-source-map.
Preparing to unpack .../071-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package node-source-map.
Preparing to unpack .../072-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package handlebars.
Preparing to unpack .../073-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ...
Unpacking handlebars (3:4.7.7+~4.1.0-1) ...
Selecting previously unselected package help2man.
Preparing to unpack .../074-help2man_1.49.3_amd64.deb ...
Unpacking help2man (1.49.3) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../075-libdeflate0_1.22-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.22-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../076-libgdk-pixbuf2.0-common_2.42.12+dfsg-1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Selecting previously unselected package libglib2.0-0t64:amd64.
Preparing to unpack .../077-libglib2.0-0t64_2.82.4-1_amd64.deb ...
Unpacking libglib2.0-0t64:amd64 (2.82.4-1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../078-shared-mime-info_2.4-5+b1_amd64.deb ...
Unpacking shared-mime-info (2.4-5+b1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../079-libjpeg62-turbo_1%3a2.1.5-3+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../080-libpng16-16t64_1.6.44-3_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.44-3) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../081-libjbig0_2.1-6.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../082-liblerc4_4.0.0+ds-5_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
Selecting previously unselected package libsharpyuv0:amd64.
Preparing to unpack .../083-libsharpyuv0_1.4.0-0.1+b1_amd64.deb ...
Unpacking libsharpyuv0:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../084-libwebp7_1.4.0-0.1+b1_amd64.deb ...
Unpacking libwebp7:amd64 (1.4.0-0.1+b1) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../085-libtiff6_4.5.1+git230720-5_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.1+git230720-5) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
Preparing to unpack .../086-libgdk-pixbuf-2.0-0_2.42.12+dfsg-1+b1_amd64.deb ...
Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-1+b1) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../087-libjs-inherits_2.0.4-6_all.deb ...
Unpacking libjs-inherits (2.0.4-6) ...
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack .../088-libjs-is-typedarray_1.0.0-4_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-4) ...
Selecting previously unselected package libjs-prettify.
Preparing to unpack .../089-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ...
Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ...
Selecting previously unselected package libjs-regenerate.
Preparing to unpack .../090-libjs-regenerate_1.4.2-3_all.deb ...
Unpacking libjs-regenerate (1.4.2-3) ...
Selecting previously unselected package libjs-sprintf-js.
Preparing to unpack .../091-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../092-libjs-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-lodash-packages.
Preparing to unpack .../093-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-function-bind.
Preparing to unpack .../094-node-function-bind_1.1.2+~cs2.1.14-1_all.deb ...
Unpacking node-function-bind (1.1.2+~cs2.1.14-1) ...
Selecting previously unselected package node-object-inspect.
Preparing to unpack .../095-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ...
Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ...
Selecting previously unselected package node-es-abstract.
Preparing to unpack .../096-node-es-abstract_1.20.4+~cs26.27.47-2_all.deb ...
Unpacking node-es-abstract (1.20.4+~cs26.27.47-2) ...
Selecting previously unselected package node-resolve.
Preparing to unpack .../097-node-resolve_1.22.8+~cs5.34.15-2_all.deb ...
Unpacking node-resolve (1.22.8+~cs5.34.15-2) ...
Selecting previously unselected package node-define-properties.
Preparing to unpack .../098-node-define-properties_1.2.1+~cs2.2.3-1_all.deb ...
Unpacking node-define-properties (1.2.1+~cs2.2.3-1) ...
Selecting previously unselected package node-debbundle-es-to-primitive.
Preparing to unpack .../099-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ...
Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Selecting previously unselected package node-isobject.
Preparing to unpack .../100-node-isobject_4.0.0-2_all.deb ...
Unpacking node-isobject (4.0.0-2) ...
Selecting previously unselected package node-is-descriptor.
Preparing to unpack .../101-node-is-descriptor_3.0.0-2_all.deb ...
Unpacking node-is-descriptor (3.0.0-2) ...
Selecting previously unselected package node-define-property.
Preparing to unpack .../102-node-define-property_2.0.2+really+2.0.2-3_all.deb ...
Unpacking node-define-property (2.0.2+really+2.0.2-3) ...
Selecting previously unselected package node-defined.
Preparing to unpack .../103-node-defined_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-defined (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-fs.realpath.
Preparing to unpack .../104-node-fs.realpath_1.0.0-3_all.deb ...
Unpacking node-fs.realpath (1.0.0-3) ...
Selecting previously unselected package node-wrappy.
Preparing to unpack .../105-node-wrappy_1.0.2-3_all.deb ...
Unpacking node-wrappy (1.0.2-3) ...
Selecting previously unselected package node-once.
Preparing to unpack .../106-node-once_1.4.1-1_all.deb ...
Unpacking node-once (1.4.1-1) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../107-node-inflight_1.0.6-2_all.deb ...
Unpacking node-inflight (1.0.6-2) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../108-node-inherits_2.0.4-6_all.deb ...
Unpacking node-inherits (2.0.4-6) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../109-node-glob_8.1.0+~cs8.5.15-1_all.deb ...
Unpacking node-glob (8.1.0+~cs8.5.15-1) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../110-node-abbrev_1.1.1+~1.1.2-1_all.deb ...
Unpacking node-abbrev (1.1.1+~1.1.2-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../111-node-archy_1.0.0-6_all.deb ...
Unpacking node-archy (1.0.0-6) ...
Selecting previously unselected package node-async.
Preparing to unpack .../112-node-async_3.2.6+dfsg-2_all.deb ...
Unpacking node-async (3.2.6+dfsg-2) ...
Selecting previously unselected package node-convert-source-map.
Preparing to unpack .../113-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ...
Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ...
Selecting previously unselected package node-decamelize.
Preparing to unpack .../114-node-decamelize_4.0.0-2_all.deb ...
Unpacking node-decamelize (4.0.0-2) ...
Selecting previously unselected package node-es6-error.
Preparing to unpack .../115-node-es6-error_4.1.1-5_all.deb ...
Unpacking node-es6-error (4.1.1-5) ...
Selecting previously unselected package node-esprima.
Preparing to unpack .../116-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ...
Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ...
Selecting previously unselected package node-estraverse.
Preparing to unpack .../117-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ...
Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ...
Selecting previously unselected package node-esutils.
Preparing to unpack .../118-node-esutils_2.0.3+~2.0.0-1_all.deb ...
Unpacking node-esutils (2.0.3+~2.0.0-1) ...
Selecting previously unselected package node-deep-is.
Preparing to unpack .../119-node-deep-is_0.1.4-1_all.deb ...
Unpacking node-deep-is (0.1.4-1) ...
Selecting previously unselected package node-fast-levenshtein.
Preparing to unpack .../120-node-fast-levenshtein_2.0.6+ds-3_all.deb ...
Unpacking node-fast-levenshtein (2.0.6+ds-3) ...
Selecting previously unselected package node-prelude-ls.
Preparing to unpack .../121-node-prelude-ls_1.2.1+dfsg-3_all.deb ...
Unpacking node-prelude-ls (1.2.1+dfsg-3) ...
Selecting previously unselected package node-type-check.
Preparing to unpack .../122-node-type-check_0.4.0+dfsg-3_all.deb ...
Unpacking node-type-check (0.4.0+dfsg-3) ...
Selecting previously unselected package node-levn.
Preparing to unpack .../123-node-levn_0.4.1+dfsg-2_all.deb ...
Unpacking node-levn (0.4.1+dfsg-2) ...
Selecting previously unselected package node-optionator.
Preparing to unpack .../124-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ...
Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Selecting previously unselected package node-escodegen.
Preparing to unpack .../125-node-escodegen_2.1.0+dfsg+~0.0.8-1_all.deb ...
Unpacking node-escodegen (2.1.0+dfsg+~0.0.8-1) ...
Selecting previously unselected package node-commondir.
Preparing to unpack .../126-node-commondir_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-commondir (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-is-extglob.
Preparing to unpack .../127-node-is-extglob_2.1.1-5_all.deb ...
Unpacking node-is-extglob (2.1.1-5) ...
Selecting previously unselected package node-is-glob.
Preparing to unpack .../128-node-is-glob_4.0.3-2_all.deb ...
Unpacking node-is-glob (4.0.3-2) ...
Selecting previously unselected package node-path-dirname.
Preparing to unpack .../129-node-path-dirname_1.0.2-2_all.deb ...
Unpacking node-path-dirname (1.0.2-2) ...
Selecting previously unselected package node-glob-parent.
Preparing to unpack .../130-node-glob-parent_6.0.2+~5.1.1-2_all.deb ...
Unpacking node-glob-parent (6.0.2+~5.1.1-2) ...
Selecting previously unselected package node-ignore.
Preparing to unpack .../131-node-ignore_5.2.1-1_all.deb ...
Unpacking node-ignore (5.2.1-1) ...
Selecting previously unselected package node-is-number.
Preparing to unpack .../132-node-is-number_7.0.0-4_all.deb ...
Unpacking node-is-number (7.0.0-4) ...
Selecting previously unselected package node-repeat-string.
Preparing to unpack .../133-node-repeat-string_1.6.1+repack-1_all.deb ...
Unpacking node-repeat-string (1.6.1+repack-1) ...
Selecting previously unselected package node-to-regex-range.
Preparing to unpack .../134-node-to-regex-range_5.0.1-4_all.deb ...
Unpacking node-to-regex-range (5.0.1-4) ...
Selecting previously unselected package node-fill-range.
Preparing to unpack .../135-node-fill-range_7.1.1+~7.0.3-1_all.deb ...
Unpacking node-fill-range (7.1.1+~7.0.3-1) ...
Selecting previously unselected package node-braces.
Preparing to unpack .../136-node-braces_3.0.3+~3.0.4-1_all.deb ...
Unpacking node-braces (3.0.3+~3.0.4-1) ...
Selecting previously unselected package node-normalize-path.
Preparing to unpack .../137-node-normalize-path_3.0.0+~3.0.0-1_all.deb ...
Unpacking node-normalize-path (3.0.0+~3.0.0-1) ...
Selecting previously unselected package node-anymatch.
Preparing to unpack .../138-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ...
Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ...
Selecting previously unselected package node-micromatch.
Preparing to unpack .../139-node-micromatch_4.0.7+~4.0.9-1_all.deb ...
Unpacking node-micromatch (4.0.7+~4.0.9-1) ...
Selecting previously unselected package node-pify.
Preparing to unpack .../140-node-pify_5.0.0+~cs5.0.1-1_all.deb ...
Unpacking node-pify (5.0.0+~cs5.0.1-1) ...
Selecting previously unselected package node-path-type.
Preparing to unpack .../141-node-path-type_4.0.0-3_all.deb ...
Unpacking node-path-type (4.0.0-3) ...
Selecting previously unselected package node-core-util-is.
Preparing to unpack .../142-node-core-util-is_1.0.3-1_all.deb ...
Unpacking node-core-util-is (1.0.3-1) ...
Selecting previously unselected package node-safe-buffer.
Preparing to unpack .../143-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ...
Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Selecting previously unselected package node-string-decoder.
Preparing to unpack .../144-node-string-decoder_1.3.0-6_all.deb ...
Unpacking node-string-decoder (1.3.0-6) ...
Selecting previously unselected package node-process-nextick-args.
Preparing to unpack .../145-node-process-nextick-args_2.0.1-3_all.deb ...
Unpacking node-process-nextick-args (2.0.1-3) ...
Selecting previously unselected package node-util-deprecate.
Preparing to unpack .../146-node-util-deprecate_1.0.2-3_all.deb ...
Unpacking node-util-deprecate (1.0.2-3) ...
Selecting previously unselected package node-isarray.
Preparing to unpack .../147-node-isarray_2.0.5-4_all.deb ...
Unpacking node-isarray (2.0.5-4) ...
Selecting previously unselected package node-readable-stream.
Preparing to unpack .../148-node-readable-stream_3.6.0+~cs3.0.0-4_all.deb ...
Unpacking node-readable-stream (3.6.0+~cs3.0.0-4) ...
Selecting previously unselected package node-n3.
Preparing to unpack .../149-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ...
Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../150-node-slash_4.0.0-3_all.deb ...
Unpacking node-slash (4.0.0-3) ...
Selecting previously unselected package node-globby.
Preparing to unpack .../151-node-globby_13.1.3+~cs16.25.40-3_all.deb ...
Unpacking node-globby (13.1.3+~cs16.25.40-3) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../152-node-graceful-fs_4.2.10-1_all.deb ...
Unpacking node-graceful-fs (4.2.10-1) ...
Selecting previously unselected package node-is-path-cwd.
Preparing to unpack .../153-node-is-path-cwd_2.2.0-2_all.deb ...
Unpacking node-is-path-cwd (2.2.0-2) ...
Selecting previously unselected package node-path-is-inside.
Preparing to unpack .../154-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ...
Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ...
Selecting previously unselected package node-is-path-inside.
Preparing to unpack .../155-node-is-path-inside_3.0.3-2_all.deb ...
Unpacking node-is-path-inside (3.0.3-2) ...
Selecting previously unselected package node-escape-string-regexp.
Preparing to unpack .../156-node-escape-string-regexp_4.0.0-2_all.deb ...
Unpacking node-escape-string-regexp (4.0.0-2) ...
Selecting previously unselected package node-indent-string.
Preparing to unpack .../157-node-indent-string_4.0.0-2_all.deb ...
Unpacking node-indent-string (4.0.0-2) ...
Selecting previously unselected package node-p-map.
Preparing to unpack .../158-node-p-map_4.0.0+~3.1.0+~3.0.1-2_all.deb ...
Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-2) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../159-node-rimraf_3.0.2-2_all.deb ...
Unpacking node-rimraf (3.0.2-2) ...
Selecting previously unselected package node-del.
Preparing to unpack .../160-node-del_7.1.0-1_all.deb ...
Unpacking node-del (7.1.0-1) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../161-node-lru-cache_10.0.1-3_all.deb ...
Unpacking node-lru-cache (10.0.1-3) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../162-node-semver_7.6.1+~7.5.8-2_all.deb ...
Unpacking node-semver (7.6.1+~7.5.8-2) ...
Selecting previously unselected package node-make-dir.
Preparing to unpack .../163-node-make-dir_3.1.0-3_all.deb ...
Unpacking node-make-dir (3.1.0-3) ...
Selecting previously unselected package node-p-limit.
Preparing to unpack .../164-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ...
Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ...
Selecting previously unselected package node-p-locate.
Preparing to unpack .../165-node-p-locate_6.0.0-12_all.deb ...
Unpacking node-p-locate (6.0.0-12) ...
Selecting previously unselected package node-locate-path.
Preparing to unpack .../166-node-locate-path_7.1.1-2_all.deb ...
Unpacking node-locate-path (7.1.1-2) ...
Selecting previously unselected package node-path-exists.
Preparing to unpack .../167-node-path-exists_5.0.0-8_all.deb ...
Unpacking node-path-exists (5.0.0-8) ...
Selecting previously unselected package node-find-up.
Preparing to unpack .../168-node-find-up_6.3.0-7_all.deb ...
Unpacking node-find-up (6.3.0-7) ...
Selecting previously unselected package node-pkg-dir.
Preparing to unpack .../169-node-pkg-dir_5.0.0-2_all.deb ...
Unpacking node-pkg-dir (5.0.0-2) ...
Selecting previously unselected package node-find-cache-dir.
Preparing to unpack .../170-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ...
Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ...
Selecting previously unselected package node-signal-exit.
Preparing to unpack .../171-node-signal-exit_4.1.0-7_all.deb ...
Unpacking node-signal-exit (4.1.0-7) ...
Selecting previously unselected package node-foreground-child.
Preparing to unpack .../172-node-foreground-child_3.1.1-2_all.deb ...
Unpacking node-foreground-child (3.1.1-2) ...
Selecting previously unselected package node-is-stream.
Preparing to unpack .../173-node-is-stream_3.0.0-4_all.deb ...
Unpacking node-is-stream (3.0.0-4) ...
Selecting previously unselected package node-is-windows.
Preparing to unpack .../174-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ...
Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ...
Selecting previously unselected package node-ampproject-remapping.
Preparing to unpack .../175-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ...
Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Selecting previously unselected package node-sprintf-js.
Preparing to unpack .../176-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package node-argparse.
Preparing to unpack .../177-node-argparse_2.0.1-2_all.deb ...
Unpacking node-argparse (2.0.1-2) ...
Selecting previously unselected package node-js-yaml.
Preparing to unpack .../178-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ...
Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../179-node-mkdirp_2.1.6+~cs5.2.1-2_all.deb ...
Unpacking node-mkdirp (2.1.6+~cs5.2.1-2) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../180-node-nopt_5.0.0-4_all.deb ...
Unpacking node-nopt (5.0.0-4) ...
Selecting previously unselected package node-npm-run-path.
Preparing to unpack .../181-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ...
Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ...
Selecting previously unselected package node-resolve-from.
Preparing to unpack .../182-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ...
Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Selecting previously unselected package node-shebang-regex.
Preparing to unpack .../183-node-shebang-regex_3.0.0-2_all.deb ...
Unpacking node-shebang-regex (3.0.0-2) ...
Selecting previously unselected package node-shebang-command.
Preparing to unpack .../184-node-shebang-command_2.0.0-1_all.deb ...
Unpacking node-shebang-command (2.0.0-1) ...
Selecting previously unselected package node-strip-bom.
Preparing to unpack .../185-node-strip-bom_4.0.0-2_all.deb ...
Unpacking node-strip-bom (4.0.0-2) ...
Selecting previously unselected package node-has-flag.
Preparing to unpack .../186-node-has-flag_5.0.1-1_all.deb ...
Unpacking node-has-flag (5.0.1-1) ...
Selecting previously unselected package node-supports-color.
Preparing to unpack .../187-node-supports-color_8.1.1+~8.1.1-1_all.deb ...
Unpacking node-supports-color (8.1.1+~8.1.1-1) ...
Selecting previously unselected package node-object-assign.
Preparing to unpack .../188-node-object-assign_4.1.1-7_all.deb ...
Unpacking node-object-assign (4.1.1-7) ...
Selecting previously unselected package node-util.
Preparing to unpack .../189-node-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking node-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package node-assert.
Preparing to unpack .../190-node-assert_2.0.0+~cs3.9.8-2_all.deb ...
Unpacking node-assert (2.0.0+~cs3.9.8-2) ...
Selecting previously unselected package node-babel-plugin-add-module-exports.
Preparing to unpack .../191-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ...
Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Selecting previously unselected package node-regenerator-runtime.
Preparing to unpack .../192-node-regenerator-runtime_0.15.2+~0.10.8-1_all.deb ...
Unpacking node-regenerator-runtime (0.15.2+~0.10.8-1) ...
Selecting previously unselected package node-babel7-runtime.
Preparing to unpack .../193-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7_all.deb ...
Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ...
Selecting previously unselected package node-ms.
Preparing to unpack .../194-node-ms_2.1.3+~cs0.7.31-3_all.deb ...
Unpacking node-ms (2.1.3+~cs0.7.31-3) ...
Selecting previously unselected package node-debug.
Preparing to unpack .../195-node-debug_4.3.4+~cs4.1.7-1_all.deb ...
Unpacking node-debug (4.3.4+~cs4.1.7-1) ...
Selecting previously unselected package node-babel-helper-define-polyfill-provider.
Preparing to unpack .../196-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs2.
Preparing to unpack .../197-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-caniuse-lite.
Preparing to unpack .../198-node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2_all.deb ...
Unpacking node-caniuse-lite (1.0.30001620+dfsg+~1.0.5-2) ...
Selecting previously unselected package node-electron-to-chromium.
Preparing to unpack .../199-node-electron-to-chromium_1.4.773-1_all.deb ...
Unpacking node-electron-to-chromium (1.4.773-1) ...
Selecting previously unselected package node-picocolors.
Preparing to unpack .../200-node-picocolors_1.0.0-4_all.deb ...
Unpacking node-picocolors (1.0.0-4) ...
Selecting previously unselected package node-browserslist.
Preparing to unpack .../201-node-browserslist_4.23.0+~cs6.1.32-1_all.deb ...
Unpacking node-browserslist (4.23.0+~cs6.1.32-1) ...
Selecting previously unselected package node-core-js-compat.
Preparing to unpack .../202-node-core-js-compat_3.33.2-1_all.deb ...
Unpacking node-core-js-compat (3.33.2-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs3.
Preparing to unpack .../203-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-regenerator.
Preparing to unpack .../204-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Selecting previously unselected package node-color-name.
Preparing to unpack .../205-node-color-name_1.1.4+~1.1.1-2_all.deb ...
Unpacking node-color-name (1.1.4+~1.1.1-2) ...
Selecting previously unselected package node-color-convert.
Preparing to unpack .../206-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ...
Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ...
Selecting previously unselected package node-ansi-styles.
Preparing to unpack .../207-node-ansi-styles_6.2.1-3_all.deb ...
Unpacking node-ansi-styles (6.2.1-3) ...
Selecting previously unselected package node-chalk.
Preparing to unpack .../208-node-chalk_5.3.0-1_all.deb ...
Unpacking node-chalk (5.3.0-1) ...
Selecting previously unselected package node-for-in.
Preparing to unpack .../209-node-for-in_1.0.2-4_all.deb ...
Unpacking node-for-in (1.0.2-4) ...
Selecting previously unselected package node-for-own.
Preparing to unpack .../210-node-for-own_1.0.0-3_all.deb ...
Unpacking node-for-own (1.0.0-3) ...
Selecting previously unselected package node-is-plain-object.
Preparing to unpack .../211-node-is-plain-object_5.0.0-7_all.deb ...
Unpacking node-is-plain-object (5.0.0-7) ...
Selecting previously unselected package node-is-extendable.
Preparing to unpack .../212-node-is-extendable_1.0.1-3_all.deb ...
Unpacking node-is-extendable (1.0.1-3) ...
Selecting previously unselected package node-clone-deep.
Preparing to unpack .../213-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ...
Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ...
Selecting previously unselected package node-commander.
Preparing to unpack .../214-node-commander_9.4.1-1_all.deb ...
Unpacking node-commander (9.4.1-1) ...
Selecting previously unselected package node-core-js.
Preparing to unpack .../215-node-core-js_3.33.2-1_all.deb ...
Unpacking node-core-js (3.33.2-1) ...
Selecting previously unselected package node-core-js-pure.
Preparing to unpack .../216-node-core-js-pure_3.33.2-1_all.deb ...
Unpacking node-core-js-pure (3.33.2-1) ...
Selecting previously unselected package node-fs-readdir-recursive.
Preparing to unpack .../217-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ...
Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Selecting previously unselected package node-globals.
Preparing to unpack .../218-node-globals_13.23.0-1_all.deb ...
Unpacking node-globals (13.23.0-1) ...
Selecting previously unselected package node-js-tokens.
Preparing to unpack .../219-node-js-tokens_8.0.0-2_all.deb ...
Unpacking node-js-tokens (8.0.0-2) ...
Selecting previously unselected package node-jsesc.
Preparing to unpack .../220-node-jsesc_3.0.2+~3.0.1-1_all.deb ...
Unpacking node-jsesc (3.0.2+~3.0.1-1) ...
Selecting previously unselected package node-json5.
Preparing to unpack .../221-node-json5_2.2.3+dfsg-1_all.deb ...
Unpacking node-json5 (2.2.3+dfsg-1) ...
Selecting previously unselected package node-lodash.
Preparing to unpack .../222-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-quick-lru.
Preparing to unpack .../223-node-quick-lru_6.1.1-4_all.deb ...
Unpacking node-quick-lru (6.1.1-4) ...
Selecting previously unselected package node-regenerator-transform.
Preparing to unpack .../224-node-regenerator-transform_0.15.2+~0.10.8-1_all.deb ...
Unpacking node-regenerator-transform (0.15.2+~0.10.8-1) ...
Selecting previously unselected package node-regenerate.
Preparing to unpack .../225-node-regenerate_1.4.2-3_all.deb ...
Unpacking node-regenerate (1.4.2-3) ...
Selecting previously unselected package node-regenerate-unicode-properties.
Preparing to unpack .../226-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ...
Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ...
Selecting previously unselected package node-regjsgen.
Preparing to unpack .../227-node-regjsgen_0.7.1+ds-1_all.deb ...
Unpacking node-regjsgen (0.7.1+ds-1) ...
Selecting previously unselected package node-regjsparser.
Preparing to unpack .../228-node-regjsparser_0.9.1+ds-2_all.deb ...
Unpacking node-regjsparser (0.9.1+ds-2) ...
Selecting previously unselected package node-unicode-canonical-property-names-ecmascript.
Preparing to unpack .../229-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-property-aliases-ecmascript.
Preparing to unpack .../230-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-unicode-match-property-ecmascript.
Preparing to unpack .../231-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-match-property-value-ecmascript.
Preparing to unpack .../232-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-regexpu-core.
Preparing to unpack .../233-node-regexpu-core_5.2.2-3_all.deb ...
Unpacking node-regexpu-core (5.2.2-3) ...
Selecting previously unselected package node-source-map-support.
Preparing to unpack .../234-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ...
Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Selecting previously unselected package node-to-fast-properties.
Preparing to unpack .../235-node-to-fast-properties_3.0.1-3_all.deb ...
Unpacking node-to-fast-properties (3.0.1-3) ...
Selecting previously unselected package node-v8flags.
Preparing to unpack .../236-node-v8flags_3.2.0+~3.1.1-1_all.deb ...
Unpacking node-v8flags (3.2.0+~3.1.1-1) ...
Selecting previously unselected package node-babel7.
Preparing to unpack .../237-node-babel7_7.20.15+ds1+~cs214.269.168-7_all.deb ...
Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-7) ...
Selecting previously unselected package node-is-arrayish.
Preparing to unpack .../238-node-is-arrayish_0.3.2-3_all.deb ...
Unpacking node-is-arrayish (0.3.2-3) ...
Selecting previously unselected package node-error-ex.
Preparing to unpack .../239-node-error-ex_1.3.2-4_all.deb ...
Unpacking node-error-ex (1.3.2-4) ...
Selecting previously unselected package node-json-parse-better-errors.
Preparing to unpack .../240-node-json-parse-better-errors_1.0.2+~cs3.3.1-3_all.deb ...
Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ...
Selecting previously unselected package node-parse-json.
Preparing to unpack .../241-node-parse-json_5.2.0+~cs5.1.7-2_all.deb ...
Unpacking node-parse-json (5.2.0+~cs5.1.7-2) ...
Selecting previously unselected package node-hosted-git-info.
Preparing to unpack .../242-node-hosted-git-info_6.1.1-2_all.deb ...
Unpacking node-hosted-git-info (6.1.1-2) ...
Selecting previously unselected package node-spdx-license-ids.
Preparing to unpack .../243-node-spdx-license-ids_3.0.12-1_all.deb ...
Unpacking node-spdx-license-ids (3.0.12-1) ...
Selecting previously unselected package node-spdx-exceptions.
Preparing to unpack .../244-node-spdx-exceptions_2.3.0-2_all.deb ...
Unpacking node-spdx-exceptions (2.3.0-2) ...
Selecting previously unselected package node-spdx-expression-parse.
Preparing to unpack .../245-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ...
Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Selecting previously unselected package node-spdx-correct.
Preparing to unpack .../246-node-spdx-correct_3.1.1-2_all.deb ...
Unpacking node-spdx-correct (3.1.1-2) ...
Selecting previously unselected package node-validate-npm-package-license.
Preparing to unpack .../247-node-validate-npm-package-license_3.0.4-2_all.deb ...
Unpacking node-validate-npm-package-license (3.0.4-2) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../248-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ...
Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ...
Selecting previously unselected package node-read-pkg.
Preparing to unpack .../249-node-read-pkg_5.2.0-2_all.deb ...
Unpacking node-read-pkg (5.2.0-2) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../250-node-uuid_8.3.2+~8.3.4-1_all.deb ...
Unpacking node-uuid (8.3.2+~8.3.4-1) ...
Selecting previously unselected package node-isexe.
Preparing to unpack .../251-node-isexe_2.0.0+~2.0.1-5_all.deb ...
Unpacking node-isexe (2.0.0+~2.0.1-5) ...
Selecting previously unselected package node-which.
Preparing to unpack .../252-node-which_2.0.2+~cs1.3.2-3_all.deb ...
Unpacking node-which (2.0.2+~cs1.3.2-3) ...
Selecting previously unselected package node-imurmurhash.
Preparing to unpack .../253-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ...
Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Selecting previously unselected package node-is-typedarray.
Preparing to unpack .../254-node-is-typedarray_1.0.0-4_all.deb ...
Unpacking node-is-typedarray (1.0.0-4) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../255-node-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../256-node-write-file-atomic_4.0.2+~4.0.0-2_all.deb ...
Unpacking node-write-file-atomic (4.0.2+~4.0.0-2) ...
Selecting previously unselected package node-slice-ansi.
Preparing to unpack .../257-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ...
Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Selecting previously unselected package node-ansi-regex.
Preparing to unpack .../258-node-ansi-regex_5.0.1-1_all.deb ...
Unpacking node-ansi-regex (5.0.1-1) ...
Selecting previously unselected package node-strip-ansi.
Preparing to unpack .../259-node-strip-ansi_6.0.1-2_all.deb ...
Unpacking node-strip-ansi (6.0.1-2) ...
Selecting previously unselected package node-clone.
Preparing to unpack .../260-node-clone_2.1.2+~2.1.2-1_all.deb ...
Unpacking node-clone (2.1.2+~2.1.2-1) ...
Selecting previously unselected package node-defaults.
Preparing to unpack .../261-node-defaults_1.0.4+~1.0.3-1_all.deb ...
Unpacking node-defaults (1.0.4+~1.0.3-1) ...
Selecting previously unselected package node-wcwidth.js.
Preparing to unpack .../262-node-wcwidth.js_1.0.2-2_all.deb ...
Unpacking node-wcwidth.js (1.0.2-2) ...
Selecting previously unselected package node-string-width.
Preparing to unpack .../263-node-string-width_4.2.3+~cs13.2.3-1_all.deb ...
Unpacking node-string-width (4.2.3+~cs13.2.3-1) ...
Selecting previously unselected package node-wrap-ansi.
Preparing to unpack .../264-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ...
Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ...
Selecting previously unselected package node-cliui.
Preparing to unpack .../265-node-cliui_7.0.4+repack+1+~cs1.4.2-2_all.deb ...
Unpacking node-cliui (7.0.4+repack+1+~cs1.4.2-2) ...
Selecting previously unselected package node-get-caller-file.
Preparing to unpack .../266-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ...
Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Selecting previously unselected package node-require-directory.
Preparing to unpack .../267-node-require-directory_2.1.1+~2.1.2-1_all.deb ...
Unpacking node-require-directory (2.1.1+~2.1.2-1) ...
Selecting previously unselected package node-y18n.
Preparing to unpack .../268-node-y18n_5.0.8+~5.0.0-3_all.deb ...
Unpacking node-y18n (5.0.8+~5.0.0-3) ...
Selecting previously unselected package node-camelcase.
Preparing to unpack .../269-node-camelcase_7.0.0-3_all.deb ...
Unpacking node-camelcase (7.0.0-3) ...
Selecting previously unselected package node-yargs-parser.
Preparing to unpack .../270-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ...
Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ...
Selecting previously unselected package node-yargs.
Preparing to unpack .../271-node-yargs_16.2.0+~16.0.4-7_all.deb ...
Unpacking node-yargs (16.2.0+~16.0.4-7) ...
Selecting previously unselected package node-istanbul.
Preparing to unpack .../272-node-istanbul_0.4.5+repack10+~cs98.25.59-3_all.deb ...
Unpacking node-istanbul (0.4.5+repack10+~cs98.25.59-3) ...
Selecting previously unselected package node-through.
Preparing to unpack .../273-node-through_2.3.8+~cs0.0.30-1_all.deb ...
Unpacking node-through (2.3.8+~cs0.0.30-1) ...
Selecting previously unselected package node-resumer.
Preparing to unpack .../274-node-resumer_0.0.0-6_all.deb ...
Unpacking node-resumer (0.0.0-6) ...
Selecting previously unselected package node-tape.
Preparing to unpack .../275-node-tape_5.6.1+~cs8.20.19-2_all.deb ...
Unpacking node-tape (5.6.1+~cs8.20.19-2) ...
Selecting previously unselected package node-deep-equal.
Preparing to unpack .../276-node-deep-equal_2.2.3+~cs43.15.94-1_all.deb ...
Unpacking node-deep-equal (2.2.3+~cs43.15.94-1) ...
Selecting previously unselected package libjs-util.
Preparing to unpack .../277-libjs-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking libjs-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package libnotify4:amd64.
Preparing to unpack .../278-libnotify4_0.8.3-1+b2_amd64.deb ...
Unpacking libnotify4:amd64 (0.8.3-1+b2) ...
Selecting previously unselected package libnotify-bin.
Preparing to unpack .../279-libnotify-bin_0.8.3-1+b2_amd64.deb ...
Unpacking libnotify-bin (0.8.3-1+b2) ...
Selecting previously unselected package node-agent-base.
Preparing to unpack .../280-node-agent-base_7.1.1~0~2024040606-4_all.deb ...
Unpacking node-agent-base (7.1.1~0~2024040606-4) ...
Selecting previously unselected package node-ansi-escapes.
Preparing to unpack .../281-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ...
Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Selecting previously unselected package node-arg.
Preparing to unpack .../282-node-arg_5.0.2-2_all.deb ...
Unpacking node-arg (5.0.2-2) ...
Selecting previously unselected package node-async-each.
Preparing to unpack .../283-node-async-each_1.0.3-3_all.deb ...
Unpacking node-async-each (1.0.3-3) ...
Selecting previously unselected package node-auto-bind.
Preparing to unpack .../284-node-auto-bind_4.0.0-2_all.deb ...
Unpacking node-auto-bind (4.0.0-2) ...
Selecting previously unselected package node-babel-plugin-lodash.
Preparing to unpack .../285-node-babel-plugin-lodash_3.3.4+~cs2.0.1-7_all.deb ...
Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ...
Selecting previously unselected package node-binary-extensions.
Preparing to unpack .../286-node-binary-extensions_2.2.0-2_all.deb ...
Unpacking node-binary-extensions (2.2.0-2) ...
Selecting previously unselected package node-builtin-modules.
Preparing to unpack .../287-node-builtin-modules_3.3.0-2_all.deb ...
Unpacking node-builtin-modules (3.3.0-2) ...
Selecting previously unselected package node-is-binary-path.
Preparing to unpack .../288-node-is-binary-path_2.1.0-5_all.deb ...
Unpacking node-is-binary-path (2.1.0-5) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../289-node-path-is-absolute_2.0.0-2_all.deb ...
Unpacking node-path-is-absolute (2.0.0-2) ...
Selecting previously unselected package node-set-immediate-shim.
Preparing to unpack .../290-node-set-immediate-shim_2.0.0-2_all.deb ...
Unpacking node-set-immediate-shim (2.0.0-2) ...
Selecting previously unselected package node-readdirp.
Preparing to unpack .../291-node-readdirp_3.6.0-1_all.deb ...
Unpacking node-readdirp (3.6.0-1) ...
Selecting previously unselected package node-chokidar.
Preparing to unpack .../292-node-chokidar_3.6.0-2_all.deb ...
Unpacking node-chokidar (3.6.0-2) ...
Selecting previously unselected package node-ci-info.
Preparing to unpack .../293-node-ci-info_4.0.0+~cs1.1.0-1_all.deb ...
Unpacking node-ci-info (4.0.0+~cs1.1.0-1) ...
Selecting previously unselected package node-clean-yaml-object.
Preparing to unpack .../294-node-clean-yaml-object_0.1.0-6_all.deb ...
Unpacking node-clean-yaml-object (0.1.0-6) ...
Selecting previously unselected package node-cli-boxes.
Preparing to unpack .../295-node-cli-boxes_3.0.0-1_all.deb ...
Unpacking node-cli-boxes (3.0.0-1) ...
Selecting previously unselected package node-restore-cursor.
Preparing to unpack .../296-node-restore-cursor_4.0.0-4_all.deb ...
Unpacking node-restore-cursor (4.0.0-4) ...
Selecting previously unselected package node-cli-cursor.
Preparing to unpack .../297-node-cli-cursor_4.0.0-3_all.deb ...
Unpacking node-cli-cursor (4.0.0-3) ...
Selecting previously unselected package node-cli-truncate.
Preparing to unpack .../298-node-cli-truncate_2.1.0-5_all.deb ...
Unpacking node-cli-truncate (2.1.0-5) ...
Selecting previously unselected package node-growl.
Preparing to unpack .../299-node-growl_1.10.5-4_all.deb ...
Unpacking node-growl (1.10.5-4) ...
Selecting previously unselected package node-lcov-parse.
Preparing to unpack .../300-node-lcov-parse_1.0.0+20170612git80d039574ed9-6_all.deb ...
Unpacking node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ...
Selecting previously unselected package node-log-driver.
Preparing to unpack .../301-node-log-driver_1.2.7+git+20180219+bba1761737-7_all.deb ...
Unpacking node-log-driver (1.2.7+git+20180219+bba1761737-7) ...
Selecting previously unselected package node-data-uri-to-buffer.
Preparing to unpack .../302-node-data-uri-to-buffer_6.0.2~0~2024040606-4_all.deb ...
Unpacking node-data-uri-to-buffer (6.0.2~0~2024040606-4) ...
Selecting previously unselected package node-fetch.
Preparing to unpack .../303-node-fetch_3.3.2+~cs11.4.11-3_all.deb ...
Unpacking node-fetch (3.3.2+~cs11.4.11-3) ...
Selecting previously unselected package node-coveralls.
Preparing to unpack .../304-node-coveralls_3.1.1-4_all.deb ...
Unpacking node-coveralls (3.1.1-4) ...
Selecting previously unselected package node-create-require.
Preparing to unpack .../305-node-create-require_1.1.1-4_all.deb ...
Unpacking node-create-require (1.1.1-4) ...
Selecting previously unselected package node-diff.
Preparing to unpack .../306-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ...
Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ...
Selecting previously unselected package node-iconv-lite.
Preparing to unpack .../307-node-iconv-lite_0.6.3-3_all.deb ...
Unpacking node-iconv-lite (0.6.3-3) ...
Selecting previously unselected package node-encoding.
Preparing to unpack .../308-node-encoding_0.1.13-2_all.deb ...
Unpacking node-encoding (0.1.13-2) ...
Selecting previously unselected package node-time-stamp.
Preparing to unpack .../309-node-time-stamp_2.2.0-2_all.deb ...
Unpacking node-time-stamp (2.2.0-2) ...
Selecting previously unselected package node-fancy-log.
Preparing to unpack .../310-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ...
Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ...
Selecting previously unselected package node-https-proxy-agent.
Preparing to unpack .../311-node-https-proxy-agent_7.0.4~0~2024040606-4_all.deb ...
Unpacking node-https-proxy-agent (7.0.4~0~2024040606-4) ...
Selecting previously unselected package node-resolve-cwd.
Preparing to unpack .../312-node-resolve-cwd_3.0.0-2_all.deb ...
Unpacking node-resolve-cwd (3.0.0-2) ...
Selecting previously unselected package node-jest-debbundle.
Preparing to unpack .../313-node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5_all.deb ...
Unpacking node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ...
Selecting previously unselected package node-jsonify.
Preparing to unpack .../314-node-jsonify_0.0.1-1_all.deb ...
Unpacking node-jsonify (0.0.1-1) ...
Selecting previously unselected package node-jsonparse.
Preparing to unpack .../315-node-jsonparse_1.3.1-10_all.deb ...
Unpacking node-jsonparse (1.3.1-10) ...
Selecting previously unselected package node-make-error.
Preparing to unpack .../316-node-make-error_1.3.7-3_all.deb ...
Unpacking node-make-error (1.3.7-3) ...
Selecting previously unselected package node-yallist.
Preparing to unpack .../317-node-yallist_4.0.0+~4.0.1-1_all.deb ...
Unpacking node-yallist (4.0.0+~4.0.1-1) ...
Selecting previously unselected package node-minipass.
Preparing to unpack .../318-node-minipass_5.0.0+~cs10.3.21-2_all.deb ...
Unpacking node-minipass (5.0.0+~cs10.3.21-2) ...
Selecting previously unselected package node-mute-stream.
Preparing to unpack .../319-node-mute-stream_0.0.8+~0.0.1-3_all.deb ...
Unpacking node-mute-stream (0.0.8+~0.0.1-3) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../320-xdg-utils_1.2.1-2_all.deb ...
Unpacking xdg-utils (1.2.1-2) ...
Selecting previously unselected package node-opener.
Preparing to unpack .../321-node-opener_1.5.2+~1.4.0-1_all.deb ...
Unpacking node-opener (1.5.2+~1.4.0-1) ...
Selecting previously unselected package node-punycode.
Preparing to unpack .../322-node-punycode_2.2.3-2_all.deb ...
Unpacking node-punycode (2.2.3-2) ...
Selecting previously unselected package node-read.
Preparing to unpack .../323-node-read_1.0.7-5_all.deb ...
Unpacking node-read (1.0.7-5) ...
Selecting previously unselected package node-shell-quote.
Preparing to unpack .../324-node-shell-quote_1.7.4+~1.7.1-1_all.deb ...
Unpacking node-shell-quote (1.7.4+~1.7.1-1) ...
Selecting previously unselected package node-stack-utils.
Preparing to unpack .../325-node-stack-utils_2.0.6+~2.0.1-1_all.deb ...
Unpacking node-stack-utils (2.0.6+~2.0.1-1) ...
Selecting previously unselected package node-yaml.
Preparing to unpack .../326-node-yaml_2.3.4+~cs0.4.0-1_all.deb ...
Unpacking node-yaml (2.3.4+~cs0.4.0-1) ...
Selecting previously unselected package node-tap-parser.
Preparing to unpack .../327-node-tap-parser_13.0.1+~cs4.1.3-2_all.deb ...
Unpacking node-tap-parser (13.0.1+~cs4.1.3-2) ...
Selecting previously unselected package node-tap-mocha-reporter.
Preparing to unpack .../328-node-tap-mocha-reporter_5.0.3+~2.0.2-3_all.deb ...
Unpacking node-tap-mocha-reporter (5.0.3+~2.0.2-3) ...
Selecting previously unselected package node-terser.
Preparing to unpack .../329-node-terser_5.31.3-1_all.deb ...
Unpacking node-terser (5.31.3-1) ...
Selecting previously unselected package node-typescript.
Preparing to unpack .../330-node-typescript_5.0.4+ds1-1_all.deb ...
Unpacking node-typescript (5.0.4+ds1-1) ...
Selecting previously unselected package node-widest-line.
Preparing to unpack .../331-node-widest-line_3.1.0-2_all.deb ...
Unpacking node-widest-line (3.1.0-2) ...
Selecting previously unselected package node-ws.
Preparing to unpack .../332-node-ws_8.18.0+~cs13.7.11-1_all.deb ...
Unpacking node-ws (8.18.0+~cs13.7.11-1) ...
Selecting previously unselected package node-yn.
Preparing to unpack .../333-node-yn_4.0.0-3_all.deb ...
Unpacking node-yn (4.0.0-3) ...
Selecting previously unselected package rollup.
Preparing to unpack .../334-rollup_3.29.5-1_all.deb ...
Unpacking rollup (3.29.5-1) ...
Selecting previously unselected package terser.
Preparing to unpack .../335-terser_5.31.3-1_all.deb ...
Unpacking terser (5.31.3-1) ...
Selecting previously unselected package ts-node.
Preparing to unpack .../336-ts-node_10.9.2+~cs64.13.20-1_all.deb ...
Unpacking ts-node (10.9.2+~cs64.13.20-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../337-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libapt-pkg-perl (0.1.40+b6) ...
Setting up libpipeline1:amd64 (1.5.8-1) ...
Setting up node-fs.realpath (1.0.0-3) ...
Setting up libsharpyuv0:amd64 (1.4.0-0.1+b1) ...
Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ...
Setting up node-lru-cache (10.0.1-3) ...
Setting up node-abbrev (1.1.1+~1.1.2-1) ...
Setting up libtie-ixhash-perl (1.23-4) ...
Setting up node-path-is-inside (1.0.2+~1.0.0-1) ...
Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up libicu72:amd64 (72.1-5+b1) ...
Setting up node-pify (5.0.0+~cs5.0.1-1) ...
Setting up node-p-limit (4.0.0+~cs4.0.0-5) ...
Setting up node-yallist (4.0.0+~4.0.1-1) ...
Setting up liblerc4:amd64 (4.0.0+ds-5) ...
Setting up libjs-inherits (2.0.4-6) ...
Setting up bsdextrautils (2.40.2-12) ...
Setting up node-is-windows (1.0.2+~cs1.0.0-1) ...
Setting up node-ansi-regex (5.0.1-1) ...
Setting up node-yaml (2.3.4+~cs0.4.0-1) ...
Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ...
Setting up node-slash (4.0.0-3) ...
Setting up node-util-deprecate (1.0.2-3) ...
Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Setting up node-v8flags (3.2.0+~3.1.1-1) ...
Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Setting up node-arrify (2.0.1-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up node-caniuse-lite (1.0.30001620+dfsg+~1.0.5-2) ...
Setting up node-isobject (4.0.0-2) ...
Setting up libio-stringy-perl (2.113-2) ...
Setting up node-isexe (2.0.0+~2.0.1-5) ...
Setting up libdebhelper-perl (13.20) ...
Setting up libbrotli1:amd64 (1.1.0-2+b6) ...
Setting up node-resolve (1.22.8+~cs5.34.15-2) ...
Setting up node-jsonparse (1.3.1-10) ...
Setting up libheap-perl (0.80-5) ...
Setting up node-core-js-pure (3.33.2-1) ...
Setting up node-path-exists (5.0.0-8) ...
Setting up libcgi-pm-perl (4.66-1) ...
Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Setting up libuv1t64:amd64 (1.48.0-7) ...
Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Setting up node-escape-string-regexp (4.0.0-2) ...
Setting up node-through (2.3.8+~cs0.0.30-1) ...
Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-p-locate (6.0.0-12) ...
Setting up libnghttp2-14:amd64 (1.64.0-1) ...
Setting up node-strip-bom (4.0.0-2) ...
Setting up libdeflate0:amd64 (1.22-1) ...
Setting up node-stack-utils (2.0.6+~2.0.1-1) ...
Setting up node-ci-info (4.0.0+~cs1.1.0-1) ...
Setting up gettext-base (0.22.5-2) ...
Setting up m4 (1.4.19-4) ...
Setting up node-color-name (1.1.4+~1.1.1-2) ...
Setting up node-electron-to-chromium (1.4.773-1) ...
Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ...
Setting up node-camelcase (7.0.0-3) ...
Setting up node-resumer (0.0.0-6) ...
Setting up node-uuid (8.3.2+~8.3.4-1) ...
Setting up node-create-require (1.1.1-4) ...
Setting up node-auto-bind (4.0.0-2) ...
Setting up libyaml-perl (1.31-1) ...
Setting up node-terser (5.31.3-1) ...
Setting up libjbig0:amd64 (2.1-6.1+b2) ...
Setting up node-path-type (4.0.0-3) ...
Setting up node-indent-string (4.0.0-2) ...
Setting up libsub-install-perl (0.929-1) ...
Setting up libelf1t64:amd64 (0.192-4) ...
Setting up node-function-bind (1.1.2+~cs2.1.14-1) ...
Setting up node-clone (2.1.2+~2.1.2-1) ...
Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-2) ...
Setting up node-has-flag (5.0.1-1) ...
Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ...
Setting up node-regjsgen (0.7.1+ds-1) ...
Setting up liberror-perl (0.17029-2) ...
Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-inherits (2.0.4-6) ...
Setting up node-builtin-modules (3.3.0-2) ...
Setting up node-path-is-absolute (2.0.0-2) ...
Setting up node-locate-path (7.1.1-2) ...
Setting up autotools-dev (20220109.1) ...
Setting up node-is-descriptor (3.0.0-2) ...
Setting up libglib2.0-0t64:amd64 (2.82.4-1) ...
No schema files found: doing nothing.
Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Setting up libset-object-perl (1.42-1+b5) ...
Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-3+b1) ...
Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up node-y18n (5.0.8+~5.0.0-3) ...
Setting up node-shebang-regex (3.0.0-2) ...
Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Setting up node-balanced-match (2.0.0-1) ...
Setting up node-convert-source-map (1.9.0+~1.5.2-1) ...
Setting up node-brace-expansion (2.0.1+~1.1.0-1) ...
Setting up node-is-stream (3.0.0-4) ...
Setting up node-spdx-exceptions (2.3.0-2) ...
Setting up node-js-tokens (8.0.0-2) ...
Setting up node-core-js (3.33.2-1) ...
Setting up libarray-unique-perl (0.09-1) ...
Setting up libpng16-16t64:amd64 (1.6.44-3) ...
Setting up libcares2:amd64 (1.34.4-1) ...
Setting up node-repeat-string (1.6.1+repack-1) ...
Setting up node-globals (13.23.0-1) ...
Setting up node-deep-is (0.1.4-1) ...
Setting up autopoint (0.22.5-2) ...
Setting up node-async (3.2.6+dfsg-2) ...
Setting up node-signal-exit (4.1.0-7) ...
Setting up liblist-moreutils-xs-perl (0.430-4+b2) ...
Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-wrappy (1.0.2-3) ...
Setting up autoconf (2.72-3) ...
Setting up node-require-directory (2.1.1+~2.1.2-1) ...
Setting up node-quick-lru (6.1.1-4) ...
Setting up node-regenerator-runtime (0.15.2+~0.10.8-1) ...
Setting up libwebp7:amd64 (1.4.0-0.1+b1) ...
Setting up node-punycode (2.2.3-2) ...
Setting up libexporter-lite-perl (0.09-2) ...
Setting up node-to-fast-properties (3.0.1-3) ...
Setting up node-defaults (1.0.4+~1.0.3-1) ...
Setting up libsub-name-perl:amd64 (0.27-1+b3) ...
Setting up node-mute-stream (0.0.8+~0.0.1-3) ...
Setting up node-commander (9.4.1-1) ...
Setting up node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Setting up libjs-typedarray-to-buffer (4.0.0-2) ...
Setting up dwz (0.15-1+b1) ...
Setting up node-graceful-fs (4.2.10-1) ...
Setting up node-is-path-cwd (2.2.0-2) ...
Setting up libtiff6:amd64 (4.5.1+git230720-5) ...
Setting up node-clean-yaml-object (0.1.0-6) ...
Setting up node-jsonify (0.0.1-1) ...
Setting up libuchardet0:amd64 (0.0.8-1+b2) ...
Setting up libjson-perl (4.10000-1) ...
Setting up node-fast-levenshtein (2.0.6+ds-3) ...
Setting up libjs-regenerate (1.4.2-3) ...
Setting up node-hosted-git-info (6.1.1-2) ...
Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Setting up node-binary-extensions (2.2.0-2) ...
Setting up node-is-plain-object (5.0.0-7) ...
Setting up node-path-dirname (1.0.2-2) ...
Setting up node-spdx-license-ids (3.0.12-1) ...
Setting up node-string-decoder (1.3.0-6) ...
Setting up node-esutils (2.0.3+~2.0.0-1) ...
Setting up node-time-stamp (2.2.0-2) ...
Setting up node-commondir (1.0.1+~1.0.0-1) ...
Setting up libjs-prettify (2015.12.04+dfsg-1.1) ...
Setting up node-core-util-is (1.0.3-1) ...
Setting up node-prelude-ls (1.2.1+dfsg-3) ...
Setting up node-minimatch (9.0.3-5) ...
Setting up node-cli-boxes (3.0.0-1) ...
Setting up libexporter-tiny-perl (1.006002-1) ...
Setting up libclass-accessor-perl (0.51-2) ...
Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Setting up node-xtend (4.0.2-3) ...
Setting up node-set-immediate-shim (2.0.0-2) ...
Setting up node-foreground-child (3.1.1-2) ...
Setting up node-wordwrap (1.0.0-4) ...
Setting up node-read (1.0.7-5) ...
Setting up node-is-arrayish (0.3.2-3) ...
Setting up node-npm-run-path (5.1.0+~4.0.0-8) ...
Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up node-is-buffer (2.0.5-2) ...
Setting up xdg-utils (1.2.1-2) ...
update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
Setting up node-color-convert (2.0.1+~cs2.0.0-2) ...
Setting up liblocale-gettext-perl (1.07-7+b1) ...
Setting up node-data-uri-to-buffer (6.0.2~0~2024040606-4) ...
Setting up node-async-each (1.0.3-3) ...
Setting up node-isarray (2.0.5-4) ...
Setting up node-is-plain-obj (3.0.0-2) ...
Setting up node-is-extglob (2.1.1-5) ...
Setting up node-shebang-command (2.0.0-1) ...
Setting up libjs-is-typedarray (1.0.0-4) ...
Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Setting up libhtml-form-perl (6.12-1) ...
Setting up node-process-nextick-args (2.0.1-3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up node-readable-stream (3.6.0+~cs3.0.0-4) ...
Setting up gettext (0.22.5-2) ...
Setting up node-supports-color (8.1.1+~8.1.1-1) ...
Setting up node-error-ex (1.3.2-4) ...
Setting up node-once (1.4.1-1) ...
Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Setting up libtool (2.4.7-8) ...
Setting up liblist-moreutils-perl (0.430-2) ...
Setting up node-shell-quote (1.7.4+~1.7.1-1) ...
Setting up node-find-up (6.3.0-7) ...
Setting up node-kind-of (6.0.3+dfsg-2) ...
Setting up libparse-debcontrol-perl (2.005-6) ...
Setting up node-is-binary-path (2.1.0-5) ...
Setting up libgraph-perl (1:0.9729-1) ...
Setting up node-minimist (1.2.8+~cs5.3.5-1) ...
Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ...
Setting up node-define-property (2.0.2+really+2.0.2-3) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up help2man (1.49.3) ...
Setting up node-wcwidth.js (1.0.2-2) ...
Setting up dh-autoreconf (20) ...
Setting up node-resolve-cwd (3.0.0-2) ...
Setting up node-fetch (3.3.2+~cs11.4.11-3) ...
Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ...
Setting up node-iconv-lite (0.6.3-3) ...
Setting up node-type-check (0.4.0+dfsg-3) ...
Setting up libwww-mechanize-perl (2.19-1) ...
Setting up node-ansi-styles (6.2.1-3) ...
Setting up node-pkg-dir (5.0.0-2) ...
Setting up shared-mime-info (2.4-5+b1) ...
Setting up node-restore-cursor (4.0.0-4) ...
Setting up node-optimist (0.6.1+~0.0.30-2) ...
Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Setting up libdebian-source-perl (0.126) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up node-is-typedarray (1.0.0-4) ...
Setting up groff-base (1.23.0-6) ...
Setting up node-inflight (1.0.6-2) ...
Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-1+b1) ...
Setting up node-encoding (0.1.13-2) ...
Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Setting up node-cli-cursor (4.0.0-3) ...
Setting up node-regenerator-transform (0.15.2+~0.10.8-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebian-copyright-perl (0.2-6) ...
Setting up man-db (2.13.0-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up node-levn (0.4.1+dfsg-2) ...
Setting up node-spdx-correct (3.1.1-2) ...
Setting up node-glob (8.1.0+~cs8.5.15-1) ...
Setting up libnotify4:amd64 (0.8.3-1+b2) ...
Setting up node-typedarray-to-buffer (4.0.0-2) ...
Setting up libnotify-bin (0.8.3-1+b2) ...
Setting up node-minipass (5.0.0+~cs10.3.21-2) ...
Setting up node-validate-npm-package-license (3.0.4-2) ...
Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Setting up node-write-file-atomic (4.0.2+~4.0.0-2) ...
Setting up node-growl (1.10.5-4) ...
Setting up debhelper (13.20) ...
Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Setting up libnode115:amd64 (20.18.1+dfsg-1) ...
Setting up nodejs (20.18.1+dfsg-1) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-argparse (2.0.1-2) ...
Setting up node-typescript (5.0.4+ds1-1) ...
Setting up node-yn (4.0.0-3) ...
Setting up rollup (3.29.5-1) ...
Setting up terser (5.31.3-1) ...
Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Setting up node-unicode-match-property-ecmascript (2.0.0-2) ...
Setting up node-defined (1.0.1+~1.0.0-1) ...
Setting up node-arg (5.0.2-2) ...
Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Setting up node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ...
Setting up node-strip-ansi (6.0.1-2) ...
Setting up node-ignore (5.2.1-1) ...
Setting up node-chalk (5.3.0-1) ...
Setting up node-which (2.0.2+~cs1.3.2-3) ...
Setting up node-make-error (1.3.7-3) ...
Setting up node-tap-parser (13.0.1+~cs4.1.3-2) ...
Setting up node-esprima (4.0.1+ds+~4.0.3-2) ...
Setting up node-is-path-inside (3.0.3-2) ...
Setting up node-neo-async (2.6.2+~cs3.0.0-3) ...
Setting up node-mkdirp (2.1.6+~cs5.2.1-2) ...
Setting up node-es6-error (4.1.1-5) ...
Setting up node-opener (1.5.2+~1.4.0-1) ...
Setting up node-archy (1.0.0-6) ...
Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Setting up node-nopt (5.0.0-4) ...
Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-json5 (2.2.3+dfsg-1) ...
Setting up node-ms (2.1.3+~cs0.7.31-3) ...
Setting up node-rimraf (3.0.2-2) ...
Setting up node-string-width (4.2.3+~cs13.2.3-1) ...
Setting up node-regenerate (1.4.2-3) ...
Setting up node-semver (7.6.1+~7.5.8-2) ...
Setting up node-picocolors (1.0.0-4) ...
Setting up node-es-abstract (1.20.4+~cs26.27.47-2) ...
Setting up node-log-driver (1.2.7+git+20180219+bba1761737-7) ...
Setting up handlebars (3:4.7.7+~4.1.0-1) ...
Setting up node-object-assign (4.1.1-7) ...
Setting up node-is-glob (4.0.3-2) ...
Setting up dh-nodejs (0.15.23) ...
Setting up node-is-number (7.0.0-4) ...
Setting up node-for-in (1.0.2-4) ...
Setting up node-define-properties (1.2.1+~cs2.2.3-1) ...
Setting up ts-node (10.9.2+~cs64.13.20-1) ...
Setting up node-is-extendable (1.0.1-3) ...
Setting up node-jsesc (3.0.2+~3.0.1-1) ...
Setting up node-regjsparser (0.9.1+ds-2) ...
Setting up node-decamelize (4.0.0-2) ...
Setting up node-normalize-path (3.0.0+~3.0.0-1) ...
Setting up node-debug (4.3.4+~cs4.1.7-1) ...
Setting up node-agent-base (7.1.1~0~2024040606-4) ...
Setting up node-browserslist (4.23.0+~cs6.1.32-1) ...
Setting up node-yargs-parser (21.1.1+~21.0.0-4) ...
Setting up node-coveralls (3.1.1-4) ...
Setting up node-make-dir (3.1.0-3) ...
Setting up node-tap-mocha-reporter (5.0.3+~2.0.2-3) ...
Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ...
Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ...
Setting up node-for-own (1.0.0-3) ...
Setting up node-escodegen (2.1.0+dfsg+~0.0.8-1) ...
Setting up node-widest-line (3.1.0-2) ...
Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ...
Setting up node-glob-parent (6.0.2+~5.1.1-2) ...
Setting up node-cli-truncate (2.1.0-5) ...
Setting up node-anymatch (3.1.3+~cs4.6.1-2) ...
Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Setting up node-https-proxy-agent (7.0.4~0~2024040606-4) ...
Setting up node-cliui (7.0.4+repack+1+~cs1.4.2-2) ...
Setting up node-deep-equal (2.2.3+~cs43.15.94-1) ...
Setting up node-regexpu-core (5.2.2-3) ...
Setting up node-yargs (16.2.0+~16.0.4-7) ...
Setting up node-to-regex-range (5.0.1-4) ...
Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Setting up node-core-js-compat (3.33.2-1) ...
Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ...
Setting up libjs-util (0.12.5+~1.0.10-1) ...
Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Setting up node-readdirp (3.6.0-1) ...
Setting up node-ws (8.18.0+~cs13.7.11-1) ...
Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Setting up node-fill-range (7.1.1+~7.0.3-1) ...
Setting up node-util (0.12.5+~1.0.10-1) ...
Setting up node-assert (2.0.0+~cs3.9.8-2) ...
Setting up node-braces (3.0.3+~3.0.4-1) ...
Setting up node-chokidar (3.6.0-2) ...
Setting up node-micromatch (4.0.7+~4.0.9-1) ...
Setting up node-globby (13.1.3+~cs16.25.40-3) ...
Setting up node-del (7.1.0-1) ...
Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ...
Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-7) ...
update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode
update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode
update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode
update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode
Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ...
Setting up node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ...
Setting up node-parse-json (5.2.0+~cs5.1.7-2) ...
Setting up node-read-pkg (5.2.0-2) ...
Setting up node-istanbul (0.4.5+repack10+~cs98.25.59-3) ...
Setting up node-tape (5.6.1+~cs8.20.19-2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.40-4) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) amd64 (x86_64)
Toolchain package versions: binutils_2.43.50.20241210-1 dpkg-dev_1.22.11 g++-13_13.3.0-8 g++-14_14.2.0-8 gcc-13_13.3.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-4 libstdc++-13-dev_13.3.0-8 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.12.3-1
Package versions: adduser_3.137 apt_2.9.17 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.6 base-passwd_3.6.5 bash_5.2.37-1 binutils_2.43.50.20241210-1 binutils-common_2.43.50.20241210-1 binutils-x86-64-linux-gnu_2.43.50.20241210-1 bsdextrautils_2.40.2-12 bsdutils_1:2.40.2-12 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 ccache_4.10.2-1+b1 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-13_13.3.0-8 cpp-13-x86-64-linux-gnu_13.3.0-8 cpp-14_14.2.0-8 cpp-14-x86-64-linux-gnu_14.2.0-8 cpp-x86-64-linux-gnu_4:14.2.0-1 dash_0.5.12-9 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 devscripts_2.24.7 dh-autoreconf_20 dh-nodejs_0.15.23 dh-strip-nondeterminism_1.14.0-1 diffutils_1:3.10-1 dirmngr_2.2.45-2 dpkg_1.22.11 dpkg-dev_1.22.11 dwz_0.15-1+b1 e2fsprogs_1.47.2~rc1-2 eatmydata_131-2 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-13_13.3.0-8 g++-13-x86-64-linux-gnu_13.3.0-8 g++-14_14.2.0-8 g++-14-x86-64-linux-gnu_14.2.0-8 g++-x86-64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-13_13.3.0-8 gcc-13-base_13.3.0-8 gcc-13-x86-64-linux-gnu_13.3.0-8 gcc-14_14.2.0-8 gcc-14-base_14.2.0-8 gcc-14-x86-64-linux-gnu_14.2.0-8 gcc-x86-64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gnupg_2.2.45-2 gnupg-l10n_2.2.45-2 gpg_2.2.45-2 gpg-agent_2.2.45-2 gpgconf_2.2.45-2 gpgsm_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4 groff-base_1.23.0-6 gzip_1.12-1.2 handlebars_3:4.7.7+~4.1.0-1 help2man_1.49.3 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 libacl1_2.3.2-2+b1 libapparmor1_3.1.7-1+b3 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.17 libarchive-zip-perl_1.68-1 libarray-unique-perl_0.09-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-op-check-perl_0.22-3+b2 libbinutils_2.43.50.20241210-1 libblkid1_2.40.2-12 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-4 libc-dev-bin_2.40-4 libc6_2.40-4 libc6-dev_2.40-4 libcap-ng0_0.8.5-4 libcap2_1:2.66-5+b1 libcares2_1.34.4-1 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-accessor-perl_0.51-2 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2t64_1.47.0-2.3+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.50.20241210-1 libctf0_2.43.50.20241210-1 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.274 libdebhelper-perl_13.20 libdebian-copyright-perl_0.2-6 libdebian-source-perl_0.126 libdeflate0_1.22-1 libdevel-callchecker-perl_0.009-1+b1 libdpkg-perl_1.22.11 libdynaloader-functions-perl_0.004-1 libeatmydata1_131-2+b1 libelf1t64_0.192-4 libencode-locale-perl_1.05-3 liberror-perl_0.17029-2 libexpat1_2.6.4-1 libexporter-lite-perl_0.09-2 libexporter-tiny-perl_1.006002-1 libext2fs2t64_1.47.2~rc1-2 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-dirlist-perl_0.05-3 libfile-homedir-perl_1.006-2 libfile-listing-perl_6.16-1 libfile-stripnondeterminism-perl_1.14.0-1 libfile-touch-perl_0.12-2 libfile-which-perl_1.27-2 libfmt10_10.1.1+ds1-4 libgcc-13-dev_13.3.0-8 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libgdk-pixbuf-2.0-0_2.42.12+dfsg-1+b1 libgdk-pixbuf2.0-common_2.42.12+dfsg-1 libglib2.0-0t64_2.82.4-1 libgmp10_2:6.3.0+dfsg-3 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.51-2 libgprofng0_2.43.50.20241210-1 libgraph-perl_1:0.9729-1 libgssapi-krb5-2_1.21.3-3 libheap-perl_0.80-5 libhiredis0.14_0.14.1-4 libhiredis1.1.0_1.2.0-6+b3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-pty-perl_1:1.20-1+b2 libio-socket-ssl-perl_2.089-1 libio-stringy-perl_2.113-2 libipc-run-perl_20231003.0-2 libisl23_0.27-1 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjbig0_2.1-6.1+b2 libjpeg62-turbo_1:2.1.5-3+b1 libjs-inherits_2.0.4-6 libjs-is-typedarray_1.0.0-4 libjs-prettify_2015.12.04+dfsg-1.1 libjs-regenerate_1.4.2-3 libjs-source-map_0.7.0++dfsg2+really.0.6.1-15 libjs-sprintf-js_1.1.2+ds1+~1.1.2-1 libjs-typedarray-to-buffer_4.0.0-2 libjs-util_0.12.5+~1.0.10-1 libjson-perl_4.10000-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libksba8_1.6.7-2+b1 libldap-2.5-0_2.5.18+dfsg-3+b1 liblerc4_4.0.0+ds-5 liblist-moreutils-perl_0.430-2 liblist-moreutils-xs-perl_0.430-4+b2 liblocale-gettext-perl_1.07-7+b1 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmd0_1.1.0-2+b1 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmount1_2.40.2-12 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libncursesw6_6.5-2+b1 libnet-http-perl_6.23-1 libnet-ssleay-perl_1.94-2 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnode115_20.18.1+dfsg-1 libnotify-bin_0.8.3-1+b2 libnotify4_0.8.3-1+b2 libnpth0t64_1.8-2 libnsl-dev_1.3.0-3+b3 libnsl2_1.3.0-3+b3 libp11-kit0_0.25.5-2+b1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparse-debcontrol-perl_2.005-6 libpcre2-8-0_10.44-5 libperl5.36_5.36.0-10+b1 libperl5.40_5.40.0-8 libpipeline1_1.5.8-1 libpng16-16t64_1.6.44-3 libpython3-stdlib_3.12.7-1 libpython3.12-minimal_3.12.8-3 libpython3.12-stdlib_3.12.8-3 libquadmath0_14.2.0-8 libreadline8t64_8.2-6 librole-tiny-perl_2.002004-1 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-2 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libset-object-perl_1.42-1+b5 libsframe1_2.43.50.20241210-1 libsharpyuv0_1.4.0-0.1+b1 libsmartcols1_2.40.2-12 libsqlite3-0_3.46.1-1 libss2t64_1.47.0-2.3+b1 libssl3t64_3.3.2-2 libstdc++-13-dev_13.3.0-8 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsystemd0_257-2 libtasn1-6_4.19.0-3+b3 libtie-ixhash-perl_1.23-4 libtiff6_4.5.1+git230720-5 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtirpc-common_1.3.4+ds-1.3 libtirpc-dev_1.3.4+ds-1.3+b1 libtirpc3t64_1.3.4+ds-1.3+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257-2 libunistring5_1.3-1 liburi-perl_5.30-1 libuuid1_2.40.2-12 libuv1t64_1.48.0-7 libwebp7_1.4.0-0.1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxxhash0_0.8.2-2+b2 libyaml-perl_1.31-1 libzstd1_1.5.6+dfsg-1+b1 linux-libc-dev_6.12.3-1 login_1:4.16.0-2+really2.40.2-12 login.defs_1:4.16.0-7 logsave_1.47.2~rc1-2 m4_1.4.19-4 make_4.3-4.1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 mount_2.40.2-12 nano_8.2-1 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 node-abbrev_1.1.1+~1.1.2-1 node-acorn_8.8.1+ds+~cs25.17.7-2 node-agent-base_7.1.1~0~2024040606-4 node-ampproject-remapping_2.2.0+~cs5.15.37-1 node-ansi-escapes_5.0.0+really.4.3.1-1 node-ansi-regex_5.0.1-1 node-ansi-styles_6.2.1-3 node-anymatch_3.1.3+~cs4.6.1-2 node-archy_1.0.0-6 node-arg_5.0.2-2 node-argparse_2.0.1-2 node-arrify_2.0.1-3 node-assert_2.0.0+~cs3.9.8-2 node-async_3.2.6+dfsg-2 node-async-each_1.0.3-3 node-auto-bind_4.0.0-2 node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7 node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1 node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1 node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1 node-babel7_7.20.15+ds1+~cs214.269.168-7 node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7 node-balanced-match_2.0.0-1 node-binary-extensions_2.2.0-2 node-brace-expansion_2.0.1+~1.1.0-1 node-braces_3.0.3+~3.0.4-1 node-browserslist_4.23.0+~cs6.1.32-1 node-builtin-modules_3.3.0-2 node-camelcase_7.0.0-3 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2 node-chalk_5.3.0-1 node-chokidar_3.6.0-2 node-ci-info_4.0.0+~cs1.1.0-1 node-cjs-module-lexer_1.2.3+dfsg-1 node-clean-yaml-object_0.1.0-6 node-cli-boxes_3.0.0-1 node-cli-cursor_4.0.0-3 node-cli-truncate_2.1.0-5 node-cliui_7.0.4+repack+1+~cs1.4.2-2 node-clone_2.1.2+~2.1.2-1 node-clone-deep_4.0.1+~cs7.0.2-1 node-color-convert_2.0.1+~cs2.0.0-2 node-color-name_1.1.4+~1.1.1-2 node-commander_9.4.1-1 node-commondir_1.0.1+~1.0.0-1 node-convert-source-map_1.9.0+~1.5.2-1 node-core-js_3.33.2-1 node-core-js-compat_3.33.2-1 node-core-js-pure_3.33.2-1 node-core-util-is_1.0.3-1 node-coveralls_3.1.1-4 node-create-require_1.1.1-4 node-data-uri-to-buffer_6.0.2~0~2024040606-4 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2 node-debug_4.3.4+~cs4.1.7-1 node-decamelize_4.0.0-2 node-deep-equal_2.2.3+~cs43.15.94-1 node-deep-is_0.1.4-1 node-defaults_1.0.4+~1.0.3-1 node-define-properties_1.2.1+~cs2.2.3-1 node-define-property_2.0.2+really+2.0.2-3 node-defined_1.0.1+~1.0.0-1 node-del_7.1.0-1 node-diff_5.0.0~dfsg+~5.0.1-4 node-electron-to-chromium_1.4.773-1 node-encoding_0.1.13-2 node-error-ex_1.3.2-4 node-es-abstract_1.20.4+~cs26.27.47-2 node-es6-error_4.1.1-5 node-escape-string-regexp_4.0.0-2 node-escodegen_2.1.0+dfsg+~0.0.8-1 node-esprima_4.0.1+ds+~4.0.3-2 node-estraverse_5.3.0+ds+~5.1.1-1 node-esutils_2.0.3+~2.0.0-1 node-fancy-log_1.3.3+~cs1.3.1-2 node-fast-levenshtein_2.0.6+ds-3 node-fetch_3.3.2+~cs11.4.11-3 node-fill-range_7.1.1+~7.0.3-1 node-find-cache-dir_3.3.2+~3.2.1-1 node-find-up_6.3.0-7 node-for-in_1.0.2-4 node-for-own_1.0.0-3 node-foreground-child_3.1.1-2 node-fs-readdir-recursive_1.1.0+~1.1.0-1 node-fs.realpath_1.0.0-3 node-function-bind_1.1.2+~cs2.1.14-1 node-get-caller-file_2.0.5+~cs1.1.1-4 node-glob_8.1.0+~cs8.5.15-1 node-glob-parent_6.0.2+~5.1.1-2 node-globals_13.23.0-1 node-globby_13.1.3+~cs16.25.40-3 node-graceful-fs_4.2.10-1 node-growl_1.10.5-4 node-has-flag_5.0.1-1 node-hosted-git-info_6.1.1-2 node-https-proxy-agent_7.0.4~0~2024040606-4 node-iconv-lite_0.6.3-3 node-ignore_5.2.1-1 node-imurmurhash_0.1.4+dfsg+~0.1.1-2 node-indent-string_4.0.0-2 node-inflight_1.0.6-2 node-inherits_2.0.4-6 node-is-arrayish_0.3.2-3 node-is-binary-path_2.1.0-5 node-is-buffer_2.0.5-2 node-is-descriptor_3.0.0-2 node-is-extendable_1.0.1-3 node-is-extglob_2.1.1-5 node-is-glob_4.0.3-2 node-is-number_7.0.0-4 node-is-path-cwd_2.2.0-2 node-is-path-inside_3.0.3-2 node-is-plain-obj_3.0.0-2 node-is-plain-object_5.0.0-7 node-is-stream_3.0.0-4 node-is-typedarray_1.0.0-4 node-is-windows_1.0.2+~cs1.0.0-1 node-isarray_2.0.5-4 node-isexe_2.0.0+~2.0.1-5 node-isobject_4.0.0-2 node-istanbul_0.4.5+repack10+~cs98.25.59-3 node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5 node-js-tokens_8.0.0-2 node-js-yaml_4.1.0+dfsg+~4.0.5-7 node-jsesc_3.0.2+~3.0.1-1 node-json-parse-better-errors_1.0.2+~cs3.3.1-3 node-json5_2.2.3+dfsg-1 node-jsonify_0.0.1-1 node-jsonparse_1.3.1-10 node-kind-of_6.0.3+dfsg-2 node-lcov-parse_1.0.0+20170612git80d039574ed9-6 node-levn_0.4.1+dfsg-2 node-locate-path_7.1.1-2 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9 node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9 node-log-driver_1.2.7+git+20180219+bba1761737-7 node-lru-cache_10.0.1-3 node-make-dir_3.1.0-3 node-make-error_1.3.7-3 node-micromatch_4.0.7+~4.0.9-1 node-minimatch_9.0.3-5 node-minimist_1.2.8+~cs5.3.5-1 node-minipass_5.0.0+~cs10.3.21-2 node-mkdirp_2.1.6+~cs5.2.1-2 node-ms_2.1.3+~cs0.7.31-3 node-mute-stream_0.0.8+~0.0.1-3 node-n3_1.16.3+~1.2.3+~1.10.4-1 node-neo-async_2.6.2+~cs3.0.0-3 node-nopt_5.0.0-4 node-normalize-package-data_4.0.1+~2.4.1-1 node-normalize-path_3.0.0+~3.0.0-1 node-npm-run-path_5.1.0+~4.0.0-8 node-object-assign_4.1.1-7 node-object-inspect_1.12.2+~cs1.8.1-1 node-once_1.4.1-1 node-opener_1.5.2+~1.4.0-1 node-optimist_0.6.1+~0.0.30-2 node-optionator_0.9.1+dfsg+~cs1.2.3-1 node-p-limit_4.0.0+~cs4.0.0-5 node-p-locate_6.0.0-12 node-p-map_4.0.0+~3.1.0+~3.0.1-2 node-parse-json_5.2.0+~cs5.1.7-2 node-path-dirname_1.0.2-2 node-path-exists_5.0.0-8 node-path-is-absolute_2.0.0-2 node-path-is-inside_1.0.2+~1.0.0-1 node-path-type_4.0.0-3 node-picocolors_1.0.0-4 node-pify_5.0.0+~cs5.0.1-1 node-pkg-dir_5.0.0-2 node-prelude-ls_1.2.1+dfsg-3 node-process-nextick-args_2.0.1-3 node-punycode_2.2.3-2 node-quick-lru_6.1.1-4 node-read_1.0.7-5 node-read-pkg_5.2.0-2 node-readable-stream_3.6.0+~cs3.0.0-4 node-readdirp_3.6.0-1 node-regenerate_1.4.2-3 node-regenerate-unicode-properties_10.1.0+ds-1 node-regenerator-runtime_0.15.2+~0.10.8-1 node-regenerator-transform_0.15.2+~0.10.8-1 node-regexpu-core_5.2.2-3 node-regjsgen_0.7.1+ds-1 node-regjsparser_0.9.1+ds-2 node-repeat-string_1.6.1+repack-1 node-require-directory_2.1.1+~2.1.2-1 node-resolve_1.22.8+~cs5.34.15-2 node-resolve-cwd_3.0.0-2 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1 node-restore-cursor_4.0.0-4 node-resumer_0.0.0-6 node-rimraf_3.0.2-2 node-safe-buffer_5.2.1+~cs2.1.2-3 node-semver_7.6.1+~7.5.8-2 node-set-immediate-shim_2.0.0-2 node-shebang-command_2.0.0-1 node-shebang-regex_3.0.0-2 node-shell-quote_1.7.4+~1.7.1-1 node-signal-exit_4.1.0-7 node-slash_4.0.0-3 node-slice-ansi_5.0.0+~cs9.0.0-5 node-source-map_0.7.0++dfsg2+really.0.6.1-15 node-source-map-support_0.5.21+ds+~0.5.4-1 node-spdx-correct_3.1.1-2 node-spdx-exceptions_2.3.0-2 node-spdx-expression-parse_3.0.1+~3.0.1-1 node-spdx-license-ids_3.0.12-1 node-sprintf-js_1.1.2+ds1+~1.1.2-1 node-stack-utils_2.0.6+~2.0.1-1 node-string-decoder_1.3.0-6 node-string-width_4.2.3+~cs13.2.3-1 node-strip-ansi_6.0.1-2 node-strip-bom_4.0.0-2 node-supports-color_8.1.1+~8.1.1-1 node-tap-mocha-reporter_5.0.3+~2.0.2-3 node-tap-parser_13.0.1+~cs4.1.3-2 node-tape_5.6.1+~cs8.20.19-2 node-terser_5.31.3-1 node-through_2.3.8+~cs0.0.30-1 node-time-stamp_2.2.0-2 node-to-fast-properties_3.0.1-3 node-to-regex-range_5.0.1-4 node-type-check_0.4.0+dfsg-3 node-typedarray-to-buffer_4.0.0-2 node-typescript_5.0.4+ds1-1 node-undici_5.28.4+dfsg1+~cs23.12.11-2 node-unicode-canonical-property-names-ecmascript_2.0.0-2 node-unicode-match-property-ecmascript_2.0.0-2 node-unicode-match-property-value-ecmascript_2.1.0+ds-1 node-unicode-property-aliases-ecmascript_2.1.0+ds-1 node-util_0.12.5+~1.0.10-1 node-util-deprecate_1.0.2-3 node-uuid_8.3.2+~8.3.4-1 node-v8flags_3.2.0+~3.1.1-1 node-validate-npm-package-license_3.0.4-2 node-wcwidth.js_1.0.2-2 node-which_2.0.2+~cs1.3.2-3 node-widest-line_3.1.0-2 node-wordwrap_1.0.0-4 node-wrap-ansi_8.0.1+~8.0.1-3 node-wrappy_1.0.2-3 node-write-file-atomic_4.0.2+~4.0.0-2 node-ws_8.18.0+~cs13.7.11-1 node-xtend_4.0.2-3 node-y18n_5.0.8+~5.0.0-3 node-yallist_4.0.0+~4.0.1-1 node-yaml_2.3.4+~cs0.4.0-1 node-yargs_16.2.0+~16.0.4-7 node-yargs-parser_21.1.1+~21.0.0-4 node-yn_4.0.0-3 nodejs_20.18.1+dfsg-1 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-7 patch_2.7.6-7 patchutils_0.4.2-1 perl_5.40.0-8 perl-base_5.40.0-8 perl-modules-5.36_5.36.0-10 perl-modules-5.40_5.40.0-8 perl-openssl-defaults_7+b2 pinentry-curses_1.2.1-4+b1 po-debconf_1.0.21+nmu1 python3_3.12.7-1 python3-minimal_3.12.7-1 python3.12_3.12.8-3 python3.12-minimal_3.12.8-3 readline-common_8.2-6 rollup_3.29.5-1 rpcsvc-proto_1.4.3-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sudo_1.9.16p1-1 sysvinit-utils_3.11-1 tar_1.35+dfsg-3 terser_5.31.3-1 ts-node_10.9.2+~cs64.13.20-1 tzdata_2024b-4 usr-is-merged_39 util-linux_2.40.2-12 wdiff_1.2.2-6 xdg-utils_1.2.1-2 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: node-tap
Binary: node-tap
Architecture: all
Version: 16.3.7+ds3+~cs49.5.20-1
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer at melix.org>, Bastien Roucariès <rouca at debian.org>
Homepage: https://github.com/tapjs/node-tap
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-tap
Vcs-Git: https://salsa.debian.org/js-team/node-tap.git
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), help2man <!nodoc>, node-ansi-escapes <!nocheck>, node-assert <!nodoc>, node-auto-bind <!nocheck>, node-babel7 <!nocheck>, node-chalk <!nocheck>, node-chokidar <!nocheck>, node-clean-yaml-object <!nodoc>, node-cli-boxes <!nocheck>, node-cli-cursor <!nocheck>, node-cli-truncate <!nocheck>, node-cliui (>= 7.0.4+repack+1+~cs1.4.2-1~), node-coveralls <!nodoc>, node-diff, node-esprima <!nocheck>, node-find-cache-dir <!nocheck>, node-foreground-child (>= 3) <!nocheck>, node-foreground-child (>= 3) <!nodoc>, node-glob <!nodoc>, node-indent-string <!nocheck>, node-isexe <!nodoc>, node-istanbul <!nocheck>, node-jest-debbundle <!nocheck>, node-lodash <!nocheck>, node-make-dir <!nocheck>, node-minipass (>> 3.3.6+~cs9.4.19-3~) <!nocheck>, node-mkdirp <!nodoc>, node-ms <!nocheck>, node-opener <!nodoc>, node-punycode <!nocheck>, node-read-pkg <!nocheck>, node-resolve-from <!nocheck>, node-rimraf <!nodoc>, node-shell-quote <!nocheck>, node-signal-exit (>= 4) <!nodoc>, node-source-map-support <!nodoc>, node-stack-utils <!nodoc>, node-string-width <!nocheck>, node-strip-ansi <!nocheck>, node-tap-mocha-reporter <!nodoc>, node-tap-parser (>> 11.0.2+~cs2.1.4-2~), node-tape <!nocheck>, node-typescript, node-which <!nodoc>, node-widest-line <!nocheck>, node-wrap-ansi <!nocheck>, node-ws <!nocheck>, rollup, terser, ts-node <!nocheck>
Package-List:
 node-tap deb javascript optional arch=all
Checksums-Sha1:
 7e815baf6bdeb9840acb9ed0791700096f52d040 41456 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-async-hook-domain.tar.xz
 dd8f5714c32311c8c1899d2c70ef0d454c69290c 31624 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-bind-obj-methods.tar.xz
 982a1c8146d8ef43a8da58235502269ffec3832c 3292 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-callsite.tar.xz
 1a891d0303971f3f180b4d47c1a09d681c216005 3192 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-path.tar.xz
 f2fcd791443ceb4caa93da8e565ea9af813cb463 3892 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-findit.tar.xz
 b988c25dd312a11b18ca0d580df65e094e1ac841 1080 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-fs-exists-cached.tar.xz
 9d602b0a4c8acb57554a62aa69d651d474eff3d9 1880 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-function-loop.tar.xz
 42dac6f927d3699a544c1f2ddaa3999621f00ce2 3088 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-isaacs-import-jsx.tar.xz
 82254f163ed74849a90befba37cf9e2fa5c6e759 77340 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-libtap.tar.xz
 c00004377436d3f6368956c3ac2743c62fb69081 13532 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or-env.tar.xz
 9a0a89e5dfa248e1e9dd388165ac73e3f4ff9b56 1364 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or.tar.xz
 5626941405622cb66f2cc8623af3d28c9e2d2c17 70600 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-tcompare.tar.xz
 89826edaa6e4cd49402e676a96605918263087f5 32100 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-trivial-deferred.tar.xz
 2cc2e33435e5d41ee8d77db2626142da57814976 7424 node-tap_16.3.7+ds3+~cs49.5.20.orig-types-tap.tar.xz
 982b1595bb0eadd24a73c611ed02c59c2edad153 31312100 node-tap_16.3.7+ds3+~cs49.5.20.orig.tar.xz
 faa80891a1320e38251e0e0b839d6b6a1a068034 15836 node-tap_16.3.7+ds3+~cs49.5.20-1.debian.tar.xz
Checksums-Sha256:
 1877ab868c64917d71ae50decde48a1389cc0c66ef4a8d69265fa112bd4d14fb 41456 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-async-hook-domain.tar.xz
 e99057d917e41b8d4e800633e8de92bf7dd56f708819b2b0bff7bd2309f04dfd 31624 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-bind-obj-methods.tar.xz
 19d5c29439760fc6a7fdd2ca70d063b940dd296d5dd1acfd76a76c1af15c2b58 3292 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-callsite.tar.xz
 54dd1caf015500b06466e8aa7ab0fbc05bb0d1075d0b818592ea55d0c61ed848 3192 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-path.tar.xz
 e3499f1df5101944bb8b4b33f96baac2211ff547d948ab611fa09715a0b21232 3892 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-findit.tar.xz
 092b544782d2482367bdde94ec6f9eaad2d20858db8af826ab257f2effd3e1bc 1080 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-fs-exists-cached.tar.xz
 1106f21e0c0d4f705691ba5569d017f9b86c465f1855d4c5c01e5f034fd6b443 1880 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-function-loop.tar.xz
 37b6bad83ca2df7ca4c08c47a710ebe8fbea2b13674fe54be9d6a7dc10790572 3088 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-isaacs-import-jsx.tar.xz
 086913c0938726450ff261d733db0a9b47edbff9091079a5ab6e52790a61be7e 77340 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-libtap.tar.xz
 8ee34f529d3834a9a67eb413611cd028a4bef49cf95e52be8b938a6abb938a11 13532 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or-env.tar.xz
 2e588786557861624dfd7d03ffca2f1ced695b4c1b6ca7d98cd65738838e197e 1364 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or.tar.xz
 fafb7c501bedc7b8f613a33f4771c250a1ee471eeef47fd60fabd6dc9ba64750 70600 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-tcompare.tar.xz
 83d823f8254961240bf15b8d46fa875d00f0b2340a65e8b6b8af353df83b560c 32100 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-trivial-deferred.tar.xz
 3b0c4b066a47772dba9cf5b6fb844eafbd6a45ac187d66fc9b5a9c0f2a69a48b 7424 node-tap_16.3.7+ds3+~cs49.5.20.orig-types-tap.tar.xz
 20575404b9c88ae80a1e032dd259907329562719251256d8af3a5ce60cb99daf 31312100 node-tap_16.3.7+ds3+~cs49.5.20.orig.tar.xz
 d3e7936456495c5d96c533c40e8cb58613ea5ca82e5d3aaa9e07f43557f7470f 15836 node-tap_16.3.7+ds3+~cs49.5.20-1.debian.tar.xz
Files:
 cabcbd6400331418757260d5f016b036 41456 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-async-hook-domain.tar.xz
 c7c316903c3b0f51bb3901a18c1b03e7 31624 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-bind-obj-methods.tar.xz
 e796c6c4516c322bf49b62736bda4f2a 3292 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-callsite.tar.xz
 b4d637aa238a20b6859cd37b1ac37feb 3192 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-path.tar.xz
 217d51a1ddb4e22270b4569b934d0c4c 3892 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-findit.tar.xz
 c6e694d3b4d8a5a25173ce25b0cc80b0 1080 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-fs-exists-cached.tar.xz
 c71a7af2f9301b015bcfec51ac9534c6 1880 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-function-loop.tar.xz
 99084744dbc6db84225ab4601189d71d 3088 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-isaacs-import-jsx.tar.xz
 1812dd31bc8a396af63d55ded0fdce28 77340 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-libtap.tar.xz
 b3ceef800de977b7edcd317f633673ed 13532 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or-env.tar.xz
 1857d34a8c605e0082939f247048a047 1364 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or.tar.xz
 bed8fbb8cc6aec9319e2c9a7092efc59 70600 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-tcompare.tar.xz
 a3457b9552acc6f7a4fbee6e87fc7ecc 32100 node-tap_16.3.7+ds3+~cs49.5.20.orig-module-trivial-deferred.tar.xz
 653a17247d9260e1f9c2e68898054e30 7424 node-tap_16.3.7+ds3+~cs49.5.20.orig-types-tap.tar.xz
 ae4c36a86616c20fc5ba532031619384 31312100 node-tap_16.3.7+ds3+~cs49.5.20.orig.tar.xz
 dabc3e18f362497242e8c42273479d29 15836 node-tap_16.3.7+ds3+~cs49.5.20-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAmbDO3QRHHJvdWNhQGRl
Ymlhbi5vcmcACgkQADoaLapBCF+b5w/9HadBvFLGa9w0satlEi8lT1Qpyn3aD348
5sA+psQecSyKv0JWy/VcNm+FmrjM8++h1JdrIKsq98ql6s9p51QjNd4pnyMF+GiT
GPeyqtxRzoGV40bNqTxF6PCYPxeNNNbdmIiv612rpyRLFEgjnujpqQCXALF4khES
VbYHJX5E0QAYwMPMesPrA4CqCYV76iZOptTxjzfsTGOe4z1nwaqVd7vlNtgL4P81
rE8NBJHc0ns9mC0tDgT/QSJ8b1F+PgHrLj6GMdAMNBzaMAvWyckJjTiUuP+YjWWP
Yc2iiKeLBBfG9673ApRsxA+K8rxq4mntwS9l2ROfbhYAYsero/phXX9uQjOi1/2O
G5/2qizWn1Qft1FO77XlHcTCYoGQMcrnkDGowOrJ6QPCFt+vMu7EmWj/kxigmqKt
UHAO3PhEtIxo7md+rfXBp2J4V1XVqShX3fdAIEwey9oLhxrwBYplT5keE3dGAqCf
2qwovTdHrU7IIMnWLbqoMLngyqmwmWMc1P/XFecZxI9LQDemFBGsof9PU+qZdaen
gEGkD5XzbRKIv9+sZ0jRhZIHGEHXeDFvHHFaW4Od3GQf94KyNiSLW2ENUntARI6t
tD6BtY/TUfJw4xPmseEIuGsmcoFNLRAHPea3/Rdk35dZ2OBm/hfyYJX0aBl139FA
zZmPMZX7I18=
=VdWs
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Aug 19 12:32:52 2024 UTC
gpgv:                using RSA key 5D0187B940A245BAD7B0F56A003A1A2DAA41085F
gpgv:                issuer "rouca at debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./node-tap_16.3.7+ds3+~cs49.5.20-1.dsc: no acceptable signature found
dpkg-source: info: extracting node-tap in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-async-hook-domain.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-bind-obj-methods.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-callsite.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-path.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-findit.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-fs-exists-cached.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-function-loop.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-isaacs-import-jsx.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-libtap.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or-env.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-tcompare.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-module-trivial-deferred.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20.orig-types-tap.tar.xz
dpkg-source: info: unpacking node-tap_16.3.7+ds3+~cs49.5.20-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying drop-treport.patch
dpkg-source: info: applying replace-ava-by-tape.patch
dpkg-source: info: applying export-commonjs-files.patch
dpkg-source: info: applying reproducible.patch
dpkg-source: info: applying export-package.json
dpkg-source: info: applying fix-for-signal-exit-4.patch
dpkg-source: info: applying fix-for-foreground-3.patch
dpkg-source: info: applying support-tsnode-by-default.patch
dpkg-source: info: applying 0009-Ease-node-tap-parser-transition.patch
dpkg-source: info: applying 0010-Port-to-newer-minipass.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
DEB_BUILD_OPTIONS=parallel=5
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LD_LIBRARY_PATH=/usr/lib/libeatmydata
LD_PRELOAD=libeatmydata.so
LOGNAME=weepingclown
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PWD=/<<PKGBUILDDIR>>
SCHROOT_ALIAS_NAME=sid-amd64-sbuild
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=weepingclown
SCHROOT_SESSION_ID=unstable-amd64-sbuild-6d37a9bb-d6f9-475f-aad3-f21983e617a6
SCHROOT_UID=1000
SCHROOT_USER=weepingclown
SHELL=/bin/sh
USER=weepingclown

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -rfakeroot
dpkg-buildpackage: info: source package node-tap
dpkg-buildpackage: info: source version 16.3.7+ds3+~cs49.5.20-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastien Roucariès <rouca at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
	rm -rf ./node_modules/.cache ./.nyc_output
	rm -rf module-async-hook-domain/node_modules/.cache module-async-hook-domain/.nyc_output
	rm -rf module-bind-obj-methods/node_modules/.cache module-bind-obj-methods/.nyc_output
	rm -rf module-caller-callsite/node_modules/.cache module-caller-callsite/.nyc_output
	rm -rf module-caller-path/node_modules/.cache module-caller-path/.nyc_output
	rm -rf module-findit/node_modules/.cache module-findit/.nyc_output
	rm -rf module-fs-exists-cached/node_modules/.cache module-fs-exists-cached/.nyc_output
	rm -rf module-function-loop/node_modules/.cache module-function-loop/.nyc_output
	rm -rf module-isaacs-import-jsx/node_modules/.cache module-isaacs-import-jsx/.nyc_output
	rm -rf module-libtap/node_modules/.cache module-libtap/.nyc_output
	rm -rf module-own-or/node_modules/.cache module-own-or/.nyc_output
	rm -rf module-own-or-env/node_modules/.cache module-own-or-env/.nyc_output
	rm -rf module-tcompare/node_modules/.cache module-tcompare/.nyc_output
	rm -rf module-trivial-deferred/node_modules/.cache module-trivial-deferred/.nyc_output
	rm -rf types-tap/node_modules/.cache types-tap/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/callsites
unlink ./node_modules/tape
unlink ./node_modules/ts-node
unlink ./node_modules/@types/diff
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
rm module-async-hook-domain/node_modules/.cache
rm module-bind-obj-methods/node_modules/.cache
rm module-caller-callsite/node_modules/.cache
rm module-caller-path/node_modules/.cache
rm module-findit/node_modules/.cache
rm module-fs-exists-cached/node_modules/.cache
rm module-function-loop/node_modules/.cache
rm module-isaacs-import-jsx/node_modules/.cache
rm module-libtap/node_modules/.cache
rm module-own-or/node_modules/.cache
rm module-own-or-env/node_modules/.cache
rm module-tcompare/node_modules/.cache
rm module-trivial-deferred/node_modules/.cache
rm types-tap/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/callsites
unlink ./node_modules/tape
unlink ./node_modules/ts-node
unlink ./node_modules/@types/diff
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink node_modules/async-hook-domain
unlink node_modules/bind-obj-methods
unlink node_modules/caller-callsite
unlink node_modules/caller-path
unlink node_modules/findit
unlink node_modules/fs-exists-cached
unlink node_modules/function-loop
unlink node_modules/@isaacs/import-jsx
unlink node_modules/libtap
unlink node_modules/own-or
unlink node_modules/own-or-env
unlink node_modules/tcompare
unlink node_modules/trivial-deferred
unlink node_modules/@types/tap
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-async-hook-domain.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-bind-obj-methods.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-callsite.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-caller-path.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-findit.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-fs-exists-cached.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-function-loop.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-isaacs-import-jsx.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-libtap.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or-env.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-own-or.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-tcompare.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-module-trivial-deferred.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig-types-tap.tar.xz
dpkg-source: info: building node-tap using existing ./node-tap_16.3.7+ds3+~cs49.5.20.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building node-tap in node-tap_16.3.7+ds3+~cs49.5.20-1.debian.tar.xz
dpkg-source: info: building node-tap in node-tap_16.3.7+ds3+~cs49.5.20-1.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/callsites -> /usr/share/nodejs/callsites
Link ./node_modules/tape -> /usr/share/nodejs/tape
Link ./node_modules/ts-node -> /usr/share/nodejs/ts-node
Link ./node_modules/@types/diff -> /usr/share/nodejs/@types/diff
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link node_modules/async-hook-domain -> ../module-async-hook-domain
Link node_modules/bind-obj-methods -> ../module-bind-obj-methods
Link node_modules/caller-callsite -> ../module-caller-callsite
Link node_modules/caller-path -> ../module-caller-path
Link node_modules/findit -> ../module-findit
Link node_modules/fs-exists-cached -> ../module-fs-exists-cached
Link node_modules/function-loop -> ../module-function-loop
Link node_modules/@isaacs/import-jsx -> ../../module-isaacs-import-jsx
Link node_modules/libtap -> ../module-libtap
Link node_modules/own-or -> ../module-own-or
Link node_modules/own-or-env -> ../module-own-or-env
Link node_modules/tcompare -> ../module-tcompare
Link node_modules/trivial-deferred -> ../module-trivial-deferred
Link node_modules/@types/tap -> ../../types-tap
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-tcompare/build
	cd ./module-tcompare && sh -ex ../debian/nodejs/module-tcompare/build
+ tsc -p tsconfig-cjs.json
+ tsc -p tsconfig-esm.json
No build command found, searching known files
Found debian/nodejs/module-trivial-deferred/build
	cd ./module-trivial-deferred && sh -ex ../debian/nodejs/module-trivial-deferred/build
+ tsc -p tsconfig.json
+ tsc -p tsconfig-esm.json
Found debian/nodejs/module-caller-path/build
	cd ./module-caller-path && sh -ex ../debian/nodejs/module-caller-path/build
+ mjs2cjs index.js

index.js → ./index.cjs...
created ./index.cjs in 34ms
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-caller-callsite/build
	cd ./module-caller-callsite && sh -ex ../debian/nodejs/module-caller-callsite/build
+ mjs2cjs index.js

index.js → ./index.cjs...
created ./index.cjs in 37ms
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
	ln -s ../debian/tests/test_modules/touch node_modules/touch
	ln -s ../. node_modules/tap
	/bin/sh -ex debian/tests/pkg-js/test
+ pwd
+ TAP=/<<PKGBUILDDIR>>/bin/run.js
+ pkgjs-utils root_components_list
+ grep -v module-libtap
+ grep -v module-jackspeak
+ grep -v module-findit
+ grep -v module-isaacs-import-jsx
+ grep -v types-
+ LIST=module-async-hook-domain
module-bind-obj-methods
module-caller-callsite
module-caller-path
module-fs-exists-cached
module-function-loop
module-own-or
module-own-or-env
module-tcompare
module-trivial-deferred
+ test  != 
+ TAP=/<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000
+ test -e module-async-hook-domain
+ cd module-async-hook-domain
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test

test/fixtures/basic.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/child.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/debug.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/destroy.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/multiple-destroy.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/no-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/other-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/process-clubbing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/process-missing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-no-domain.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-none.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-strict-with-space.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-strict.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-throw.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-warn-with-error-code.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections-unhandled-warn.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-rejections.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-throwing-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise-timing.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/promise.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/throw-in-handler.js

  ✓ error

  ✓ output

  ✓ stderr
test/fixtures/uncaught.js

  ✓ error

  ✓ output

  ✓ stderr
test/run.js

  ✓ error

  ✓ output

  ✓ stderr
test/sms.js

  ✓ error

  ✓ output

  ✓ stderr

  72 passing (2s)
+ test -e module-bind-obj-methods
+ cd module-bind-obj-methods
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be equal

  ✓ expected to throw

  ✓ should be equal

  ✓ expected to throw

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  ✓ should be equal

  10 passing (170.183ms)
+ test -e module-caller-callsite
+ cd module-caller-callsite
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be strictly equal

  ✓ should be strictly equal

  ✓ should be strictly equal

  3 passing (153.253ms)
+ test -e module-caller-path
+ cd module-caller-path
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ should be strictly equal

  ✓ should be strictly equal

  ✓ should be strictly equal

  3 passing (152.424ms)
+ test -e module-fs-exists-cached
+ cd module-fs-exists-cached
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ setup
  existing file same way

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

  existing file different ways

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

    ✓ expect truthy value

  non-existing file same way

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

  non-existing file different ways

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value

    ✓ expect falsey value


  ✓ cleanup

  18 passing (212.496ms)
+ test -e module-function-loop
+ cd module-function-loop
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js
  basic passing operation

    ✓ this is correct 1

    ✓ 0

    ✓ this is correct 2

    ✓ 1

    ✓ 2, after loop() call

    ✓ this is correct 3

    ✓ 2

    ✓ this is correct 4

    ✓ 3

    ✓ this is correct 5

    ✓ 4

  throws

    ✓ this is correct

    ✓ should match pattern provided

  all sync

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

    ✓ should be equal

  broken promise

    ✓ this is correct

    ✓ this is correct

    ✓ should match pattern provided


  23 passing (192.938ms)
+ test -e module-own-or
+ cd module-own-or
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ 

  1 passing (97.816ms)
+ test -e module-own-or-env
+ cd module-own-or-env
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test.js

test.js

  ✓ 

  1 passing (100.982ms)
+ test -e module-tcompare
+ cd module-tcompare
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage test

/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match-only.ts(2,27): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/index.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match-strict.ts(2,29): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/format.ts(2,32): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/has-strict.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/has.ts(2,40): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/strict.ts(2,41): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
test/format.ts

  1) test/format.ts
test/has-strict.ts

  2) test/has-strict.ts
test/has.ts

  3) test/has.ts
test/index.ts

  4) test/index.ts
test/match-only.ts

  5) test/match-only.ts
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/same.ts(2,36): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.
test/same.ts(3,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.
test/same.ts(18,5): error TS2578: Unused '@ts-expect-error' directive.
test/same.ts(23,5): error TS2578: Unused '@ts-expect-error' directive.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016, 7016, 2578, 2578 ]
}
/usr/share/nodejs/ts-node/src/index.ts:865
    return new TSError(diagnosticText, diagnosticCodes, diagnostics);
           ^
TSError: ⨯ Unable to compile TypeScript:
test/match.ts(2,26): error TS7016: Could not find a declaration file for module '../'. '/<<PKGBUILDDIR>>/module-tcompare/dist/cjs/index.js' implicitly has an 'any' type.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Object.require.extensions.<computed> [as .ts] (/usr/share/nodejs/ts-node/src/index.ts:1627:12)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
  diagnosticCodes: [ 7016 ]
}
test/match-strict.ts

  6) test/match-strict.ts
test/match.ts

  7) test/match.ts
test/same.ts

  8) test/same.ts
test/strict.ts

  9) test/strict.ts

  0 passing (2s)
  9 failing

  1) test/format.ts test/format.ts:
     test/format.ts
  

  2) test/has-strict.ts test/has-strict.ts:
     test/has-strict.ts
  

  3) test/has.ts test/has.ts:
     test/has.ts
  

  4) test/index.ts test/index.ts:
     test/index.ts
  

  5) test/match-only.ts test/match-only.ts:
     test/match-only.ts
  

  6) test/match-strict.ts test/match-strict.ts:
     test/match-strict.ts
  

  7) test/match.ts test/match.ts:
     test/match.ts
  

  8) test/same.ts test/same.ts:
     test/same.ts
  

  9) test/strict.ts test/strict.ts:
     test/strict.ts
  

dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-12-15T07:57:00Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: full
Build-Space: 99984
Build-Time: 14
Distribution: sid
Fail-Stage: build
Host Architecture: amd64
Install-Time: 14
Job: /tmp/tmp.6zf1gqm6M0/node-tap_16.3.7+ds3+~cs49.5.20-1.dsc
Machine Architecture: amd64
Package: node-tap
Package-Time: 37
Source-Version: 16.3.7+ds3+~cs49.5.20-1
Space: 99984
Status: attempted
Version: 16.3.7+ds3+~cs49.5.20-1
--------------------------------------------------------------------------------
Finished at 2024-12-15T07:57:00Z
Build needed 00:00:37, 99984k disk space
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20241215/01fa7477/attachment.sig>


More information about the Pkg-javascript-devel mailing list