[From nobody Mon Aug 31 17:07:18 2026
Received: (at submit) by bugs.debian.org; 31 Aug 2026 12:05:08 +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=-121.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
 PP_MIME_FAKE_ASCII_TEXT,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, 75; hammy, 150; neutral, 143; spammy,
 0. spammytokens: hammytokens:0.000-+--HTo:N*Debian,
 0.000-+--forky, 
 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila, 0.000-+--buildsystem
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:37712)
 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 1x10lA-0079jl-14
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:05:08 +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 muffat.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 1x10lA-008ETi-0o
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:05:08 +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=R+UWi33k+tBdEQ74zPHWBC2ug/Ir7ahUsB7EKWEjOvE=; b=kfB6mIFfFf5UC8xCwvjR70ehzQ
 Su9/LWSTRyB0cax6QQsbaXvtE7N8EV6tdXdHr3/qtGcv1U203K37CfRLFvD9M/xAmTZ/Lpr5KGH1p
 3yfQ2mKqs9WJty5b6Da5LXUkeKBtkjaHl2jl2I+JuNfECno3MEYMPqbm8eI450ERDF1TEvQOWNOoy
 I6Jie6YlWylNh31xeSRfWmt7z1Wwd2vuqaK//5plxHTkuVZhmUDzjPK4JyDp3/qCQCNWi41kbD2I7
 iHKhkXjk5eilY8Y8LP988AwhnMXZcar12zhI1ktLau+DOKZhvvugO9/q+MujMBWOc7L8UuFqQKtZE
 G09+7zOw==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1x10lA-0071VP-0R
 for submit@bugs.debian.org; Mon, 31 Aug 2026 12:05:08 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-shallow-equal: FTBFS with node-babel 8
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1x10lA-0071VP-0R@paradis.debian.org&gt;
Date: Mon, 31 Aug 2026 12:05:08 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-shallow-equal
Version: 3.1.0-2
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/

A wiki page discussing possible solutions is available here:

https://wiki.debian.org/Javascript/KnownPatches?pow_referer=#node-babel7_8

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

Thanks.

--------------------------------------------------------------------------------
[...]
   dh_auto_test --buildsystem=nodejs
	ln -s ../. node_modules/shallow-equal
	/bin/sh -ex debian/tests/pkg-js/test
+ jest --no-coverage --ci
ts-jest[versions] (WARN) Version 6.0.3 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (&gt;=4.3.0 &lt;6.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
FAIL src/__tests__/index.test.ts
  ● Test suite failed to run

    [96msrc/__tests__/index.test.ts[0m:[93m120[0m:[93m1[0m - [91merror[0m[90m TS2593: [0mCannot find name 'describe'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m120[0m describe(&quot;shallowEqual on arrays&quot;, () =&gt; {
    [7m   [0m [91m~~~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m122[0m:[93m5[0m - [91merror[0m[90m TS2593: [0mCannot find name 'it'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m122[0m     it(&quot;should &quot; + test.should, () =&gt; {
    [7m   [0m [91m    ~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m123[0m:[93m7[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m123[0m       expect(shallowEqual(test.arrA, test.arrB)).toEqual(test.result);
    [7m   [0m [91m      ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m128[0m:[93m1[0m - [91merror[0m[90m TS2593: [0mCannot find name 'describe'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m128[0m describe(&quot;shallowEqual on objects&quot;, () =&gt; {
    [7m   [0m [91m~~~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m130[0m:[93m5[0m - [91merror[0m[90m TS2593: [0mCannot find name 'it'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m130[0m     it(&quot;should &quot; + test.should, () =&gt; {
    [7m   [0m [91m    ~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m131[0m:[93m7[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m131[0m       expect(shallowEqual(test.objA, test.objB)).toEqual(test.result);
    [7m   [0m [91m      ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m136[0m:[93m1[0m - [91merror[0m[90m TS2593: [0mCannot find name 'describe'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m136[0m describe(&quot;shallowEqual on mixed array/objects&quot;, () =&gt; {
    [7m   [0m [91m~~~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m137[0m:[93m3[0m - [91merror[0m[90m TS2593: [0mCannot find name 'it'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m137[0m   it(&quot;should act correctly when types are mixed&quot;, () =&gt; {
    [7m   [0m [91m  ~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m138[0m:[93m5[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m138[0m     expect(shallowEqual([&quot;boris&quot;, &quot;johnson&quot;], { boris: &quot;johnson&quot; })).toBe(
    [7m   [0m [91m    ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m141[0m:[93m5[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m141[0m     expect(shallowEqual({ boris: &quot;johnson&quot; }, [&quot;boris&quot;, &quot;johnson&quot;])).toBe(
    [7m   [0m [91m    ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m144[0m:[93m5[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m144[0m     expect(shallowEqual([&quot;boris&quot;, &quot;johnson&quot;], { liz: &quot;truss&quot; })).toBe(false);
    [7m   [0m [91m    ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m145[0m:[93m5[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m145[0m     expect(shallowEqual({}, [])).toBe(false);
    [7m   [0m [91m    ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m149[0m:[93m1[0m - [91merror[0m[90m TS2593: [0mCannot find name 'describe'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m149[0m describe(&quot;shallowEqualObjects&quot;, () =&gt; {
    [7m   [0m [91m~~~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m151[0m:[93m5[0m - [91merror[0m[90m TS2593: [0mCannot find name 'it'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m151[0m     it(&quot;should &quot; + test.should, () =&gt; {
    [7m   [0m [91m    ~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m152[0m:[93m7[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m152[0m       expect(shallowEqualObjects(test.objA, test.objB)).toEqual(test.result);
    [7m   [0m [91m      ~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m157[0m:[93m1[0m - [91merror[0m[90m TS2593: [0mCannot find name 'describe'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m157[0m describe(&quot;shallowEqualArrays&quot;, () =&gt; {
    [7m   [0m [91m~~~~~~~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m159[0m:[93m5[0m - [91merror[0m[90m TS2593: [0mCannot find name 'it'. 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` and then add 'jest' or 'mocha' to the types field in your tsconfig.

    [7m159[0m     it(&quot;should &quot; + test.should, () =&gt; {
    [7m   [0m [91m    ~~[0m
    [96msrc/__tests__/index.test.ts[0m:[93m160[0m:[93m7[0m - [91merror[0m[90m TS2304: [0mCannot find name 'expect'.

    [7m160[0m       expect(shallowEqualArrays(test.arrA, test.arrB)).toEqual(test.result);
    [7m   [0m [91m      ~~~~~~[0m

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        0.993 s
Ran all test suites.
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]