Your message dated Tue, 31 May 2022 17:07:36 +0000
with message-id <e1nw5le-0006rk...@fasolo.debian.org>
and subject line Bug#1011804: fixed in node-babel-loader 8.2.5-2
has caused the Debian Bug report #1011804,
regarding node-babel-loader: 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.)
--
1011804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-babel-loader
Version: 8.2.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> babeljs src -d lib --no-babelrc --copy-files
> Successfully compiled 5 files with Babel (598ms).
> sed -i '1s/^/"use strict";\n\n/' lib/*.js
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test --buildsystem=nodejs
> mkdir -p node_modules
> ln -s ../debian/tests/test_modules/pnp-webpack-plugin
> node_modules/pnp-webpack-plugin
> ln -s ../debian/tests/test_modules/react-intl-webpack-plugin
> node_modules/react-intl-webpack-plugin
> ln -s ../debian/tests/test_modules/ts-pnp node_modules/ts-pnp
> ln -s ../. node_modules/babel-loader
> /bin/sh -ex debian/tests/pkg-js/test
> + mkdir -p test/output/cache/cachefiles
> + tape test/cache.test.js test/loader.test.js test/metadata.test.js
> test/options.test.js test/sourcemaps.test.js
> TAP version 13
> # should output files to cache directory
> end
> ok 1 should be strictly equal
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
> ok 4 should be strictly equal
> # should output json.gz files to standard cache dir by default
> end
> ok 5 should be strictly equal
> ok 6 should be deeply equivalent
> ok 7 should be deeply equivalent
> ok 8 should be strictly equal
> ok 9 should be truthy
> # should output non-compressed files to standard cache dir when
> cacheCompression is set to false
> end
> ok 10 should be strictly equal
> ok 11 should be strictly equal
> ok 12 should be truthy
> # should output files to standard cache dir if set to true in query
> end
> ok 13 should be strictly equal
> ok 14 should be deeply equivalent
> ok 15 should be deeply equivalent
> ok 16 should be strictly equal
> ok 17 should be truthy
> # should read from cache directory if cached file exists
> end
> ok 18 should be strictly equal
> ok 19 should be deeply equivalent
> ok 20 should be deeply equivalent
> ok 21 should be strictly equal
> ok 22 should be strictly equal
> ok 23 should be truthy
> # should have one file per module
> end
> ok 24 should be strictly equal
> ok 25 should be deeply equivalent
> ok 26 should be deeply equivalent
> ok 27 should be strictly equal
> # should generate a new file if the identifier changes
> end
> ok 28 should be strictly equal
> ok 29 should be deeply equivalent
> ok 30 should be deeply equivalent
> ok 31 should be strictly equal
> ok 32 should be deeply equivalent
> ok 33 should be deeply equivalent
> ok 34 should be strictly equal
> # should allow to specify the .babelrc file
> end
> ok 35 should be strictly equal
> ok 36 should be deeply equivalent
> ok 37 should be deeply equivalent
> ok 38 should be deeply equivalent
> ok 39 should be deeply equivalent
> ok 40 should be strictly equal
> # should transpile the code snippet
> ok 41 should be strictly equal
> ok 42 should be deeply equivalent
> ok 43 should be deeply equivalent
> ok 44 should be strictly equal
> # should not throw error on syntax error
> ok 45 should be truthy
> ok 46 should be truthy
> ok 47 should be deeply equivalent
> # should not throw without config
> ok 48 should be strictly equal
> ok 49 should be deeply equivalent
> ok 50 should be deeply equivalent
> # should return compilation errors with the message included in the stack
> trace
> ok 51 should be strictly equal
> ok 52 should be deeply equivalent
> ok 53 should be truthy
> # should load ESM config files
> ok 54 should be strictly equal
> ok 55 should be deeply equivalent
> ok 56 should be deeply equivalent
> # should throw error
> (node:779973) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK]
> DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to
> NormalModule.getCompilationHooks(compilation).loader
> (Use `node --trace-deprecation ...` to show where the warning was created)
> (node:779973) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning:
> Compilation.assets will be frozen in future, all modifications are deprecated.
> BREAKING CHANGE: No more changes should happen to Compilation.assets after
> sealing the Compilation.
> Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
> Make sure to select an appropriate stage from
> Compilation.PROCESS_ASSETS_STAGE_*.
> ok 57 should be strictly equal
> ok 58 should be truthy
> ok 59 should be deeply equivalent
> # should interpret options given to the loader
> ok 60 should be strictly equal
> ok 61 should be deeply equivalent
> ok 62 should be deeply equivalent
> ok 63 should be strictly equal
> ok 64 should be truthy
> # should output webpack's sourcemap
> ok 65 should be strictly equal
> ok 66 should be deeply equivalent
> ok 67 should be deeply equivalent
> ok 68 should be strictly equal
> # should output webpack's sourcemap properly when set 'inline'
> ok 69 should be strictly equal
> ok 70 should be deeply equivalent
> ok 71 should be deeply equivalent
> ok 72 should be strictly equal
> ok 73 should be truthy
> ok 74 should be strictly equal
> not ok 75 should be strictly equal
> ---
> operator: equal
> expected: |-
> 'webpack://babel-loader/./test/fixtures/basic.js'
> actual: |-
> 'webpack://babel-loader/webpack/bootstrap'
> at: <anonymous> (/<<PKGBUILDDIR>>/test/sourcemaps.test.js:123:15)
> stack: |-
> Error: should be strictly equal
> at Test.assert [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:314:54)
> at Test.bound [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.strictEqual (/usr/share/nodejs/tape/lib/test.js:478:10)
> at Test.bound [as is] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at /<<PKGBUILDDIR>>/test/sourcemaps.test.js:123:15
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (node:internal/fs/read_file_context:68:3)
> ...
> ok 76 should be falsy
> # should output webpack's devtoolModuleFilename option
> ok 77 should be strictly equal
> ok 78 should be deeply equivalent
> ok 79 should be deeply equivalent
> ok 80 should be strictly equal
> ok 81 should be truthy
> ok 82 should be strictly equal
> ok 83 should be truthy
> # should disable sourcemap output with 'sourceMaps:false'
> ok 84 should be strictly equal
> ok 85 should be deeply equivalent
> ok 86 should be deeply equivalent
> ok 87 should be strictly equal
> ok 88 should be truthy
> ok 89 should be strictly equal
> not ok 90 should be strictly equal
> ---
> operator: equal
> expected: |-
> 'webpack://babel-loader/./test/fixtures/basic.js'
> actual: |-
> 'webpack://babel-loader/webpack/bootstrap'
> at: <anonymous> (/<<PKGBUILDDIR>>/test/sourcemaps.test.js:240:15)
> stack: |-
> Error: should be strictly equal
> at Test.assert [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:314:54)
> at Test.bound [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.strictEqual (/usr/share/nodejs/tape/lib/test.js:478:10)
> at Test.bound [as is] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at /<<PKGBUILDDIR>>/test/sourcemaps.test.js:240:15
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (node:internal/fs/read_file_context:68:3)
> ...
> not ok 91 should be truthy
> ---
> operator: ok
> expected: true
> actual: false
> at: <anonymous> (/<<PKGBUILDDIR>>/test/sourcemaps.test.js:247:15)
> stack: |-
> Error: should be truthy
> at Test.assert [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:314:54)
> at Test.bound [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.assert (/usr/share/nodejs/tape/lib/test.js:433:10)
> at Test.bound [as ok] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at /<<PKGBUILDDIR>>/test/sourcemaps.test.js:247:15
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (node:internal/fs/read_file_context:68:3)
> ...
> # should disable sourcemap output with 'sourceMap:false'
> ok 92 should be strictly equal
> ok 93 should be deeply equivalent
> ok 94 should be deeply equivalent
> ok 95 should be strictly equal
> ok 96 should be truthy
> ok 97 should be strictly equal
> not ok 98 should be strictly equal
> ---
> operator: equal
> expected: |-
> 'webpack://babel-loader/./test/fixtures/basic.js'
> actual: |-
> 'webpack://babel-loader/webpack/bootstrap'
> at: <anonymous> (/<<PKGBUILDDIR>>/test/sourcemaps.test.js:304:15)
> stack: |-
> Error: should be strictly equal
> at Test.assert [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:314:54)
> at Test.bound [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.strictEqual (/usr/share/nodejs/tape/lib/test.js:478:10)
> at Test.bound [as is] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at /<<PKGBUILDDIR>>/test/sourcemaps.test.js:304:15
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (node:internal/fs/read_file_context:68:3)
> ...
> not ok 99 should be truthy
> ---
> operator: ok
> expected: true
> actual: false
> at: <anonymous> (/<<PKGBUILDDIR>>/test/sourcemaps.test.js:311:15)
> stack: |-
> Error: should be truthy
> at Test.assert [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:314:54)
> at Test.bound [as _assert]
> (/usr/share/nodejs/tape/lib/test.js:99:32)
> at Test.assert (/usr/share/nodejs/tape/lib/test.js:433:10)
> at Test.bound [as ok] (/usr/share/nodejs/tape/lib/test.js:99:32)
> at /<<PKGBUILDDIR>>/test/sourcemaps.test.js:311:15
> at FSReqCallback.readFileAfterClose [as oncomplete]
> (node:internal/fs/read_file_context:68:3)
> ...
>
> 1..99
> # tests 99
> # pass 94
> # fail 5
>
> 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/2022/05/25/node-babel-loader_8.2.5-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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-babel-loader
Source-Version: 8.2.5-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-babel-loader, 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 1011...@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-babel-loader 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: Tue, 31 May 2022 18:44:20 +0200
Source: node-babel-loader
Architecture: source
Version: 8.2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1011804
Changes:
node-babel-loader (8.2.5-2) unstable; urgency=medium
.
* Team upload
* Declare compliance with policy 4.6.1
* Fix clean
* Fix test for webpack5 and tape (instead of ava 3) (Closes: #1011804)
Checksums-Sha1:
153f0729a7610a68f10b3c2a79572f016dbab8ab 2257 node-babel-loader_8.2.5-2.dsc
00165d86585e458016b25fe7d7013f1f1d2cc217 12048
node-babel-loader_8.2.5-2.debian.tar.xz
Checksums-Sha256:
978e066b851c647fac69d2bc61a1d4a123bcb1f935998ed7baad2c21b95b1c1a 2257
node-babel-loader_8.2.5-2.dsc
bd8e1b203c82c208166ded60ba5173a9ba002ca6d15927611aa3839a1398bef8 12048
node-babel-loader_8.2.5-2.debian.tar.xz
Files:
f6011ff8fce81caab86df6b42ef839d1 2257 javascript optional
node-babel-loader_8.2.5-2.dsc
38fb9e324b3c27028ae842505a84f26c 12048 javascript optional
node-babel-loader_8.2.5-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmKWRkEACgkQ9tdMp8mZ
7unUKw/+MLScC5lYKowL7ZiqBcqb+5j4q/h0C7h1/y7bYzjqtq1hAVNRhvh43QNW
BRb8MDBUgdNZCd8xFTcIMFnPoElEGym6agP6LUnRWMz47oBIPsMdwzueOt7NWIQ/
URDV0Fh86m821O2ax7GEUEykB0mXT3fSD1L8lz6GlLS4QzzfsY2a3y/gKBYsah5F
EqDRbhg12OFQEAZJPV3R9jLbOIyq4MWZqNgKEMgp18OwFPgwU/jg5zw5dl2ILeAi
s7c7ahsZL9cuTD33ovDBQLc6cy68wkee04e+zugIr3wk2yXpZO7AwtyGM+oBHBfI
brlKiyu0CkFr5/P7KQ46Rkni/uHkOS48UKlJrxtk0+U991sYrjCmK2E1Azv0pHEE
Emy0F704q/NaPR2t+261UCUwb7JeIZKO4n42nUScf1vpDM9HASIRd0zrYHDfP166
K65PrI03ggQ7KcInnxoJHaE5+vOX2ijUnJW6FCxY/qlHxO24X09wC4Zge4oZwest
4m0J4bsrGv3y3i6o5/XS+CVzYjgs4oOtu22J+s65Z26dJKwmf2wz7KnQKWzpp+Q+
86qxN9Sax5wSrW4u/SeNMWu62GOF87SPg+C2vNOJhhQac2q/K6PnMEBjF2xmVeZc
Vql6UZic4afBZXgUTjlTzxDxN++6xq2bZxB8dPPZYO3boOHWSVw=
=Fjpl
-----END PGP SIGNATURE-----
--- End Message ---