Source: node-mqtt Version: 4.3.7-8 Severity: important Justification: fails autopkgtest on Debian CI infrastructure Tags: forky sid User: [email protected] Usertags: lxc
Hi, Debian CI is switching away from lxc containers in favor of incus Containers. This is motivated by security concerns from us; incus is based on lxc, but orchestrates containers substantially different: containers are not privileged (so root in the container is not uid 0 outside of it, and incus imposes a stricter isolation from the host system. node-mqtt passes its tests under lxc, but fails under incus. The relevant part of the failure is (hopefully): > at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:386:15) > at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10) > at Timeout.<anonymous> (/usr/share/nodejs/mocha/lib/runnable.js:246:24) > at listOnTimeout (node:internal/timers:605:17) > at process.processTimers (node:internal/timers:541:7) > > 6) UniqueMessageIdProviderMqttClient > auto reconnect > should resend in-flight QoS 1 publish messages from the client: > Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" > is called; if returning a Promise, ensure it resolves. > (/tmp/autopkgtest.jKcSBB/autopkgtest_tmp/smokeBQf19r/test/unique_message_id_provider_client.js) > at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:386:15) > at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10) > at Timeout.<anonymous> (/usr/share/nodejs/mocha/lib/runnable.js:246:24) > at listOnTimeout (node:internal/timers:605:17) > at process.processTimers (node:internal/timers:541:7) > > 7) UniqueMessageIdProviderMqttClient > auto reconnect > should resend in-flight QoS 2 publish messages from the client: > Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure > "done()" is called; if returning a Promise, ensure it resolves. > (/tmp/autopkgtest.jKcSBB/autopkgtest_tmp/smokeBQf19r/test/unique_message_id_provider_client.js) > at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:386:15) > at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10) > at Timeout.<anonymous> (/usr/share/nodejs/mocha/lib/runnable.js:246:24) > at listOnTimeout (node:internal/timers:605:17) > at process.processTimers (node:internal/timers:541:7) > > > > autopkgtest [21:09:23]: test pkg-js-autopkgtest: -----------------------] > autopkgtest [21:09:23]: test pkg-js-autopkgtest: - - - - - - - - - - results > - - - - - - - - - - > pkg-js-autopkgtest FAIL non-zero exit status 7 The full autokpgtest logs are available at: https://ci.debian.net/experiments/8/regressions/ (please beware of pagination) Common types of failure and suggested fixes are being documented at: https://wiki.debian.org/ContinuousIntegration/LxcToIncus Note that for the time being, node-mqtt is still being tested under lxc to avoid disturbing its testing migration test results. If you decide to add the `isolation-machine` restriction to get this package tested under qemu, please mention that explicitly when closing this bug (it's fine to do that only in the package changelog entry that closes the bug) so that we can configure your package for qemu on ci.debian.net.
signature.asc
Description: PGP signature
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
