Your message dated Sat, 01 Jan 2022 06:03:28 +0000
with message-id <e1n3xug-0007jj...@fasolo.debian.org>
and subject line Bug#1002255: fixed in node-mqtt-connection 4.1.0-4
has caused the Debian Bug report #1002255,
regarding node-mqtt-connection: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 2
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.)


-- 
1002255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002255
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-mqtt-connection
Version: 4.1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 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
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules
>       ln -s ../. node_modules/mqtt-connection
>       /bin/sh -ex debian/tests/pkg-js/test
> + mocha test/
> 
> 
>   Connection-v5
>     undefined should start piping in the next tick
>     transmission-v5
>       #subscribe-5.0
>         undefined should send a 5.0 subscribe packet (single)
> 
>   Connection
>     undefined should start piping in the next tick
>     parsing
>       connect
>         undefined should fire a connect event (minimal)
>         undefined should fire a connect event (maximal)
>         parse errors
>           undefined should say protocol not parseable
>       connack
>         undefined should fire a connack event (rc = 0)
>         undefined should fire a connack event (rc = 5)
>       publish
>         undefined should fire a publish event (minimal)
>         undefined should fire a publish event with 2KB payload
>         undefined should fire a publish event with 2MB payload
>         undefined should fire a publish event (maximal)
>         undefined should fire an empty publish
>         undefined should parse a splitted publish
>       puback
>         undefined should fire a puback event
>       pubrec
>         undefined should fire a pubrec event
>       pubrel
>         1) should fire a pubrel event
>       pubcomp
>         undefined should fire a pubcomp event
>       subscribe
>         undefined should fire a subscribe event (1 topic)
>         undefined should fire a subscribe event (3 topic)
>       suback
>         2) should fire a suback event
>       unsubscribe
>         undefined should fire an unsubscribe event
>       unsuback
>         undefined should fire a unsuback event
>       pingreq
>         undefined should fire a pingreq event
>       pingresp
>         undefined should fire a pingresp event
>       disconnect
>         undefined should fire a disconnect event
>       reserverd (15)
>         undefined should emit an error
>       reserverd (0)
>         undefined should emit an error
>     transmission
>       #connect
>         undefined should send a connect packet (minimal)
>         undefined should send a connect packet (maximal)
>         undefined should send a connect packet with binary username/password
>         undefined should send a connect packet with binary will payload
>         undefined should send a connect packet with unicode will payload
>         invalid options
>           protocol id
>             undefined should reject non-string
>           protocol version
>             undefined should reject non-number
>             undefined should reject >255
>             undefined should reject <0
>           client id
>             undefined should reject non-present
>             undefined should reject empty
>             undefined should reject non-string
>           keepalive
>             undefined should reject non-number
>             undefined should reject < 0
>             undefined should reject > 65535
>           will
>             undefined should reject non-object
>             undefined should reject will without valid topic
>             undefined should reject will without valid payload
>             - should reject will with invalid qos
>           username
>             undefined should reject invalid username
>           password
>             undefined should reject invalid password
>       #connack
>         undefined should send a connack packet (rc = 0)
>         undefined should send a connack packet (rc = 4)
>         undefined should reject invalid rc
>       #publish
>         undefined should send a publish packet (minimal)
>         undefined should send a publish packet (maximal)
>         undefined should send a publish packet (empty)
>         undefined should send a publish packet (buffer)
>         undefined should send a publish packet of 2KB
>         undefined should send a publish packet of 2MB
>         undefined should reject invalid topic
>         - should reject invalid payloads, maybe
>         undefined should reject invalid mid
>       #puback
>         undefined should send a puback packet
>         undefined should reject invalid mid
>       #pubrec
>         undefined should send a pubrec packet
>         - should reject invalid mid
>       #pubrel
>         undefined should send a pubrel packet
>         - should reject invalid mid
>       #pubcomp
>         undefined should send a pubcomp packet
>         - should reject invalid mid
>       #subscribe
>         undefined should send a subscribe packet (single)
>         undefined should send a subscribe packet (multiple)
>         undefined should reject invalid subscriptions
>         - should reject invalid subscription objects
>         undefined should reject invalid mid
>       #suback
>         undefined should send a suback packet
>         - should reject invalid mid
>         undefined should reject invalid qos vector
>       #unsubscribe
>         undefined should send an unsubscribe packet
>         undefined should reject invalid unsubs
>         - should reject invalid mids
>       #unsuback
>         undefined should send a unsuback packet
>         - should reject invalid mid
>       #pingreq
>         undefined should send a pingreq packet
>       #pingresp
>         undefined should send a pingresp packet
>       #disconnect
>         undefined should send a disconnect packet
>         undefined should send a null disconnect packet
> 
> 
>   75 passing (125ms)
>   9 pending
>   2 failing
> 
>   1) Connection
>        parsing
>          pubrel
>            should fire a pubrel event:
>      Uncaught Error: Invalid header flag bits, must be 0x2 for pubrel packet
>       at Parser._parseHeader (/usr/share/nodejs/mqtt-packet/parser.js:63:30)
>       at Parser.parse (/usr/share/nodejs/mqtt-packet/parser.js:43:45)
>       at Transform.process [as _transform] (lib/parseStream.js:14:17)
>       at Transform._read 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:177:10)
>       at Transform._write 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:164:83)
>       at doWrite 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:409:139)
>       at writeOrBuffer 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:398:5)
>       at Transform.Writable.write 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:307:11)
>       at Transform.ondata 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:681:20)
>       at addChunk 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:298:12)
>       at readableAddChunk 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:280:11)
>       at Transform.Readable.push 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:241:10)
>       at Transform.push 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:139:32)
>       at Immediate.<anonymous> (test/util.js:13:12)
>       at processImmediate (internal/timers.js:461:21)
> 
>   2) Connection
>        parsing
>          suback
>            should fire a suback event:
>      Uncaught Error: Invalid suback QoS, must be <= 2
>       at Parser._parseSuback (/usr/share/nodejs/mqtt-packet/parser.js:427:34)
>       at Parser._parsePayload (/usr/share/nodejs/mqtt-packet/parser.js:119:16)
>       at Parser.parse (/usr/share/nodejs/mqtt-packet/parser.js:43:45)
>       at Transform.process [as _transform] (lib/parseStream.js:14:17)
>       at Transform._read 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:177:10)
>       at Transform._write 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:164:83)
>       at doWrite 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:409:139)
>       at writeOrBuffer 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:398:5)
>       at Transform.Writable.write 
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:307:11)
>       at Transform.ondata 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:681:20)
>       at addChunk 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:298:12)
>       at readableAddChunk 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:280:11)
>       at Transform.Readable.push 
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:241:10)
>       at Transform.push 
> (/usr/share/nodejs/readable-stream/lib/_stream_transform.js:139:32)
>       at Immediate.<anonymous> (test/util.js:13:12)
>       at processImmediate (internal/timers.js:461:21)
> 
> 
> 
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/node-mqtt-connection_4.1.0-3_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-mqtt-connection
Source-Version: 4.1.0-4
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated 
node-mqtt-connection 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: Sat, 01 Jan 2022 13:47:23 +0800
Source: node-mqtt-connection
Architecture: source
Version: 4.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 1001726 1002255
Changes:
 node-mqtt-connection (4.1.0-4) unstable; urgency=low
 .
   [ Yadd ]
   * Team upload
   * Drop nodejs dependency
   * Mark test dependencies with <!nocheck>
 .
   [ Ying-Chun Liu (PaulLiu) ]
   * add debian/patches/0001_fix_test_for_node-mqtt-packet-7.1.1.patch
     - Fix FTBFS (Closes: #1002255)
     - Fix autopkgtest fail (Closes: #1001726)
Checksums-Sha1:
 ca06905b634b68178f645220a54776270d496109 2338 node-mqtt-connection_4.1.0-4.dsc
 42b2cda326ab3de3fac293558be86e8b4db3d48b 3476 
node-mqtt-connection_4.1.0-4.debian.tar.xz
 0da97c85582993f513d0f66999e9e11add8e1047 11901 
node-mqtt-connection_4.1.0-4_source.buildinfo
Checksums-Sha256:
 4ca0fe7d64ed32b3961871b49dc25607bc67896c5442ae0ae3bf82c5cc4e12c9 2338 
node-mqtt-connection_4.1.0-4.dsc
 11a816fa01cd64c304b318a05bf472c53e85a4ca1bd846a87f0eeb4c3ec8200b 3476 
node-mqtt-connection_4.1.0-4.debian.tar.xz
 a7733bc92347d4d1e4c348d3cd331863e0bfc5f3763aa145142e53983152aa4b 11901 
node-mqtt-connection_4.1.0-4_source.buildinfo
Files:
 909d88ce36f453c1483b17ed67ba1326 2338 javascript optional 
node-mqtt-connection_4.1.0-4.dsc
 dbb9c97a1a1439e1d04f95beb1d3ffd9 3476 javascript optional 
node-mqtt-connection_4.1.0-4.debian.tar.xz
 8b04e8bdf1f08b07fb28992c31235a2f 11901 javascript optional 
node-mqtt-connection_4.1.0-4_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmHP7H8THHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiFV9D/9tsIScl86O/h+kvb+A8G+unKAjq4Cf
5TUZyy/XCm/t0LU5gTsyGlvp7/9GJC9n9XHbLIVQW9qcosfONiqCv9Vr34wsjQDH
t6KNl8V5PW7GoyAdV7ULE/NWSehWu3KM8Z5naxlENjY4akCtXqL1OFpcLrXBuRkf
ICfogBKuKRnRlfx/O/fkjpIVdTqt1UyURpyV6v8fLriw06PNB1LZif2zOabVAr0x
krLnzlmDz3cuc+GQTeU9otw1vSH5ojHZESCRLNLvR6eg5lKGWidygNFL08/RiW1v
/r4MVIa0aIjJI4atHEXgglokgfuEEetipgmUpaObXN6C7NOgZJyHhQT8OYWZxOIZ
CVyK5BT7u3bBh5i7+F4pam+7kr5kOPTAeG7Iq8EeQtNhsfjQcCnGvENBRBd7mZFs
RJ94fdc0v87qm2txZYB51I643e6hTeRayRQO1wscXuEICa9uLPiTTQ18R0stQlsF
2epgD9IvDtT9qaP7Et7sScFCAdyEytT59M+JiZomADgBQKhY95sRTj/6MXvCML8f
Pwyhhtqkr4Oq1bQ3dgBYHB5Sy0j2Ex3HvPCb5clPGVV8D1POfZGFNXxJ/I4roUaj
Oa5UtLFUXfSFiuz7WIFsxVxmCA9rgEZUc9LM0ifZueOTR+BjdhM51YAnb3qaKdgO
jz2T9fFGc4kvsg==
=+qiO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to