[From nobody Mon Aug 17 14:07:09 2026
Received: (at submit) by bugs.debian.org; 17 Aug 2026 09:18:26 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-118.9 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,SUBJECT_DRUG_GAP_L,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 18; hammy, 150; neutral, 104; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--HTo:N*Debian, 0.000-+--forky,
 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from mitropoulos.debian.org
 ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:52734)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wvtUA-00CURd-32
 for submit@bugs.debian.org; Mon, 17 Aug 2026 09:18:26 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mitropoulos.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wvtU8-00AeXk-1v
 for submit@bugs.debian.org; Mon, 17 Aug 2026 09:18:24 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=6Udqmsv0If1DlIPvXhk0+LHN36LGVOoI63LVhwMtfn0=; b=IGOX4yRznkrkFSCIBVET4BZZo9
 Cem+Hb+Qmgv7nkQ+ofVj+WHTRpxwswkuH9EowjWiw2k+0IglSkvvMyirijGD2q1Pm1jiLKrr2eVDg
 GZ2jadx1C6iIc0NWXHZX6wt0FEth4ms9pFBX11OCwFsGk7SMV24+z7Qahp4EYEabKkbtVWLvOoM2e
 rm5FmHgxWeTRuzot8/LNNpAtZg/Y9zphdlQo9WA1duQ220DhrTk64O0vobQXjXIJmbIrHWFXXWCXs
 iF2hSHKb4IkmtTaHe0UEh19CAU+L4lyWzlVDTKbl84C6ZNLTeB0fk/pWv8WlNk6eWgRYMSl+ZbRWZ
 T5nDZEZw==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wvtU6-00AF0T-2f
 for submit@bugs.debian.org; Mon, 17 Aug 2026 09:18:22 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-ts-jest: FTBFS: error TS5101: Option 'downlevelIteration' is
 deprecated and will stop functioning in TypeScript 7.0.
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wvtU6-00AF0T-2f@paradis.debian.org&gt;
Date: Mon, 17 Aug 2026 09:18:22 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-ts-jest
Version: 29.1.1+~cs0.2.6-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, 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/202608/

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-ts-jest, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
Link node_modules/util.inherits -&gt; ../debian/build_modules/util.inherits
   debian/rules override_dh_auto_build
make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/bs-logger/build
	cd ./bs-logger &amp;&amp; sh -ex ../debian/nodejs/bs-logger/build
+ mv ../node_modules/fast-json-stable-stringify ../node_modules/fast-json-stable-stringify.save
+ tsc -p tsconfig.build.json
[96mtsconfig.build.json[0m:[93m3[0m:[93m3[0m - [91merror[0m[90m TS5101: [0mOption 'downlevelIteration' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '&quot;ignoreDeprecations&quot;: &quot;6.0&quot;' to silence this error.

[7m3[0m   &quot;compilerOptions&quot;: {
[7m [0m [91m  ~~~~~~~~~~~~~~~~~[0m

[96mtsconfig.build.json[0m:[93m3[0m:[93m3[0m - [91merror[0m[90m TS5107: [0mOption 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '&quot;ignoreDeprecations&quot;: &quot;6.0&quot;' to silence this error.
  Visit https://aka.ms/ts6 for migration information.

[7m3[0m   &quot;compilerOptions&quot;: {
[7m [0m [91m  ~~~~~~~~~~~~~~~~~[0m

[96mtsconfig.build.json[0m:[93m3[0m:[93m3[0m - [91merror[0m[90m TS5107: [0mOption 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '&quot;ignoreDeprecations&quot;: &quot;6.0&quot;' to silence this error.

[7m3[0m   &quot;compilerOptions&quot;: {
[7m [0m [91m  ~~~~~~~~~~~~~~~~~[0m


Found 3 errors in the same file, starting at: tsconfig.build.json[90m:3[0m

dh_auto_build: error: cd ./bs-logger &amp;&amp; sh -ex ../debian/nodejs/bs-logger/build returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]