[From nobody Sat May  2 06:57:06 2026
Received: (at submit) by bugs.debian.org; 1 May 2026 23:13:14 +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.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 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, 19; hammy, 150; neutral, 107; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--forky, 0.000-+--H*F:U*sanvila,
 0.000-+--HTo:N*Debian
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:43706)
 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 1wIx2o-000EEJ-2T
 for submit@bugs.debian.org; Fri, 01 May 2026 23:13:14 +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 1wIx2p-000407-2H
 for submit@bugs.debian.org; Fri, 01 May 2026 23:13:14 +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=pwAq5xuaPYkVHUt1LY42kAw/R90TpF1Bs8IY7MZ3crQ=; b=Q2rzbTQvhf59FQvXH0rq8iu0L7
 bF1OTAXRUW+N+McmWHtb54qQnCSuynmBvbrvqII7P48+p78xd9YKVCbSv1b09ZvmKSiSvlmLYv8le
 P/lotrt7G+7eiA/7HFfBaFwrcGUB+7VEw5k2bKirjit/dPb20ty78/JdzRagMbf+MyPJ5aElKMYWb
 J71jtCiCExx3qa8MScIrreeR9uOOmCQMZ7Almhh3+8bfrInyCHOpDE2rXP25vNX7aSgW0DxvMWB46
 oHwL1wX9LyrjXcccIe+Vwc3uHg3JCAvkiowTSN6dP0TYcLK55hY0zg8l0lXftUmajwUnLY7uY+k4A
 8mW+wzEA==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wIx2o-0005K5-1v
 for submit@bugs.debian.org; Fri, 01 May 2026 23:13:14 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-cli-spinners: FTBFS: TypeError: stringLength is not a function
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wIx2o-0005K5-1v@paradis.debian.org&gt;
Date: Fri, 01 May 2026 23:13:14 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-cli-spinners
Version: 2.7.0-1
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/202605/

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-cli-spinners, 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
rm ./node_modules/.cache
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
	mkdir -p node_modules
	ln -s ../. node_modules/cli-spinners
	/bin/sh -ex debian/tests/pkg-js/test
+ tape test.js
Spinner count: 84
TAP version 13
# main
ok 1 should be strictly equal
ok 2 should be strictly equal
ok 3 should be truthy
# constant width
/&lt;&lt;PKGBUILDDIR&gt;&gt;/test.js:44
		const firstFrameLength = stringLength(firstFrame);
		                         ^

TypeError: stringLength is not a function
    at Test.&lt;anonymous&gt; (/&lt;&lt;PKGBUILDDIR&gt;&gt;/test.js:44:28)
    at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
    at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
    at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
    at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
    at process.processImmediate (node:internal/timers:504:21)

Node.js v24.15.0
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
--------------------------------------------------------------------------------
]