Your message dated Tue, 10 Mar 2026 09:49:23 +0000
with message-id <[email protected]>
and subject line Bug#1123408: fixed in node-uvu 0.5.6+~cs4.10.4-5
has caused the Debian Bug report #1123408,
regarding uvu is unable to launch CJS tests
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-browserslist
Version: 4.27.0+~cs8.11.53-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/202512/

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-browserslist, 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 -rf baseline-browser-mapping/node_modules/.cache 
baseline-browser-mapping/.nyc_output
        rm -rf escalade/node_modules/.cache escalade/.nyc_output
        rm -rf node-releases/node_modules/.cache node-releases/.nyc_output
        rm -rf update-browserslist-db/node_modules/.cache 
update-browserslist-db/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/@rollup/plugin-typescript
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/rollup-plugin-terser
rm baseline-browser-mapping/node_modules/.cache
rm escalade/node_modules/.cache
rm node-releases/node_modules/.cache
rm update-browserslist-db/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/@rollup/plugin-typescript
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/rollup-plugin-terser
unlink node_modules/baseline-browser-mapping
unlink node_modules/escalade
unlink node_modules/node-releases
unlink node_modules/update-browserslist-db
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/@rollup/plugin-typescript -> 
/usr/share/nodejs/@rollup/plugin-typescript
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/rollup-plugin-terser -> 
/usr/share/nodejs/rollup-plugin-terser
Link node_modules/baseline-browser-mapping -> ../baseline-browser-mapping
Link node_modules/escalade -> ../escalade
Link node_modules/node-releases -> ../node-releases
Link node_modules/update-browserslist-db -> ../update-browserslist-db
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/baseline-browser-mapping/build
        cd ./baseline-browser-mapping && sh -ex 
../debian/nodejs/baseline-browser-mapping/build
+ rollup -c

src/index.ts → dist...
(!) Plugin typescript: @rollup/plugin-typescript TS2532: Object is 
possibly 'undefined'.
src/index.ts: (178:26)

178           stripLTEPrefix(minimumVersions[browserName].version),
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (505:9)

505         yearMinimumVersions[year][version.browser] = version;
            ~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (545:37)

