Your message dated Fri, 11 Nov 2022 17:05:18 +0000
with message-id <[email protected]>
and subject line Bug#1005447: fixed in ola 0.10.8.nojsmin.git1b28e794-1
has caused the Debian Bug report #1005447,
regarding ola: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 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 [email protected]
immediately.)


-- 
1005447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ola
Version: 0.10.8.nojsmin-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[5]: Entering directory '/<<PKGBUILDDIR>>'
> PASS: common/base/FlagsTester
> PASS: common/base/LoggingTester
> PASS: common/base/CredentialsTester
> PASS: common/dmx/RunLengthEncoderTester
> PASS: common/file/UtilTester
> PASS: common/export_map/ExportMapTester
> PASS: common/io/DescriptorTester
> PASS: common/io/IOQueueTester
> PASS: common/io/IOStackTester
> PASS: common/io/MemoryBlockTester
> PASS: common/io/StreamTester
> PASS: common/io/TimeoutManagerTester
> PASS: common/messaging/DescriptorTester
> PASS: common/network/NetworkTester
> PASS: common/rdm/DiscoveryAgentTester
> PASS: common/rdm/PidStoreTester
> PASS: common/rdm/QueueingRDMControllerTester
> PASS: common/rdm/RDMAPITester
> PASS: common/rdm/RDMCommandSerializerTester
> PASS: common/rdm/RDMCommandTester
> PASS: common/rdm/RDMFrameTester
> PASS: common/rdm/RDMHelperTester
> PASS: common/rdm/RDMMessageTester
> PASS: common/rdm/RDMReplyTester
> PASS: common/rdm/UIDAllocatorTester
> PASS: common/rdm/UIDTester
> PASS: common/rpc/RpcTester
> PASS: common/rpc/RpcServerTester
> PASS: common/strings/UtilsTester
> PASS: common/thread/ExecutorThreadTester
> PASS: common/thread/ThreadTester
> PASS: common/thread/FutureTester
> PASS: common/timecode/TimeCodeTester
> PASS: common/network/TCPConnectorTester
> PASS: common/web/JsonTester
> PASS: common/web/ParserTester
> PASS: common/web/PtchParserTester
> PASS: common/web/PtchTester
> PASS: common/web/PointerTester
> PASS: common/web/PointerTrackerTester
> PASS: common/web/SchemaParserTester
> PASS: common/web/SchemaTester
> PASS: common/web/SectionsTester
> PASS: data/rdm/PidDataTester
> PASS: libs/acn/E131Tester
> PASS: libs/acn/E133Tester
> PASS: libs/acn/TransportTester
> FAIL: libs/usb/LibUsbThreadTester
> FAIL: ola/OlaClientTester
> PASS: olad/plugin_api/ClientTester
> PASS: olad/plugin_api/DeviceTester
> PASS: olad/plugin_api/DmxSourceTester
> PASS: olad/plugin_api/PortTester
> PASS: olad/plugin_api/PreferencesTester
> PASS: olad/plugin_api/UniverseTester
> PASS: plugins/artnet/ArtNetTester
> 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: common/network/HealthCheckedConnectionTester
> PASS: plugins/usbpro/DmxterWidgetTester
> PASS: common/io/SelectServerTester
> PASS: plugins/usbpro/RobeWidgetDetectorTester
> PASS: plugins/usbpro/EnttecUsbProWidgetTester
> PASS: plugins/usbpro/RobeWidgetTester
> PASS: plugins/usbpro/UltraDMXProWidgetTester
> PASS: plugins/usbpro/UsbProWidgetDetectorTester
> 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: python/ola/DUBDecoderTest.py
> 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: python/ola/MACAddressTest.py
> 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/UIDTest.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
> echo "PYTHONPATH=./python /usr/bin/python3 ./tools/rdm/ResponderTestTest.py; 
> exit \$?" > ./tools/rdm/ResponderTestTest.sh
> chmod +x ./tools/rdm/ResponderTestTest.sh
> PASS: tools/rdm/TestStateTest.py
> PASS: plugins/usbpro/WidgetDetectorThreadTester
> PASS: examples/RecorderVerifyTest.sh
> PASS: python/ola/rpc/SimpleRpcControllerTest.sh
> PASS: data/rdm/PidDataTest.sh
> PASS: python/ola/ClientWrapperTest.sh
> PASS: python/ola/OlaClientTest.sh
> PASS: plugins/usbpro/DmxTriWidgetTester
> PASS: python/ola/PidStoreTest.sh
> PASS: python/PyCompileTest.sh
> PASS: tools/ola_trigger/FileValidateTest.sh
> PASS: python/ola/RDMTest.sh
> PASS: tools/rdm/ResponderTestTest.sh
> PASS: common/utils/UtilsTester
> ==================================
>    OLA 0.10.8: ./test-suite.log
> ==================================
> 
> # TOTAL: 94
> # PASS:  92
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: libs/usb/LibUsbThreadTester
> =================================
> 
> ..Received Segmentation fault
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(+0xc0093)[0x7f215feee093]
> /lib/x86_64-linux-gnu/libc.so.6(+0x3c910)[0x7f215fa5d910]
> /lib/x86_64-linux-gnu/libpthread.so.0(pthread_mutex_lock+0x0)[0x7f215f6bdf00]
> /usr/lib/x86_64-linux-gnu/libusb-1.0.so.0(libusb_hotplug_register_callback+0x132)[0x7f215fe1a5e2]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0xaff1)[0x5568777beff1]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x5d34)[0x5568777b9d34]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x8203)[0x5568777bc203]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x817b)[0x5568777bc17b]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x80e2)[0x5568777bc0e2]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x7f62)[0x5568777bbf62]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x7c5c)[0x5568777bbc5c]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x7909)[0x5568777bb909]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x75cf)[0x5568777bb5cf]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x859c)[0x5568777bc59c]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x84bc)[0x5568777bc4bc]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZNK7CppUnit21TestCaseMethodFunctorclEv+0x22)[0x7f216011d782]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x31)[0x7f2160113f01]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE+0x3f3)[0x7f216011b043]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x87)[0x7f2160125417]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit8TestCase3runEPNS_10TestResultE+0x12c)[0x7f216011d4ec]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit13TestComposite15doRunChildTestsEPNS_10TestResultE+0x43)[0x7f216011dab3]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit13TestComposite3runEPNS_10TestResultE+0x39)[0x7f216011dc19]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit13TestComposite15doRunChildTestsEPNS_10TestResultE+0x43)[0x7f216011dab3]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit13TestComposite3runEPNS_10TestResultE+0x39)[0x7f216011dc19]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit10TestResult7runTestEPNS_4TestE+0x23)[0x7f2160124a93]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit10TestRunner3runERNS_10TestResultERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x3f)[0x7f216012749f]
> /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1(_ZN7CppUnit14TextTestRunner3runENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbbb+0x70)[0x7f21601291e0]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x88e5)[0x5568777bc8e5]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xcd)[0x7f215fa487ed]
> /<<PKGBUILDDIR>>/libs/usb/.libs/LibUsbThreadTester(+0x56ba)[0x5568777b96ba]
> FAIL libs/usb/LibUsbThreadTester (exit status: 70)
> 
> FAIL: ola/OlaClientTester
> =========================
> 
> .common/network/TCPSocket.cpp:158: connect(127.0.0.1:9010): Connection refused
> common/network/TCPSocket.cpp:158: connect(127.0.0.1:9010): Connection refused
> common/network/TCPSocket.cpp:158: connect(127.0.0.1:9010): Connection refused
> .olad/OlaDaemon.cpp:204: Couldn't mkdir /home/user42/.ola
> olad/OlaDaemon.cpp:121: Using configs in /home/user42/.ola
> common/thread/Thread.cpp:200: Thread pref-saver, policy SCHED_OTHER, priority > 0
> common/file/Util.cpp:134: Could not open /usr/share/ola/pids: No such file or 
> directory
> common/rdm/PidStoreLoader.cpp:79: Failed to list files in /usr/share/ola/pids
> olad/OlaServer.cpp:173: No PID definitions loaded
> olad/OlaServer.cpp:194: Server UID is 7a70:d4e8540a
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-server.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/OlaServer.cpp:206: Server instance name is OLA Server
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-universe.conf: No such file or directory - this isn't 
> an error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-server.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing /home/user42/.ola/ola-port.conf: 
> No such file or directory - this isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 1.000000s
> olad/OlaServer.cpp:481: Updated PID definitions.
> olad/OlaServer.cpp:489: PID store is at 0
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 2.000000s
> common/thread/Thread.cpp:200: Thread , policy SCHED_OTHER, priority 0
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 4.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 8.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 16.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 32.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-artnet.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-artnet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-artnet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-dummy.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-dummy.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-dummy.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing /home/user42/.ola/ola-e131.conf: 
> No such file or directory - this isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-e131.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-e131.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-espnet.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-espnet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-espnet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing /home/user42/.ola/ola-gpio.conf: 
> No such file or directory - this isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-gpio.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-karate.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-gpio.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-karate.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-kinet.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-karate.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-kinet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-milinst.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-kinet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-milinst.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-opendmx.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-milinst.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-opendmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-opendmx.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-openpixelcontrol.conf: No such file or directory - this 
> isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-openpixelcontrol.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing /home/user42/.ola/ola-osc.conf: 
> No such file or directory - this isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-osc.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-osc.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-renard.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-renard.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-sandnet.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-renard.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-sandnet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-sandnet.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-shownet.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-shownet.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-shownet.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing /home/user42/.ola/ola-spi.conf: 
> No such file or directory - this isn't an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-spi.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-spi.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-stageprofi.conf: No such file or directory - this isn't 
> an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-stageprofi.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-usbserial.conf: No such file or directory - this isn't 
> an error, we'll just use the defaults
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-stageprofi.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-usbserial.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-usbserial.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-usbdmx.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-usbdmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-pathport.conf: No such file or directory - this isn't 
> an error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-usbdmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-pathport.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-pathport.conf: No such file or directory
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-ftdidmx.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:73: Skipping FTDI USB DMX because it was disabled
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-ftdidmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-ftdidmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:436: Missing 
> /home/user42/.ola/ola-uartdmx.conf: No such file or directory - this isn't an 
> error, we'll just use the defaults
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:73: Skipping UART native DMX because it was disabled
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-uartdmx.conf: No such file or directory
> olad/PluginManager.cpp:195: Trying to start Dummy
> olad/plugin_api/Preferences.cpp:82: Could not open 
> /home/user42/.ola/ola-uartdmx.conf: No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/plugin_api/DeviceManager.cpp:105: Installed device: Dummy Device:1-1
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started Dummy
> olad/PluginManager.cpp:195: Trying to start ArtNet
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: ArtNet 
> [10.84.232.212]:2-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started ArtNet
> olad/PluginManager.cpp:195: Trying to start ShowNet
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: ShowNet 
> [10.84.232.212]:3-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/PluginManager.cpp:200: Started ShowNet
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:195: Trying to start ESP Net
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: ESP Net 
> [10.84.232.212]:4-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started ESP Net
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/PluginManager.cpp:195: Trying to start Serial USB
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> common/thread/Thread.cpp:200: Thread , policy SCHED_OTHER, priority 0
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started Serial USB
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:195: Trying to start Enttec Open DMX
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> common/io/IOUtils.cpp:39: open(/dev/dmx0): No such file or directory
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> plugins/opendmx/OpenDmxPlugin.cpp:80: Could not open /dev/dmx0 No such file 
> or directory
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started Enttec Open DMX
> olad/PluginManager.cpp:195: Trying to start SandNet
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: SandNet 
> [10.84.232.212]:7-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started SandNet
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/PluginManager.cpp:195: Trying to start StageProfi
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/PluginManager.cpp:200: Started StageProfi
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:195: Trying to start Pathport
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: Pathport 
> [10.84.232.212]:9-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/PluginManager.cpp:200: Started Pathport
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:195: Trying to start E1.31 (sACN)
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/plugin_api/DeviceManager.cpp:105: Installed device: E1.31 (DMX over ACN) 
> [10.84.232.212]:11-1
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:200: Started E1.31 (sACN)
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/PluginManager.cpp:195: Trying to start USB
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> Received Segmentation fault
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(+0xc0093)[0x7fd6de5b3093]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x13200)[0x7fd6de11f200]
> /lib/x86_64-linux-gnu/libpthread.so.0(pthread_mutex_lock+0x0)[0x7fd6de116f00]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /usr/lib/x86_64-linux-gnu/libusb-1.0.so.0(libusb_hotplug_register_callback+0x132)[0x7fd6dd5695e2]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/plugins/usbdmx/.libs/libolausbdmx.so.0(_ZN3ola3usb19LibUsbHotplugThread4InitEv+0x109)[0x7fd6dd9b6d53]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/plugins/usbdmx/.libs/libolausbdmx.so.0(_ZN3ola3usb12HotplugAgent5StartEv+0x38)[0x7fd6dd99c3b6]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/plugins/usbdmx/.libs/libolausbdmx.so.0(_ZN3ola6plugin6usbdmx15AsyncPluginImpl5StartEv+0x272)[0x7fd6dd980080]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /<<PKGBUILDDIR>>/plugins/usbdmx/.libs/libolausbdmx.so.0(_ZN3ola6plugin6usbdmx12UsbDmxPlugin9StartHookEv+0x19e)[0x7fd6dd98c634]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/plugin_api/.libs/libolaserverplugininterface.so.0(_ZN3ola6Plugin5StartEv+0x68)[0x7fd6dd830510]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/.libs/libolaserver.so.0(_ZN3ola13PluginManager11StartIfSafeEPNS_14AbstractPluginE+0x2b3)[0x7fd6de40f605]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/.libs/libolaserver.so.0(_ZN3ola13PluginManager7LoadAllEv+0x58c)[0x7fd6de40ecfe]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/.libs/libolaserver.so.0(+0xb1e00)[0x7fd6de457e00]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/.libs/libolaserver.so.0(+0x7ebcd)[0x7fd6de424bcd]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectServer12RunCallbacksEPSt6vectorIPNS_13BaseCallback0IvEESaIS5_EE+0x59)[0x7fd6de5cf647]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectServer15DrainAndExecuteEv+0xc4)[0x7fd6de5cf5c0]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(+0xdef36)[0x7fd6de5d1f36]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(+0xdaa49)[0x7fd6de5cda49]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io27BidirectionalFileDescriptor11PerformReadEv+0x4a)[0x7fd6de5c60c8]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectPoller16CheckDescriptorsEP6fd_setS3_+0x25b)[0x7fd6de5d8e37]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectPoller4PollEPNS0_14TimeoutManagerERKNS_12TimeIntervalE+0x573)[0x7fd6de5d82ff]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectServer14CheckForEventsERKNS_12TimeIntervalE+0x124)[0x7fd6de5cf4f2]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola2io12SelectServer3RunEv+0xe4)[0x7fd6de5ce164]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/olad/.libs/libolaserver.so.0(_ZN3ola9OlaDaemon3RunEv+0x1c)[0x7fd6de458a36]
> /<<PKGBUILDDIR>>/ola/.libs/OlaClientTester(+0x89a0)[0x55c29d7d39a0]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(_ZN3ola6thread6Thread12_InternalRunEv+0x232)[0x7fd6de6a0bd6]
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /<<PKGBUILDDIR>>/common/.libs/libolacommon.so.0(+0x1acdac)[0x7fd6de69fdac]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x8d80)[0x7fd6de114d80]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7fd6de03ebdf]
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> olad/AvahiDiscoveryAgent.cpp:371: Failed to create Avahi client: Daemon not 
> running
> olad/AvahiDiscoveryAgent.cpp:413: Re-creating avahi client in 60.000000s
> FAIL ola/OlaClientTester (exit status: 70)
> 
> ============================================================================
> Testsuite summary for OLA 0.10.8
> ============================================================================
> # TOTAL: 94
> # PASS:  92
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to [email protected]
> ============================================================================
> make[5]: *** [Makefile:16463: test-suite.log] Error 1
> make[5]: Leaving directory '/<<PKGBUILDDIR>>'
> make[4]: *** [Makefile:16571: check-TESTS] Error 2
> make[4]: Leaving directory '/<<PKGBUILDDIR>>'
> make[3]: *** [Makefile:17431: check-am] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> make[2]: *** [Makefile:16348: check-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [Makefile:17434: check] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/ola_0.10.8.nojsmin-2_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: ola
Source-Version: 0.10.8.nojsmin.git1b28e794-1
Done: Wouter Verhelst <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wouter Verhelst <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA384

Format: 1.8
Date: Mon, 31 Oct 2022 09:23:25 +0200
Source: ola
Architecture: source
Version: 0.10.8.nojsmin.git1b28e794-1
Distribution: unstable
Urgency: medium
Maintainer: Wouter Verhelst <[email protected]>
Changed-By: Wouter Verhelst <[email protected]>
Closes: 1005447
Changes:
 ola (0.10.8.nojsmin.git1b28e794-1) unstable; urgency=medium
 .
   * Upload upstream git snapshot to fix FTBFS with Python 3.10, and
     a few other things. Closes: #1005447.
Checksums-Sha1:
 39b5ea6828c31aac703bcba3270b19fb998f2ac1 1973 
ola_0.10.8.nojsmin.git1b28e794-1.dsc
 82aba1b5aff21fa972ed5e0553a3554e970fe4fa 2399472 
ola_0.10.8.nojsmin.git1b28e794.orig.tar.gz
 a32f28f69c61c74d1ef4bd2f3e2161086dbc5eca 30952 
ola_0.10.8.nojsmin.git1b28e794-1.debian.tar.xz
 7ca0bd35c6716e332d60de5da1d62ddf963c8d75 7724 
ola_0.10.8.nojsmin.git1b28e794-1_source.buildinfo
Checksums-Sha256:
 b47f6d26311b2b532175e6912268fba6e124cbfd1f051de7d313efbc1a6f4123 1973 
ola_0.10.8.nojsmin.git1b28e794-1.dsc
 45bd019f3c211cdec614c140b02d5c39250f44198864b5fbd8f085324f041fc1 2399472 
ola_0.10.8.nojsmin.git1b28e794.orig.tar.gz
 709688520702fa4f7147644bd7c3e2fe59b6eca5e7de93c06e12ad911c87db55 30952 
ola_0.10.8.nojsmin.git1b28e794-1.debian.tar.xz
 dfd57e40ac50df11d0b62114b4a6432d9d11b6309701b525d323e218d777037b 7724 
ola_0.10.8.nojsmin.git1b28e794-1_source.buildinfo
Files:
 a34e2d3fe965becec546d6e3fe693df1 1973 libs optional 
ola_0.10.8.nojsmin.git1b28e794-1.dsc
 364fb1959beb745a9c12159c1e908854 2399472 libs optional 
ola_0.10.8.nojsmin.git1b28e794.orig.tar.gz
 89d174075ff26b4e75f439e34c5daa2a 30952 libs optional 
ola_0.10.8.nojsmin.git1b28e794-1.debian.tar.xz
 a8039a57f1563d24aa0f806128232066 7724 libs optional 
ola_0.10.8.nojsmin.git1b28e794-1_source.buildinfo

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

iKgEARMJADAWIQQZhIYJILYM7Y0TCTdH038p5i64/wUCY257EhIcd291dGVyQGRl
Ymlhbi5vcmcACgkQR9N/KeYuuP+6pgF/fH145C+XmPsmC1RYWuAgEYH9rfFFOHYH
r4ZUc5Ne1nf8kDQa5dl51bEPZwbM0fgFAX4vs1xtyDxY8Lu4uCqI31X13PbLKMVP
qCibLvA9lcyrdWCGM+Odu3NPk0gXxnSwXMA=
=duP4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to