Your message dated Fri, 24 Jun 2022 13:50:41 +0000
with message-id <e1o4jhp-000hh5...@fasolo.debian.org>
and subject line Bug#1013620: fixed in node-xml2js 0.4.23+~cs15.4.0+dfsg-4
has caused the Debian Bug report #1013620,
regarding node-xml2js: FTBFS: TypeError: Class constructor Parser cannot be 
invoked without 'new'
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.)


-- 
1013620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-xml2js
Version: 0.4.23+~cs15.4.0+dfsg-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
> Link node_modules/zap -> ../node-zap
> Link node_modules/xmlbuilder -> ../xmlbuilder
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> Found debian/nodejs/xmlbuilder/build
>       cd ./xmlbuilder && sh -ex ../debian/nodejs/xmlbuilder/build
> + coffee -co lib src
> Found debian/nodejs/./build
>       cd ./. && sh -ex debian/nodejs/./build
> + coffee -c -o lib/ src/
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../debian/tests/test_modules/node-zap node_modules/node-zap
>       ln -s ../. node_modules/xml2js
>       /bin/sh -ex debian/tests/pkg-js/test
> + 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:debian/tests/test_modules/node-zap/bin/
> + zap
> bom/test decoded BOM... passed
> builder/test building basic XML structure... passed
> builder/test setting XML declaration... passed
> builder/test pretty by default... passed
> builder/test setting indentation... passed
> builder/test headless option... passed
> builder/test allowSurrogateChars option... passed
> builder/test explicit rootName is always used: 1. when there is only 
> one element... passed
> builder/test explicit rootName is always used: 2. when there are 
> multiple elements... passed
> builder/test default rootName is used when there is more than one 
> element in the hash... passed
> builder/test when there is only one first-level element in the hash, 
> that is used as root... passed
> builder/test parser -> builder roundtrip... passed
> builder/test building obj with undefined value... passed
> builder/test building obj with null value... passed
> builder/test escapes escaped characters... passed
> builder/test cdata text nodes... passed
> builder/test cdata text nodes with escaped end sequence... passed
> builder/test uses cdata only for chars &, <, >... passed
> builder/test uses cdata for string values of objects... passed
> builder/test does not error on non string values when checking for 
> cdata... passed
> builder/test does not error on array values when checking for 
> cdata... passed
> builder/test building obj with array... passed
> parser/test parse with defaults... passed
> parser/test parse with explicitCharkey... passed
> parser/test parse with mergeAttrs... passed
> parser/test parse with mergeAttrs and not explicitArray... passed
> parser/test parse with explicitChildren... passed
> parser/test parse with explicitChildren and preserveChildrenOrder... 
> passed
> parser/test parse with explicitChildren and charsAsChildren and 
> preserveChildrenOrder... passed
> parser/test parse with explicitChildren and charsAsChildren and 
> preserveChildrenOrder and includeWhiteChars... passed
> parser/test parse with explicitChildren and charsAsChildren and 
> preserveChildrenOrder and includeWhiteChars and normalize... passed
> parser/test element without children... passed
> parser/test parse with explicitChildren and charsAsChildren... passed
> parser/test text trimming, normalize... passed
> parser/test text trimming, no normalizing... passed
> parser/test text no trimming, normalize... passed
> parser/test text no trimming, no normalize... passed
> parser/test enabled root node elimination... passed
> parser/test disabled root node elimination... passed
> parser/test default empty tag result... passed
> parser/test empty tag result specified null... passed
> parser/test invalid empty XML file... passed
> parser/test enabled normalizeTags... passed
> parser/test parse with custom char and attribute object keys... 
> passed
> parser/test child node without explicitArray... passed
> parser/test child node with explicitArray... passed
> parser/test ignore attributes... passed
> parser/test simple callback mode... passed
> parser/test simple callback with options... passed
> parser/test double parse... passed
> parser/test element with garbage XML... passed
> parser/test simple function without options... passed
> parser/test simple function with options... passed
> parser/test async execution... passed
> parser/test validator... passed
> parser/test validation error... passed
> parser/test error throwing... passed
> parser/test error throwing after an error (async)... passed
> parser/test xmlns... passed
> parser/test callback should be called once... passed
> parser/test no error event after end... passed
> parser/test empty CDATA... passed
> parser/test CDATA whitespaces result... passed
> parser/test escaped CDATA result... passed
> parser/test non-strict parsing... passed
> parser/test construction with new and without... failed
> node:events:505
>       throw er; // Unhandled 'error' event
>       ^
> 
> TypeError: Class constructor Parser cannot be invoked without 'new'
>     at /<<PKGBUILDDIR>>/test/parser.test.coffee:500:27
>     at Parser.<anonymous> (/<<PKGBUILDDIR>>/lib/parser.js:327:18)
>     at Parser.emit (node:events:527:28)
>     at SAXParser.saxParser.onclosetag (/<<PKGBUILDDIR>>/lib/parser.js:289:23)
>     at emit (/usr/share/javascript/sax/sax.js:624:35)
>     at emitNode (/usr/share/javascript/sax/sax.js:629:5)
>     at closeTag (/usr/share/javascript/sax/sax.js:889:7)
>     at SAXParser.write (/usr/share/javascript/sax/sax.js:1436:13)
>     at Parser.parseString (/<<PKGBUILDDIR>>/lib/parser.js:346:31)
>     at Object.test construction with new and without 
> (/<<PKGBUILDDIR>>/test/parser.test.coffee:498:13)
>     at Object.<anonymous> 
> (/<<PKGBUILDDIR>>/debian/tests/test_modules/node-zap/bin/zap:52:25)
>     at Module._compile (node:internal/modules/cjs/loader:1105:14)
>     at Object.Module._extensions..js 
> (node:internal/modules/cjs/loader:1159:10)
>     at Module.load (node:internal/modules/cjs/loader:981:32)
>     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
>     at Function.executeUserEntryPoint [as runMain] 
> (node:internal/modules/run_main:77:12)
>     at node:internal/main/run_main_module:17:47
> 
> Emitted 'error' event on Parser instance at:
>     at Parser.parseString (/<<PKGBUILDDIR>>/lib/parser.js:350:16)
>     at Object.test construction with new and without 
> (/<<PKGBUILDDIR>>/test/parser.test.coffee:498:13)
>     [... lines matching original stack trace ...]
> 
> 
> parser/test not closed but well formed xml... passed
> parser/test cdata-named node... passed
> parser/test onend with empty xml... passed
> parser/test parsing null... passed
> parser/test parsing undefined... passed
> parser/test chunked processing... passed
> parser/test single attrNameProcessors... passed
> parser/test multiple attrNameProcessors... passed
> parser/test single attrValueProcessors... passed
> parser/test multiple attrValueProcessors... passed
> parser/test single valueProcessors... passed
> parser/test multiple valueProcessors... passed
> parser/test single tagNameProcessors... passed
> parser/test single tagNameProcessors in simple callback... passed
> parser/test multiple tagNameProcessors... passed
> parser/test attrValueProcessors key param... passed
> parser/test valueProcessors key param... passed
> parser/test parseStringPromise parsing... passed
> parser/test parseStringPromise with bad input... passed
> parser/test global parseStringPromise parsing... passed
> parser/test global parseStringPromise with options... passed
> parser/test global parseStringPromise with bad input... passed
> processors/test normalize... passed
> processors/test firstCharLowerCase... passed
> processors/test stripPrefix... passed
> processors/test stripPrefix, ignore xmlns... passed
> processors/test parseNumbers... passed
> processors/test parseBooleans... passed
> processors/test a processor that filters by node name... passed
> processors/test a processor that filters by attr name... passed
> 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/06/24/node-xml2js_0.4.23+~cs15.4.0+dfsg-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&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-xml2js
Source-Version: 0.4.23+~cs15.4.0+dfsg-4
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-xml2js, 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 1013...@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-xml2js 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: Fri, 24 Jun 2022 15:29:13 +0200
Source: node-xml2js
Architecture: source
Version: 0.4.23+~cs15.4.0+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1013620
Changes:
 node-xml2js (0.4.23+~cs15.4.0+dfsg-4) unstable; urgency=medium
 .
   * Team upload
   * Drop test not compatible with coffeescript 2 (Closes: #1013620)
Checksums-Sha1: 
 34c8f811214e9fa4cd00d93f638361db454a0006 2859 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.dsc
 250399e51b107717c709dac57a6e3d6fbc89b98c 6876 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.debian.tar.xz
Checksums-Sha256: 
 0b48cecc15d27042cceae3cc8f8e64ee3a0b364efb44705f745a732188885353 2859 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.dsc
 1dbebe1fe7903358980efc57d8b00ad150415db639a258c9573a30e58e32e0fa 6876 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.debian.tar.xz
Files: 
 ee0e7a7c253e66848881b7459b7b3854 2859 javascript optional 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.dsc
 da36ca07a5a4f27e52ef87696e2a875d 6876 javascript optional 
node-xml2js_0.4.23+~cs15.4.0+dfsg-4.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmK1vLEACgkQ9tdMp8mZ
7um+Rg//bgw0GtgqsxzLYHEbCKXcwxz3w9rofi/U/HRBj/zTxnNIiAS+Zsy2+xNE
XOsGDu/amqPESb3i+E70q6MdwsxvTfjC3Npgz+wTDfitmuz5ecrazkinah7q5XgU
WgidBa8X1DNiN4Z3BuYtBZYrZy4K1t7UunWNYwRqE4SC1plI+oPPoiPbi5eKWlse
oO5sUNAfmlpUvLmn/xVLUzrB/o5ZGasrqTdtwASl3sjtHzVBBQN4FsV5q/LVwbYg
JxibtqECFuQKmt9F65myEhVcL0fgYv1k7aTPQ7VeppXD3YwvipTRMbB98wiOYt7u
h1h3oXBCRtnCwmqb0vsjrF6/FxvgBoN9D0rfIg3Qdr7zrESMN1CePIi8+R0XJXLi
u8GSuDWRBOUzWZCUdElipmPnhmKKhLR04o2yS5YQfpCsUEJj9IVjqBaBHP9yUKIg
1C6jETRxnGz5D8+pLYRZAEs/0ic4PMDF/J0CrliTAOV+PhHbdifMWaVge3Fsq8TJ
OzW/GUXAchJP53oG6dxzKu3D35h7bJ6hS71E/IxkUj+xZFiFIVuqcGEeqeo4dbkh
f0+ReJLNERjOFwFr4+9qZis8goNByNAQ8iNzWgesu8Cj6BELhQAL6t4342g2V36O
HeLuwMcEuUyj/SRN1X7fWcQu6YR1DqFFjROMHRjaEpgOMuG1LDg=
=wl+z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to