545         let minBrowserVersionInfo = 
yearMinimumVersions[year][browserName] ?? {
                                        
~~~~~~~~~~~~~~~~~~~~~~~~~

src/scripts/expose-data.ts: (92:27)

92       const releasesObj = browsersOutObject[browser]["releases"];
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~

created dist in 1.8s

src/index.ts → dist/index.cjs...
(!) Plugin typescript: @rollup/plugin-typescript TS2532: Object is 
possibly 'undefined'.
src/index.ts: (178:26)

178           stripLTEPrefix(minimumVersions[browserName].version),
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (505:9)

505         yearMinimumVersions[year][version.browser] = version;
            ~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (545:37)

545         let minBrowserVersionInfo = 
yearMinimumVersions[year][browserName] ?? {
                                        
~~~~~~~~~~~~~~~~~~~~~~~~~

src/scripts/expose-data.ts: (92:27)

92       const releasesObj = browsersOutObject[browser]["releases"];
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~

created dist/index.cjs in 1.2s

src/cli.ts → dist/cli.js...
(!) Plugin typescript: @rollup/plugin-typescript TS2532: Object is 
possibly 'undefined'.
src/index.ts: (178:26)

178           stripLTEPrefix(minimumVersions[browserName].version),
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (505:9)

505         yearMinimumVersions[year][version.browser] = version;
            ~~~~~~~~~~~~~~~~~~~~~~~~~

src/index.ts: (545:37)

545         let minBrowserVersionInfo = 
yearMinimumVersions[year][browserName] ?? {
                                        
~~~~~~~~~~~~~~~~~~~~~~~~~

src/scripts/expose-data.ts: (92:27)

92       const releasesObj = browsersOutObject[browser]["releases"];
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~

created dist/cli.js in 636ms
+ rm -rf ./dist/scripts/expose-data.d.ts ./dist/cli.d.ts
No build command found, searching known files
No build command found, searching known files
help2man -N -n 'The config to share target browsers and Node.js versions' 
./cli.js >browserslist.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test --buildsystem=nodejs
        ln -s ../debian/tests/test_modules/nanospy node_modules/nanospy
        ln -s ../. node_modules/browserslist
        /bin/sh -ex debian/tests/pkg-js/test
+ mkdir -p node_modules/browserslist-config-test node_modules/@example.com 
node_modules/@scope
+ NODE_ENV=test uvu test .test.js
ReferenceError: require is not defined in ES module scope, you can use import 
instead
This file is being treated as an ES module because it has a '.js' file 
extension and '/usr/share/nodejs/uvu/package.json' contains "type": "module". 
To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
    at file:///usr/share/nodejs/uvu/dist/index.js:1:13
    at ModuleJobSync.runSync (node:internal/modules/esm/module_job:454:37)
    at ModuleLoader.importSyncForRequire 
(node:internal/modules/esm/loader:435:47)
    at loadESMFromCJS (node:internal/modules/cjs/loader:1537:24)
    at Module._compile (node:internal/modules/cjs/loader:1688:5)
    at Module._extensions..js (node:internal/modules/cjs/loader:1839:10)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Module._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
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 returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: node-uvu
Source-Version: 0.5.6+~cs4.10.4-5
Done: Jérémy Lal <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-uvu, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal <[email protected]> (supplier of updated node-uvu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 10 Mar 2026 10:02:57 +0100
Source: node-uvu
Architecture: source
Version: 0.5.6+~cs4.10.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Jérémy Lal <[email protected]>
Closes: 1123408
Changes:
 node-uvu (0.5.6+~cs4.10.4-5) unstable; urgency=medium
 .
   [ Jérémy Lal ]
   * Drop useless test_modules/esm
   * Update salsa-ci.yml
   * Fix commonjs case. Closes: #1123408.
   * Modernize rules
 .
   [ Xavier Guimard ]
   * Declare compliance with policy 4.7.3
   * Drop "Rules-Requires-Root: no"
   * debian/watch version 5
Checksums-Sha1:
 d31f09d1a021fefc334feb4ee0f35287d0c0ceab 3003 node-uvu_0.5.6+~cs4.10.4-5.dsc
 41bf02e6a492a080c5b9ce36e0d5b8f4f11a6ec8 8556 
node-uvu_0.5.6+~cs4.10.4-5.debian.tar.xz
 9e85c120d3c62e9c9aad616b40be1b8eb51157d9 9933 
node-uvu_0.5.6+~cs4.10.4-5_source.buildinfo
Checksums-Sha256:
 a782d06c78147636a2adc49cf5a8e5e696adf0c77014adfbf41b042ce5a95afb 3003 
node-uvu_0.5.6+~cs4.10.4-5.dsc
 f49fb7c51722f63682a790724205c2f641bafe64ed4803407061be27c4e775e0 8556 
node-uvu_0.5.6+~cs4.10.4-5.debian.tar.xz
 9fe1f5f6655ccbb150281ec1f2ea6a670c268f3fa59d6e18011296a899f35dbc 9933 
node-uvu_0.5.6+~cs4.10.4-5_source.buildinfo
Files:
 0851875515162ff8b49e52822bfe124f 3003 javascript optional 
node-uvu_0.5.6+~cs4.10.4-5.dsc
 338afab42da15894811074c5c0c65a16 8556 javascript optional 
node-uvu_0.5.6+~cs4.10.4-5.debian.tar.xz
 eaf5153ed7350fc44bb1ea0bfe16cb94 9933 javascript optional 
node-uvu_0.5.6+~cs4.10.4-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAmmv5dQSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0yO8P/iRaRHphjsJ/708HM25ft9KNcOtIk/Ln
qlADNxtnYLIjaLNHWqtFy8mElHJ9c2bumPjf88urYB3kHWQHInSv6ivcAx8gdbIc
3gS9ZHTV/hHCOW5IePOE2UHdlVHpVtp7Zhs3Q2KQos50aoECTmq/YbitCNkz6eC4
7d9+lSzKqtdRqqY8kWlqy2bp2nQnuz3DiybSrOr3FqhuFFV/LlX8m65HDASvTv6L
xs0ujIUQ4GojzmwaERKXMOCm2dX0If282WcuIpzBj1zXLpdGwEc90DbvJ3hMtiVf
ugAhwDc4/hPIGGA/g6hDIiFe/RM2wMxBPcT16jOkHuzyFXTKs6zGsoQtdl0qN6MF
ls/ceJZ1LgKdr8rg0uD4EUEThkdL/53jp9FWDsHQaCu0YAd/BJELvS/M9aUNwtdw
iL+4F0VvPZ2TZ2/2lRkPtCcnSUvVCE+icmDWbsfORQGSJXvUisjMtCV4gbHkzY9l
4p1Ve3C+53xVfIzL2J10+1DNUK94kr3CJPA7oJFGlxGUQLG0EYSwALnL4j3Cdp4P
0shlM1JeMhVANpmXyHe4oe+L8A04k0/ji9tyFVREhhTjRi0hGUU7Sbq42aNXJFdG
vHkYusHXxs72+kZUx8ZHAt5Am51EBaGW7g7/QSIwNKRrAqQQ67YyQ7AQVkx7zgS3
onvJJ45qC6o/
=Z/iw
-----END PGP SIGNATURE-----

Attachment: pgpkbePYxjeWI.pgp
Description: PGP signature


--- End Message ---

Reply via email to