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.<anonymous> (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.<anonymous> (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.<anonymous> (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
--------------------------------------------------------------------------------