Package: src:node-tap
Version: 16.3.7+ds3+~cs49.5.20-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:node-tap, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 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

[... snipped ...]


    ✓ 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 (197.098ms)
+ 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 (103.844ms)
+ 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 (104.624ms)
+ 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/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164: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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
test/format.ts

  1) test/format.ts
/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164: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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
test/has-strict.ts

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

  3) test/has.ts
/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
test/index.ts

  4) test/index.ts
/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
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/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016, 7016, 2578, 2578 ]
}
test/match-strict.ts

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

  7) test/match.ts
/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:1613: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:1275:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1096:12)
    at Function.executeUserEntryPoint [as runMain] 
(node:internal/modules/run_main:164:12) {
  diagnosticCodes: [ 7016 ]
}
test/same.ts

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

  9) test/strict.ts

  0 passing (8s)
  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
--------------------------------------------------------------------------------

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to