[From nobody Mon Aug 31 11:07:05 2026
Received: (at submit) by bugs.debian.org; 31 Aug 2026 09:18:55 +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,
 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, 51; hammy, 150; neutral, 130; 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]:55268)
 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 1x0yAJ-006lTX-0U
 for submit@bugs.debian.org; Mon, 31 Aug 2026 09:18:55 +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 1x0yAJ-0086m9-0D
 for submit@bugs.debian.org; Mon, 31 Aug 2026 09:18:55 +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=hXrD7UALR7r90zWe/V78pJhwcuca76uwAQTKA8shQHI=; b=PvkvsHOgJ5871vxG09lJ76oae2
 fyRBcd+9eZ2A19h3E+o9ZBdraXmAPoWAbD6COeID72mYZMzIVBf2rgKNmDX7eHULkVBOTfEtUaJEp
 dCO9lDoI1KD2tZzPMDQ9IsJyxW1XogfEc+2MDv4evT2DM1+EAdr/vE1Oj5XdaM5omH07wV9NtVg3d
 oMk8LVC2QgGjDWefPouu3ibrgR9ASo6Wx29yvr9nTdM05jlhK7a9rQ9jk7Ajnzi2BUyFqlJLi+Lv4
 hfLyQiJ1pIkTHmn/K6wzyRQjCs9cXeQoal9Z1zlJNOe/YUDUQpTHqX1Ymvb9yAG9RMD1UjPM+00eT
 qpGJyfLQ==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1x0yAI-006urM-34
 for submit@bugs.debian.org; Mon, 31 Aug 2026 09:18:54 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: node-performance-now: FTBFS: AssertionError: expected 311.296 to be
 above 340
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1x0yAI-006urM-34@paradis.debian.org&gt;
Date: Mon, 31 Aug 2026 09:18:54 +0000
Delivered-To: submit@bugs.debian.org

Package: src:node-performance-now
Version: 2.1.0+debian-6
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-performance-now, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
   dh_auto_test --buildsystem=nodejs
	mkdir -p node_modules
	ln -s ../debian/tests/test_modules/call-delayed node_modules/call-delayed
	ln -s ../debian/tests/test_modules/chai-increasing node_modules/chai-increasing
	ln -s ../. node_modules/performance-now
	/bin/sh -ex debian/tests/pkg-js/test
+ mocha --require coffee-script/register test/performance-now.coffee test/scripts.coffee


  now
    ✔ reported time differs at most 1ms from a freshly reported uptime
    ✔ two subsequent calls return an increasing number
    ✔ has less than 20 microseconds overhead
    ✔ can be called 1 million times in under 1 second (averaging under 1 microsecond per call) (47ms)
    ✔ for 10,000 numbers, number n is never bigger than number n-1

  scripts/initital-value.coffee (module.uptime(), expressed in milliseconds)
    ✔ printed 56.983
    1) printed a value above 80
    ✔ printed a value below 350

  scripts/delayed-require.coffee (sum of uptime and 250 ms delay`)
    ✔ printed 311.296
    2) printed a value above 340

  scripts/delayed-call.coffee (sum of uptime and 250 ms delay`)
    ✔ printed 309.629
    3) printed a value above 340


  9 passing (68ms)
  3 failing

  1) scripts/initital-value.coffee (module.uptime(), expressed in milliseconds)
       printed a value above 80:

      AssertionError: expected 56.983 to be above 80
      + expected - actual

      -56.983
      +80
      
      at Context.&lt;anonymous&gt; (test/scripts.coffee:7:44)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:809:10)
      at /usr/share/nodejs/mocha/lib/runner.js:959:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:724:14)
      at /usr/share/nodejs/mocha/lib/runner.js:734:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:595:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:702:5)
      at processImmediate (node:internal/timers:534:21)
  

  2) scripts/delayed-require.coffee (sum of uptime and 250 ms delay`)
       printed a value above 340:

      AssertionError: expected 311.296 to be above 340
      + expected - actual

      -311.296
      +340
      
      at Context.&lt;anonymous&gt; (test/scripts.coffee:13:45)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:809:10)
      at /usr/share/nodejs/mocha/lib/runner.js:959:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:724:14)
      at /usr/share/nodejs/mocha/lib/runner.js:734:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:595:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:702:5)
      at processImmediate (node:internal/timers:534:21)
  

  3) scripts/delayed-call.coffee (sum of uptime and 250 ms delay`)
       printed a value above 340:

      AssertionError: expected 309.629 to be above 340
      + expected - actual

      -309.629
      +340
      
      at Context.&lt;anonymous&gt; (test/scripts.coffee:18:45)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:809:10)
      at /usr/share/nodejs/mocha/lib/runner.js:959:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:724:14)
      at /usr/share/nodejs/mocha/lib/runner.js:734:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:595:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:702:5)
      at processImmediate (node:internal/timers:534:21)
  



+ exit 77
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 77
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]