Your message dated Wed, 09 Apr 2025 10:24:16 +0000
with message-id <e1u2sbq-00abah...@fasolo.debian.org>
and subject line Bug#1096225: fixed in ola 0.10.9.nojsmin-7.1
has caused the Debian Bug report #1096225,
regarding ola: FTBFS: AssertionError: datetime.timedelta(microseconds=16680) != 
datetime.timedelta(microseconds=10000) within 
datetime.timedelta(microseconds=750) delta 
(datetime.timedelta(microseconds=6680) difference)
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.)


-- 
1096225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096225
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ola
Version: 0.10.9.nojsmin-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250215 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[5]: Entering directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> PASS: common/base/FlagsTester
> PASS: common/io/DescriptorTester
> PASS: common/export_map/ExportMapTester
> PASS: common/base/LoggingTester
> PASS: common/base/CredentialsTester
> PASS: common/io/IOQueueTester
> PASS: common/dmx/RunLengthEncoderTester
> PASS: common/file/UtilTester
> PASS: common/io/StreamTester
> PASS: common/io/MemoryBlockTester
> PASS: common/messaging/DescriptorTester
> PASS: common/io/TimeoutManagerTester
> PASS: common/io/IOStackTester
> PASS: common/network/NetworkTester
> PASS: common/rdm/RDMAPITester
> PASS: common/rdm/QueueingRDMControllerTester
> PASS: common/rdm/PidStoreTester
> PASS: common/rdm/DiscoveryAgentTester
> PASS: common/rdm/RDMCommandSerializerTester
> PASS: common/rdm/RDMCommandTester
> PASS: common/rdm/RDMFrameTester
> PASS: common/rdm/RDMHelperTester
> PASS: common/rdm/RDMReplyTester
> PASS: common/rdm/RDMMessageTester
> PASS: common/rdm/UIDAllocatorTester
> PASS: common/rdm/UIDTester
> PASS: common/rpc/RpcTester
> PASS: common/rpc/RpcServerTester
> PASS: common/strings/UtilsTester
> PASS: common/thread/ThreadTester
> PASS: common/thread/ExecutorThreadTester
> PASS: common/thread/FutureTester
> PASS: common/timecode/TimeCodeTester
> PASS: common/web/JsonTester
> PASS: common/web/ParserTester
> PASS: common/web/PtchTester
> PASS: common/web/PtchParserTester
> PASS: common/web/PointerTester
> PASS: common/web/PointerTrackerTester
> PASS: common/web/SchemaParserTester
> PASS: common/web/SchemaTester
> PASS: common/web/SectionsTester
> PASS: libs/acn/E133Tester
> PASS: libs/acn/E131Tester
> PASS: data/rdm/PidDataTester
> PASS: libs/acn/TransportTester
> PASS: libs/usb/LibUsbThreadTester
> PASS: olad/plugin_api/ClientTester
> PASS: olad/plugin_api/DeviceTester
> PASS: ola/OlaClientTester
> PASS: olad/plugin_api/DmxSourceTester
> PASS: olad/plugin_api/PortTester
> PASS: olad/plugin_api/PreferencesTester
> PASS: plugins/artnet/ArtNetTester
> PASS: olad/plugin_api/UniverseTester
> PASS: plugins/dummy/DummyPluginTester
> PASS: plugins/espnet/EspNetTester
> PASS: plugins/kinet/KiNetTester
> PASS: plugins/openpixelcontrol/OPCClientTester
> PASS: plugins/openpixelcontrol/OPCServerTester
> PASS: plugins/osc/OSCTester
> PASS: plugins/shownet/ShowNetTester
> PASS: plugins/spi/SPITester
> PASS: plugins/usbpro/ArduinoWidgetTester
> PASS: plugins/usbpro/BaseRobeWidgetTester
> PASS: plugins/usbpro/BaseUsbProWidgetTester
> PASS: plugins/usbpro/DmxterWidgetTester
> PASS: plugins/usbpro/RobeWidgetDetectorTester
> PASS: plugins/usbpro/RobeWidgetTester
> PASS: plugins/usbpro/UltraDMXProWidgetTester
> PASS: common/network/TCPConnectorTester
> PASS: olad/OlaTester
> PASS: tools/ola_trigger/ActionTester
> echo "PYTHONPATH=./python PIDDATA=./data/rdm /usr/bin/python3 
> ./data/rdm/PidDataTest.py; exit \$?" > data/rdm/PidDataTest.sh
> chmod +x data/rdm/PidDataTest.sh
> echo "for FILE in ./examples/testdata/dos_line_endings 
> ./examples/testdata/multiple_unis ./examples/testdata/partial_frames 
> ./examples/testdata/single_uni ./examples/testdata/trailing_timeout; do echo 
> \"Checking \$FILE\"; ./examples/ola_recorder --verify \$FILE; STATUS=\$?; if 
> [ \$STATUS -ne 0 ]; then echo \"FAIL: \$FILE caused ola_recorder to exit with 
> status \$STATUS\"; exit \$STATUS; fi; done; exit 0" > 
> examples/RecorderVerifyTest.sh
> chmod +x examples/RecorderVerifyTest.sh
> mkdir -p ./python/ola/rpc
> echo "PYTHONPATH=./python /usr/bin/python3 
> ./python/ola/rpc/SimpleRpcControllerTest.py; exit \$?" > 
> ./python/ola/rpc/SimpleRpcControllerTest.sh
> chmod +x ./python/ola/rpc/SimpleRpcControllerTest.sh
> PASS: plugins/usbpro/UsbProWidgetDetectorTester
> mkdir -p ./python/ola
> echo "PYTHONPATH=./python /usr/bin/python3 ./python/ola/ClientWrapperTest.py; 
> exit \$?" > ./python/ola/ClientWrapperTest.sh
> chmod +x ./python/ola/ClientWrapperTest.sh
> PASS: plugins/usbpro/EnttecUsbProWidgetTester
> mkdir -p ./python/ola
> echo "PYTHONPATH=./python /usr/bin/python3 ./python/ola/OlaClientTest.py; 
> exit \$?" > ./python/ola/OlaClientTest.sh
> chmod +x ./python/ola/OlaClientTest.sh
> mkdir -p ./python/ola
> echo "PYTHONPATH=./python TESTDATADIR=./common/rdm/testdata /usr/bin/python3 
> ./python/ola/PidStoreTest.py; exit \$?" > ./python/ola/PidStoreTest.sh
> chmod +x ./python/ola/PidStoreTest.sh
> mkdir -p ./python/ola
> echo "PYTHONPATH=./python PIDSTOREDIR=./data/rdm /usr/bin/python3 
> ./python/ola/RDMTest.py; exit \$?" > ./python/ola/RDMTest.sh
> chmod +x ./python/ola/RDMTest.sh
> PASS: python/ola/DUBDecoderTest.py
> PASS: python/ola/MACAddressTest.py
> mkdir -p ./python
> echo "/usr/bin/python3 -m compileall data include python scripts tools; exit 
> \$?" > ./python/PyCompileTest.sh
> chmod +x ./python/PyCompileTest.sh
> echo "for FILE in ./tools/ola_trigger/example.conf 
> ./tools/ola_trigger/test_file.conf ./tools/ola_trigger/test_file_falling.conf 
> ./tools/ola_trigger/test_file_rising.conf 
> ./tools/ola_trigger/contrib/mac_volume.conf 
> ./tools/ola_trigger/contrib/mac_itunes.conf 
> ./tools/ola_trigger/contrib/philips_hue_osram_lightify.conf; do echo 
> \"Checking \$FILE\"; ./tools/ola_trigger/ola_trigger --validate \$FILE; 
> STATUS=\$?; if [ \$STATUS -ne 0 ]; then echo \"FAIL: \$FILE caused 
> ola_trigger to exit with status \$STATUS\"; exit \$STATUS; fi; done; exit 0" 
> > ./tools/ola_trigger/FileValidateTest.sh
> chmod +x ./tools/ola_trigger/FileValidateTest.sh
> mkdir -p ./python/ola
> PASS: python/ola/StringUtilsTest.py
> mkdir -p ./python/ola/testing
> echo "PYTHONPATH=./python /usr/bin/python3 
> ./tools/rdm/ExpectedResultsTest.py; exit \$?" > 
> ./tools/rdm/ExpectedResultsTest.sh
> chmod +x ./tools/rdm/ExpectedResultsTest.sh
> touch ./python/ola/testing/__init__.py
> mkdir -p ./python/ola
> ln -s -f ../../../tools/rdm ./python/ola/testing/rdm
> echo "PYTHONPATH=./python /usr/bin/python3 ./tools/rdm/TestHelpersTest.py; 
> exit \$?" > ./tools/rdm/TestHelpersTest.sh
> echo "PYTHONPATH=./python /usr/bin/python3 ./tools/rdm/ResponderTestTest.py; 
> exit \$?" > ./tools/rdm/ResponderTestTest.sh
> chmod +x ./tools/rdm/TestHelpersTest.sh
> chmod +x ./tools/rdm/ResponderTestTest.sh
> mkdir -p ./python/ola/testing
> mkdir -p ./python/ola
> touch ./python/ola/testing/__init__.py
> echo "PYTHONPATH=./python /usr/bin/python3 ./tools/rdm/TestStateTest.py; exit 
> \$?" > ./tools/rdm/TestStateTest.sh
> chmod +x ./tools/rdm/TestStateTest.sh
> ln -s -f ../../../tools/rdm ./python/ola/testing/rdm
> echo "PYTHONPATH=./python /usr/bin/python3 ./tools/rdm/TestRunnerTest.py; 
> exit \$?" > ./tools/rdm/TestRunnerTest.sh
> chmod +x ./tools/rdm/TestRunnerTest.sh
> PASS: python/ola/UIDTest.py
> PASS: plugins/usbpro/WidgetDetectorThreadTester
> PASS: examples/RecorderVerifyTest.sh
> PASS: python/ola/rpc/SimpleRpcControllerTest.sh
> PASS: python/ola/OlaClientTest.sh
> FAIL: python/ola/ClientWrapperTest.sh
> PASS: data/rdm/PidDataTest.sh
> PASS: tools/ola_trigger/FileValidateTest.sh
> PASS: python/PyCompileTest.sh
> PASS: python/ola/PidStoreTest.sh
> PASS: tools/rdm/ExpectedResultsTest.sh
> PASS: python/ola/RDMTest.sh
> PASS: common/network/HealthCheckedConnectionTester
> PASS: tools/rdm/TestHelpersTest.sh
> PASS: tools/rdm/TestStateTest.sh
> PASS: tools/rdm/ResponderTestTest.sh
> PASS: tools/rdm/TestRunnerTest.sh
> PASS: common/io/SelectServerTester
> PASS: plugins/usbpro/DmxTriWidgetTester
> PASS: common/utils/UtilsTester
> ==================================
>    OLA 0.10.9: ./test-suite.log
> ==================================
> 
> # TOTAL: 98
> # PASS:  97
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> System information (uname -a): Linux 6.1.0-28-cloud-amd64 #1 SMP 
> PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
> Distribution information (/etc/os-release):
> PRETTY_NAME="Debian GNU/Linux trixie/sid"
> NAME="Debian GNU/Linux"
> VERSION_CODENAME=trixie
> ID=debian
> HOME_URL="https://www.debian.org/";
> SUPPORT_URL="https://www.debian.org/support";
> BUG_REPORT_URL="https://bugs.debian.org/";
> 
> .. contents:: :depth: 2
> 
> FAIL: python/ola/ClientWrapperTest.sh
> =====================================
> 
> ...F..
> ======================================================================
> FAIL: testEventLoop (__main__.ClientWrapperTest.testEventLoop)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/reproducible-path/ola-0.10.9.nojsmin/./python/ola/ClientWrapperTest.py",
>  line 204, in testEventLoop
>     self.assertAlmostEqual(c_diff, datetime.timedelta(milliseconds=10),
>     ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>                            delta=datetime.timedelta(microseconds=750))
>                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError: datetime.timedelta(microseconds=16680) != 
> datetime.timedelta(microseconds=10000) within 
> datetime.timedelta(microseconds=750) delta 
> (datetime.timedelta(microseconds=6680) difference)
> 
> ----------------------------------------------------------------------
> Ran 6 tests in 0.019s
> 
> FAILED (failures=1)
> FAIL python/ola/ClientWrapperTest.sh (exit status: 1)
> 
> ============================================================================
> Testsuite summary for OLA 0.10.9
> ============================================================================
> # TOTAL: 98
> # PASS:  97
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log for debugging.
> Some test(s) failed.  Please report this to open-light...@googlegroups.com,
> together with the test-suite.log file (gzipped) and your system
> information.  Thanks.
> ============================================================================
> make[5]: *** [Makefile:16394: test-suite.log] Error 1
> make[5]: Leaving directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> make[4]: *** [Makefile:16529: check-TESTS] Error 2
> make[4]: Leaving directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> make[3]: *** [Makefile:17416: check-am] Error 2
> make[3]: Leaving directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> make[2]: *** [Makefile:16280: check-recursive] Error 1
> make[2]: Leaving directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> make[1]: *** [Makefile:17419: check] Error 2
> make[1]: Leaving directory '/build/reproducible-path/ola-0.10.9.nojsmin'
> dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
> returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2025/02/15/ola_0.10.9.nojsmin-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250215;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250215&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 mark 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: ola
Source-Version: 0.10.9.nojsmin-7.1
Done: Adrian Bunk <b...@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated ola 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: Wed, 02 Apr 2025 18:58:07 +0300
Source: ola
Architecture: source
Version: 0.10.9.nojsmin-7.1
Distribution: unstable
Urgency: medium
Maintainer: Wouter Verhelst <wou...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1096225
Changes:
 ola (0.10.9.nojsmin-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Increase ClientWrapper test timeouts. (Closes: #1096225)
Checksums-Sha1:
 98bf6b8a2734408c6a5a6b9df1dffc772b15b688 2518 ola_0.10.9.nojsmin-7.1.dsc
 ce15f4e301a0af873feb7eca366e38bf1ffbfbf3 2578760 ola_0.10.9.nojsmin.orig.tar.gz
 12455bd9105857dbdd1994731d93490900b846ae 36596 
ola_0.10.9.nojsmin-7.1.debian.tar.xz
Checksums-Sha256:
 dee4fdb52532cdd46e92fa41703b56f5ab47bd180d7489f5cf08d0f92f58e010 2518 
ola_0.10.9.nojsmin-7.1.dsc
 44073698c147fe641507398253c2e52ff8dc7eac8606cbf286c29f37939a4ebf 2578760 
ola_0.10.9.nojsmin.orig.tar.gz
 bbb56885c449d64525c442c0a1dc8b17405e6e34b3ff7510b405471eeab0480c 36596 
ola_0.10.9.nojsmin-7.1.debian.tar.xz
Files:
 e1ce1358658f4dd67c4a6f54c31b0cb0 2518 libs optional ola_0.10.9.nojsmin-7.1.dsc
 c194a019fc4f2635cdcb8f9778e48453 2578760 libs optional 
ola_0.10.9.nojsmin.orig.tar.gz
 3fe96adc27baa1d73df74a538ff8c855 36596 libs optional 
ola_0.10.9.nojsmin-7.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmftYjUACgkQiNJCh6LY
mLH1xA//VB9UCY+cRejGmx74IW1HOAt9mDfspbzyTaAyCf4BsIPeeTkGN3bj+WpO
KIJRZ2uFJkONUYncImzT/tUUViNu+NfPipQAgD+WFAdtXbztS34dV7trl1T+1n/r
pl1FYHAXpm4lxa8P2jaZjMHjtGJRY7gKQ68Ai5uPDOWVebT/KV4VRMK8J3/zYTHR
hL+Wu2pT4oVxjIYtDKaHnjBHpXvlC+/w7+RgOdIsmV6BKF2VK5wjnAD7LvhjLiRP
qJtIoKZw5Tt9mGdl9ATKGt0TGoqu6vJG1w5srw6VezUQ4F7XVJZ+SzgEMARxX7Nu
NJDVLKcAINmR0BoeJKS2crDyl7zg+ld5JC1WvZczw68NLfSFpMw9CJgQtuMfs7DT
+Wfq1Zvhj1++fk2fqh7QJhY8/Cj3rv7GdYKIE3ldqbWiQQ6eOCYV2SGWntOuqKFS
fPVzkS1VZkLofT22RGpM/YK7G4Bz1BpZfNzNtwTosqbg0aJxpVojDaAf0dy/7lYQ
Emkg6M2dSLavD6w8Zb8kn4Irx4cb5E34+HCdtKFznuk4lgrRlom6yAlCl3LspfCU
OOPkhspK01UF0edWfBhZxH5Ej8OsDzKFsSJm0XmZ64wjgFcGjtd5aElH8c/Ri2YS
iJ1Ifx49v9pokEBKIiSWeTk3fy89SpwbpYhyVzyoBUHfZGPhP+0=
=A82r
-----END PGP SIGNATURE-----

Attachment: pgp7AZaUdVHMR.pgp
Description: PGP signature


--- End Message ---

Reply via email to