Your message dated Wed, 19 Oct 2022 21:57:39 +0000
with message-id <[email protected]>
and subject line Bug#1019221: fixed in nut 2.8.0-4
has caused the Debian Bug report #1019221,
regarding nut: autopkgtest regression: Could not find pidfile 
'/run/nut/upsd.pid'
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 [email protected]
immediately.)


-- 
1019221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nut
Version: 2.8.0-2
Severity: serious
User: [email protected]
Usertags: regression

Dear maintainer(s),

With a recent upload of nut the autopkgtest of nut fails in testing when that autopkgtest is run with the binary packages of nut from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
nut                    from testing    2.8.0-2
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=nut

https://ci.debian.net/data/autopkgtest/testing/amd64/n/nut/25749540/log.gz

test_CVE_2012_2944 (__main__.BasicTest)
Test CVE-2012-2944 ... FAIL
test_daemons_pid (__main__.BasicTest)
Test daemons using PID files ... FAIL
test_daemons_service (__main__.BasicTest)
Test daemons using "service status" ... ok
test_upsc_device_list (__main__.BasicTest)
Test NUT client interface (upsc): device(s) listing ... ok
test_upsd_IPv4 (__main__.BasicTest)
Test upsd IPv4 reachability ... ok
test_upsd_IPv6 (__main__.BasicTest)
Test upsd IPv6 reachability ... ok
test_upsmon_notif (__main__.BasicTest)
Test upsmon notifications ... FAIL
test_upsrw (__main__.BasicTest)
Test upsrw ... FAIL

======================================================================
FAIL: test_CVE_2012_2944 (__main__.BasicTest)
Test CVE-2012-2944
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 386, in test_CVE_2012_2944
    self._testDaemons(['upsd'])
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 277, in _testDaemons
    self.assertTrue(os.path.exists(pidfile), warning)
AssertionError: False is not true : Could not find pidfile '/run/nut/upsd.pid'

======================================================================
FAIL: test_daemons_pid (__main__.BasicTest)
Test daemons using PID files
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 307, in test_daemons_pid
    self._testDaemons(daemons)
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 277, in _testDaemons
    self.assertTrue(os.path.exists(pidfile), warning)
AssertionError: False is not true : Could not find pidfile '/run/nut/upsd.pid'

======================================================================
FAIL: test_upsmon_notif (__main__.BasicTest)
Test upsmon notifications
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 355, in test_upsmon_notif self.assertTrue('OB' in report, 'UPS Status: ' + report + 'should be OB') AssertionError: False is not true : UPS Status: Init SSL without certificate database
Error: Driver not connected
should be OB

======================================================================
FAIL: test_upsrw (__main__.BasicTest)
Test upsrw
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 338, in test_upsrw
    self._nut_setvar('ups.model', 'Test')
File "/tmp/autopkgtest-lxc.3uxt85o1/downtmp/build.SgZ/src/debian/tests/test-nut.py", line 284, in _nut_setvar
    self.assertTrue(rc == 0, 'upsrw: ' + report)
AssertionError: False is not true : upsrw: Unexpected response from upsd: ERR DRIVER-NOT-CONNECTED


----------------------------------------------------------------------
Ran 8 tests in 50.981s

FAILED (failures=4)
Skipping private tests
autopkgtest [15:27:34]: test nut

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: nut
Source-Version: 2.8.0-4
Done: Laurent Bigonville <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nut, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated nut 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 19 Oct 2022 22:31:38 +0200
Source: nut
Architecture: source
Version: 2.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Closes: 1019221
Changes:
 nut (2.8.0-4) unstable; urgency=medium
 .
   * Add debian/salsa-ci.yml for automated tests in salsa
   * debian/tests/test-nut.py: set SYSTEMCTL_SKIP_REDIRECT to 1.
     The behaviour of the upstream systemd services has changed breaking the
     existing tests. This is a quick fix for the tests so they use the sysv
     initscript instead of the systemd services. (Closes: #1019221)
Checksums-Sha1:
 00be92fdd936e60abe596f40bf8d2a67a8e7d0b7 3172 nut_2.8.0-4.dsc
 84e4272004b660663bba527e2d76992005b60ed7 71648 nut_2.8.0-4.debian.tar.xz
 468753bed13f936a7b5e5513903d632cf98fb961 6372 nut_2.8.0-4_source.buildinfo
Checksums-Sha256:
 566ba1ddf8aa95fbed6b2bafc4381eb5f77387ebec05d6124716eb582e6ba83f 3172 
nut_2.8.0-4.dsc
 7e7b2abd4a1d69cb3f35d1b25827cf37bacf4e0f4594f67faf5a339796b6f7f3 71648 
nut_2.8.0-4.debian.tar.xz
 3c9a836dcc103d3d326708c7aaef1924b4d5d3e502c02faf6b816fb6435cd255 6372 
nut_2.8.0-4_source.buildinfo
Files:
 70c77eb6b88e49d5d4c5bcd1581ac17f 3172 admin optional nut_2.8.0-4.dsc
 87320eec1b5389fb7a81f5f44e5569e8 71648 admin optional nut_2.8.0-4.debian.tar.xz
 dc6f527f174d8175357aea750c241785 6372 admin optional 
nut_2.8.0-4_source.buildinfo

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

iQFFBAEBCAAvFiEEmRrdqQAhuF2x31DwH8WJHrqwQ9UFAmNQYTsRHGJpZ29uQGRl
Ymlhbi5vcmcACgkQH8WJHrqwQ9WW0wgAp5obpFb7Q213C3v0ak9b5vSVlTCyYW6Z
kOJ2f7MmKGELCrIIHNGrlVtbanoM4X/E0/KfQGODWo+rLPU1BJtfVxQiTphYYqOL
EbXr+eiikC/jIt2+SjcKcQY2is7yU8UVfBW8GPkyqapJfNQjn7ThxCIffuZhZGFu
Hhbwn33FPFhCRqxm8iYzf5KcFxwJrgU2cwXILwKbomBDQjEqyym1kyEZgx3XYE23
m1FWTke5Rv6SYrHMI43FlbCfwUU4O4TzFl/6iCvAjquoTsIKXM8gk5R+nEAGXQ/U
FHGXbR56eXgn6IEf645dyrThyQIm0Gk/g3F2ceA2uLxcXQ3GIrKmwA==
=h54V
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to