Package: src:node-jsonc-parser
Version: 3.3.1-2
Severity: serious
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
this package failed to build.

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

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

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/nocheck

(It's a wiki, so you are welcome to contribute)

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 cannot 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-jsonc-parser, 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 ./node_modules/.cache
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/mocha
Trying to remove ./node_modules/@types
rm ./node_modules/.cache
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/mocha
Trying to remove ./node_modules/@types
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Skipping @types/node link
Skipping @types/mocha link
   dh_auto_build --buildsystem=nodejs
Found debian/nodejs/./build
        cd ./. && sh -ex debian/nodejs/./build
+ tsc -p ./src/tsconfig.esm.json
src/test/edit.test.ts(7,25): error TS2307: Cannot find module 'assert' or its 
corresponding type declarations.
src/test/edit.test.ts(10,1): error TS2582: Cannot find name 'suite'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(48,2): error TS2582: Cannot find name 'test'. Do you need 
to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(66,2): error TS2582: Cannot find name 'test'. Do you need 
to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(125,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(139,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(155,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(161,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(167,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(173,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(179,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(185,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(191,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(197,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(203,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(209,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(215,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(221,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(227,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/edit.test.ts(238,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(7,25): error TS2307: Cannot find module 'assert' or its 
corresponding type declarations.
src/test/format.test.ts(11,1): error TS2582: Cannot find name 'suite'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(38,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(51,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(66,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(80,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(99,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(113,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(129,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(141,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(161,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(175,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(189,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(207,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(225,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(244,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(259,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(272,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(290,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(312,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(328,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(342,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(361,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(382,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(402,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(417,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(449,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(476,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(497,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(509,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(526,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(540,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(558,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(574,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(596,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(618,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(640,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(666,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(692,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/format.test.ts(712,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(7,25): error TS2307: Cannot find module 'assert' or its 
corresponding type declarations.
src/test/json.test.ts(134,1): error TS2582: Cannot find name 'suite'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(135,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(144,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(159,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(182,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(207,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(229,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(240,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(257,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(270,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(277,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(287,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(294,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(299,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(308,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(321,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(342,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(353,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(362,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(378,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(438,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(475,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(501,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(539,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(574,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(615,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(683,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/json.test.ts(699,2): error TS2582: Cannot find name 'test'. Do you 
need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/string-intern.test.ts(2,25): error TS2307: Cannot find module 'assert' 
or its corresponding type declarations.
src/test/string-intern.test.ts(4,1): error TS2582: Cannot find name 'suite'. Do 
you need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/string-intern.test.ts(5,3): error TS2582: Cannot find name 'test'. Do 
you need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
src/test/string-intern.test.ts(11,3): error TS2582: Cannot find name 'test'. Do 
you need to install type definitions for a test runner? Try `npm i --save-dev 
@types/jest` or `npm i --save-dev @types/mocha`.
dh_auto_build: error: cd ./. && sh -ex debian/nodejs/./build returned exit code 
2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to