Your message dated Mon, 25 Oct 2021 12:18:37 +0000
with message-id <e1meyw1-000ca8...@fasolo.debian.org>
and subject line Bug#997591: fixed in node-mini-css-extract-plugin 1.3.3-2
has caused the Debian Bug report #997591,
regarding node-mini-css-extract-plugin: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 1
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 ow...@bugs.debian.org
immediately.)


-- 
997591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-mini-css-extract-plugin
Version: 1.3.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-mini-css-extract-plugin
> dpkg-buildpackage: info: source version 1.3.3-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <y...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_auto_clean --buildsystem=nodejs
>       rm -rf ./node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-mini-css-extract-plugin using existing 
> ./node-mini-css-extract-plugin_1.3.3.orig.tar.gz
> dpkg-source: info: building node-mini-css-extract-plugin in 
> node-mini-css-extract-plugin_1.3.3-1.debian.tar.xz
> dpkg-source: info: building node-mini-css-extract-plugin in 
> node-mini-css-extract-plugin_1.3.3-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>    dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/./build
>       cd ./. && sh -ex debian/nodejs/./build
> + NODE_ENV=production babeljs src -d dist --ignore src/**/*.test.js 
> --copy-files
> Successfully compiled 11 files with Babel (809ms).
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules
>       ln -s ../. node_modules/mini-css-extract-plugin
>       /bin/sh -ex debian/tests/pkg-js/test
> + jest --ci -u test/HMR.test.js test/validate-plugin-options.test.js 
> test/normalize-url.test.js test/cjs.test.js test/TestCache.test.js
> FAIL test/HMR.test.js
>   ● HMR › should works
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should works with multiple updates
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with locals
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should work reload all css
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with non http/https link href
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with # link href
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with link without href
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with absolute remove url
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should reloads with non-file script in the end of page
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
>   ● HMR › should handle error event
> 
>     The error below may be caused by using the wrong test environment, see 
> https://jestjs.io/docs/configuration#testenvironment-string.
>     Consider using the "jsdom" test environment.
> 
>     ReferenceError: document is not defined
> 
>       28 |     jest.spyOn(Date, 'now').mockImplementation(() => 
> 1479427200000);
>       29 | 
>     > 30 |     document.head.innerHTML = '<link rel="stylesheet" 
> href="/dist/main.css" />';
>          |     ^
>       31 |     document.body.innerHTML = '<script 
> src="/dist/main.js"></script>';
>       32 |   });
>       33 | 
> 
>       at Object.<anonymous> (test/HMR.test.js:30:5)
> 
> PASS test/normalize-url.test.js
> PASS test/cjs.test.js (10.547 s)
> PASS test/validate-plugin-options.test.js (11.687 s)
> PASS test/TestCache.test.js (12.804 s)
> 
> Test Suites: 1 failed, 4 passed, 5 total
> Tests:       10 failed, 74 passed, 84 total
> Snapshots:   19 passed, 19 total
> Time:        14.564 s
> Ran all test suites matching 
> /test\/HMR.test.js|test\/validate-plugin-options.test.js|test\/normalize-url.test.js|test\/cjs.test.js|test\/TestCache.test.js/i.
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/node-mini-css-extract-plugin_1.3.3-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-mini-css-extract-plugin
Source-Version: 1.3.3-2
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-mini-css-extract-plugin, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-mini-css-extract-plugin 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 25 Oct 2021 13:51:15 +0200
Source: node-mini-css-extract-plugin
Architecture: source
Version: 1.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 997591
Changes:
 node-mini-css-extract-plugin (1.3.3-2) unstable; urgency=medium
 .
   * Team upload
   * Fix GitHub tags regex
   * Update standards version to 4.6.0, no changes needed.
   * Fix filenamemangle
   * Fix test for jest ≥ 27 (Closes: #997591)
Checksums-Sha1: 
 b63be476400e1b57793a364281e4d845812f5a7c 2423 
node-mini-css-extract-plugin_1.3.3-2.dsc
 ec46eaf7dc99adff8a1331822c6aeaab73c1afb2 3440 
node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz
Checksums-Sha256: 
 f69ad24d37cc26c19d3a2168b22ca997f1571d3e6fe9df1814c90a2244b1c995 2423 
node-mini-css-extract-plugin_1.3.3-2.dsc
 3bde22d6c8472000fb908416ec8a2b1ee98e02e936a43b106a6b03b04c44a875 3440 
node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz
Files: 
 c64a0247cf0426d8f8b1cafc5bcc0803 2423 javascript optional 
node-mini-css-extract-plugin_1.3.3-2.dsc
 6c71eacb124ce07265f28f218d5a086a 3440 javascript optional 
node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmF2nGMACgkQ9tdMp8mZ
7ukXAQ/+MbEc6MfTE4SDxmd1DI6kuQrAzh0pCHZqMcpq3FsDsbn6yxR0dejOydO0
e8/nALqDoU+58yurF8pNXeRCDohB+VB9uSjv218Bq7MgVjaq9Yh9+z4jHJvqDdZH
QOqNVTiY6HsCalmNCYHbMrQOzKUklCgw5qsMY3dL+O1ewbNyCX1+Bzm64Y9gj6My
wtGrKcY6rqsU39osGA2XVlDHCUqZXOOAq2Fo74Ms6r76j+lpgXC+M4OLq7R1MKt2
1fZHnLFdnUOht1wlM9MPk0nAv3gRQDaLDDsYvRh0DBzmGqNoaK4+LtMB4q1UPNfb
VsxXp2xtmZiIJQn04w7fucnhEp+rZacI/QPht/N18bGhfsL8ZuXKn/7M673ZUcLe
jV7WJ7PeyDV6e+NGBfaVqIM8JfV4ZGtAiIokpDMFu96DCGrXWN9eGNCWMj09OTCH
oMoTryMxQW5z4Jp0Bfw7e5CjZXPDjldeB82pLHK9yYRpwVTibWbBZmRvInmzglSV
3f8Aty8+M8QEKJ3QirQrmeRxdSRO/BKriODvMst6zM3cl0QvgqWu3Bz+bWD5N7wt
XO4xj5Mk/Wp47y23YXd3V2cJ6epfIuoP1D+HIYhF+P36otBQnvZV3RqAFVoJxnyJ
qqmi5mW6aZ4LBNR39eOp0vUN0OYGwuoYMJD27lm5w9PzigWbK2w=
=J+oZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to